+ local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=38 WRKLOG=/tmp/bulklog/py38-sanic-22.9.0/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=38 WRKLOG=/tmp/bulklog/py38-sanic-22.9.0/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for py38-sanic-22.9.1 (cd /home/pbulk/build/www/py-sanic/work/sanic-22.9.1/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python3.8 CC=cc CFLAGS=-pipe\ -O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.8 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.8 CXX=c++ CXXFLAGS=-pipe\ -O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.8 COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 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=-Wl,-zrelro\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/home/pbulk/build/www/py-sanic/work/.cwrapper/bin:/home/pbulk/build/www/py-sanic/work/.buildlink/bin:/home/pbulk/build/www/py-sanic/work/.tools/bin:/usr/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CPP=cpp CXXCPP=cpp HOME=/home/pbulk/build/www/py-sanic/work/.home CWRAPPERS_CONFIG_DIR=/home/pbulk/build/www/py-sanic/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 775 INSTALL_INFO= MAKEINFO=/home/pbulk/build/www/py-sanic/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/home/pbulk/build/www/py-sanic/work/.tools/bin/itstool GDBUS_CODEGEN=/home/pbulk/build/www/py-sanic/work/.tools/bin/gdbus-codegen PKG_CONFIG=/home/pbulk/build/www/py-sanic/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/home/pbulk/build/www/py-sanic/work/.buildlink/lib/pkgconfig:/home/pbulk/build/www/py-sanic/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/home/pbulk/build/www/py-sanic/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/home/pbulk/build/www/py-sanic/work/.cwrapper/config /usr/pkg/bin/python3.8 setup.py build -j2) running build running build_py creating build creating build/lib creating build/lib/sanic copying sanic/__init__.py -> build/lib/sanic copying sanic/__main__.py -> build/lib/sanic copying sanic/__version__.py -> build/lib/sanic copying sanic/app.py -> build/lib/sanic copying sanic/asgi.py -> build/lib/sanic copying sanic/blueprint_group.py -> build/lib/sanic copying sanic/blueprints.py -> build/lib/sanic copying sanic/compat.py -> build/lib/sanic copying sanic/config.py -> build/lib/sanic copying sanic/constants.py -> build/lib/sanic copying sanic/cookies.py -> build/lib/sanic copying sanic/errorpages.py -> build/lib/sanic copying sanic/exceptions.py -> build/lib/sanic copying sanic/handlers.py -> build/lib/sanic copying sanic/headers.py -> build/lib/sanic copying sanic/helpers.py -> build/lib/sanic copying sanic/log.py -> build/lib/sanic copying sanic/middleware.py -> build/lib/sanic copying sanic/request.py -> build/lib/sanic copying sanic/response.py -> build/lib/sanic copying sanic/router.py -> build/lib/sanic copying sanic/signals.py -> build/lib/sanic copying sanic/simple.py -> build/lib/sanic copying sanic/utils.py -> build/lib/sanic copying sanic/views.py -> build/lib/sanic creating build/lib/sanic/application copying sanic/application/__init__.py -> build/lib/sanic/application copying sanic/application/constants.py -> build/lib/sanic/application copying sanic/application/ext.py -> build/lib/sanic/application copying sanic/application/logo.py -> build/lib/sanic/application copying sanic/application/motd.py -> build/lib/sanic/application copying sanic/application/spinner.py -> build/lib/sanic/application copying sanic/application/state.py -> build/lib/sanic/application creating build/lib/sanic/base copying sanic/base/__init__.py -> build/lib/sanic/base copying sanic/base/meta.py -> build/lib/sanic/base copying sanic/base/root.py -> build/lib/sanic/base creating build/lib/sanic/cli copying sanic/cli/__init__.py -> build/lib/sanic/cli copying sanic/cli/app.py -> build/lib/sanic/cli copying sanic/cli/arguments.py -> build/lib/sanic/cli creating build/lib/sanic/http copying sanic/http/__init__.py -> build/lib/sanic/http copying sanic/http/constants.py -> build/lib/sanic/http copying sanic/http/http1.py -> build/lib/sanic/http copying sanic/http/http3.py -> build/lib/sanic/http copying sanic/http/stream.py -> build/lib/sanic/http creating build/lib/sanic/mixins copying sanic/mixins/__init__.py -> build/lib/sanic/mixins copying sanic/mixins/exceptions.py -> build/lib/sanic/mixins copying sanic/mixins/listeners.py -> build/lib/sanic/mixins copying sanic/mixins/middleware.py -> build/lib/sanic/mixins copying sanic/mixins/routes.py -> build/lib/sanic/mixins copying sanic/mixins/signals.py -> build/lib/sanic/mixins copying sanic/mixins/startup.py -> build/lib/sanic/mixins creating build/lib/sanic/models copying sanic/models/__init__.py -> build/lib/sanic/models copying sanic/models/asgi.py -> build/lib/sanic/models copying sanic/models/futures.py -> build/lib/sanic/models copying sanic/models/handler_types.py -> build/lib/sanic/models copying sanic/models/http_types.py -> build/lib/sanic/models copying sanic/models/protocol_types.py -> build/lib/sanic/models copying sanic/models/server_types.py -> build/lib/sanic/models creating build/lib/sanic/server copying sanic/server/__init__.py -> build/lib/sanic/server copying sanic/server/async_server.py -> build/lib/sanic/server copying sanic/server/events.py -> build/lib/sanic/server copying sanic/server/legacy.py -> build/lib/sanic/server copying sanic/server/loop.py -> build/lib/sanic/server copying sanic/server/runners.py -> build/lib/sanic/server copying sanic/server/socket.py -> build/lib/sanic/server creating build/lib/sanic/touchup copying sanic/touchup/__init__.py -> build/lib/sanic/touchup copying sanic/touchup/meta.py -> build/lib/sanic/touchup copying sanic/touchup/service.py -> build/lib/sanic/touchup creating build/lib/sanic/types copying sanic/types/__init__.py -> build/lib/sanic/types copying sanic/types/hashable_dict.py -> build/lib/sanic/types copying sanic/types/shared_ctx.py -> build/lib/sanic/types creating build/lib/sanic/worker copying sanic/worker/__init__.py -> build/lib/sanic/worker copying sanic/worker/inspector.py -> build/lib/sanic/worker copying sanic/worker/loader.py -> build/lib/sanic/worker copying sanic/worker/manager.py -> build/lib/sanic/worker copying sanic/worker/multiplexer.py -> build/lib/sanic/worker copying sanic/worker/process.py -> build/lib/sanic/worker copying sanic/worker/reloader.py -> build/lib/sanic/worker copying sanic/worker/serve.py -> build/lib/sanic/worker copying sanic/worker/state.py -> build/lib/sanic/worker creating build/lib/sanic/http/tls copying sanic/http/tls/__init__.py -> build/lib/sanic/http/tls copying sanic/http/tls/context.py -> build/lib/sanic/http/tls copying sanic/http/tls/creators.py -> build/lib/sanic/http/tls creating build/lib/sanic/server/protocols copying sanic/server/protocols/__init__.py -> build/lib/sanic/server/protocols copying sanic/server/protocols/base_protocol.py -> build/lib/sanic/server/protocols copying sanic/server/protocols/http_protocol.py -> build/lib/sanic/server/protocols copying sanic/server/protocols/websocket_protocol.py -> build/lib/sanic/server/protocols creating build/lib/sanic/server/websockets copying sanic/server/websockets/__init__.py -> build/lib/sanic/server/websockets copying sanic/server/websockets/connection.py -> build/lib/sanic/server/websockets copying sanic/server/websockets/frame.py -> build/lib/sanic/server/websockets copying sanic/server/websockets/impl.py -> build/lib/sanic/server/websockets creating build/lib/sanic/touchup/schemes copying sanic/touchup/schemes/__init__.py -> build/lib/sanic/touchup/schemes copying sanic/touchup/schemes/altsvc.py -> build/lib/sanic/touchup/schemes copying sanic/touchup/schemes/base.py -> build/lib/sanic/touchup/schemes copying sanic/touchup/schemes/ode.py -> build/lib/sanic/touchup/schemes copying sanic/py.typed -> build/lib/sanic