raulcd commented on PR #41041:
URL: https://github.com/apache/arrow/pull/41041#issuecomment-2092777709

   The failures on `example-python-minimal-build-fedora-conda` and 
`example-python-minimal-build-ubuntu-venv` are due to environmental issues. 
They are trying to find the tag for `apache-arrow-16.0.0.dev` on the fork and 
can't compute the version. Those jobs are slightly different than the others as 
we are using the docker-compose on the minimal examples on python: 
https://github.com/apache/arrow/tree/main/python/examples/minimal_build
   we don't use archery and we don't use the `SETUPTOOLS_SCM_PRETEND_VERSION` 
variable.
   If I execute the jobs locally with:
   ```
   $ cd arrow/python/examples/minimal_build
   $ docker-compose build
   $ docker-compose run --rm minimal-ubuntu-venv
   ```
   they are successful.
   ```
   -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
   ==== 6115 passed, 1538 skipped, 7 xfailed, 2 warnings in 79.12s (0:01:19) 
=====
   ```
   @anjakefala for the sake of investigation could you fetch the tags from the 
main arrow repo and push them to your fork and retry?
   This should fix the crossbow jobs.
   If that's the case we should open a follow up issue but this is slightly 
unrelated to your PR.


-- 
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...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to