"go test -v -timeout 1h0m0s -remote TestLinkbox: -verbose" - Starting (try 1/5)
=== RUN TestIntegration
fstests.go:442: Using remote "TestLinkbox:"
2024/12/29 01:03:09 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-mevemuv2yudo"
2024/12/29 01:03:09 DEBUG : Using config file from "/home/rclone/.rclone.conf"
=== RUN TestIntegration/FsCheckWrap
fstests.go:483: Not a wrapping Fs
=== RUN TestIntegration/FsCommand
fstests.go:511: No commands in this remote
=== RUN TestIntegration/FsRmdirNotFound
=== RUN TestIntegration/FsString
=== RUN TestIntegration/FsName
=== RUN TestIntegration/FsRoot
=== RUN TestIntegration/FsRmdirEmpty
=== RUN TestIntegration/FsMkdir
=== RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir
2024/12/29 01:03:15 DEBUG : dir/subdir: Making directory
2024/12/29 01:03:19 INFO : dir/subdir: Removing directory
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:295: Flushing the directory cache
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:295: Flushing the directory cache
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:295: Flushing the directory cache
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/fstests/fstests.go:608
Error: Not equal:
expected: []string{"dir"}
actual : []string{"dir", "dir/subdir"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,4 @@
-([]string) (len=1) {
- (string) (len=3) "dir"
+([]string) (len=2) {
+ (string) (len=3) "dir",
+ (string) (len=10) "dir/subdir"
}
Test: TestIntegration/FsMkdir/FsMkdirRmdirSubdir
Messages: directories
2024/12/29 01:08:01 INFO : dir: Removing directory
fstests.go:611:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:611
Error: Received unexpected error:
directory not empty
Test: TestIntegration/FsMkdir/FsMkdirRmdirSubdir
=== RUN TestIntegration/FsMkdir/FsListEmpty
=== RUN TestIntegration/FsMkdir/FsListDirEmpty
fstests.go:633:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:633
Error: Not equal:
expected: []string{}
actual : []string{"dir"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,3 @@
-([]string) {
+([]string) (len=1) {
+ (string) (len=3) "dir"
}
Test: TestIntegration/FsMkdir/FsListDirEmpty
=== RUN TestIntegration/FsMkdir/FsListRDirEmpty
fstests.go:403: FS has no ListR interface
=== RUN TestIntegration/FsMkdir/FsListDirNotFound
2024/12/29 01:08:03 ERROR : does not exist: error listing: directory not found
=== RUN TestIntegration/FsMkdir/FsListRDirNotFound
fstests.go:403: FS has no ListR interface
=== RUN TestIntegration/FsMkdir/FsEncoding
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:295: Flushing the directory cache
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:295: Flushing the directory cache
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:295: Flushing the directory cache
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/fstests/fstests.go:674
Error: Not equal:
expected: []string{}
actual : []string{"dir", "dir/subdir"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=3) "dir",
+ (string) (len=10) "dir/subdir"
}
Test: TestIntegration/FsMkdir/FsEncoding
Messages: directories
=== RUN TestIntegration/FsMkdir/FsEncoding/control_chars
fstests.go:711: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
2024/12/29 01:11:10 DEBUG : pacer: low level retry 1/10 (error Get "https://www.linkbox.to/api/open/file_search?name=&pageNo=1&pageSize=1000&pid=54497084&token=5gyozaWkvgAkGJOT": dial tcp: lookup www.linkbox.to on 127.0.0.53:53: dial udp 127.0.0.53:53: i/o timeout)
2024/12/29 01:11:10 DEBUG : pacer: Rate limited, increasing sleep to 400ms
2024/12/29 01:11:10 DEBUG : pacer: Reducing sleep to 300ms
2024/12/29 01:11:10 DEBUG : pacer: Reducing sleep to 225ms
2024/12/29 01:11:11 DEBUG : pacer: Reducing sleep to 200ms
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FF795F8B152038AF59EA959Z9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGoWq3IAstyKGkJB/boW1by+Bk/vo=PUT\n\n\n1735441870\nx-amz-cf-id:BVb5kxJyu6cG0FZEi7K8disIWWgURfaJZpAIEF93j0SopIR5RnvDXg==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/37d6f771c9379c3c4d02271fce829413_10050 55 54 0a 0a 0a 31 37 33 35 34 34 31 38 37 30 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 42 56 62 35 6b 78 4a 79 75 36 63 47 30 46 5a 45 69 37 4b 38 64 69 73 49 57 57 67 55 52 66 61 4a 5a 70 41 49 45 46 39 33 6a 30 53 6f 70 49 52 35 52 6e 76 44 58 67 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 33 37 64 36 66 37 37 31 63 39 33 37 39 63 33 63 34 64 30 32 32 37 31 66 63 65 38 32 39 34 31 33 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/control_chars
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/dot
fstests.go:711: testing "."
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FF7A410B19E195D95C950A7Z9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABG5bCSK3CO3rm3fkXTBLyLFNjORzk=PUT\n\n\n1735441874\nx-amz-cf-id:EFTlJgf7SwEqUVBdppcdEnPDwcEbUf5W227iB9D2WQHrTngeVDlxtQ==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/54b3072d639c9b813fe917a32bf2f097_10050 55 54 0a 0a 0a 31 37 33 35 34 34 31 38 37 34 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 45 46 54 6c 4a 67 66 37 53 77 45 71 55 56 42 64 70 70 63 64 45 6e 50 44 77 63 45 62 55 66 35 57 32 32 37 69 42 39 44 32 57 51 48 72 54 6e 67 65 56 44 6c 78 74 51 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 35 34 62 33 30 37 32 64 36 33 39 63 39 62 38 31 33 66 65 39 31 37 61 33 32 62 66 32 66 30 39 37 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/dot
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/dot_dot
fstests.go:711: testing ".."
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FF7AFBCB19C522C38F538F6Z9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGgVurz4zW9PeAiesjsAwFOrEh/IE=PUT\n\n\n1735441877\nx-amz-cf-id:qA_b9VKZwt2D0UTCviVNiIKrGq75MSbezdvHPacPeq719Ay2XUx7mg==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/5933d701758d79536b9cd5cb53265aba_10050 55 54 0a 0a 0a 31 37 33 35 34 34 31 38 37 37 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 71 41 5f 62 39 56 4b 5a 77 74 32 44 30 55 54 43 76 69 56 4e 69 49 4b 72 47 71 37 35 4d 53 62 65 7a 64 76 48 50 61 63 50 65 71 37 31 39 41 79 32 58 55 78 37 6d 67 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 35 39 33 33 64 37 30 31 37 35 38 64 37 39 35 33 36 62 39 63 64 35 63 62 35 33 32 36 35 61 62 61 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/dot_dot
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/punctuation
fstests.go:711: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FF7BABBB154C164A99F3FA9Z9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGzaVvhbFl0z6XDGSWzJGUkk+Fat0=PUT\n\n\n1735441880\nx-amz-cf-id:RufgNY0fwn9WgFTqL461OIIQyV9VjqR64NOiAwPMwPh94ufaIxgPXA==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/e09d5b40ae74b411aa771b52854a74f5_10050 55 54 0a 0a 0a 31 37 33 35 34 34 31 38 38 30 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 52 75 66 67 4e 59 30 66 77 6e 39 57 67 46 54 71 4c 34 36 31 4f 49 49 51 79 56 39 56 6a 71 52 36 34 4e 4f 69 41 77 50 4d 77 50 68 39 34 75 66 61 49 78 67 50 58 41 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 65 30 39 64 35 62 34 30 61 65 37 34 62 34 31 31 61 61 37 37 31 62 35 32 38 35 34 61 37 34 66 35 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/punctuation
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_space
fstests.go:711: testing " leading space"
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FF7C866B01457ECDAFAD2DFZ9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGMi5/Lvu/pbxRUX/I2nAq0KP+dd4=PUT\n\n\n1735441884\nx-amz-cf-id:nyEC88l5hJk4-UMIj-dK4BybY2pYEXsxGF0XbeqQQXx3MPTHOs-oKw==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/0137cee91aed0962834c9cd83503bcf3_10050 55 54 0a 0a 0a 31 37 33 35 34 34 31 38 38 34 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 6e 79 45 43 38 38 6c 35 68 4a 6b 34 2d 55 4d 49 6a 2d 64 4b 34 42 79 62 59 32 70 59 45 58 73 78 47 46 30 58 62 65 71 51 51 58 78 33 4d 50 54 48 4f 73 2d 6f 4b 77 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 30 31 33 37 63 65 65 39 31 61 65 64 30 39 36 32 38 33 34 63 39 63 64 38 33 35 30 33 62 63 66 33 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/leading_space
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde
fstests.go:711: testing "~leading tilde"
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FF7DA9AB15D0F6E9DAE5BFBZ9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGVi6PXYnpeyAn2mY88hM7WBjV4wo=PUT\n\n\n1735441888\nx-amz-cf-id:IDmWZLQEzcDLDUcJ-9QXphbj_VD7xR_LTLgmLZZX_RpjR3vO-Z3C4A==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/4c915e1adb7a24173905973534402f74_10050 55 54 0a 0a 0a 31 37 33 35 34 34 31 38 38 38 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 49 44 6d 57 5a 4c 51 45 7a 63 44 4c 44 55 63 4a 2d 39 51 58 70 68 62 6a 5f 56 44 37 78 52 5f 4c 54 4c 67 6d 4c 5a 5a 58 5f 52 70 6a 52 33 76 4f 2d 5a 33 43 34 41 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 34 63 39 31 35 65 31 61 64 62 37 61 32 34 31 37 33 39 30 35 39 37 33 35 33 34 34 30 32 66 37 34 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_CR
fstests.go:711: testing "␍leading CR"
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FF7E7DEB112B0437420FDE8Z9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGpxJxckICf5pDJj8G8RTJ7Jp15gU=PUT\n\n\n1735441891\nx-amz-cf-id:djcXJQJssYziSMgtbdQSaZeyamz-SJUCLBX8gaqDVgfhDTZeehlbmw==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/f977605e7a13075eba5d9193b9a04e44_10050 55 54 0a 0a 0a 31 37 33 35 34 34 31 38 39 31 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 64 6a 63 58 4a 51 4a 73 73 59 7a 69 53 4d 67 74 62 64 51 53 61 5a 65 79 61 6d 7a 2d 53 4a 55 43 4c 42 58 38 67 61 71 44 56 67 66 68 44 54 5a 65 65 68 6c 62 6d 77 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 66 39 37 37 36 30 35 65 37 61 31 33 30 37 35 65 62 61 35 64 39 31 39 33 62 39 61 30 34 65 34 34 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/leading_CR
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_LF
fstests.go:711: testing "␊leading LF"
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FF7F177B2DDFB0F972C8DD3Z9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABG+Irkhn7anuJ0Zi/z6UcVpC5bEvI=PUT\n\n\n1735441894\nx-amz-cf-id:awB5sh2-65NRHTvVK828RPGjwq-0d12naQRlrfBFBauzlz0TmeH6sg==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/57dfa5f71acc888c931cfaf77ea204c3_10050 55 54 0a 0a 0a 31 37 33 35 34 34 31 38 39 34 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 61 77 42 35 73 68 32 2d 36 35 4e 52 48 54 76 56 4b 38 32 38 52 50 47 6a 77 71 2d 30 64 31 32 6e 61 51 52 6c 72 66 42 46 42 61 75 7a 6c 7a 30 54 6d 65 48 36 73 67 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 35 37 64 66 61 35 66 37 31 61 63 63 38 38 38 63 39 33 31 63 66 61 66 37 37 65 61 32 30 34 63 33 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/leading_LF
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_HT
fstests.go:711: testing "␉leading HT"
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FF9C38BB2D501E264FFEDADZ9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGf29QsEvtPTCtexGDZUO6yvf3Poo=PUT\n\n\n1735442013\nx-amz-cf-id:PKyuA-FgGg2y8Gt7-JnrnWL6GGiaLeyPQVSKmqe6WbJ11zrqELXqnw==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/3f9a92ee04ac67c7535f7d15a7779b2c_10050 55 54 0a 0a 0a 31 37 33 35 34 34 32 30 31 33 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 50 4b 79 75 41 2d 46 67 47 67 32 79 38 47 74 37 2d 4a 6e 72 6e 57 4c 36 47 47 69 61 4c 65 79 50 51 56 53 4b 6d 71 65 36 57 62 4a 31 31 7a 72 71 45 4c 58 71 6e 77 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 33 66 39 61 39 32 65 65 30 34 61 63 36 37 63 37 35 33 35 66 37 64 31 35 61 37 37 37 39 62 32 63 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/leading_HT
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_VT
fstests.go:711: testing "␋leading VT"
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FF9CCB9B19D11BFAC4286D6Z9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGj05LaSV7oLU74Oypou+XD0igBzA=PUT\n\n\n1735442016\nx-amz-cf-id:DEkz09JsUqQJN0Af3mD6YZMyTHNhwpDAjgq8nDB8ovOB-nhjaDvgbQ==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/a6a080c9baeb9b22eb0dd689b204d6ea_10050 55 54 0a 0a 0a 31 37 33 35 34 34 32 30 31 36 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 44 45 6b 7a 30 39 4a 73 55 71 51 4a 4e 30 41 66 33 6d 44 36 59 5a 4d 79 54 48 4e 68 77 70 44 41 6a 67 71 38 6e 44 42 38 6f 76 4f 42 2d 6e 68 6a 61 44 76 67 62 51 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 61 36 61 30 38 30 63 39 62 61 65 62 39 62 32 32 65 62 30 64 64 36 38 39 62 32 30 34 64 36 65 61 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/leading_VT
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/leading_dot
fstests.go:706: Skipping leading dot
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_space
fstests.go:711: testing "trailing space "
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FF9D7CBB11F465697F9B140Z9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGDWCK0FLTPm0Y9TYtYMJxwBO1UFY=PUT\n\n\n1735442018\nx-amz-cf-id:JHreryopK4iui7px81vpKxBYv34s0fF53URaDhShoT3uySfBTLQQQg==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/0805f9338bc5033a8914c82ff4320cab_10050 55 54 0a 0a 0a 31 37 33 35 34 34 32 30 31 38 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 4a 48 72 65 72 79 6f 70 4b 34 69 75 69 37 70 78 38 31 76 70 4b 78 42 59 76 33 34 73 30 66 46 35 33 55 52 61 44 68 53 68 6f 54 33 75 79 53 66 42 54 4c 51 51 51 67 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 30 38 30 35 66 39 33 33 38 62 63 35 30 33 33 61 38 39 31 34 63 38 32 66 66 34 33 32 30 63 61 62 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/trailing_space
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR
fstests.go:711: testing "trailing CR␍"
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FF9FB0BB01A4922F46C0982Z9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGt8KR/V+awb8ZtWpPkbDwPooHM3Q=PUT\n\n\n1735442027\nx-amz-cf-id:igjyCbbsZO5eoExZ92AxIH9EhEZeSpTE0Sfmqjau3gTaTZRZhaihaQ==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/88be5798158aa824327df8dd4548cb4e_10050 55 54 0a 0a 0a 31 37 33 35 34 34 32 30 32 37 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 69 67 6a 79 43 62 62 73 5a 4f 35 65 6f 45 78 5a 39 32 41 78 49 48 39 45 68 45 5a 65 53 70 54 45 30 53 66 6d 71 6a 61 75 33 67 54 61 54 5a 52 5a 68 61 69 68 61 51 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 38 38 62 65 35 37 39 38 31 35 38 61 61 38 32 34 33 32 37 64 66 38 64 64 34 35 34 38 63 62 34 65 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF
fstests.go:711: testing "trailing LF␊"
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FFBD7E5B11AAFACF4532B02Z9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGcKOY98+fwj5DpOk5XFEmWCucIzM=PUT\n\n\n1735442150\nx-amz-cf-id:BwcabqgkRVO0dmt1KksqCVatSX6ijLVPMceSVs7f2nVOFy3h-O-XtQ==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/8f99bf3a9c1eaeb6512909d3784b2979_10050 55 54 0a 0a 0a 31 37 33 35 34 34 32 31 35 30 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 42 77 63 61 62 71 67 6b 52 56 4f 30 64 6d 74 31 4b 6b 73 71 43 56 61 74 53 58 36 69 6a 4c 56 50 4d 63 65 53 56 73 37 66 32 6e 56 4f 46 79 33 68 2d 4f 2d 58 74 51 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 38 66 39 39 62 66 33 61 39 63 31 65 61 65 62 36 35 31 32 39 30 39 64 33 37 38 34 62 32 39 37 39 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT
fstests.go:711: testing "trailing HT␉"
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FFBE0F4B199C3891D493B51Z9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGfE4/CLx+E1Ro5+aeYICO/c+qZg0=PUT\n\n\n1735442152\nx-amz-cf-id:9vhk51g1D5M_CaS8uKbZG9Yq4xtiiBYRhx8r4vzW9lSvVtwCdbZBIw==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/db01d08cbb501f4de70c984c7a7ced2b_10050 55 54 0a 0a 0a 31 37 33 35 34 34 32 31 35 32 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 39 76 68 6b 35 31 67 31 44 35 4d 5f 43 61 53 38 75 4b 62 5a 47 39 59 71 34 78 74 69 69 42 59 52 68 78 38 72 34 76 7a 57 39 6c 53 76 56 74 77 43 64 62 5a 42 49 77 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 64 62 30 31 64 30 38 63 62 62 35 30 31 66 34 64 65 37 30 63 39 38 34 63 37 61 37 63 65 64 32 62 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT
fstests.go:711: testing "trailing VT␋"
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FFBEB50B2DCD726333A22E1Z9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGflkVF6KLjiUj+Q91p97iFOrY0t8=PUT\n\n\n1735442155\nx-amz-cf-id:FBu1Kv1UHzTfwgG47r-BRsZ9WkKpR3DvrAcIWfl9yDY6F91wS-QuZg==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/5f6fb177fee86cd3b09080134b6af071_10050 55 54 0a 0a 0a 31 37 33 35 34 34 32 31 35 35 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 46 42 75 31 4b 76 31 55 48 7a 54 66 77 67 47 34 37 72 2d 42 52 73 5a 39 57 6b 4b 70 52 33 44 76 72 41 63 49 57 66 6c 39 79 44 59 36 46 39 31 77 53 2d 51 75 5a 67 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 35 66 36 66 62 31 37 37 66 65 65 38 36 63 64 33 62 30 39 30 38 30 31 33 34 62 36 61 66 30 37 31 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot
fstests.go:711: testing "trailing dot."
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FFBF663B2DF15C2A6D0BCC5Z9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGaG3l6RwNj1GdqsmSaFfRbw1uBgE=PUT\n\n\n1735442157\nx-amz-cf-id:ZEAeWTfcLsx6y1bEcGzqdU4NJl5Lhp-f_ac32NDVRyJ2l7Zh6FJZ-g==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/6309a658d0c42b5068c35c3bec964a90_10050 55 54 0a 0a 0a 31 37 33 35 34 34 32 31 35 37 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 5a 45 41 65 57 54 66 63 4c 73 78 36 79 31 62 45 63 47 7a 71 64 55 34 4e 4a 6c 35 4c 68 70 2d 66 5f 61 63 33 32 4e 44 56 52 79 4a 32 6c 37 5a 68 36 46 4a 5a 2d 67 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 36 33 30 39 61 36 35 38 64 30 63 34 32 62 35 30 36 38 63 33 35 63 33 62 65 63 39 36 34 61 39 30 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
fstests.go:711: testing "invalid utf-8\xfe"
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FFBFFB2B0D303EA1FD18C56Z9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGMTi4nmYB8C7TBlT8+iDZzlxpa5E=PUT\n\n\n1735442160\nx-amz-cf-id:23myWm5ioFMF6qho1RvpKjxphdkqqolkT0v-jMWuu1YaitHMf3Xdfw==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/cab6eaed772465d99445f4ae98535484_10050 55 54 0a 0a 0a 31 37 33 35 34 34 32 31 36 30 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 32 33 6d 79 57 6d 35 69 6f 46 4d 46 36 71 68 6f 31 52 76 70 4b 6a 78 70 68 64 6b 71 71 6f 6c 6b 54 30 76 2d 6a 4d 57 75 75 31 59 61 69 74 48 4d 66 33 58 64 66 77 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 63 61 62 36 65 61 65 64 37 37 32 34 36 35 64 39 39 34 34 35 66 34 61 65 39 38 35 33 35 34 38 34 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
Messages: Put
=== RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding
fstests.go:711: testing "test%46.txt"
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FFC08DEB1957FEFADDD9915Z9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABG4l2iKoJKeZ2mZzmFAW9/3sUg/kU=PUT\n\n\n1735442162\nx-amz-cf-id:-iAoohmmTSU7R9D3u6eiFUp_WoQMi8xcn_FlEpu-zmkveY9ywLCHqA==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/19a67bc23ed0d8709f07ed16287975fe_10050 55 54 0a 0a 0a 31 37 33 35 34 34 32 31 36 32 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 2d 69 41 6f 6f 68 6d 6d 54 53 55 37 52 39 44 33 75 36 65 69 46 55 70 5f 57 6f 51 4d 69 38 78 63 6e 5f 46 6c 45 70 75 2d 7a 6d 6b 76 65 59 39 79 77 4c 43 48 71 41 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 31 39 61 36 37 62 63 32 33 65 64 30 64 38 37 30 39 66 30 37 65 64 31 36 32 38 37 39 37 35 66 65 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding
Messages: Put
=== RUN TestIntegration/FsMkdir/FsNewObjectNotFound
=== RUN TestIntegration/FsMkdir/FsPutError
=== RUN TestIntegration/FsMkdir/FsPutZeroLength
fstests.go:247: Can't upload zero length files
=== RUN TestIntegration/FsMkdir/FsOpenWriterAt
fstests.go:790: FS has no OpenWriterAt interface
=== RUN TestIntegration/FsMkdir/FsOpenChunkWriter
fstests.go:823: FS has no OpenChunkWriter interface
=== RUN TestIntegration/FsMkdir/FsChangeNotify
fstests.go:872: FS has no ChangeNotify interface
=== RUN TestIntegration/FsMkdir/FsPutFiles
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:957
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.000001940FFE0BE3B0DE9D8CD0C4038CZ9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGekKgV2UhJ9Ub3AfiAOHZQ2H1L0g=PUT\n\n\n1735442294\nx-amz-cf-id:w1iKG3s2AORNJMEkuuO-0Y6yGnRl4_N7z3T-AQw7mEmSVcn_Zl8yFg==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/14d977e8ed6bb903634df10976750398_10050 55 54 0a 0a 0a 31 37 33 35 34 34 32 32 39 34 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 77 31 69 4b 47 33 73 32 41 4f 52 4e 4a 4d 45 6b 75 75 4f 2d 30 59 36 79 47 6e 52 6c 34 5f 4e 37 7a 33 54 2d 41 51 77 37 6d 45 6d 53 56 63 6e 5f 5a 6c 38 79 46 67 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 31 34 64 39 37 37 65 38 65 64 36 62 62 39 30 33 36 33 34 64 66 31 30 39 37 36 37 35 30 33 39 38 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsPutFiles
Messages: Put
=== RUN TestIntegration/FsMkdir/FsPutChunked
fstests.go:2230: *linkbox.Fs does not implement SetUploadChunkSizer
=== RUN TestIntegration/FsMkdir/FsCopyChunked
fstests.go:2348: FS has no Copier interface
=== RUN TestIntegration/FsMkdir/FsUploadUnknownSize
=== RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize
=== RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize
2024/12/29 01:20:45 DEBUG : pacer: low level retry 1/1 (error Put "http://upload-api.linkbox.to/tmp/recycle/1d/user/922460207/de9f433e9c06f9e165f6885fd4aded95_100?AWSAccessKeyId=ZAUGMKBTPLNX0FBOCABG&Expires=1735442334&Signature=WQPzogJxMBOaHis3%2FpZvYw2QlEI%3D": dial tcp: lookup upload-api.linkbox.to: i/o timeout)
2024/12/29 01:20:45 DEBUG : pacer: Rate limited, increasing sleep to 400ms
fstests.go:142: Put error: update err in uploading file: Put "http://upload-api.linkbox.to/tmp/recycle/1d/user/922460207/de9f433e9c06f9e165f6885fd4aded95_100?AWSAccessKeyId=ZAUGMKBTPLNX0FBOCABG&Expires=1735442334&Signature=WQPzogJxMBOaHis3%2FpZvYw2QlEI%3D": dial tcp: lookup upload-api.linkbox.to: i/o timeout - low level retry 1/10
2024/12/29 01:21:52 DEBUG : pacer: low level retry 1/10 (error Get "https://www.linkbox.to/api/open/file_search?name=unknown-size-update.txt&pageNo=1&pageSize=1000&pid=54496944&token=5gyozaWkvgAkGJOT": dial tcp: lookup www.linkbox.to on 127.0.0.53:53: write udp 127.0.0.1:58061->127.0.0.53:53: i/o timeout)
2024/12/29 01:22:22 DEBUG : pacer: Rate limited, increasing sleep to 800ms
2024/12/29 01:22:36 DEBUG : pacer: Reducing sleep to 600ms
2024/12/29 01:22:36 DEBUG : pacer: Reducing sleep to 450ms
2024/12/29 01:22:37 DEBUG : pacer: Reducing sleep to 337.5ms
fstests.go:145:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:161
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:223
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:213
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2454
Error: Received unexpected error:
update err in uploading file: HTTP error 403 (403 Forbidden) returned body: "SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.0000019410020D70B11BF8D20F714EEBZ9v+cC1sRnaWw6x0vi8pxxYA0YVnKxbYHUPAFpnxkX8sLV44u5b02Z+ailn2wCnRZAUGMKBTPLNX0FBOCABGPcZcOVgTZGBeTQv3k6hPNKpxtD0=PUT\n\n\n1735442556\nx-amz-cf-id:UIAPk2TbT3MRtYKSfP3GHpnAb5HWm2e6aeCaayqeX91vXB6R9psRTQ==\n/ozadj95fviptne/tmp/recycle/1d/user/922460207/de9f433e9c06f9e165f6885fd4aded95_10050 55 54 0a 0a 0a 31 37 33 35 34 34 32 35 35 36 0a 78 2d 61 6d 7a 2d 63 66 2d 69 64 3a 55 49 41 50 6b 32 54 62 54 33 4d 52 74 59 4b 53 66 50 33 47 48 70 6e 41 62 35 48 57 6d 32 65 36 61 65 43 61 61 79 71 65 58 39 31 76 58 42 36 52 39 70 73 52 54 51 3d 3d 0a 2f 6f 7a 61 64 6a 39 35 66 76 69 70 74 6e 65 2f 74 6d 70 2f 72 65 63 79 63 6c 65 2f 31 64 2f 75 73 65 72 2f 39 32 32 34 36 30 32 30 37 2f 64 65 39 66 34 33 33 65 39 63 30 36 66 39 65 31 36 35 66 36 38 38 35 66 64 34 61 64 65 64 39 35 5f 31 30 30"
Test: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize
Messages: Put
=== RUN TestIntegration/FsMkdir/FsRootCollapse
2024/12/29 01:22:37 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-mevemuv2yudo/deeper/nonexisting/directory"
2024/12/29 01:22:37 DEBUG : Config file has changed externally - reloading
=== RUN TestIntegration/FsMkdir/FsDirSetModTime
fstests.go:2500: FS has no DirSetModTime interface
=== RUN TestIntegration/FsMkdir/FsMkdirMetadata
fstests.go:2543: FS has no MkdirMetadata interface
=== RUN TestIntegration/FsMkdir/FsDirectory
fstests.go:2600: FS has no Directory methods and doesn't Wrap
2024/12/29 01:22:40 DEBUG : pacer: Reducing sleep to 253.125ms
2024/12/29 01:24:42 DEBUG : pacer: Reducing sleep to 200ms
2024/12/29 01:24:42 ERROR : : error listing: directory not found
=== RUN TestIntegration/FsShutdown
fstests.go:2706: Shutdown method not supported
--- FAIL: TestIntegration (1293.15s)
--- SKIP: TestIntegration/FsCheckWrap (0.00s)
--- SKIP: TestIntegration/FsCommand (0.00s)
--- PASS: TestIntegration/FsRmdirNotFound (0.20s)
--- PASS: TestIntegration/FsString (0.00s)
--- PASS: TestIntegration/FsName (0.00s)
--- PASS: TestIntegration/FsRoot (0.00s)
--- PASS: TestIntegration/FsRmdirEmpty (1.56s)
--- FAIL: TestIntegration/FsMkdir (1289.10s)
--- FAIL: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (287.14s)
--- PASS: TestIntegration/FsMkdir/FsListEmpty (0.66s)
--- FAIL: TestIntegration/FsMkdir/FsListDirEmpty (0.20s)
--- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s)
--- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.20s)
--- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding (480.03s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/control_chars (179.29s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/dot (3.49s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/dot_dot (2.97s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/punctuation (2.84s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_space (3.68s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_tilde (4.46s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (3.35s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (2.46s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_HT (119.27s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_VT (2.36s)
--- SKIP: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.00s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (9.02s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (73.88s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (49.77s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_HT (2.32s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (2.67s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (2.87s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (2.33s)
--- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (2.35s)
--- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.41s)
--- PASS: TestIntegration/FsMkdir/FsPutError (130.09s)
--- SKIP: TestIntegration/FsMkdir/FsPutZeroLength (0.00s)
--- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s)
--- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s)
--- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s)
--- FAIL: TestIntegration/FsMkdir/FsPutFiles (1.39s)
--- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s)
--- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s)
--- FAIL: TestIntegration/FsMkdir/FsUploadUnknownSize (262.53s)
--- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.00s)
--- FAIL: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (262.52s)
--- PASS: TestIntegration/FsMkdir/FsRootCollapse (1.15s)
--- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s)
--- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s)
--- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s)
--- SKIP: TestIntegration/FsShutdown (0.00s)
FAIL
exit status 1
FAIL github.com/rclone/rclone/backend/linkbox 1293.175s
"go test -v -timeout 1h0m0s -remote TestLinkbox: -verbose" - Finished ERROR in 21m38.233912818s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsMkdirRmdirSubdir TestIntegration/FsMkdir/FsListDirEmpty TestIntegration/FsMkdir/FsEncoding/control_chars TestIntegration/FsMkdir/FsEncoding/dot TestIntegration/FsMkdir/FsEncoding/dot_dot TestIntegration/FsMkdir/FsEncoding/punctuation TestIntegration/FsMkdir/FsEncoding/leading_space TestIntegration/FsMkdir/FsEncoding/leading_tilde TestIntegration/FsMkdir/FsEncoding/leading_CR TestIntegration/FsMkdir/FsEncoding/leading_LF TestIntegration/FsMkdir/FsEncoding/leading_HT TestIntegration/FsMkdir/FsEncoding/leading_VT TestIntegration/FsMkdir/FsEncoding/trailing_space TestIntegration/FsMkdir/FsEncoding/trailing_CR TestIntegration/FsMkdir/FsEncoding/trailing_LF TestIntegration/FsMkdir/FsEncoding/trailing_HT TestIntegration/FsMkdir/FsEncoding/trailing_VT TestIntegration/FsMkdir/FsEncoding/trailing_dot TestIntegration/FsMkdir/FsEncoding/URL_encoding TestIntegration/FsMkdir/FsPutFiles TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize]