"./operations.test -test.v -test.timeout 1h0m0s -remote 'TestAzureBlob,directory_markers:' -verbose -test.run '^(TestCat|TestCopyFileCompareDest|TestCopyFileCopyDest|TestCopyFileMaxTransfer|TestCopyInplace|TestCopyLongFileName|TestCount|TestDeduplicateFirst|TestDeduplicateInteractive|TestDeduplicateLargest|TestDeduplicateNewest|TestDeduplicateNewestByHash|TestDeduplicateOldest|TestDeduplicateRename|TestDeduplicateSizeOnly|TestDeduplicateSkip|TestDeduplicateSmallest|TestDelete|TestHashSums|TestListDirSorted|TestListDirSortedFn|TestLs|TestLsLong|TestLsWithFilesFrom|TestLsd|TestMaxDelete|TestMaxDeleteSize|TestMaxDeleteSizeLargeFile|TestMergeDirs|TestMkdir|TestMultithreadCopyAbort|TestReadFile|TestRmdirsNoLeaveRoot|TestStatJSON)$|^TestListJSON$/^(Default|DirsOnly|Metadata|Recurse)$'" - Starting (try 5/5) === RUN TestMultithreadCopyAbort run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" 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.63s) === RUN TestCopyFileCompareDest run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20273971-501e-0054-490c-cef3aa000000 Time:2025-05-26T07:02:20.0676576Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20273b2e-501e-0054-4c0c-cef3aa000000 Time:2025-05-26T07:02:21.1067420Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20273d62-501e-0054-3d0c-cef3aa000000 Time:2025-05-26T07:02:22.1450072Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20273d62-501e-0054-3d0c-cef3aa000000 Time:2025-05-26T07:02:22.1450072Z -------------------------------------------------------------------------------- fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 Error: Not equal: expected: []string{} actual : []string{"dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=3) "dst" } Test: TestCopyFileCompareDest Messages: directories --- FAIL: TestCopyFileCompareDest (12.63s) === RUN TestCopyFileCopyDest run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20274ed0-501e-0054-120c-cef3aa000000 Time:2025-05-26T07:02:33.5058343Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20275048-501e-0054-3f0c-cef3aa000000 Time:2025-05-26T07:02:34.5449216Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20275192-501e-0054-520c-cef3aa000000 Time:2025-05-26T07:02:35.5837798Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20275192-501e-0054-520c-cef3aa000000 Time:2025-05-26T07:02:35.5837798Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202752c7-501e-0054-520c-cef3aa000000 Time:2025-05-26T07:02:36.6602474Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027546d-501e-0054-7b0c-cef3aa000000 Time:2025-05-26T07:02:37.6984460Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202755b6-501e-0054-050c-cef3aa000000 Time:2025-05-26T07:02:38.7365742Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202755b6-501e-0054-050c-cef3aa000000 Time:2025-05-26T07:02:38.7365742Z -------------------------------------------------------------------------------- fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 Error: Not equal: expected: []string{} actual : []string{"BackupDir", "dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=9) "BackupDir", + (string) (len=3) "dst" } Test: TestCopyFileCopyDest Messages: directories --- FAIL: TestCopyFileCopyDest (16.55s) === RUN TestCopyInplace run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" copy_test.go:370: Partial uploads not supported run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20276303-501e-0054-100c-cef3aa000000 Time:2025-05-26T07:02:46.9292779Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027645f-501e-0054-300c-cef3aa000000 Time:2025-05-26T07:02:47.9671712Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202765ca-501e-0054-6a0c-cef3aa000000 Time:2025-05-26T07:02:49.0053258Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202765ca-501e-0054-6a0c-cef3aa000000 Time:2025-05-26T07:02:49.0053258Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20276719-501e-0054-0f0c-cef3aa000000 Time:2025-05-26T07:02:50.0438668Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20276899-501e-0054-4d0c-cef3aa000000 Time:2025-05-26T07:02:51.0823134Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20276a5c-501e-0054-3a0c-cef3aa000000 Time:2025-05-26T07:02:52.1204793Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20276a5c-501e-0054-3a0c-cef3aa000000 Time:2025-05-26T07:02:52.1204793Z -------------------------------------------------------------------------------- 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.38s) === RUN TestCopyLongFileName run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" copy_test.go:403: Partial uploads not supported run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027764f-501e-0054-330c-cef3aa000000 Time:2025-05-26T07:03:00.3156830Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20277832-501e-0054-3e0c-cef3aa000000 Time:2025-05-26T07:03:01.3560303Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202779df-501e-0054-2e0c-cef3aa000000 Time:2025-05-26T07:03:02.3938635Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202779df-501e-0054-2e0c-cef3aa000000 Time:2025-05-26T07:03:02.3938635Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20277bb7-501e-0054-510c-cef3aa000000 Time:2025-05-26T07:03:03.4327835Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20277da7-501e-0054-0e0c-cef3aa000000 Time:2025-05-26T07:03:04.4713449Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20277f47-501e-0054-7f0c-cef3aa000000 Time:2025-05-26T07:03:05.5099570Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20277f47-501e-0054-7f0c-cef3aa000000 Time:2025-05-26T07:03:05.5099570Z -------------------------------------------------------------------------------- fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:403 Error: Not equal: expected: []string{} actual : []string{"BackupDir", "dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=9) "BackupDir", + (string) (len=3) "dst" } Test: TestCopyLongFileName Messages: directories --- FAIL: TestCopyLongFileName (13.39s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" 2025/05/26 07:03:14 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: single part upload read failed: max transfer limit reached as set by --max-transfer run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20278e2b-501e-0054-290c-cef3aa000000 Time:2025-05-26T07:03:14.6364086Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20278f75-501e-0054-3a0c-cef3aa000000 Time:2025-05-26T07:03:15.6751730Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20279127-501e-0054-2e0c-cef3aa000000 Time:2025-05-26T07:03:16.7145355Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20279127-501e-0054-2e0c-cef3aa000000 Time:2025-05-26T07:03:16.7145355Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20279393-501e-0054-6a0c-cef3aa000000 Time:2025-05-26T07:03:17.7909232Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20279520-501e-0054-130c-cef3aa000000 Time:2025-05-26T07:03:18.8290177Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202796ca-501e-0054-380c-cef3aa000000 Time:2025-05-26T07:03:19.8680193Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202796ca-501e-0054-380c-cef3aa000000 Time:2025-05-26T07:03:19.8680193Z -------------------------------------------------------------------------------- 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.36s) === RUN TestDeduplicateInteractive run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027a6ca-501e-0054-7b0c-cef3aa000000 Time:2025-05-26T07:03:28.0613010Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027a902-501e-0054-560c-cef3aa000000 Time:2025-05-26T07:03:29.1010339Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027aa7e-501e-0054-7e0c-cef3aa000000 Time:2025-05-26T07:03:30.1390285Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027aa7e-501e-0054-7e0c-cef3aa000000 Time:2025-05-26T07:03:30.1390285Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027ac06-501e-0054-430c-cef3aa000000 Time:2025-05-26T07:03:31.1765764Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027ad36-501e-0054-3e0c-cef3aa000000 Time:2025-05-26T07:03:32.2148899Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027af1a-501e-0054-530c-cef3aa000000 Time:2025-05-26T07:03:33.2534129Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027af1a-501e-0054-530c-cef3aa000000 Time:2025-05-26T07:03:33.2534129Z -------------------------------------------------------------------------------- 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.39s) === RUN TestDeduplicateSkip run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027bba5-501e-0054-4e0c-cef3aa000000 Time:2025-05-26T07:03:41.4512944Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027bd93-501e-0054-790c-cef3aa000000 Time:2025-05-26T07:03:42.4891685Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027bf20-501e-0054-5b0c-cef3aa000000 Time:2025-05-26T07:03:43.5272339Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027bf20-501e-0054-5b0c-cef3aa000000 Time:2025-05-26T07:03:43.5272339Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027c15e-501e-0054-530c-cef3aa000000 Time:2025-05-26T07:03:44.5653957Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027c373-501e-0054-2c0c-cef3aa000000 Time:2025-05-26T07:03:45.6032203Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027c503-501e-0054-030c-cef3aa000000 Time:2025-05-26T07:03:46.6415698Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027c503-501e-0054-030c-cef3aa000000 Time:2025-05-26T07:03:46.6415698Z -------------------------------------------------------------------------------- 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.39s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027d20b-501e-0054-480c-cef3aa000000 Time:2025-05-26T07:03:54.8358901Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027d37d-501e-0054-050c-cef3aa000000 Time:2025-05-26T07:03:55.8751105Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027d4ff-501e-0054-210c-cef3aa000000 Time:2025-05-26T07:03:56.9166312Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027d4ff-501e-0054-210c-cef3aa000000 Time:2025-05-26T07:03:56.9166312Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027d679-501e-0054-5f0c-cef3aa000000 Time:2025-05-26T07:03:57.9559486Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027d7f2-501e-0054-110c-cef3aa000000 Time:2025-05-26T07:03:58.9938517Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027d9ba-501e-0054-050c-cef3aa000000 Time:2025-05-26T07:04:00.0340295Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027d9ba-501e-0054-050c-cef3aa000000 Time:2025-05-26T07:04:00.0340295Z -------------------------------------------------------------------------------- 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.39s) === RUN TestDeduplicateFirst run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027e737-501e-0054-320c-cef3aa000000 Time:2025-05-26T07:04:08.2293716Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027e8b9-501e-0054-7f0c-cef3aa000000 Time:2025-05-26T07:04:09.2681008Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027ea74-501e-0054-7d0c-cef3aa000000 Time:2025-05-26T07:04:10.3066620Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027ea74-501e-0054-7d0c-cef3aa000000 Time:2025-05-26T07:04:10.3066620Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027ebf7-501e-0054-4e0c-cef3aa000000 Time:2025-05-26T07:04:11.3452983Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027ed9a-501e-0054-450c-cef3aa000000 Time:2025-05-26T07:04:12.3830873Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027ef4b-501e-0054-330c-cef3aa000000 Time:2025-05-26T07:04:13.4211084Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027ef4b-501e-0054-330c-cef3aa000000 Time:2025-05-26T07:04:13.4211084Z -------------------------------------------------------------------------------- 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-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027fb05-501e-0054-3d0c-cef3aa000000 Time:2025-05-26T07:04:21.6177471Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027fc5a-501e-0054-5b0c-cef3aa000000 Time:2025-05-26T07:04:22.6560710Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027fe30-501e-0054-7a0c-cef3aa000000 Time:2025-05-26T07:04:23.6943096Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027fe30-501e-0054-7a0c-cef3aa000000 Time:2025-05-26T07:04:23.6943096Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2027ff89-501e-0054-1c0c-cef3aa000000 Time:2025-05-26T07:04:24.7326656Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202800c7-501e-0054-2b0c-cef3aa000000 Time:2025-05-26T07:04:25.7708899Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028021c-501e-0054-550c-cef3aa000000 Time:2025-05-26T07:04:26.8093892Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028021c-501e-0054-550c-cef3aa000000 Time:2025-05-26T07:04:26.8093892Z -------------------------------------------------------------------------------- fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:135 Error: Not equal: expected: []string{} actual : []string{"BackupDir", "dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=9) "BackupDir", + (string) (len=3) "dst" } Test: TestDeduplicateNewest Messages: directories --- FAIL: TestDeduplicateNewest (13.39s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" 2025/05/26 07:04:35 NOTICE: 14484d21f465a23d0197d8ae0140cbaa: Found 3 files with duplicate md5 hashes 2025/05/26 07:04:35 NOTICE: 14484d21f465a23d0197d8ae0140cbaa: Deleted 2 extra copies run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028111b-501e-0054-540c-cef3aa000000 Time:2025-05-26T07:04:35.8011185Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20281279-501e-0054-080c-cef3aa000000 Time:2025-05-26T07:04:36.8402271Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20281457-501e-0054-740c-cef3aa000000 Time:2025-05-26T07:04:37.8779809Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20281457-501e-0054-740c-cef3aa000000 Time:2025-05-26T07:04:37.8779809Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20281652-501e-0054-2d0c-cef3aa000000 Time:2025-05-26T07:04:38.9555598Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028182e-501e-0054-430c-cef3aa000000 Time:2025-05-26T07:04:39.9933828Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20281a2a-501e-0054-800c-cef3aa000000 Time:2025-05-26T07:04:41.0319656Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20281a2a-501e-0054-800c-cef3aa000000 Time:2025-05-26T07:04:41.0319656Z -------------------------------------------------------------------------------- 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.22s) === RUN TestDeduplicateOldest run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20282736-501e-0054-4f0c-cef3aa000000 Time:2025-05-26T07:04:49.2261501Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20282893-501e-0054-010c-cef3aa000000 Time:2025-05-26T07:04:50.2644935Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202829e1-501e-0054-140c-cef3aa000000 Time:2025-05-26T07:04:51.3025102Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202829e1-501e-0054-140c-cef3aa000000 Time:2025-05-26T07:04:51.3025102Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20282b5f-501e-0054-590c-cef3aa000000 Time:2025-05-26T07:04:52.3413498Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20282cab-501e-0054-800c-cef3aa000000 Time:2025-05-26T07:04:53.3795826Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20282e58-501e-0054-030c-cef3aa000000 Time:2025-05-26T07:04:54.4182313Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20282e58-501e-0054-030c-cef3aa000000 Time:2025-05-26T07:04:54.4182313Z -------------------------------------------------------------------------------- fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:169 Error: Not equal: expected: []string{} actual : []string{"BackupDir", "dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=9) "BackupDir", + (string) (len=3) "dst" } Test: TestDeduplicateOldest Messages: directories --- FAIL: TestDeduplicateOldest (13.39s) === RUN TestDeduplicateLargest run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20283c13-501e-0054-4b0c-cef3aa000000 Time:2025-05-26T07:05:02.6139144Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20283dd1-501e-0054-440c-cef3aa000000 Time:2025-05-26T07:05:03.6517982Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20283fea-501e-0054-190c-cef3aa000000 Time:2025-05-26T07:05:04.6901697Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20283fea-501e-0054-190c-cef3aa000000 Time:2025-05-26T07:05:04.6901697Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202842cd-501e-0054-320c-cef3aa000000 Time:2025-05-26T07:05:05.7280603Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028455b-501e-0054-750c-cef3aa000000 Time:2025-05-26T07:05:06.7666142Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202847c9-501e-0054-570c-cef3aa000000 Time:2025-05-26T07:05:07.8048688Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202847c9-501e-0054-570c-cef3aa000000 Time:2025-05-26T07:05:07.8048688Z -------------------------------------------------------------------------------- fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:184 Error: Not equal: expected: []string{} actual : []string{"BackupDir", "dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=9) "BackupDir", + (string) (len=3) "dst" } Test: TestDeduplicateLargest Messages: directories --- FAIL: TestDeduplicateLargest (13.39s) === RUN TestDeduplicateSmallest run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202856d8-501e-0054-400c-cef3aa000000 Time:2025-05-26T07:05:15.9962352Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20285929-501e-0054-640c-cef3aa000000 Time:2025-05-26T07:05:17.0350324Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20285b02-501e-0054-080c-cef3aa000000 Time:2025-05-26T07:05:18.0739696Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20285b02-501e-0054-080c-cef3aa000000 Time:2025-05-26T07:05:18.0739696Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20285cc1-501e-0054-110c-cef3aa000000 Time:2025-05-26T07:05:19.1124324Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20285e32-501e-0054-620c-cef3aa000000 Time:2025-05-26T07:05:20.1510890Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028603c-501e-0054-1b0c-cef3aa000000 Time:2025-05-26T07:05:21.1906613Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028603c-501e-0054-1b0c-cef3aa000000 Time:2025-05-26T07:05:21.1906613Z -------------------------------------------------------------------------------- fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:199 Error: Not equal: expected: []string{} actual : []string{"BackupDir", "dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=9) "BackupDir", + (string) (len=3) "dst" } Test: TestDeduplicateSmallest Messages: directories --- FAIL: TestDeduplicateSmallest (13.39s) === RUN TestDeduplicateRename run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20286ef2-501e-0054-590c-cef3aa000000 Time:2025-05-26T07:05:29.3913630Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028716e-501e-0054-190c-cef3aa000000 Time:2025-05-26T07:05:30.4305604Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028736a-501e-0054-4e0c-cef3aa000000 Time:2025-05-26T07:05:31.4681789Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028736a-501e-0054-4e0c-cef3aa000000 Time:2025-05-26T07:05:31.4681789Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20287507-501e-0054-300c-cef3aa000000 Time:2025-05-26T07:05:32.5070350Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20287709-501e-0054-5f0c-cef3aa000000 Time:2025-05-26T07:05:33.5463323Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028791b-501e-0054-200c-cef3aa000000 Time:2025-05-26T07:05:34.5854629Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028791b-501e-0054-200c-cef3aa000000 Time:2025-05-26T07:05:34.5854629Z -------------------------------------------------------------------------------- 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-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" dedupe_test.go:256: Can't merge directories run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202885ed-501e-0054-020c-cef3aa000000 Time:2025-05-26T07:05:42.7819773Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20288777-501e-0054-4c0c-cef3aa000000 Time:2025-05-26T07:05:43.8205355Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20288967-501e-0054-030c-cef3aa000000 Time:2025-05-26T07:05:44.8592931Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20288967-501e-0054-030c-cef3aa000000 Time:2025-05-26T07:05:44.8592931Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20288aff-501e-0054-630c-cef3aa000000 Time:2025-05-26T07:05:45.8975596Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20288c5a-501e-0054-100c-cef3aa000000 Time:2025-05-26T07:05:46.9356267Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20288e0d-501e-0054-020c-cef3aa000000 Time:2025-05-26T07:05:47.9733361Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20288e0d-501e-0054-020c-cef3aa000000 Time:2025-05-26T07:05:47.9733361Z -------------------------------------------------------------------------------- fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:256 Error: Not equal: expected: []string{} actual : []string{"BackupDir", "dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=9) "BackupDir", + (string) (len=3) "dst" } Test: TestMergeDirs Messages: directories --- FAIL: TestMergeDirs (13.39s) === RUN TestListDirSorted run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" 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 run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028a4b3-501e-0054-6f0c-cef3aa000000 Time:2025-05-26T07:05:57.6380281Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028a88e-501e-0054-120c-cef3aa000000 Time:2025-05-26T07:05:58.6754871Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028ac1a-501e-0054-500c-cef3aa000000 Time:2025-05-26T07:05:59.7144259Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028ac1a-501e-0054-500c-cef3aa000000 Time:2025-05-26T07:05:59.7144259Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028ae8d-501e-0054-7d0c-cef3aa000000 Time:2025-05-26T07:06:00.7524523Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028b133-501e-0054-630c-cef3aa000000 Time:2025-05-26T07:06:01.7909118Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028b366-501e-0054-6d0c-cef3aa000000 Time:2025-05-26T07:06:02.8286446Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028b366-501e-0054-6d0c-cef3aa000000 Time:2025-05-26T07:06:02.8286446Z -------------------------------------------------------------------------------- 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.85s) === RUN TestListDirSortedFn run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" 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 run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028c51f-501e-0054-1d0c-cef3aa000000 Time:2025-05-26T07:06:12.5017842Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028c783-501e-0054-500c-cef3aa000000 Time:2025-05-26T07:06:13.5399639Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028c97c-501e-0054-0d0c-cef3aa000000 Time:2025-05-26T07:06:14.5788172Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028c97c-501e-0054-0d0c-cef3aa000000 Time:2025-05-26T07:06:14.5788172Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028cbf0-501e-0054-4f0c-cef3aa000000 Time:2025-05-26T07:06:15.6169328Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028ce45-501e-0054-700c-cef3aa000000 Time:2025-05-26T07:06:16.6563549Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028d0dc-501e-0054-520c-cef3aa000000 Time:2025-05-26T07:06:17.6942742Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028d0dc-501e-0054-520c-cef3aa000000 Time:2025-05-26T07:06:17.6942742Z -------------------------------------------------------------------------------- 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-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" === 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/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/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 === 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-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028e362-501e-0054-740c-cef3aa000000 Time:2025-05-26T07:06:26.5659129Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028e55b-501e-0054-2a0c-cef3aa000000 Time:2025-05-26T07:06:27.6040900Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028e78b-501e-0054-270c-cef3aa000000 Time:2025-05-26T07:06:28.6427152Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028e78b-501e-0054-270c-cef3aa000000 Time:2025-05-26T07:06:28.6427152Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028e9b3-501e-0054-120c-cef3aa000000 Time:2025-05-26T07:06:29.6812146Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028ec06-501e-0054-220c-cef3aa000000 Time:2025-05-26T07:06:30.7207604Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028ed8b-501e-0054-750c-cef3aa000000 Time:2025-05-26T07:06:31.7593959Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028ed8b-501e-0054-750c-cef3aa000000 Time:2025-05-26T07:06:31.7593959Z -------------------------------------------------------------------------------- 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.07s) --- FAIL: TestListJSON/Default (0.04s) --- FAIL: TestListJSON/DirsOnly (0.04s) --- FAIL: TestListJSON/Recurse (0.07s) --- FAIL: TestListJSON/Metadata (0.04s) === RUN TestStatJSON run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" === 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 === 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-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028fc74-501e-0054-0b0c-cef3aa000000 Time:2025-05-26T07:06:41.0642199Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028fde7-501e-0054-450c-cef3aa000000 Time:2025-05-26T07:06:42.1024476Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028ff66-501e-0054-0f0c-cef3aa000000 Time:2025-05-26T07:06:43.1404756Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2028ff66-501e-0054-0f0c-cef3aa000000 Time:2025-05-26T07:06:43.1404756Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202900a9-501e-0054-330c-cef3aa000000 Time:2025-05-26T07:06:44.1788078Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20290252-501e-0054-160c-cef3aa000000 Time:2025-05-26T07:06:45.2167943Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20290415-501e-0054-1f0c-cef3aa000000 Time:2025-05-26T07:06:46.2549222Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20290415-501e-0054-1f0c-cef3aa000000 Time:2025-05-26T07:06:46.2549222Z -------------------------------------------------------------------------------- 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.49s) --- PASS: TestStatJSON/Root (0.04s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.04s) --- PASS: TestStatJSON/Dir (0.08s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.04s) --- PASS: TestStatJSON/File (0.04s) --- PASS: TestStatJSON/NotFound (0.08s) --- PASS: TestStatJSON/DirFilesOnly (0.04s) --- PASS: TestStatJSON/FileFilesOnly (0.04s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.04s) --- PASS: TestStatJSON/DirDirsOnly (0.04s) --- PASS: TestStatJSON/FileDirsOnly (0.04s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.04s) --- PASS: TestStatJSON/RootNotFound (0.12s) === RUN TestMkdir run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202911a5-501e-0054-6f0c-cef3aa000000 Time:2025-05-26T07:06:54.4885732Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202913b5-501e-0054-340c-cef3aa000000 Time:2025-05-26T07:06:55.5263829Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202915ac-501e-0054-7f0c-cef3aa000000 Time:2025-05-26T07:06:56.5648789Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202915ac-501e-0054-7f0c-cef3aa000000 Time:2025-05-26T07:06:56.5648789Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202917e1-501e-0054-580c-cef3aa000000 Time:2025-05-26T07:06:57.6032546Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029197e-501e-0054-410c-cef3aa000000 Time:2025-05-26T07:06:58.6416729Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20291aef-501e-0054-7d0c-cef3aa000000 Time:2025-05-26T07:06:59.6806151Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20291aef-501e-0054-7d0c-cef3aa000000 Time:2025-05-26T07:06:59.6806151Z -------------------------------------------------------------------------------- fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 Error: Not equal: expected: []string{} actual : []string{"BackupDir", "dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=9) "BackupDir", + (string) (len=3) "dst" } Test: TestMkdir Messages: directories --- FAIL: TestMkdir (13.43s) === RUN TestLsd run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20292af0-501e-0054-010c-cef3aa000000 Time:2025-05-26T07:07:08.2569579Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20292cce-501e-0054-270c-cef3aa000000 Time:2025-05-26T07:07:09.2962936Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20292e8c-501e-0054-2f0c-cef3aa000000 Time:2025-05-26T07:07:10.3345823Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20292e8c-501e-0054-2f0c-cef3aa000000 Time:2025-05-26T07:07:10.3345823Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202930dc-501e-0054-4e0c-cef3aa000000 Time:2025-05-26T07:07:11.3740100Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202932f8-501e-0054-250c-cef3aa000000 Time:2025-05-26T07:07:12.4126314Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202934ff-501e-0054-600c-cef3aa000000 Time:2025-05-26T07:07:13.4527459Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202934ff-501e-0054-600c-cef3aa000000 Time:2025-05-26T07:07:13.4527459Z -------------------------------------------------------------------------------- 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-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202944dd-501e-0054-540c-cef3aa000000 Time:2025-05-26T07:07:22.0758861Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029470d-501e-0054-3a0c-cef3aa000000 Time:2025-05-26T07:07:23.1133847Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029494c-501e-0054-370c-cef3aa000000 Time:2025-05-26T07:07:24.1526600Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029494c-501e-0054-370c-cef3aa000000 Time:2025-05-26T07:07:24.1526600Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20294ae9-501e-0054-2a0c-cef3aa000000 Time:2025-05-26T07:07:25.1908649Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20294c2f-501e-0054-430c-cef3aa000000 Time:2025-05-26T07:07:26.2307425Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20294e25-501e-0054-6b0c-cef3aa000000 Time:2025-05-26T07:07:27.2696521Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20294e25-501e-0054-6b0c-cef3aa000000 Time:2025-05-26T07:07:27.2696521Z -------------------------------------------------------------------------------- fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 Error: Not equal: expected: []string{} actual : []string{"BackupDir", "dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=9) "BackupDir", + (string) (len=3) "dst" } Test: TestLs Messages: directories --- FAIL: TestLs (13.81s) === RUN TestLsWithFilesFrom run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20295d14-501e-0054-690c-cef3aa000000 Time:2025-05-26T07:07:35.9178250Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb66716-d01e-0075-760c-ced7d1000000 Time:2025-05-26T07:07:36.9588858Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6688c-d01e-0075-620c-ced7d1000000 Time:2025-05-26T07:07:37.9963977Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6688c-d01e-0075-620c-ced7d1000000 Time:2025-05-26T07:07:37.9963977Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb66a89-d01e-0075-680c-ced7d1000000 Time:2025-05-26T07:07:39.0336028Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb66c76-d01e-0075-600c-ced7d1000000 Time:2025-05-26T07:07:40.0713078Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb66f88-d01e-0075-1b0c-ced7d1000000 Time:2025-05-26T07:07:41.1081862Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb66f88-d01e-0075-1b0c-ced7d1000000 Time:2025-05-26T07:07:41.1081862Z -------------------------------------------------------------------------------- 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.84s) === RUN TestLsLong run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb679c7-d01e-0075-650c-ced7d1000000 Time:2025-05-26T07:07:49.7051861Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb67b81-d01e-0075-5f0c-ced7d1000000 Time:2025-05-26T07:07:50.7426165Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb67cf3-d01e-0075-750c-ced7d1000000 Time:2025-05-26T07:07:51.7804260Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb67cf3-d01e-0075-750c-ced7d1000000 Time:2025-05-26T07:07:51.7804260Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb67ebd-d01e-0075-650c-ced7d1000000 Time:2025-05-26T07:07:52.8183340Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb68062-d01e-0075-140c-ced7d1000000 Time:2025-05-26T07:07:53.8555928Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb68191-d01e-0075-0f0c-ced7d1000000 Time:2025-05-26T07:07:54.8928088Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb68191-d01e-0075-0f0c-ced7d1000000 Time:2025-05-26T07:07:54.8928088Z -------------------------------------------------------------------------------- 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.78s) === RUN TestHashSums run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download === 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-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20298f06-501e-0054-4e0c-cef3aa000000 Time:2025-05-26T07:08:03.6100348Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20299074-501e-0054-7c0c-cef3aa000000 Time:2025-05-26T07:08:04.6480756Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029924b-501e-0054-1f0c-cef3aa000000 Time:2025-05-26T07:08:05.6874245Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029924b-501e-0054-1f0c-cef3aa000000 Time:2025-05-26T07:08:05.6874245Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202993ec-501e-0054-070c-cef3aa000000 Time:2025-05-26T07:08:06.7260789Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:20299619-501e-0054-290c-cef3aa000000 Time:2025-05-26T07:08:07.7646725Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202997c7-501e-0054-7a0c-cef3aa000000 Time:2025-05-26T07:08:08.8030831Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202997c7-501e-0054-7a0c-cef3aa000000 Time:2025-05-26T07:08:08.8030831Z -------------------------------------------------------------------------------- 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.92s) --- PASS: TestHashSums/Md5 (0.07s) --- PASS: TestHashSums/Md5Download (0.11s) === RUN TestCount run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029a55e-501e-0054-3e0c-cef3aa000000 Time:2025-05-26T07:08:17.6101898Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029a6a6-501e-0054-590c-cef3aa000000 Time:2025-05-26T07:08:18.6485418Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029a853-501e-0054-4b0c-cef3aa000000 Time:2025-05-26T07:08:19.6864055Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029a853-501e-0054-4b0c-cef3aa000000 Time:2025-05-26T07:08:19.6864055Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029a9a7-501e-0054-6b0c-cef3aa000000 Time:2025-05-26T07:08:20.7257112Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029ab10-501e-0054-220c-cef3aa000000 Time:2025-05-26T07:08:21.7643669Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029ac84-501e-0054-520c-cef3aa000000 Time:2025-05-26T07:08:22.8029443Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029ac84-501e-0054-520c-cef3aa000000 Time:2025-05-26T07:08:22.8029443Z -------------------------------------------------------------------------------- fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 Error: Not equal: expected: []string{} actual : []string{"BackupDir", "dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=9) "BackupDir", + (string) (len=3) "dst" } Test: TestCount Messages: directories --- FAIL: TestCount (14.00s) === RUN TestDelete run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6b31c-d01e-0075-4a0c-ced7d1000000 Time:2025-05-26T07:08:31.5830900Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6b516-d01e-0075-7a0c-ced7d1000000 Time:2025-05-26T07:08:32.6205543Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6b6de-d01e-0075-690c-ced7d1000000 Time:2025-05-26T07:08:33.6584499Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6b6de-d01e-0075-690c-ced7d1000000 Time:2025-05-26T07:08:33.6584499Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6b8ef-d01e-0075-770c-ced7d1000000 Time:2025-05-26T07:08:34.6956289Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6bae7-d01e-0075-500c-ced7d1000000 Time:2025-05-26T07:08:35.7335516Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6bd67-d01e-0075-140d-ced7d1000000 Time:2025-05-26T07:08:36.7707604Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6bd67-d01e-0075-140d-ced7d1000000 Time:2025-05-26T07:08:36.7707604Z -------------------------------------------------------------------------------- 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-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" 2025/05/26 07:08:45 ERROR : small: Got fatal error on delete: --max-delete threshold reached run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029dcf4-501e-0054-580d-cef3aa000000 Time:2025-05-26T07:08:45.5255163Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029de96-501e-0054-460d-cef3aa000000 Time:2025-05-26T07:08:46.5634925Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029e081-501e-0054-750d-cef3aa000000 Time:2025-05-26T07:08:47.6027518Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029e081-501e-0054-750d-cef3aa000000 Time:2025-05-26T07:08:47.6027518Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029e25c-501e-0054-0c0d-cef3aa000000 Time:2025-05-26T07:08:48.6411124Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029e3f7-501e-0054-7c0d-cef3aa000000 Time:2025-05-26T07:08:49.6796691Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029e51f-501e-0054-720d-cef3aa000000 Time:2025-05-26T07:08:50.7176874Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029e51f-501e-0054-720d-cef3aa000000 Time:2025-05-26T07:08:50.7176874Z -------------------------------------------------------------------------------- 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 run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029f182-501e-0054-170d-cef3aa000000 Time:2025-05-26T07:08:58.9125006Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029f345-501e-0054-280d-cef3aa000000 Time:2025-05-26T07:08:59.9501435Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029f4c9-501e-0054-560d-cef3aa000000 Time:2025-05-26T07:09:00.9891396Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029f4c9-501e-0054-560d-cef3aa000000 Time:2025-05-26T07:09:00.9891396Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029f62d-501e-0054-110d-cef3aa000000 Time:2025-05-26T07:09:02.0275401Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029f7ba-501e-0054-6a0d-cef3aa000000 Time:2025-05-26T07:09:03.0665534Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029f945-501e-0054-3d0d-cef3aa000000 Time:2025-05-26T07:09:04.1042782Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:2029f945-501e-0054-3d0d-cef3aa000000 Time:2025-05-26T07:09:04.1042782Z -------------------------------------------------------------------------------- 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-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" 2025/05/26 07:09:12 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6ee57-d01e-0075-2e0d-ced7d1000000 Time:2025-05-26T07:09:12.8723488Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6efd7-d01e-0075-700d-ced7d1000000 Time:2025-05-26T07:09:13.9101907Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6f18c-d01e-0075-610d-ced7d1000000 Time:2025-05-26T07:09:14.9485566Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6f18c-d01e-0075-610d-ced7d1000000 Time:2025-05-26T07:09:14.9485566Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6f363-d01e-0075-050d-ced7d1000000 Time:2025-05-26T07:09:15.9861873Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6f45e-d01e-0075-500d-ced7d1000000 Time:2025-05-26T07:09:17.0239924Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6f55c-d01e-0075-100d-ced7d1000000 Time:2025-05-26T07:09:18.0617489Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6f55c-d01e-0075-100d-ced7d1000000 Time:2025-05-26T07:09:18.0617489Z -------------------------------------------------------------------------------- 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 run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb6ff21-d01e-0075-340d-ced7d1000000 Time:2025-05-26T07:09:26.2532583Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb700c4-d01e-0075-1b0d-ced7d1000000 Time:2025-05-26T07:09:27.2902001Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb701e8-d01e-0075-130d-ced7d1000000 Time:2025-05-26T07:09:28.3277290Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb701e8-d01e-0075-130d-ced7d1000000 Time:2025-05-26T07:09:28.3277290Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb7030a-d01e-0075-020d-ced7d1000000 Time:2025-05-26T07:09:29.3646210Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb7042e-d01e-0075-050d-ced7d1000000 Time:2025-05-26T07:09:30.4027950Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb7054b-d01e-0075-720d-ced7d1000000 Time:2025-05-26T07:09:31.4402879Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:feb7054b-d01e-0075-720d-ced7d1000000 Time:2025-05-26T07:09:31.4402879Z -------------------------------------------------------------------------------- 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.33s) === RUN TestMaxDeleteSize run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" 2025/05/26 07:09:39 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a355a-501e-0054-550d-cef3aa000000 Time:2025-05-26T07:09:40.1961013Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a36ff-501e-0054-3a0d-cef3aa000000 Time:2025-05-26T07:09:41.2337850Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a3871-501e-0054-6e0d-cef3aa000000 Time:2025-05-26T07:09:42.2716633Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a3871-501e-0054-6e0d-cef3aa000000 Time:2025-05-26T07:09:42.2716633Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a39d3-501e-0054-0f0d-cef3aa000000 Time:2025-05-26T07:09:43.3107858Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a3b48-501e-0054-530d-cef3aa000000 Time:2025-05-26T07:09:44.3486482Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a3d08-501e-0054-580d-cef3aa000000 Time:2025-05-26T07:09:45.3867702Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a3d08-501e-0054-580d-cef3aa000000 Time:2025-05-26T07:09:45.3867702Z -------------------------------------------------------------------------------- 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 run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a4a8a-501e-0054-110d-cef3aa000000 Time:2025-05-26T07:09:53.5803068Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a4c62-501e-0054-0f0d-cef3aa000000 Time:2025-05-26T07:09:54.6188321Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a4e42-501e-0054-2b0d-cef3aa000000 Time:2025-05-26T07:09:55.6566219Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a4e42-501e-0054-2b0d-cef3aa000000 Time:2025-05-26T07:09:55.6566219Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a4fed-501e-0054-220d-cef3aa000000 Time:2025-05-26T07:09:56.6954429Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a522f-501e-0054-030d-cef3aa000000 Time:2025-05-26T07:09:57.7339092Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a5423-501e-0054-430d-cef3aa000000 Time:2025-05-26T07:09:58.7721712Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a5423-501e-0054-430d-cef3aa000000 Time:2025-05-26T07:09:58.7721712Z -------------------------------------------------------------------------------- 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.33s) === RUN TestReadFile run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a6418-501e-0054-2c0d-cef3aa000000 Time:2025-05-26T07:10:07.2720071Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a6619-501e-0054-520d-cef3aa000000 Time:2025-05-26T07:10:08.3099061Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a67d0-501e-0054-570d-cef3aa000000 Time:2025-05-26T07:10:09.3483697Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a67d0-501e-0054-570d-cef3aa000000 Time:2025-05-26T07:10:09.3483697Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a696a-501e-0054-420d-cef3aa000000 Time:2025-05-26T07:10:10.3881064Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a6b28-501e-0054-3c0d-cef3aa000000 Time:2025-05-26T07:10:11.4262452Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a6cb8-501e-0054-100d-cef3aa000000 Time:2025-05-26T07:10:12.4648454Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a6cb8-501e-0054-100d-cef3aa000000 Time:2025-05-26T07:10:12.4648454Z -------------------------------------------------------------------------------- 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 run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a7a69-501e-0054-1c0d-cef3aa000000 Time:2025-05-26T07:10:20.6613321Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a7c0f-501e-0054-7f0d-cef3aa000000 Time:2025-05-26T07:10:21.7001499Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a7e01-501e-0054-290d-cef3aa000000 Time:2025-05-26T07:10:22.7393894Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a7e01-501e-0054-290d-cef3aa000000 Time:2025-05-26T07:10:22.7393894Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a7f97-501e-0054-110d-cef3aa000000 Time:2025-05-26T07:10:23.7769700Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a813e-501e-0054-030d-cef3aa000000 Time:2025-05-26T07:10:24.8153104Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a82cd-501e-0054-670d-cef3aa000000 Time:2025-05-26T07:10:25.8552806Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a82cd-501e-0054-670d-cef3aa000000 Time:2025-05-26T07:10:25.8552806Z -------------------------------------------------------------------------------- fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 Error: Not equal: expected: []string{} actual : []string{"BackupDir", "dst"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=9) "BackupDir", + (string) (len=3) "dst" } Test: TestReadFile Messages: directories --- FAIL: TestReadFile (27.08s) === RUN TestCat run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a9312-501e-0054-350d-cef3aa000000 Time:2025-05-26T07:10:35.1399751Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a947c-501e-0054-6a0d-cef3aa000000 Time:2025-05-26T07:10:36.1777666Z -------------------------------------------------------------------------------- run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a95ef-501e-0054-210d-cef3aa000000 Time:2025-05-26T07:10:37.2156411Z -------------------------------------------------------------------------------- run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a95ef-501e-0054-210d-cef3aa000000 Time:2025-05-26T07:10:37.2156411Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a978b-501e-0054-550d-cef3aa000000 Time:2025-05-26T07:10:38.2533554Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a9974-501e-0054-7b0d-cef3aa000000 Time:2025-05-26T07:10:39.2916090Z -------------------------------------------------------------------------------- run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a9b38-501e-0054-770d-cef3aa000000 Time:2025-05-26T07:10:40.3292262Z -------------------------------------------------------------------------------- run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:202a9b38-501e-0054-770d-cef3aa000000 Time:2025-05-26T07:10:40.3292262Z -------------------------------------------------------------------------------- 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 TestRmdirsNoLeaveRoot run.go:180: Remote "Azure container rclone-test-kaliwor0riki", Local "Local file system at /tmp/rclone2479183946", Modify Window "1ns" 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 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/26 07:11:04 ERROR : BackupDir: Failed to rmdir: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/BackupDir/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:409d0e62-401e-0077-570d-ce6969000000 Time:2025-05-26T07:11:04.6317184Z -------------------------------------------------------------------------------- 2025/05/26 07:11:04 ERROR : dst: Failed to rmdir: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:048e96ff-201e-0095-020d-ce5448000000 Time:2025-05-26T07:11:04.6338510Z -------------------------------------------------------------------------------- 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-kaliwor0riki/dst/ -------------------------------------------------------------------------------- RESPONSE 404: 404 The specified blob does not exist. ERROR CODE: BlobNotFound -------------------------------------------------------------------------------- BlobNotFoundThe specified blob does not exist. RequestId:048e96ff-201e-0095-020d-ce5448000000 Time:2025-05-26T07:11:04.6338510Z -------------------------------------------------------------------------------- Test: TestRmdirsNoLeaveRoot --- FAIL: TestRmdirsNoLeaveRoot (16.49s) FAIL "./operations.test -test.v -test.timeout 1h0m0s -remote 'TestAzureBlob,directory_markers:' -verbose -test.run '^(TestCat|TestCopyFileCompareDest|TestCopyFileCopyDest|TestCopyFileMaxTransfer|TestCopyInplace|TestCopyLongFileName|TestCount|TestDeduplicateFirst|TestDeduplicateInteractive|TestDeduplicateLargest|TestDeduplicateNewest|TestDeduplicateNewestByHash|TestDeduplicateOldest|TestDeduplicateRename|TestDeduplicateSizeOnly|TestDeduplicateSkip|TestDeduplicateSmallest|TestDelete|TestHashSums|TestListDirSorted|TestListDirSortedFn|TestLs|TestLsLong|TestLsWithFilesFrom|TestLsd|TestMaxDelete|TestMaxDeleteSize|TestMaxDeleteSizeLargeFile|TestMergeDirs|TestMkdir|TestMultithreadCopyAbort|TestReadFile|TestRmdirsNoLeaveRoot|TestStatJSON)$|^TestListJSON$/^(Default|DirsOnly|Metadata|Recurse)$'" - Finished ERROR in 9m6.05009458s (try 5/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]