+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/py39-zmq-26.0.2/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/py39-zmq-26.0.2/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for py39-zmq-26.0.2
* Building wheel...
*** scikit-build-core 0.9.3 using CMake 3.29.2 (wheel)
*** Configuring CMake...
loading initial cache file /tmp/tmp5gd7ezqn/build/CMakeInit.txt
-- The C compiler identification is GNU 13.2.0
-- The CXX compiler identification is GNU 13.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /home/pbulk/build/net/py-zmq/work/.cwrapper/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /home/pbulk/build/net/py-zmq/work/.cwrapper/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Python: /opt/pkg/bin/python3.9 (found version "3.9.19") found components: Interpreter Development.Module
CMake Warning at CMakeLists.txt:15 (message):
  SKBUILD_SOABI= != Python_SOABI=cpython-39; likely cross-compiling, using
  SOABI= from scikit-build


-- Looking for libzmq
-- Looking for libzmq with pkg-config
-- Checking for module 'libzmq'
--   Found libzmq, version 4.3.5
-- Looking for libzmq with pkg-config - found: -L/opt/pkg/lib -lzmq
-- Using Python Python /opt/pkg/bin/python3.9
-- Building Cython backend
-- Linking libzmq target PkgConfig::libzmq
-- Configuring done (3.1s)
-- Generating done (0.0s)
-- Build files have been written to: /tmp/tmp5gd7ezqn/build
*** Building project with Unix Makefiles...
[ 33%] Generating _src/_zmq.c
[ 66%] Building C object CMakeFiles/_zmq.dir/_src/_zmq.c.o
[100%] Linking C shared module _zmq.so
[100%] Built target _zmq
[100%] Built target pyzmq
*** Installing project into wheel...
-- Install configuration: "Release"
-- Installing: /tmp/tmp5gd7ezqn/wheel/platlib/zmq/backend/cython/_zmq.so
*** Making wheel...
*** Created pyzmq-26.0.2-cp39-cp39-solaris_2_11_i86pc_64bit.whl...
Successfully built pyzmq-26.0.2-cp39-cp39-solaris_2_11_i86pc_64bit.whl
*** Please use pkgtools/verifypc to sanity check dependencies.