"go test -v -timeout 1h0m0s -remote TestGooglePhotos: -verbose -test.run '^TestIntegration$/^CreateAlbum$/^PutFile$|^TestIntegration$/^Upload$'" - Starting (try 4/5) === RUN TestIntegration 2024/04/25 04:29:53 DEBUG : Creating backend with remote "TestGooglePhotos:" 2024/04/25 04:29:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/04/25 04:29:53 DEBUG : Creating backend with remote "testfiles" === RUN TestIntegration/CreateAlbum 2024/04/25 04:29:53 DEBUG : Google Photos path "": Mkdir: dir="album/rclone-test-yevemif7zurugic9bubebit7" 2024/04/25 04:30:30 DEBUG : Google Photos path "": >Mkdir: err= === RUN TestIntegration/CreateAlbum/PutFile 2024/04/25 04:30:30 DEBUG : Google Photos path "": Put: src=album/rclone-test-yevemif7zurugic9bubebit7/rclone-test-image1.jpg 2024/04/25 04:30:30 DEBUG : album/rclone-test-yevemif7zurugic9bubebit7/rclone-test-image1.jpg: Update: src=album/rclone-test-yevemif7zurugic9bubebit7/rclone-test-image1.jpg 2024/04/25 04:30:30 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)) 2024/04/25 04:30:30 DEBUG : pacer: Rate limited, increasing sleep to 1.759928781s 2024/04/25 04:30:30 DEBUG : album/rclone-test-yevemif7zurugic9bubebit7/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) 2024/04/25 04:30:30 DEBUG : Google Photos path "": >Put: googlephotos_test.go:59: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/googlephotos/googlephotos_test.go:59 Error: Received unexpected error: 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) Test: TestIntegration/CreateAlbum/PutFile 2024/04/25 04:30:30 DEBUG : Google Photos path "": Rmdir: dir=%!q(MISSING) 2024/04/25 04:30:30 DEBUG : Google Photos path "": >Rmdir: err=google photos API does not implement deleting albums === RUN TestIntegration/Upload 2024/04/25 04:30:30 DEBUG : Google Photos path "": Put: src=upload/dir/subdir/rclone-test-image2.jpg 2024/04/25 04:30:30 DEBUG : upload/dir/subdir/rclone-test-image2.jpg: Update: src=upload/dir/subdir/rclone-test-image2.jpg 2024/04/25 04:30:30 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)) 2024/04/25 04:30:30 DEBUG : pacer: Rate limited, increasing sleep to 2.444079812s 2024/04/25 04:30:30 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) 2024/04/25 04:30:30 DEBUG : Google Photos path "": >Put: googlephotos_test.go:224: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/googlephotos/googlephotos_test.go:224 Error: Received unexpected error: 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) Test: TestIntegration/Upload --- FAIL: TestIntegration (36.84s) --- FAIL: TestIntegration/CreateAlbum (36.79s) --- FAIL: TestIntegration/CreateAlbum/PutFile (0.06s) --- FAIL: TestIntegration/Upload (0.04s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/googlephotos 36.854s "go test -v -timeout 1h0m0s -remote TestGooglePhotos: -verbose -test.run '^TestIntegration$/^CreateAlbum$/^PutFile$|^TestIntegration$/^Upload$'" - Finished ERROR in 37.510697186s (try 4/5): exit status 1: Failed [TestIntegration/CreateAlbum/PutFile TestIntegration/Upload]