Uh oh!
There was an error while loading. Please reload this page.
WIP: [Release] Verify release-19.0.1-rc0 - #45420
Conversation
kou
commented
Feb 4, 2025
@github-actions crossbow submit --group verify-rc-source --param release=19.0.1 --param rc=0 |
Revision: 36e0d50 Submitted crossbow builds: ursacomputing/crossbow @ actions-a726d6e4f7 |
kou
commented
Feb 4, 2025
Revision: apache-arrow-19.0.1-rc0 Submitted crossbow builds: ursacomputing/crossbow @ release-19.0.1-rc0-0 |
kou
commented
Feb 4, 2025
Hmm. |
kou
commented
Feb 4, 2025
We may need to backport something for it. |
raulcd
commented
Feb 4, 2025
It seems that the nightly wheels are also not working but the jobs are not failing now. For example for the latest nightlies Python tests are not really executed on those jobs! They seem to finish abruptly:
|
amoeba
commented
Feb 4, 2025
My first thought after some searching around was that IANA may have changed how they issues their TLS cert (which is still possible) and that we just need a newer version of the certifi package but the jobs appear to be pulling in recent ones. I'm seeing if I can reproduce it locally. I wonder if we may just need to update the base image. |
amoeba
commented
Feb 4, 2025
I had hoped to reproduce the issue but wasn't able to. I built the image locally, $ $env:DOCKER_BUILDKIT = 0
archery docker build --no-pull python-wheel-windows-vs2019and ran this: |
amoeba
commented
Feb 4, 2025
@github-actions crossbow submit wheel-windows-cp39-amd64 |
Revision: 36e0d50 Submitted crossbow builds: ursacomputing/crossbow @ actions-42cab651f2
|
kou
commented
Feb 5, 2025
It seems that https://cygwin.osuosl.org/noarch/release/tzdata/tzdata-2024a-1.tar.xz removed. We need to use more portable URL. |
amoeba
commented
Feb 5, 2025
Thanks @kou. Does it make sense for us to host a copy ourselves? |
kou
commented
Feb 5, 2025
Hmm... I think that we don't want to update tzdata periodically... We may be able to use https://pypi.org/project/tzdata/ . |
amoeba
commented
Feb 5, 2025
That seems like it could work, ❯ python -c "import os; from importlib import resources; print(os.path.join(resources.files('tzdata'), 'zoneinfo'));"
C:\Users\Bryce\Temp\tzinfo-testing\venv\Lib\site-packages\tzdata\zoneinfo
❯ dir C:\Users\Bryce\Temp\tzinfo-testing\venv\Lib\site-packages\tzdata\zoneinfo
Directory: C:\Users\Bryce\Temp\tzinfo-testing\venv\Lib\site-packages\tzdata\zoneinfo
... |
kou
commented
Feb 5, 2025
Wow! Could you open a PR that uses https://pypi.org/project/tzdata/ ? |
amoeba
commented
Feb 5, 2025
Will do that in a sec once I figure out the .bat script part. |
amoeba
commented
Feb 5, 2025
PR over at #45425. I didn't test the whole script since it needs to be tested as part of CI. |
amoeba
commented
Feb 11, 2025
#45425 is now merged and I'll start working on RC1. Closing this PR. |
PR to verify Release Candidate