alamb commented on pull request #837: URL: https://github.com/apache/arrow-rs/pull/837#issuecomment-945775896
I don't really understand why tests like https://github.com/apache/arrow-rs/pull/837/checks?check_run_id=3927127187 are failing with errors like ``` export CARGO_HOME="/github/home/.cargo" export CARGO_TARGET_DIR="/github/home/target" cd arrow cargo test --features "simd" shell: sh -e {0} Updating crates.io index error: failed to select a version for the requirement `comfy-table = "^4.0"` candidate versions found which didn't match: 2.1.0, 2.0.0, 1.6.0, ... location searched: crates.io index required by package `arrow v7.0.0-SNAPSHOT (/__w/arrow-rs/arrow-rs/arrow)` Error: Process completed with exit code 101. ``` I am trying a workaround with 89fa7c4531 (the theory being there is something wrong with the cargo cache that is cached in github). We'll see how that works -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
