"go test -v -timeout 1h0m0s -remote TestGooglePhotos: -verbose -test.run '^TestIntegration$/^(CreateAlbum|Upload)$/^PutFile$'" - Starting (try 2/5) === RUN TestIntegration 2021/05/09 05:13:35 DEBUG : Creating backend with remote "TestGooglePhotos:" 2021/05/09 05:13:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/05/09 05:13:35 DEBUG : Creating backend with remote "testfiles" === RUN TestIntegration/CreateAlbum 2021/05/09 05:13:35 DEBUG : Google Photos path "": Mkdir: dir="album/rclone-test-hihiraz8gotohub4winijev9" 2021/05/09 05:13:53 DEBUG : Google Photos path "": >Mkdir: err= === RUN TestIntegration/CreateAlbum/PutFile 2021/05/09 05:13:53 DEBUG : Google Photos path "": Put: src=rclone-test-image1.jpg 2021/05/09 05:13:53 DEBUG : album/rclone-test-hihiraz8gotohub4winijev9/rclone-test-image1.jpg: Update: src=rclone-test-image1.jpg 2021/05/09 05:13:53 DEBUG : pacer: low level retry 1/1 (error { "code": 8, "message": "Quota exceeded for quota metric \u0027Size of uploads\u0027 and limit \u0027Size of uploads per day\u0027 of service \u0027photoslibrary.googleapis.com\u0027 for consumer \u0027project_number:202264815644\u0027." } (429 429 Too Many Requests)) 2021/05/09 05:13:53 DEBUG : pacer: Rate limited, increasing sleep to 1.821562752s 2021/05/09 05:13:53 DEBUG : album/rclone-test-hihiraz8gotohub4winijev9/rclone-test-image1.jpg: >Update: err=couldn't upload file: { "code": 8, "message": "Quota exceeded for quota metric \u0027Size of uploads\u0027 and limit \u0027Size of uploads per day\u0027 of service \u0027photoslibrary.googleapis.com\u0027 for consumer \u0027project_number:202264815644\u0027." } (429 429 Too Many Requests) 2021/05/09 05:13:53 DEBUG : Google Photos path "": >Put: googlephotos_test.go:60: Error Trace: googlephotos_test.go:60 Error: Received unexpected error: { "code": 8, "message": "Quota exceeded for quota metric \u0027Size of uploads\u0027 and limit \u0027Size of uploads per day\u0027 of service \u0027photoslibrary.googleapis.com\u0027 for consumer \u0027project_number:202264815644\u0027." } (429 429 Too Many Requests) couldn't upload file github.com/rclone/rclone/backend/googlephotos.(*Object).Update /home/rclone/go/src/github.com/rclone/rclone/backend/googlephotos/googlephotos.go:1004 github.com/rclone/rclone/backend/googlephotos.(*Fs).Put /home/rclone/go/src/github.com/rclone/rclone/backend/googlephotos/googlephotos.go:661 github.com/rclone/rclone/backend/googlephotos.TestIntegration.func1.1 /home/rclone/go/src/github.com/rclone/rclone/backend/googlephotos/googlephotos_test.go:59 testing.tRunner /usr/local/go/src/testing/testing.go:1123 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1374 Test: TestIntegration/CreateAlbum/PutFile 2021/05/09 05:13:53 DEBUG : Google Photos path "": Rmdir: dir=%!q(MISSING) 2021/05/09 05:13:53 DEBUG : Google Photos path "": >Rmdir: err=google photos API does not implement deleting albums === RUN TestIntegration/Upload 2021/05/09 05:13:53 DEBUG : Google Photos path "": Put: src=rclone-test-image2.jpg 2021/05/09 05:13:53 DEBUG : upload/dir/subdir/rclone-test-image2.jpg: Update: src=rclone-test-image2.jpg 2021/05/09 05:13:53 DEBUG : pacer: low level retry 1/1 (error { "code": 8, "message": "Quota exceeded for quota metric \u0027Size of uploads\u0027 and limit \u0027Size of uploads per day\u0027 of service \u0027photoslibrary.googleapis.com\u0027 for consumer \u0027project_number:202264815644\u0027." } (429 429 Too Many Requests)) 2021/05/09 05:13:53 DEBUG : pacer: Rate limited, increasing sleep to 2.386030238s 2021/05/09 05:13:53 DEBUG : upload/dir/subdir/rclone-test-image2.jpg: >Update: err=couldn't upload file: { "code": 8, "message": "Quota exceeded for quota metric \u0027Size of uploads\u0027 and limit \u0027Size of uploads per day\u0027 of service \u0027photoslibrary.googleapis.com\u0027 for consumer \u0027project_number:202264815644\u0027." } (429 429 Too Many Requests) 2021/05/09 05:13:53 DEBUG : Google Photos path "": >Put: googlephotos_test.go:225: Error Trace: googlephotos_test.go:225 Error: Received unexpected error: { "code": 8, "message": "Quota exceeded for quota metric \u0027Size of uploads\u0027 and limit \u0027Size of uploads per day\u0027 of service \u0027photoslibrary.googleapis.com\u0027 for consumer \u0027project_number:202264815644\u0027." } (429 429 Too Many Requests) couldn't upload file github.com/rclone/rclone/backend/googlephotos.(*Object).Update /home/rclone/go/src/github.com/rclone/rclone/backend/googlephotos/googlephotos.go:1004 github.com/rclone/rclone/backend/googlephotos.(*Fs).Put /home/rclone/go/src/github.com/rclone/rclone/backend/googlephotos/googlephotos.go:661 github.com/rclone/rclone/backend/googlephotos.TestIntegration.func3 /home/rclone/go/src/github.com/rclone/rclone/backend/googlephotos/googlephotos_test.go:224 testing.tRunner /usr/local/go/src/testing/testing.go:1123 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1374 Test: TestIntegration/Upload --- FAIL: TestIntegration (17.48s) --- FAIL: TestIntegration/CreateAlbum (17.45s) --- FAIL: TestIntegration/CreateAlbum/PutFile (0.02s) --- FAIL: TestIntegration/Upload (0.02s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/googlephotos 17.490s "go test -v -timeout 1h0m0s -remote TestGooglePhotos: -verbose -test.run '^TestIntegration$/^(CreateAlbum|Upload)$/^PutFile$'" - Finished ERROR in 20.292378434s (try 2/5): exit status 1: Failed [TestIntegration/CreateAlbum/PutFile TestIntegration/Upload]