raulcd commented on PR #47627:
URL: https://github.com/apache/arrow/pull/47627#issuecomment-3325052364
There are two failures on the musllinux wheel related to ORC timezone but
there's no `tzdata-legacy` for alpine, I tried upgrading to alpine `3.22`
instead of `3.21` but this did not solve the issue so I am unsure why those
tests would fail now, the only change is the vcpkg upgrade which uses a newer
ORC version but not on the underlying testing image:
```
E subprocess.CalledProcessError: Command
'['/usr/local/bin/python', '-c', 'if 1:\n import os\n
os.environ[\'TZDIR\'] = \'/tmp/non_existent\'\n\n from pyarrow import
orc\n try:\n orc_file =
orc.ORCFile(\'/usr/local/lib/python3.12/site-packages/pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc\')\n
orc_file.read()\n except Exception as e:\n assert
"time zone database" in str(e).lower(), e\n else:\n assert
False, "Should have raised exception"\n ']' died with <Signals.SIGABRT: 6>.
usr/local/lib/python3.12/subprocess.py:571: CalledProcessError
----------------------------- Captured stderr call
-----------------------------
terminate called after throwing an instance of 'orc::TimezoneError'
what(): Time zone file /tmp/non_existent/US/Pacific does not exist.
Please install IANA time zone database and set TZDIR env.
```
@wgtmac @kou any idea?
failure here:
https://github.com/ursacomputing/crossbow/actions/runs/17951257777/job/51050872037
--
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]