+ 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=312 WRKLOG=/tmp/bulklog/py312-uwsgi-2.0.26/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/py312-uwsgi-2.0.26/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for py312-uwsgi-2.0.26 * Building wheel... /usr/pkg/lib/python3.12/site-packages/setuptools/_distutils/dist.py:268: UserWarning: Unknown distribution option: 'descriptions' warnings.warn(msg) running bdist_wheel running build running build_py creating build creating build/lib copying uwsgidecorators.py -> build/lib installing to build/bdist.linux-x86_64/wheel running install plugins/python/pyutils.c: In function 'init_pyargv': plugins/python/pyutils.c:391:2: warning: 'PySys_SetArgv' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/sysmodule.h:13) [-Wdeprecated-declarations] PySys_SetArgv(up.argc, up.py_argv); ^ core/ssl.c: In function 'uwsgi_ssl_new_server_context': core/ssl.c:268:17: warning: 'PEM_read_bio_DHparams' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/openssl/pem.h:473): Since OpenSSL 3.0 [-Wdeprecated-declarations] DH *dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); ^ core/ssl.c:273:25: warning: 'DH_free' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/openssl/dh.h:211): Since OpenSSL 3.0 [-Wdeprecated-declarations] DH_free(dh); ^ core/ssl.c:279:9: warning: 'EC_KEY_new_by_curve_name' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/openssl/ec.h:1017): Since OpenSSL 3.0 [-Wdeprecated-declarations] EC_KEY *ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); ^ core/ssl.c:283:17: warning: 'EC_KEY_free' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/openssl/ec.h:1022): Since OpenSSL 3.0 [-Wdeprecated-declarations] EC_KEY_free(ecdh); ^ core/ssl.c: In function 'uwsgi_sha1': core/ssl.c:563:9: warning: 'SHA1_Init' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/openssl/sha.h:49): Since OpenSSL 3.0 [-Wdeprecated-declarations] SHA1_Init(&sha); ^ core/ssl.c:564:9: warning: 'SHA1_Update' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/openssl/sha.h:50): Since OpenSSL 3.0 [-Wdeprecated-declarations] SHA1_Update(&sha, src, len); ^ core/ssl.c:565:9: warning: 'SHA1_Final' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/openssl/sha.h:51): Since OpenSSL 3.0 [-Wdeprecated-declarations] SHA1_Final((unsigned char *)dst, &sha); ^ core/ssl.c: In function 'uwsgi_md5': core/ssl.c:571:2: warning: 'MD5_Init' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/openssl/md5.h:49): Since OpenSSL 3.0 [-Wdeprecated-declarations] MD5_Init(&md5); ^ core/ssl.c:572:2: warning: 'MD5_Update' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/openssl/md5.h:50): Since OpenSSL 3.0 [-Wdeprecated-declarations] MD5_Update(&md5, src, len); ^ core/ssl.c:573:2: warning: 'MD5_Final' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/openssl/md5.h:51): Since OpenSSL 3.0 [-Wdeprecated-declarations] MD5_Final((unsigned char *)dst, &md5); ^ core/ssl.c: In function 'uwsgi_sha1_2n': core/ssl.c:579:9: warning: 'SHA1_Init' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/openssl/sha.h:49): Since OpenSSL 3.0 [-Wdeprecated-declarations] SHA1_Init(&sha); ^ core/ssl.c:580:9: warning: 'SHA1_Update' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/openssl/sha.h:50): Since OpenSSL 3.0 [-Wdeprecated-declarations] SHA1_Update(&sha, s1, len1); ^ core/ssl.c:581:9: warning: 'SHA1_Update' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/openssl/sha.h:50): Since OpenSSL 3.0 [-Wdeprecated-declarations] SHA1_Update(&sha, s2, len2); ^ core/ssl.c:582:9: warning: 'SHA1_Final' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/openssl/sha.h:51): Since OpenSSL 3.0 [-Wdeprecated-declarations] SHA1_Final((unsigned char *)dst, &sha); ^ plugins/python/python_plugin.c:138:2: warning: 'Py_NoSiteFlag' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/cpython/pydebug.h:14) [-Wdeprecated-declarations] {"no-site", no_argument, 0, "do not import site module", uwsgi_opt_true, &Py_NoSiteFlag, 0}, ^ plugins/python/python_plugin.c: In function 'uwsgi_python_init': plugins/python/python_plugin.c:254:3: warning: 'Py_SetPythonHome' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/pylifecycle.h:40) [-Wdeprecated-declarations] Py_SetPythonHome(wpyhome); ^ plugins/python/python_plugin.c:278:2: warning: 'Py_SetProgramName' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/pylifecycle.h:37) [-Wdeprecated-declarations] Py_SetProgramName(pname); ^ plugins/python/python_plugin.c:287:2: warning: 'Py_OptimizeFlag' is deprecated (declared at /home/pbulk/build/www/py-uwsgi/work/.buildlink/include/python3.12/cpython/pydebug.h:13) [-Wdeprecated-declarations] Py_OptimizeFlag = up.optimize; ^ using profile: buildconf/default.ini detected include path: ['/home/pbulk/build/www/py-uwsgi/work/.buildlink/include', '/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include', '/usr/include'] Patching "bin_name" to properly install_scripts dir detected CPU cores: 8 configured CFLAGS: -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.12 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-format -Wno-format-security -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -I/usr/pkg/include -DUWSGI_PCRE2 -DUWSGI_ROUTING -DUWSGI_VERSION="\"2.0.26\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="26" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_SSL -I/usr/pkg/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_PLUGIN_DIR="\".\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(python);UDEP(gevent);UDEP(cgi);UDEP(ping);UDEP(cache);UDEP(nagios);UDEP(rrdtool);UDEP(carbon);UDEP(rpc);UDEP(corerouter);UDEP(fastrouter);UDEP(http);UDEP(ugreen);UDEP(signal);UDEP(syslog);UDEP(rsyslog);UDEP(logsocket);UDEP(router_uwsgi);UDEP(router_redirect);UDEP(router_basicauth);UDEP(zergpool);UDEP(redislog);UDEP(mongodblog);UDEP(router_rewrite);UDEP(router_http);UDEP(logfile);UDEP(router_cache);UDEP(rawrouter);UDEP(router_static);UDEP(sslrouter);UDEP(spooler);UDEP(cheaper_busyness);UDEP(symcall);UDEP(transformation_tofile);UDEP(transformation_gzip);UDEP(transformation_chunked);UDEP(transformation_offload);UDEP(router_memcached);UDEP(router_redis);UDEP(router_hash);UDEP(router_expires);UDEP(router_metrics);UDEP(transformation_template);UDEP(stats_pusher_socket);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(python);ULEP(gevent);ULEP(cgi);ULEP(ping);ULEP(cache);ULEP(nagios);ULEP(rrdtool);ULEP(carbon);ULEP(rpc);ULEP(corerouter);ULEP(fastrouter);ULEP(http);ULEP(ugreen);ULEP(signal);ULEP(syslog);ULEP(rsyslog);ULEP(logsocket);ULEP(router_uwsgi);ULEP(router_redirect);ULEP(router_basicauth);ULEP(zergpool);ULEP(redislog);ULEP(mongodblog);ULEP(router_rewrite);ULEP(router_http);ULEP(logfile);ULEP(router_cache);ULEP(rawrouter);ULEP(router_static);ULEP(sslrouter);ULEP(spooler);ULEP(cheaper_busyness);ULEP(symcall);ULEP(transformation_tofile);ULEP(transformation_gzip);ULEP(transformation_chunked);ULEP(transformation_offload);ULEP(router_memcached);ULEP(router_redis);ULEP(router_hash);ULEP(router_expires);ULEP(router_metrics);ULEP(transformation_template);ULEP(stats_pusher_socket);" *** uWSGI compiling server core *** [thread 5][cc] core/utils.o [thread 6][cc] core/protocol.o [thread 7][cc] core/socket.o [thread 0][cc] core/logging.o [thread 4][cc] core/master.o [thread 2][cc] core/master_utils.o [thread 3][cc] core/emperor.o [thread 1][cc] core/notify.o [thread 1][cc] core/mule.o [thread 6][cc] core/subscription.o [thread 4][cc] core/stats.o [thread 7][cc] core/sendfile.o [thread 0][cc] core/async.o [thread 1][cc] core/master_checks.o [thread 2][cc] core/fifo.o [thread 7][cc] core/offload.o [thread 3][cc] core/io.o [thread 4][cc] core/static.o [thread 6][cc] core/websockets.o [thread 0][cc] core/spooler.o [thread 1][cc] core/snmp.o [thread 2][cc] core/exceptions.o [thread 4][cc] core/config.o [thread 7][cc] core/setup_utils.o [thread 0][cc] core/clock.o [thread 5][cc] core/init.o [thread 3][cc] core/buffer.o [thread 2][cc] core/reader.o [thread 7][cc] core/writer.o [thread 1][cc] core/alarm.o [thread 6][cc] core/cron.o [thread 0][cc] core/hooks.o [thread 6][cc] core/plugins.o [thread 5][cc] core/lock.o [thread 1][cc] core/cache.o [thread 3][cc] core/daemons.o [thread 4][cc] core/errors.o [thread 2][cc] core/hash.o [thread 6][cc] core/master_events.o [thread 7][cc] core/chunked.o [thread 0][cc] core/queue.o [thread 4][cc] core/event.o [thread 5][cc] core/signal.o [thread 6][cc] core/strings.o [thread 3][cc] core/progress.o [thread 7][cc] core/timebomb.o [thread 2][cc] core/ini.o [thread 0][cc] core/fsmon.o [thread 4][cc] core/mount.o [thread 2][cc] core/metrics.o [thread 5][cc] core/plugins_builder.o [thread 1][cc] core/sharedarea.o [thread 0][cc] core/rpc.o [thread 6][cc] core/gateway.o [thread 7][cc] core/loop.o [thread 3][cc] core/cookie.o [thread 5][cc] core/querystring.o [thread 3][cc] core/rb_timers.o [thread 6][cc] core/transformations.o [thread 4][cc] core/uwsgi.o [thread 1][cc] proto/base.o [thread 7][cc] proto/uwsgi.o [thread 5][cc] proto/http.o [thread 0][cc] proto/fastcgi.o [thread 2][cc] proto/scgi.o [thread 6][cc] proto/puwsgi.o [thread 7][cc] lib/linux_ns.o [thread 3][cc] core/zlib.o [thread 1][cc] core/regexp.o [thread 6][cc] core/routing.o [thread 2][cc] core/yaml.o [thread 7][cc] core/ssl.o [thread 3][cc] core/legion.o [thread 5][cc] core/xmlconf.o [thread 0][cc] core/dot_h.o [thread 1][cc] core/config_py.o *** uWSGI compiling embedded plugins *** [thread 1][cc] plugins/python/python_plugin.o [thread 0][cc] plugins/python/pyutils.o [thread 2][cc] plugins/python/pyloader.o [thread 0][cc] plugins/python/wsgi_handlers.o [thread 6][cc] plugins/python/wsgi_headers.o [thread 5][cc] plugins/python/wsgi_subhandler.o [thread 7][cc] plugins/python/web3_subhandler.o [thread 3][cc] plugins/python/pump_subhandler.o [thread 6][cc] plugins/python/gil.o [thread 0][cc] plugins/python/uwsgi_pymodule.o [thread 2][cc] plugins/python/profiler.o [thread 7][cc] plugins/python/symimporter.o [thread 4][cc] plugins/python/tracebacker.o [thread 5][cc] plugins/python/raw.o [thread 1][cc] plugins/gevent/gevent.o [thread 6][cc] plugins/gevent/hooks.o [thread 3][cc] plugins/cgi/cgi_plugin.o [thread 2][cc] plugins/ping/ping_plugin.o [thread 5][cc] plugins/cache/cache.o [thread 7][cc] plugins/nagios/nagios.o [thread 4][cc] plugins/rrdtool/rrdtool.o [thread 1][cc] plugins/carbon/carbon.o [thread 7][cc] plugins/rpc/rpc_plugin.o [thread 2][cc] plugins/corerouter/cr_common.o [thread 6][cc] plugins/corerouter/cr_map.o [thread 4][cc] plugins/corerouter/corerouter.o [thread 5][cc] plugins/fastrouter/fastrouter.o [thread 2][cc] plugins/http/http.o [thread 6][cc] plugins/http/keepalive.o [thread 7][cc] plugins/http/https.o [thread 3][cc] plugins/http/spdy3.o [thread 1][cc] plugins/ugreen/ugreen.o [thread 6][cc] plugins/signal/signal_plugin.o [thread 5][cc] plugins/syslog/syslog_plugin.o [thread 4][cc] plugins/rsyslog/rsyslog_plugin.o [thread 7][cc] plugins/logsocket/logsocket_plugin.o [thread 0][cc] plugins/router_uwsgi/router_uwsgi.o [thread 1][cc] plugins/router_redirect/router_redirect.o [thread 5][cc] plugins/router_basicauth/router_basicauth.o [thread 4][cc] plugins/zergpool/zergpool.o [thread 7][cc] plugins/redislog/redislog_plugin.o [thread 6][cc] plugins/mongodblog/mongodblog_plugin.o [thread 3][cc] plugins/router_rewrite/router_rewrite.o [thread 7][cc] plugins/router_http/router_http.o [thread 6][cc] plugins/logfile/logfile.o [thread 4][cc] plugins/router_cache/router_cache.o [thread 3][cc] plugins/rawrouter/rawrouter.o [thread 2][cc] plugins/router_static/router_static.o [thread 1][cc] plugins/sslrouter/sslrouter.o [thread 0][cc] plugins/spooler/spooler_plugin.o [thread 5][cc] plugins/cheaper_busyness/cheaper_busyness.o [thread 7][cc] plugins/symcall/symcall_plugin.o [thread 6][cc] plugins/transformation_tofile/tofile.o [thread 0][cc] plugins/transformation_gzip/gzip.o [thread 4][cc] plugins/transformation_chunked/chunked.o [thread 7][cc] plugins/transformation_offload/offload.o [thread 0][cc] plugins/router_memcached/router_memcached.o [thread 2][cc] plugins/router_redis/router_redis.o [thread 4][cc] plugins/router_hash/router_hash.o [thread 3][cc] plugins/router_expires/expires.o [thread 5][cc] plugins/router_metrics/plugin.o [thread 6][cc] plugins/transformation_template/tt.o [thread 7][cc] plugins/stats_pusher_socket/plugin.o *** uWSGI linking *** /bin/ld: cannot find -lintl collect2: error: ld returned 1 exit status cc -o build/bdist.linux-x86_64/wheel/uWSGI-2.0.26.data/scripts/uwsgi -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -L/usr/pkg/lib -Wl,-rpath,/usr/pkg/lib core/utils.o core/protocol.o core/socket.o core/logging.o core/master.o core/master_utils.o core/emperor.o core/notify.o core/mule.o core/subscription.o core/stats.o core/sendfile.o core/async.o core/master_checks.o core/fifo.o core/offload.o core/io.o core/static.o core/websockets.o core/spooler.o core/snmp.o core/exceptions.o core/config.o core/setup_utils.o core/clock.o core/init.o core/buffer.o core/reader.o core/writer.o core/alarm.o core/cron.o core/hooks.o core/plugins.o core/lock.o core/cache.o core/daemons.o core/errors.o core/hash.o core/master_events.o core/chunked.o core/queue.o core/event.o core/signal.o core/strings.o core/progress.o core/timebomb.o core/ini.o core/fsmon.o core/mount.o core/metrics.o core/plugins_builder.o core/sharedarea.o core/rpc.o core/gateway.o core/loop.o core/cookie.o core/querystring.o core/rb_timers.o core/transformations.o core/uwsgi.o proto/base.o proto/uwsgi.o proto/http.o proto/fastcgi.o proto/scgi.o proto/puwsgi.o lib/linux_ns.o core/zlib.o core/regexp.o core/routing.o core/yaml.o core/ssl.o core/legion.o core/xmlconf.o core/dot_h.o core/config_py.o plugins/python/python_plugin.o plugins/python/pyutils.o plugins/python/pyloader.o plugins/python/wsgi_handlers.o plugins/python/wsgi_headers.o plugins/python/wsgi_subhandler.o plugins/python/web3_subhandler.o plugins/python/pump_subhandler.o plugins/python/gil.o plugins/python/uwsgi_pymodule.o plugins/python/profiler.o plugins/python/symimporter.o plugins/python/tracebacker.o plugins/python/raw.o plugins/gevent/gevent.o plugins/gevent/hooks.o plugins/cgi/cgi_plugin.o plugins/ping/ping_plugin.o plugins/cache/cache.o plugins/nagios/nagios.o plugins/rrdtool/rrdtool.o plugins/carbon/carbon.o plugins/rpc/rpc_plugin.o plugins/corerouter/cr_common.o plugins/corerouter/cr_map.o plugins/corerouter/corerouter.o plugins/fastrouter/fastrouter.o plugins/http/http.o plugins/http/keepalive.o plugins/http/https.o plugins/http/spdy3.o plugins/ugreen/ugreen.o plugins/signal/signal_plugin.o plugins/syslog/syslog_plugin.o plugins/rsyslog/rsyslog_plugin.o plugins/logsocket/logsocket_plugin.o plugins/router_uwsgi/router_uwsgi.o plugins/router_redirect/router_redirect.o plugins/router_basicauth/router_basicauth.o plugins/zergpool/zergpool.o plugins/redislog/redislog_plugin.o plugins/mongodblog/mongodblog_plugin.o plugins/router_rewrite/router_rewrite.o plugins/router_http/router_http.o plugins/logfile/logfile.o plugins/router_cache/router_cache.o plugins/rawrouter/rawrouter.o plugins/router_static/router_static.o plugins/sslrouter/sslrouter.o plugins/spooler/spooler_plugin.o plugins/cheaper_busyness/cheaper_busyness.o plugins/symcall/symcall_plugin.o plugins/transformation_tofile/tofile.o plugins/transformation_gzip/gzip.o plugins/transformation_chunked/chunked.o plugins/transformation_offload/offload.o plugins/router_memcached/router_memcached.o plugins/router_redis/router_redis.o plugins/router_hash/router_hash.o plugins/router_expires/expires.o plugins/router_metrics/plugin.o plugins/transformation_template/tt.o plugins/stats_pusher_socket/plugin.o -lpthread -lm -rdynamic -ldl -lz -L/usr/pkg/lib -lpcre2-8 -lssl -lcrypto -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/pkg/lib -lz -L/usr/pkg/lib -llzma -lm -ldl -lintl -lpthread -ldl -lutil -lm -lpython3.12 -lcrypt *** error linking uWSGI *** ERROR Backend subprocess exited when trying to invoke build_wheel *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/www/py-uwsgi *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/www/py-uwsgi