Michael-J-Ward commented on issue #659: URL: https://github.com/apache/datafusion-python/issues/659#issuecomment-2092036264
Taking a look at the logs, a few things look off. 1) `conda-forge/linux-64` seems like it's the wrong cache for the `linux-aarch64` job. 2) `warning libmamba Cache file` was modified by another program makes me think concurrent jobs are modifying the same cache 3) `rust-std-x86_64` also seems like the wrong download, and that's the one that causes the mismatched hash error. ```console Attempting to finalize metadata for datafusion conda-forge/linux-64 Using cache conda-forge/noarch Using cache Reloading output folder: /home/runner/work/datafusion-python/datafusion-python/packages warning libmamba Cache file "/home/runner/conda_pkgs_dir/cache/09cdf8bf.json" was modified by another program ... Conda detected a mismatch between the expected content and downloaded content for url 'https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-unknown-linux-gnu-1.77.2-h2c6d0dc_0.conda'. download saved to: /home/runner/conda_pkgs_dir/rust-std-x86_64-unknown-linux-gnu-1.77.2-h2c6d0dc_0.conda expected sha256: a482597672076f47c83d0dd3f204eb437007b99ada4d630d56fa64b4b193c5db actual sha256: 73f7537db6bc0471135a85a261798abe77e7e83794f945a0355c4068973f31f6 ``` The things I'd like to try, in order. 1) set the concurrency to hard lock of 1 conda job at a time. 2) upgrade miniconda action ([v3 has automatic aarch detection](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md#v302-2024-02-22)) 3) blow out the conda and start fresh -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org