kou commented on issue #45613: URL: https://github.com/apache/arrow/issues/45613#issuecomment-2681746608
Here is the logs on GitHub Actions: https://github.com/apache/arrow/actions/runs/13520407383?pr=45621#artifacts ```text Performing configuration checks - default address-model : 64-bit [1] - default architecture : x86 [1] Building the Boost C++ Libraries. - has std::atomic_ref : no [2] - has statx : no [2] - has statx syscall : no [2] - has BCrypt API : yes [2] - has init_priority attribute : no [2] - has stat::st_blksize : no [2] - has stat::st_mtim : no [2] - has stat::st_mtimensec : no [2] - has stat::st_mtimespec : no [2] - has stat::st_birthtim : no [2] - has stat::st_birthtimensec : no [2] - has stat::st_birthtimespec : no [2] - has fdopendir(O_NOFOLLOW) : no [2] - has POSIX *at APIs : no [2] - compiler supports SSE2 : yes [2] - compiler supports SSE4.1 : yes [2] - has synchronization.lib : yes [2] - has std::atomic_ref : no [3] - has statx : no [3] - has statx syscall : no [3] - has BCrypt API : yes [3] - has init_priority attribute : no [3] - has stat::st_blksize : no [3] - has stat::st_mtim : no [3] - has stat::st_mtimensec : no [3] - has stat::st_mtimespec : no [3] - has stat::st_birthtim : no [3] - has stat::st_birthtimensec : no [3] - has stat::st_birthtimespec : no [3] - has fdopendir(O_NOFOLLOW) : no [3] - has POSIX *at APIs : no [3] - compiler supports SSE2 : yes [3] - compiler supports SSE4.1 : yes [3] - has synchronization.lib : yes [3] [1] msvc-14.3 [2] msvc-14.3/debug/address-model-32/link-static/python-3.9/threadapi-win32/threading-multi/visibility-hidden [3] msvc-14.3/debug/link-static/python-3.9/threadapi-win32/threading-multi/visibility-hidden Component configuration: - atomic : not building - chrono : not building - container : not building - exception : not building - filesystem : building - headers : not building - iostreams : not building - locale : not building - log : not building - mpi : not building - program_options : not building - python : not building - random : not building - regex : not building - serialization : not building - system : building - test : not building - thread : not building - timer : not building - wave : not building ``` It seems that all auto-detections failed on your environment. For example, `default address-model : none [1]` on your environment and `default address-model : 64-bit [1]` on GitHub Actions. You may need to do something to setup your environment... -- 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]
