Tom-Newton commented on PR #39622:
URL: https://github.com/apache/arrow/pull/39622#issuecomment-1913653296

   Yeah, I must have been doing something wrong in my local builds. 
   
   Unfortunately, it looks like there are some new failures on the crossbow 
builds. It looks like the windows build is failing because `pytest==8.0.0` was 
just released. This seems to break the lazy fixture plugin
   ```
   Python311\Lib\site-packages\_pytest\python.py:506: 37 warnings
     C:\Python311\Lib\site-packages\_pytest\python.py:506: 
PluggyTeardownRaisedWarning: A plugin raised an exception during an old-style 
hookwrapper teardown.
     Plugin: lazy-fixture, Hook: pytest_generate_tests
     AttributeError: 'CallSpec2' object has no attribute 'funcargs'
   ```
   I don't think its related to updating vcpkg. Pinning `pytest` to 7.4.4 seems 
to fix this, so I guess should make a separate PR to fix that. 
   
   The ARM linux build also seems to be failing. 
   ```
   vcpkg was unable to detect the active compiler's information. See above for 
the CMake failure output.
   ```
   I think the important error message is probably in one of the log files
   ```
   #19 0.878       
/opt/vcpkg/buildtrees/detect_compiler/config-arm64-linux-rel-out.log
   #19 0.878       
/opt/vcpkg/buildtrees/detect_compiler/config-arm64-linux-rel-err.log
   ```
   Unfortunately, I can't read this in the githb action build and I don't have 
an ARM computer so I can't debug it locally. 


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