elegant-florist-94385
12/16/2024, 12:14 PMelegant-florist-94385
12/16/2024, 12:58 PMthankful-stone-5860
12/16/2024, 9:08 PMthankful-stone-5860
12/16/2024, 9:09 PMpants.toml
config look like?elegant-florist-94385
12/16/2024, 9:14 PM[GLOBAL]
colors = true
remote_provider = "experimental-github-actions-cache"
remote_cache_read = true
remote_cache_write = true
remote_instance_name = "pants_ci_cache"
[stats]
log = true
pants.ci.tomlelegant-florist-94385
12/16/2024, 9:15 PMpants.toml
has a bunch of tool config stuff, but nothing that should affect caching. (version 2.22)thankful-stone-5860
12/16/2024, 9:15 PMelegant-florist-94385
12/16/2024, 9:19 PMprocess.env.ACTIONS_CACHE_URL
from github, the url is <https://github.software.gevernova.com/_services/pipelines/ocrHE8ZScyxq8pTiT1IyKRHNwdDtYL7HOvJRB2oXuk7JCGeFXS/>
and pants logs errors that mention AWS things, so I'm assuming that URL is more or less a proxy to an S3 bucketthankful-stone-5860
12/16/2024, 9:35 PMpants
command with -ldebug
?elegant-florist-94385
12/16/2024, 9:37 PM-ldebug
. It showed a lot of the "starting remote cache lookup for <xyz>" and "remote cache lookup completed" before the error messages, but nothing more than thatelegant-florist-94385
12/16/2024, 9:42 PMelegant-florist-94385
12/16/2024, 9:42 PMthankful-stone-5860
12/16/2024, 9:46 PMstats
from a run?thankful-stone-5860
12/16/2024, 9:47 PMelegant-florist-94385
12/16/2024, 9:49 PM20:30:35.87 [INFO] Counters:
backtrack_attempts: 0
docker_execution_errors: 0
docker_execution_requests: 0
docker_execution_successes: 0
local_cache_read_errors: 0
local_cache_requests: 324
local_cache_requests_cached: 1
local_cache_requests_uncached: 323
local_cache_total_time_saved_ms: 2215
local_cache_write_errors: 0
local_execution_requests: 323
local_process_total_time_run_ms: 1771296
remote_cache_read_errors: 0
remote_cache_request_timeouts: 0
remote_cache_requests: 319
remote_cache_requests_cached: 0
remote_cache_requests_uncached: 319
remote_cache_speculation_local_completed_first: 0
remote_cache_speculation_remote_completed_first: 0
remote_cache_total_time_saved_ms: 0
remote_cache_write_attempts: 318
remote_cache_write_errors: 316
remote_cache_write_successes: 2
remote_execution_errors: 0
remote_execution_requests: 0
remote_execution_rpc_errors: 0
remote_execution_rpc_execute: 0
remote_execution_rpc_retries: 0
remote_execution_rpc_wait_execution: 0
remote_execution_success: 0
remote_execution_timeouts: 0
remote_process_total_time_run_ms: 0
remote_store_exists_attempts: 1677
remote_store_exists_errors: 316
remote_store_exists_successes: 1317
remote_store_missing_digest: 0
remote_store_read_attempts: 0
remote_store_read_cached: 0
remote_store_read_errors: 0
remote_store_read_uncached: 0
remote_store_request_timeouts: 0
remote_store_write_attempts: 640
remote_store_write_errors: 0
remote_store_write_successes: 640
Most recent run.
I don't think its GHA rate limits. Its an enterprise server, and I've been told rate limits have not been enabled. Not to mention the errors are 400 and 403 errorsthankful-stone-5860
12/16/2024, 10:00 PMelegant-florist-94385
12/16/2024, 10:12 PMelegant-florist-94385
12/16/2024, 10:14 PMtest succeeded in 5.1 seconds
output never mentions the cache in my CIelegant-florist-94385
12/18/2024, 8:55 PMhappy-kitchen-89482
12/19/2024, 12:41 AMbroad-processor-92400
12/19/2024, 12:44 AMthankful-stone-5860
12/19/2024, 3:03 PM