Closed asfimport closed 2 years ago
Antoine Pitrou / @pitrou: I've seen that too. Can you restart some of those jobs to see if it's sporadic?
Raúl Cumplido / @raulcd: I've re-run the test-conda-python-3.10 one and it failed on the Retry too:
https://github.com/ursacomputing/crossbow/actions/runs/3094438413
Joris Van den Bossche / @jorisvandenbossche: It has been failing for multiple days, so doesn't seem sporadic
Joris Van den Bossche / @jorisvandenbossche: For the test-conda-python-3.8-pandas-latest build:
first failing: https://github.com/ursacomputing/crossbow/actions/runs/3071533959/jobs/4962296245
Checking potential differences between both: for the conda environment itself, only the thrift build version changed, and certifi/ca-certificates updated from 2022.6.15.1 to 2022.9.14
Joris Van den Bossche / @jorisvandenbossche: I was checking further differences between both runs based on the logs, and the failing build has those additional env variables set:
env:
...
AWS_SECRET_ACCESS_KEY: ***
AWS_ACCESS_KEY_ID: ***
SCCACHE_BUCKET: ***
SCCACHE_S3_KEY_PREFIX: sccache
and those are not present in the working build. So probably something to do with the sccache change? (https://github.com/apache/arrow/pull/13556, cc @assignUser)
Antoine Pitrou / @pitrou:
Ahah, looks like we'll need to use non-standard env var names for sccache (such as SCCACHE_S3_ACCESS_KEY
, SCCACHE_S3_SECRET_KEY
)
Jacob Wujciak / @assignUser: Renaming the envvars is not an option because sccache would not detect them then. But we found the issue, the sccache user needs explicit permission to access any bucket. We have now added this and will add any other buckets that need to be accessed in jobs that use sccache.
Successful run here: https://github.com/ursacomputing/crossbow/actions/runs/3094438413/jobs/5047216106
The following nitghly failures:
test-debian-11-python-3
Failed Python test_s3_real_aws_region_selection with ACCESS_DENIED:
Reporter: Raúl Cumplido / @raulcd Assignee: Jacob Wujciak / @assignUser
Note: This issue was originally created as ARROW-17791. Please see the migration documentation for further details.