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

   > Apparently it just cannot download Python for testing...
   
   The error you pointed is related to free-threading. The issue is with 
non-free threading (@AlenkaF is still fixing the free-threaded part 
separately). See this job:
   
https://github.com/ursacomputing/crossbow/actions/runs/18224181231/job/51891004498
   
   I've reproduced on a branch that just changing the underlying image from:
   `quay.io/pypa/musllinux_1_2_${ARCH_ALIAS}:2025-01-18-a325f1d` to 
`quay.io/pypa/musllinux_1_2_${ARCH_ALIAS}:2025-07-14-b3bee7e` generates the 
segfault.
   This is my branch:
   
https://github.com/apache/arrow/compare/main...raulcd:arrow:test-musllinux-wheels-seg-fault
   where I am testing with different image tags.
   For `quay.io/pypa/musllinux_1_2_${ARCH_ALIAS}:2025-01-18-a325f1d` --> 
success: 
https://github.com/ursacomputing/crossbow/actions/runs/18304988339/job/52120109359
   For `quay.io/pypa/musllinux_1_2_${ARCH_ALIAS}:2025-07-14-b3bee7e` --> 
failure: 
https://github.com/ursacomputing/crossbow/actions/runs/18304768593/job/52119452565
   
   I am trying to find what is the first underlying image that segfaults, 
currently testing with the following to see whether it fails or not:
   `quay.io/pypa/musllinux_1_2_${ARCH_ALIAS}:2025-04-12-5990e2d` --> 
https://github.com/ursacomputing/crossbow/actions/runs/18308462820/job/52131182886
   


-- 
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]

Reply via email to