"go test -v -timeout 1h0m0s -remote TestCompressDrive: -verbose" - Starting (try 1/5) === RUN TestIntegration fstests.go:418: Using remote "TestCompressDrive:" 2021/05/09 05:15:45 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-xopihow9yutuvuj9zuyomev8" 2021/05/09 05:15:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsCheckWrap === RUN TestIntegration/FsCommand fstests.go:483: 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 2021/05/09 05:15:48 DEBUG : dir/subdir: Making directory 2021/05/09 05:15:49 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/05/09 05:15:49 DEBUG : pacer: Rate limited, increasing sleep to 1.226733076s 2021/05/09 05:15:49 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/05/09 05:15:49 DEBUG : pacer: Rate limited, increasing sleep to 2.828907527s 2021/05/09 05:15:51 DEBUG : pacer: Reducing sleep to 0s 2021/05/09 05:15:54 DEBUG : dir/subdir: Removing directory 2021/05/09 05:15:55 DEBUG : dir: Removing directory 2021/05/09 05:15:55 DEBUG : dir: Rmdir: contains trashed file: "subdir" === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty === RUN TestIntegration/FsMkdir/FsListDirNotFound 2021/05/09 05:15:56 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound 2021/05/09 05:15:57 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:669: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2021/05/09 05:16:05 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/05/09 05:16:05 DEBUG : pacer: Rate limited, increasing sleep to 1.149565144s 2021/05/09 05:16:05 DEBUG : pacer: Reducing sleep to 0s 2021/05/09 05:16:08 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Rmdir: contains trashed file: "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡.ZAAAAAAAAAA.gz" 2021/05/09 05:16:08 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Rmdir: contains trashed file: "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡.json" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:669: testing "." 2021/05/09 05:16:15 DEBUG : .: Rmdir: contains trashed file: "..ZAAAAAAAAAA.gz" 2021/05/09 05:16:15 DEBUG : .: Rmdir: contains trashed file: "..json" === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:669: testing ".." 2021/05/09 05:16:18 DEBUG : pacer: low level retry 1/1 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=847840889997, userRateLimitExceeded) 2021/05/09 05:16:18 DEBUG : pacer: Rate limited, increasing sleep to 1.774022598s --- FAIL: TestIntegration (33.03s) --- PASS: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.18s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.56s) --- FAIL: TestIntegration/FsMkdir (30.63s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (7.29s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.19s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.29s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.16s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.19s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.22s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (21.48s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (11.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (7.02s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/dot_dot (2.48s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0xefcdcf] goroutine 268 [running]: testing.tRunner.func1.1(0x101ea40, 0x19aad30) /usr/local/go/src/testing/testing.go:1072 +0x30d testing.tRunner.func1(0xc000542180) /usr/local/go/src/testing/testing.go:1075 +0x41a panic(0x101ea40, 0x19aad30) /usr/local/go/src/runtime/panic.go:969 +0x1b9 github.com/rclone/rclone/backend/compress.(*Fs).putMetadata(0xc00007a680, 0x137ab00, 0xc0000ac010, 0xc0006fc0c0, 0x1384120, 0xc0003906e0, 0x0, 0x0, 0x0, 0xc0002e3ae8, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:629 +0x24f github.com/rclone/rclone/backend/compress.(*Fs).putWithCustomFunctions(0xc00007a680, 0x137ab00, 0xc0000ac010, 0x13645a0, 0xc0006af400, 0x1384120, 0xc0003906e0, 0x0, 0x0, 0x0, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:658 +0x19f github.com/rclone/rclone/backend/compress.(*Fs).Put(0xc00007a680, 0x137ab00, 0xc0000ac010, 0x13645e0, 0xc0006af200, 0x1384120, 0xc0003906e0, 0x0, 0x0, 0x0, ...) /home/rclone/go/src/github.com/rclone/rclone/backend/compress/compress.go:687 +0x38d github.com/rclone/rclone/fstest/fstests.putTestContentsMimeType.func1(0x0, 0xc00010f440) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:197 +0x2b1 github.com/rclone/rclone/fstest/fstests.retry(0xc000542180, 0x11892c4, 0x3, 0xc0002e3d58) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:145 +0x10c github.com/rclone/rclone/fstest/fstests.putTestContentsMimeType(0x137ab00, 0xc0000ac010, 0xc000542180, 0x13872e0, 0xc00007a680, 0xc0002e3f38, 0xc000126690, 0x64, 0x455301, 0x0, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:187 +0x165 github.com/rclone/rclone/fstest/fstests.PutTestContents(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:212 github.com/rclone/rclone/fstest/fstests.testPut(0x137ab00, 0xc0000ac010, 0xc000542180, 0x13872e0, 0xc00007a680, 0xc0004e7f38, 0x6, 0xc0006b4c31, 0xd, 0xc0006cef70) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:217 +0xad github.com/rclone/rclone/fstest/fstests.Run.func13.7.1(0xc000542180) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:675 +0x2ce testing.tRunner(0xc000542180, 0xc0006b1680) /usr/local/go/src/testing/testing.go:1123 +0xef created by testing.(*T).Run /usr/local/go/src/testing/testing.go:1168 +0x2b3 exit status 2 FAIL github.com/rclone/rclone/backend/compress 33.077s "go test -v -timeout 1h0m0s -remote TestCompressDrive: -verbose" - Finished ERROR in 47.241095823s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsEncoding/dot_dot]