=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/security/py-ndg_httpsclient", "stage-install", "PYTHON_VERSION_REQD=312", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: lang/python/egg.mk is deprecated; use lang/python/wheel.mk instead. ===> Installing for py312-ndg_httpsclient-0.5.1 => Generating pre-install file lists => Creating installation directories (cd /tmp/work/security/py-ndg_httpsclient/work/ndg_httpsclient-0.5.1/ && /usr/bin/env DESTDIR=/tmp/work/security/py-ndg_httpsclient/work/.destdir USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS=-lpthread\ -lrt PTHREADBASE=/usr DL_CFLAGS= DL_LDFLAGS= DL_LIBS= PYTHON=/opt/local/bin/python3.12 CC=gcc CFLAGS=-pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -I/usr/include\ -I/opt/local/include/python3.12\ -I/opt/local/include CPPFLAGS=-I/usr/include\ -I/opt/local/include/python3.12\ -I/opt/local/include CXX=g++ CXXFLAGS=-pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -I/usr/include\ -I/opt/local/include/python3.12\ -I/opt/local/include COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/lib/amd64\ -Wl,-R/usr/lib/amd64\ -Wl,-R/opt/local/lib\ -lintl\ -liconv\ -L/opt/local/lib LINKER_RPATH_FLAG=-R PATH=/tmp/work/security/py-ndg_httpsclient/work/.cwrapper/bin:/tmp/work/security/py-ndg_httpsclient/work/.buildlink/bin:/tmp/work/security/py-ndg_httpsclient/work/.gcc/bin:/tmp/work/security/py-ndg_httpsclient/work/.tools/bin:/opt/local/bin:/sbin:/usr/bin:/usr/sbin:/opt/tools/bin:/opt/local/bin:/opt/local/bin PREFIX=/opt/local MAKELEVEL=0 CONFIG_SITE= ftp_proxy=downloads-forbidden-except-during-fetch http_proxy=downloads-forbidden-except-during-fetch https_proxy=downloads-forbidden-except-during-fetch no_proxy= PKG_SYSCONFDIR=/opt/local/etc CXXCPP=cpp HOME=/tmp/work/security/py-ndg_httpsclient/work/.home CWRAPPERS_CONFIG_DIR=/tmp/work/security/py-ndg_httpsclient/work/.cwrapper/config CPP=cpp LOCALBASE=/opt/local X11BASE=/opt/local PKGMANDIR=man PKGINFODIR=info PKGGNUDIR= MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/opt/local/bin/bsdinstall\ -c\ \ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_SCRIPT=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_LIB=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_DATA=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 644 BSD_INSTALL_MAN=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 644 BSD_INSTALL=/opt/local/bin/bsdinstall BSD_INSTALL_PROGRAM_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_LIB_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_DATA_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_MAN_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_GAME=/opt/local/bin/bsdinstall\ -c\ \ -o\ pbuild\ -g\ pbuild\ -m\ 2555 BSD_INSTALL_GAME_DATA=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 664 BSD_INSTALL_GAME_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/work/security/py-ndg_httpsclient/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/work/security/py-ndg_httpsclient/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/work/security/py-ndg_httpsclient/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/work/security/py-ndg_httpsclient/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/work/security/py-ndg_httpsclient/work/.buildlink/lib/amd64/pkgconfig:/tmp/work/security/py-ndg_httpsclient/work/.buildlink/lib/pkgconfig:/tmp/work/security/py-ndg_httpsclient/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/work/security/py-ndg_httpsclient/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/work/security/py-ndg_httpsclient/work/.cwrapper/config /opt/local/bin/python3.12 setup.py "install" -c -O1 --root=/tmp/work/security/py-ndg_httpsclient/work/.destdir) /opt/local/lib/python3.12/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /opt/local/lib/python3.12/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. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running install_lib creating /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg copying build/lib/ndg/__init__.py -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg creating /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/__init__.py -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/https.py -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/ssl_context_util.py -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/ssl_peer_verification.py -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/ssl_socket.py -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/subj_alt_name.py -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/urllib2_build_opener.py -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient copying build/lib/ndg/httpsclient/utils.py -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient creating /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test copying build/lib/ndg/httpsclient/test/__init__.py -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test copying build/lib/ndg/httpsclient/test/test_https.py -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test copying build/lib/ndg/httpsclient/test/test_urllib2.py -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test copying build/lib/ndg/httpsclient/test/test_utils.py -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test copying build/lib/ndg/httpsclient/test/README -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test creating /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test/scripts copying build/lib/ndg/httpsclient/test/scripts/openssl_https_server.sh -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test/scripts creating /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test/pki copying build/lib/ndg/httpsclient/test/pki/localhost.crt -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test/pki copying build/lib/ndg/httpsclient/test/pki/localhost.key -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test/pki creating /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test/pki/ca copying build/lib/ndg/httpsclient/test/pki/ca/7e15277f.0 -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test/pki/ca copying build/lib/ndg/httpsclient/LICENSE -> /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient byte-compiling /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/__init__.py to __init__.cpython-312.pyc byte-compiling /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/__init__.py to __init__.cpython-312.pyc byte-compiling /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/https.py to https.cpython-312.pyc byte-compiling /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/ssl_context_util.py to ssl_context_util.cpython-312.pyc byte-compiling /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/ssl_peer_verification.py to ssl_peer_verification.cpython-312.pyc byte-compiling /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/ssl_socket.py to ssl_socket.cpython-312.pyc byte-compiling /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/subj_alt_name.py to subj_alt_name.cpython-312.pyc byte-compiling /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/urllib2_build_opener.py to urllib2_build_opener.cpython-312.pyc byte-compiling /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/utils.py to utils.cpython-312.pyc byte-compiling /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test/__init__.py to __init__.cpython-312.pyc byte-compiling /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test/test_https.py to test_https.cpython-312.pyc byte-compiling /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test/test_urllib2.py to test_urllib2.cpython-312.pyc byte-compiling /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg/httpsclient/test/test_utils.py to test_utils.cpython-312.pyc writing byte-compilation script '/tmp/tmpy7mh2amd.py' /opt/local/bin/python3.12 /tmp/tmpy7mh2amd.py removing /tmp/tmpy7mh2amd.py running install_egg_info running egg_info creating ndg_httpsclient.egg-info writing ndg_httpsclient.egg-info/PKG-INFO writing dependency_links to ndg_httpsclient.egg-info/dependency_links.txt writing entry points to ndg_httpsclient.egg-info/entry_points.txt writing requirements to ndg_httpsclient.egg-info/requires.txt writing top-level names to ndg_httpsclient.egg-info/top_level.txt writing manifest file 'ndg_httpsclient.egg-info/SOURCES.txt' reading manifest file 'ndg_httpsclient.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ndg_httpsclient.egg-info/SOURCES.txt' Copying ndg_httpsclient.egg-info to /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg_httpsclient-0.5.1-py3.12.egg-info running install_scripts Installing ndg_httpclient script to /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/bin => Generating CTF data => Automatic stripping of debug information => Automatic manual page handling => Generating post-install file lists if test -d "/tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg_httpsclient-0.5.1-py3.12.egg-info"; then /usr/bin/find /tmp/work/security/py-ndg_httpsclient/work/.destdir/opt/local/lib/python3.12/site-packages/ndg_httpsclient-0.5.1-py3.12.egg-info -type f -exec /usr/bin/chmod 644 '{}' ';' ; fi => Checking file-check results for py312-ndg_httpsclient-0.5.1 => Checking for non-existent script interpreters in py312-ndg_httpsclient-0.5.1 => Checking file permissions in py312-ndg_httpsclient-0.5.1 => Checking for missing run-time search paths in py312-ndg_httpsclient-0.5.1 => Checking for work-directory references in py312-ndg_httpsclient-0.5.1