+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/py310-maturin-1.6.0/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/py310-maturin-1.6.0/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for py310-maturin-1.6.0
* Building wheel...
/usr/pkg/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:79: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies)
  corresp(dist, value, root_dir)
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-310
creating build/lib.linux-x86_64-cpython-310/maturin
copying maturin/__main__.py -> build/lib.linux-x86_64-cpython-310/maturin
copying maturin/import_hook.py -> build/lib.linux-x86_64-cpython-310/maturin
copying maturin/__init__.py -> build/lib.linux-x86_64-cpython-310/maturin
running egg_info
creating maturin.egg-info
writing maturin.egg-info/PKG-INFO
writing dependency_links to maturin.egg-info/dependency_links.txt
writing requirements to maturin.egg-info/requires.txt
writing top-level names to maturin.egg-info/top_level.txt
writing manifest file 'maturin.egg-info/SOURCES.txt'
reading manifest file 'maturin.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.json' under directory 'src/python_interpreter'
writing manifest file 'maturin.egg-info/SOURCES.txt'
running build_ext
running build_rust
rustc: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/pkg/lib/librustc_driver-98875b63f148d624.so)
rustc: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/pkg/lib/librustc_driver-98875b63f148d624.so)
rustc: /lib64/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by /usr/pkg/lib/libLLVM-17.so)
rustc: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by /usr/pkg/lib/libLLVM-17.so)
rustc: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/pkg/lib/libLLVM-17.so)
rustc: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/pkg/lib/libLLVM-17.so)
rustc: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/pkg/lib/libLLVM-17.so)
error: can't find Rust compiler

If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.

To update pip, run:

    pip install --upgrade pip

and then retry package installation.

If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.

ERROR Backend subprocess exited when trying to invoke build_wheel
*** Error code 1

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/devel/py-maturin
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/devel/py-maturin