stderr: + PATH=/opt/python/cp310-cp310/bin:/usr/lib/jvm/msopenjdk-17/bin:/opt/rh/gcc-toolset-14/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ python3 -m pip install --user -r tools/ci_build/github/linux/python/requirements.txt
[notice] A new release of pip is available: 25.1.1 -> 25.2
[notice] To update, run: pip install --upgrade pip
+ python3 tools/ci_build/build.py --build_dir build/Release --config Release --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --use_binskim_compliant_compile_flags --build_wheel --cmake_extra_defines onnxruntime_BUILD_BENCHMARKS=ON --build
2025-07-31 20:09:19,060 build [DEBUG] - Command line arguments:
--build_dir build/Release --config Release --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --use_binskim_compliant_compile_flags --build_wheel --cmake_extra_defines onnxruntime_BUILD_BENCHMARKS=ON --build
2025-07-31 20:09:19,065 build [INFO] - Build started
2025-07-31 20:09:19,065 build [INFO] - Building targets for Release configuration
2025-07-31 20:09:19,066 build [INFO] - /usr/bin/cmake --build build/Release/Release --config Release -- -j8
2025-07-31 20:29:10,127 build [INFO] - /opt/python/cp310-cp310/bin/python3 /onnxruntime_src/setup.py bdist_wheel --nightly_build
/opt/python/cp310-cp310/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
/opt/python/cp310-cp310/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
By 2025-Oct-31, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
DEBUG:auditwheel.main_repair:The libc could not be deduced from the wheel filename
INFO:auditwheel.main_repair:Repairing onnxruntime-1.23.0.dev20250731-cp310-cp310-linux_aarch64.whl
DEBUG:auditwheel.tools:zip2dir from /onnxruntime_src/build/Release/Release/dist/onnxruntime-1.23.0.dev20250731-cp310-cp310-linux_aarch64.whl to /tmp/tmpsbc8yn48 takes 0:00:00.301521
DEBUG:auditwheel.wheel_abi:processing: onnxruntime/capi/libonnxruntime.so.1.23.0
DEBUG:auditwheel.lddtree:ldd(onnxruntime/capi/libonnxruntime.so.1.23.0)
DEBUG:auditwheel.lddtree:parse_ld_so_conf(//etc/ld.so.conf)
DEBUG:auditwheel.lddtree: glob: //etc/ld.so.conf.d/*.conf
DEBUG:auditwheel.lddtree: parse_ld_so_conf(//etc/ld.so.conf.d/00-manylinux.conf)
DEBUG:auditwheel.lddtree:linker ldpaths: {'conf': ['/usr/local/lib', '/lib', '/lib64/', '/usr/lib', '/usr/lib64'], 'env': ['/opt/rh/gcc-toolset-14/root/usr/lib64', '/opt/rh/gcc-toolset-14/root/usr/lib', '/usr/local/lib64'], 'interp': []}
DEBUG:auditwheel.lddtree: ldpaths[rpath] = []
DEBUG:auditwheel.lddtree: ldpaths[runpath] = ['/tmp/tmpsbc8yn48/onnxruntime/capi']
DEBUG:auditwheel.lddtree:ldd(/lib64/libdl-2.28.so)
DEBUG:auditwheel.lddtree:ldd(/lib64/libc-2.28.so)
DEBUG:auditwheel.lddtree:ldd(/lib64/ld-2.28.so)
DEBUG:auditwheel.lddtree:ldd(/lib64/librt-2.28.so)
DEBUG:auditwheel.lddtree:ldd(/lib64/libpthread-2.28.so)
D