=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py311-celery-5.2.7 (cd /tmp/net/py-celery/work/celery-5.2.7/ && /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.11 CC=gcc CFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.11 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.11 CXX=c++ CXXFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.11 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=-Wl,-zrelro\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/tmp/net/py-celery/work/.cwrapper/bin:/tmp/net/py-celery/work/.buildlink/bin:/tmp/net/py-celery/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CPP=cpp CXXCPP=cpp HOME=/tmp/net/py-celery/work/.home CWRAPPERS_CONFIG_DIR=/tmp/net/py-celery/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\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/net/py-celery/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/net/py-celery/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/net/py-celery/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/net/py-celery/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/net/py-celery/work/.buildlink/lib/pkgconfig:/tmp/net/py-celery/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/net/py-celery/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/net/py-celery/work/.cwrapper/config /usr/pkg/bin/python3.11 setup.py build -j4) /usr/pkg/lib/python3.11/site-packages/setuptools/config/setupcfg.py:520: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/celery copying celery/__init__.py -> build/lib/celery copying celery/__main__.py -> build/lib/celery copying celery/_state.py -> build/lib/celery copying celery/beat.py -> build/lib/celery copying celery/bootsteps.py -> build/lib/celery copying celery/canvas.py -> build/lib/celery copying celery/exceptions.py -> build/lib/celery copying celery/local.py -> build/lib/celery copying celery/platforms.py -> build/lib/celery copying celery/result.py -> build/lib/celery copying celery/schedules.py -> build/lib/celery copying celery/signals.py -> build/lib/celery copying celery/states.py -> build/lib/celery creating build/lib/celery/app copying celery/app/__init__.py -> build/lib/celery/app copying celery/app/amqp.py -> build/lib/celery/app copying celery/app/annotations.py -> build/lib/celery/app copying celery/app/autoretry.py -> build/lib/celery/app copying celery/app/backends.py -> build/lib/celery/app copying celery/app/base.py -> build/lib/celery/app copying celery/app/builtins.py -> build/lib/celery/app copying celery/app/control.py -> build/lib/celery/app copying celery/app/defaults.py -> build/lib/celery/app copying celery/app/events.py -> build/lib/celery/app copying celery/app/log.py -> build/lib/celery/app copying celery/app/registry.py -> build/lib/celery/app copying celery/app/routes.py -> build/lib/celery/app copying celery/app/task.py -> build/lib/celery/app copying celery/app/trace.py -> build/lib/celery/app copying celery/app/utils.py -> build/lib/celery/app creating build/lib/celery/apps copying celery/apps/__init__.py -> build/lib/celery/apps copying celery/apps/beat.py -> build/lib/celery/apps copying celery/apps/multi.py -> build/lib/celery/apps copying celery/apps/worker.py -> build/lib/celery/apps creating build/lib/celery/backends copying celery/backends/__init__.py -> build/lib/celery/backends copying celery/backends/arangodb.py -> build/lib/celery/backends copying celery/backends/asynchronous.py -> build/lib/celery/backends copying celery/backends/azureblockblob.py -> build/lib/celery/backends copying celery/backends/base.py -> build/lib/celery/backends copying celery/backends/cache.py -> build/lib/celery/backends copying celery/backends/cassandra.py -> build/lib/celery/backends copying celery/backends/consul.py -> build/lib/celery/backends copying celery/backends/cosmosdbsql.py -> build/lib/celery/backends copying celery/backends/couchbase.py -> build/lib/celery/backends copying celery/backends/couchdb.py -> build/lib/celery/backends copying celery/backends/dynamodb.py -> build/lib/celery/backends copying celery/backends/elasticsearch.py -> build/lib/celery/backends copying celery/backends/filesystem.py -> build/lib/celery/backends copying celery/backends/mongodb.py -> build/lib/celery/backends copying celery/backends/redis.py -> build/lib/celery/backends copying celery/backends/rpc.py -> build/lib/celery/backends copying celery/backends/s3.py -> build/lib/celery/backends creating build/lib/celery/bin copying celery/bin/__init__.py -> build/lib/celery/bin copying celery/bin/amqp.py -> build/lib/celery/bin copying celery/bin/base.py -> build/lib/celery/bin copying celery/bin/beat.py -> build/lib/celery/bin copying celery/bin/call.py -> build/lib/celery/bin copying celery/bin/celery.py -> build/lib/celery/bin copying celery/bin/control.py -> build/lib/celery/bin copying celery/bin/events.py -> build/lib/celery/bin copying celery/bin/graph.py -> build/lib/celery/bin copying celery/bin/list.py -> build/lib/celery/bin copying celery/bin/logtool.py -> build/lib/celery/bin copying celery/bin/migrate.py -> build/lib/celery/bin copying celery/bin/multi.py -> build/lib/celery/bin copying celery/bin/purge.py -> build/lib/celery/bin copying celery/bin/result.py -> build/lib/celery/bin copying celery/bin/shell.py -> build/lib/celery/bin copying celery/bin/upgrade.py -> build/lib/celery/bin copying celery/bin/worker.py -> build/lib/celery/bin creating build/lib/celery/concurrency copying celery/concurrency/__init__.py -> build/lib/celery/concurrency copying celery/concurrency/asynpool.py -> build/lib/celery/concurrency copying celery/concurrency/base.py -> build/lib/celery/concurrency copying celery/concurrency/eventlet.py -> build/lib/celery/concurrency copying celery/concurrency/gevent.py -> build/lib/celery/concurrency copying celery/concurrency/prefork.py -> build/lib/celery/concurrency copying celery/concurrency/solo.py -> build/lib/celery/concurrency copying celery/concurrency/thread.py -> build/lib/celery/concurrency creating build/lib/celery/contrib copying celery/contrib/__init__.py -> build/lib/celery/contrib copying celery/contrib/abortable.py -> build/lib/celery/contrib copying celery/contrib/migrate.py -> build/lib/celery/contrib copying celery/contrib/pytest.py -> build/lib/celery/contrib copying celery/contrib/rdb.py -> build/lib/celery/contrib copying celery/contrib/sphinx.py -> build/lib/celery/contrib creating build/lib/celery/events copying celery/events/__init__.py -> build/lib/celery/events copying celery/events/cursesmon.py -> build/lib/celery/events copying celery/events/dispatcher.py -> build/lib/celery/events copying celery/events/dumper.py -> build/lib/celery/events copying celery/events/event.py -> build/lib/celery/events copying celery/events/receiver.py -> build/lib/celery/events copying celery/events/snapshot.py -> build/lib/celery/events copying celery/events/state.py -> build/lib/celery/events creating build/lib/celery/fixups copying celery/fixups/__init__.py -> build/lib/celery/fixups copying celery/fixups/django.py -> build/lib/celery/fixups creating build/lib/celery/loaders copying celery/loaders/__init__.py -> build/lib/celery/loaders copying celery/loaders/app.py -> build/lib/celery/loaders copying celery/loaders/base.py -> build/lib/celery/loaders copying celery/loaders/default.py -> build/lib/celery/loaders creating build/lib/celery/security copying celery/security/__init__.py -> build/lib/celery/security copying celery/security/certificate.py -> build/lib/celery/security copying celery/security/key.py -> build/lib/celery/security copying celery/security/serialization.py -> build/lib/celery/security copying celery/security/utils.py -> build/lib/celery/security creating build/lib/celery/utils copying celery/utils/__init__.py -> build/lib/celery/utils copying celery/utils/abstract.py -> build/lib/celery/utils copying celery/utils/collections.py -> build/lib/celery/utils copying celery/utils/debug.py -> build/lib/celery/utils copying celery/utils/deprecated.py -> build/lib/celery/utils copying celery/utils/functional.py -> build/lib/celery/utils copying celery/utils/graph.py -> build/lib/celery/utils copying celery/utils/imports.py -> build/lib/celery/utils copying celery/utils/iso8601.py -> build/lib/celery/utils copying celery/utils/log.py -> build/lib/celery/utils copying celery/utils/nodenames.py -> build/lib/celery/utils copying celery/utils/objects.py -> build/lib/celery/utils copying celery/utils/saferepr.py -> build/lib/celery/utils copying celery/utils/serialization.py -> build/lib/celery/utils copying celery/utils/sysinfo.py -> build/lib/celery/utils copying celery/utils/term.py -> build/lib/celery/utils copying celery/utils/text.py -> build/lib/celery/utils copying celery/utils/threads.py -> build/lib/celery/utils copying celery/utils/time.py -> build/lib/celery/utils copying celery/utils/timer2.py -> build/lib/celery/utils creating build/lib/celery/worker copying celery/worker/__init__.py -> build/lib/celery/worker copying celery/worker/autoscale.py -> build/lib/celery/worker copying celery/worker/components.py -> build/lib/celery/worker copying celery/worker/control.py -> build/lib/celery/worker copying celery/worker/heartbeat.py -> build/lib/celery/worker copying celery/worker/loops.py -> build/lib/celery/worker copying celery/worker/pidbox.py -> build/lib/celery/worker copying celery/worker/request.py -> build/lib/celery/worker copying celery/worker/state.py -> build/lib/celery/worker copying celery/worker/strategy.py -> build/lib/celery/worker copying celery/worker/worker.py -> build/lib/celery/worker creating build/lib/celery/backends/database copying celery/backends/database/__init__.py -> build/lib/celery/backends/database copying celery/backends/database/models.py -> build/lib/celery/backends/database copying celery/backends/database/session.py -> build/lib/celery/backends/database creating build/lib/celery/contrib/testing copying celery/contrib/testing/__init__.py -> build/lib/celery/contrib/testing copying celery/contrib/testing/app.py -> build/lib/celery/contrib/testing copying celery/contrib/testing/manager.py -> build/lib/celery/contrib/testing copying celery/contrib/testing/mocks.py -> build/lib/celery/contrib/testing copying celery/contrib/testing/tasks.py -> build/lib/celery/contrib/testing copying celery/contrib/testing/worker.py -> build/lib/celery/contrib/testing creating build/lib/celery/utils/dispatch copying celery/utils/dispatch/__init__.py -> build/lib/celery/utils/dispatch copying celery/utils/dispatch/signal.py -> build/lib/celery/utils/dispatch creating build/lib/celery/utils/static copying celery/utils/static/__init__.py -> build/lib/celery/utils/static creating build/lib/celery/worker/consumer copying celery/worker/consumer/__init__.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/agent.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/connection.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/consumer.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/control.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/events.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/gossip.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/heart.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/mingle.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/tasks.py -> build/lib/celery/worker/consumer running egg_info writing celery.egg-info/PKG-INFO writing dependency_links to celery.egg-info/dependency_links.txt writing entry points to celery.egg-info/entry_points.txt writing requirements to celery.egg-info/requires.txt writing top-level names to celery.egg-info/top_level.txt reading manifest file 'celery.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'extra/centos' warning: no previously-included files matching '*' found under directory 'docs/_build' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no previously-included files matching '.*.sw[a-z]' found under directory '*' adding license file 'LICENSE' writing manifest file 'celery.egg-info/SOURCES.txt' copying celery/utils/static/celery_128.png -> build/lib/celery/utils/static