"go test -v -timeout 1h0m0s -remote TestGooglePhotos: -verbose -test.run '^TestIntegration$/^CreateAlbum$/^PutFile$|^TestIntegration$/^Upload$'" - Starting (try 4/5) === RUN TestIntegration 2026/07/09 01:53:16 DEBUG : Creating backend with remote "TestGooglePhotos:" 2026/07/09 01:53:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/09 01:53:16 NOTICE: TestGooglePhotos: This remote uses rclone's shared Google Photos client_id, which is being retired and will stop working during 2026. Create your own client_id to avoid interruption: https://rclone.org/googlephotos/#making-your-own-client-id 2026/07/09 01:53:16 DEBUG : Creating backend with remote "testfiles" === RUN TestIntegration/CreateAlbum 2026/07/09 01:53:39 DEBUG : pacer: low level retry 1/10 (error The service is currently unavailable. (503 UNAVAILABLE)) 2026/07/09 01:53:39 DEBUG : pacer: Rate limited, increasing sleep to 1.461802717s 2026/07/09 01:53:40 DEBUG : pacer: Reducing sleep to 0s 2026/07/09 01:53:40 DEBUG : pacer: low level retry 1/10 (error The service is currently unavailable. (503 UNAVAILABLE)) 2026/07/09 01:53:40 DEBUG : pacer: Rate limited, increasing sleep to 1.224832916s 2026/07/09 01:53:40 DEBUG : pacer: low level retry 2/10 (error The service is currently unavailable. (503 UNAVAILABLE)) 2026/07/09 01:53:40 DEBUG : pacer: Rate limited, increasing sleep to 2.748769885s 2026/07/09 01:53:42 DEBUG : pacer: Reducing sleep to 0s 2026/07/09 01:53:54 DEBUG : pacer: low level retry 1/10 (error The service is currently unavailable. (503 UNAVAILABLE)) 2026/07/09 01:53:54 DEBUG : pacer: Rate limited, increasing sleep to 1.516519627s 2026/07/09 01:53:55 DEBUG : pacer: Reducing sleep to 0s === RUN TestIntegration/CreateAlbum/PutFile 2026/07/09 01:54:40 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)) 2026/07/09 01:54:40 DEBUG : pacer: Rate limited, increasing sleep to 1.357354082s googlephotos_test.go:60: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/googlephotos/googlephotos_test.go:60 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 === RUN TestIntegration/Upload 2026/07/09 01:54:40 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)) 2026/07/09 01:54:40 DEBUG : pacer: Rate limited, increasing sleep to 2.060135934s googlephotos_test.go:225: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/googlephotos/googlephotos_test.go:225 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 (83.37s) --- FAIL: TestIntegration/CreateAlbum (83.31s) --- FAIL: TestIntegration/CreateAlbum/PutFile (0.07s) --- FAIL: TestIntegration/Upload (0.05s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/googlephotos 83.382s "go test -v -timeout 1h0m0s -remote TestGooglePhotos: -verbose -test.run '^TestIntegration$/^CreateAlbum$/^PutFile$|^TestIntegration$/^Upload$'" - Finished ERROR in 1m24.121584911s (try 4/5): exit status 1: Failed [TestIntegration/CreateAlbum/PutFile TestIntegration/Upload]