Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pip-install-hook Using pipInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing setuptools-check-hook @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/1ap1cb7xgygcww3r3l3f6m1lkqkq13v1-celery-5.1.2.tar.gz source root is celery-5.1.2 setting SOURCE_DATE_EPOCH to timestamp 1624886046 of file celery-5.1.2/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building Executing setuptoolsBuildPhase running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/celery copying celery/beat.py -> build/lib/celery copying celery/result.py -> build/lib/celery copying celery/bootsteps.py -> build/lib/celery copying celery/canvas.py -> build/lib/celery copying celery/platforms.py -> build/lib/celery copying celery/schedules.py -> build/lib/celery copying celery/__init__.py -> build/lib/celery copying celery/states.py -> build/lib/celery copying celery/signals.py -> build/lib/celery copying celery/exceptions.py -> build/lib/celery copying celery/local.py -> build/lib/celery copying celery/__main__.py -> build/lib/celery copying celery/_state.py -> build/lib/celery creating build/lib/celery/fixups copying celery/fixups/django.py -> build/lib/celery/fixups copying celery/fixups/__init__.py -> build/lib/celery/fixups creating build/lib/celery/worker copying celery/worker/components.py -> build/lib/celery/worker copying celery/worker/pidbox.py -> build/lib/celery/worker copying celery/worker/control.py -> build/lib/celery/worker copying celery/worker/__init__.py -> build/lib/celery/worker copying celery/worker/strategy.py -> build/lib/celery/worker copying celery/worker/loops.py -> build/lib/celery/worker copying celery/worker/state.py -> build/lib/celery/worker copying celery/worker/heartbeat.py -> build/lib/celery/worker copying celery/worker/request.py -> build/lib/celery/worker copying celery/worker/worker.py -> build/lib/celery/worker copying celery/worker/autoscale.py -> build/lib/celery/worker creating build/lib/celery/backends copying celery/backends/arangodb.py -> build/lib/celery/backends copying celery/backends/azureblockblob.py -> build/lib/celery/backends copying celery/backends/cassandra.py -> build/lib/celery/backends copying celery/backends/cosmosdbsql.py -> build/lib/celery/backends copying celery/backends/asynchronous.py -> build/lib/celery/backends copying celery/backends/couchbase.py -> build/lib/celery/backends copying celery/backends/filesystem.py -> build/lib/celery/backends copying celery/backends/__init__.py -> build/lib/celery/backends copying celery/backends/s3.py -> build/lib/celery/backends copying celery/backends/cache.py -> build/lib/celery/backends copying celery/backends/dynamodb.py -> build/lib/celery/backends copying celery/backends/mongodb.py -> build/lib/celery/backends copying celery/backends/consul.py -> build/lib/celery/backends copying celery/backends/elasticsearch.py -> build/lib/celery/backends copying celery/backends/couchdb.py -> build/lib/celery/backends copying celery/backends/base.py -> build/lib/celery/backends copying celery/backends/redis.py -> build/lib/celery/backends copying celery/backends/rpc.py -> build/lib/celery/backends creating build/lib/celery/bin copying celery/bin/beat.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/result.py -> build/lib/celery/bin copying celery/bin/call.py -> build/lib/celery/bin copying celery/bin/logtool.py -> build/lib/celery/bin copying celery/bin/control.py -> build/lib/celery/bin copying celery/bin/upgrade.py -> build/lib/celery/bin copying celery/bin/__init__.py -> build/lib/celery/bin copying celery/bin/events.py -> build/lib/celery/bin copying celery/bin/shell.py -> build/lib/celery/bin copying celery/bin/multi.py -> build/lib/celery/bin copying celery/bin/worker.py -> build/lib/celery/bin copying celery/bin/amqp.py -> build/lib/celery/bin copying celery/bin/purge.py -> build/lib/celery/bin copying celery/bin/base.py -> build/lib/celery/bin copying celery/bin/celery.py -> build/lib/celery/bin copying celery/bin/migrate.py -> build/lib/celery/bin 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/default.py -> build/lib/celery/loaders copying celery/loaders/base.py -> build/lib/celery/loaders creating build/lib/celery/app copying celery/app/trace.py -> build/lib/celery/app copying celery/app/registry.py -> build/lib/celery/app copying celery/app/annotations.py -> build/lib/celery/app copying celery/app/defaults.py -> build/lib/celery/app copying celery/app/autoretry.py -> build/lib/celery/app copying celery/app/control.py -> build/lib/celery/app copying celery/app/__init__.py -> build/lib/celery/app copying celery/app/events.py -> build/lib/celery/app copying celery/app/backends.py -> build/lib/celery/app copying celery/app/task.py -> build/lib/celery/app copying celery/app/routes.py -> build/lib/celery/app copying celery/app/log.py -> build/lib/celery/app copying celery/app/amqp.py -> build/lib/celery/app copying celery/app/builtins.py -> build/lib/celery/app copying celery/app/utils.py -> build/lib/celery/app copying celery/app/base.py -> build/lib/celery/app creating build/lib/celery/security copying celery/security/certificate.py -> build/lib/celery/security copying celery/security/__init__.py -> build/lib/celery/security copying celery/security/serialization.py -> build/lib/celery/security copying celery/security/key.py -> build/lib/celery/security copying celery/security/utils.py -> build/lib/celery/security creating build/lib/celery/contrib copying celery/contrib/abortable.py -> build/lib/celery/contrib copying celery/contrib/sphinx.py -> build/lib/celery/contrib copying celery/contrib/__init__.py -> build/lib/celery/contrib copying celery/contrib/rdb.py -> build/lib/celery/contrib copying celery/contrib/pytest.py -> build/lib/celery/contrib copying celery/contrib/migrate.py -> build/lib/celery/contrib creating build/lib/celery/apps copying celery/apps/beat.py -> build/lib/celery/apps copying celery/apps/__init__.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/utils copying celery/utils/collections.py -> build/lib/celery/utils copying celery/utils/deprecated.py -> build/lib/celery/utils copying celery/utils/graph.py -> build/lib/celery/utils copying celery/utils/objects.py -> build/lib/celery/utils copying celery/utils/nodenames.py -> build/lib/celery/utils copying celery/utils/debug.py -> build/lib/celery/utils copying celery/utils/sysinfo.py -> build/lib/celery/utils copying celery/utils/iso8601.py -> build/lib/celery/utils copying celery/utils/functional.py -> build/lib/celery/utils copying celery/utils/__init__.py -> build/lib/celery/utils copying celery/utils/time.py -> build/lib/celery/utils copying celery/utils/abstract.py -> build/lib/celery/utils copying celery/utils/log.py -> build/lib/celery/utils copying celery/utils/serialization.py -> build/lib/celery/utils copying celery/utils/timer2.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/imports.py -> build/lib/celery/utils copying celery/utils/saferepr.py -> build/lib/celery/utils copying celery/utils/threads.py -> build/lib/celery/utils creating build/lib/celery/concurrency copying celery/concurrency/__init__.py -> build/lib/celery/concurrency copying celery/concurrency/solo.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/asynpool.py -> build/lib/celery/concurrency copying celery/concurrency/thread.py -> build/lib/celery/concurrency copying celery/concurrency/eventlet.py -> build/lib/celery/concurrency copying celery/concurrency/base.py -> build/lib/celery/concurrency creating 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/__init__.py -> build/lib/celery/events copying celery/events/state.py -> build/lib/celery/events copying celery/events/receiver.py -> build/lib/celery/events copying celery/events/cursesmon.py -> build/lib/celery/events copying celery/events/snapshot.py -> build/lib/celery/events copying celery/events/dispatcher.py -> build/lib/celery/events creating build/lib/celery/worker/consumer copying celery/worker/consumer/agent.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/control.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/__init__.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/events.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/connection.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/gossip.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/mingle.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/consumer.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/heart.py -> build/lib/celery/worker/consumer copying celery/worker/consumer/tasks.py -> build/lib/celery/worker/consumer creating build/lib/celery/backends/database copying celery/backends/database/models.py -> build/lib/celery/backends/database copying celery/backends/database/__init__.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/manager.py -> build/lib/celery/contrib/testing copying celery/contrib/testing/mocks.py -> 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/worker.py -> build/lib/celery/contrib/testing copying celery/contrib/testing/tasks.py -> build/lib/celery/contrib/testing creating build/lib/celery/utils/static copying celery/utils/static/__init__.py -> build/lib/celery/utils/static 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 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 installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/celery copying build/lib/celery/beat.py -> build/bdist.linux-x86_64/wheel/celery creating build/bdist.linux-x86_64/wheel/celery/fixups copying build/lib/celery/fixups/django.py -> build/bdist.linux-x86_64/wheel/celery/fixups copying build/lib/celery/fixups/__init__.py -> build/bdist.linux-x86_64/wheel/celery/fixups creating build/bdist.linux-x86_64/wheel/celery/worker copying build/lib/celery/worker/components.py -> build/bdist.linux-x86_64/wheel/celery/worker copying build/lib/celery/worker/pidbox.py -> build/bdist.linux-x86_64/wheel/celery/worker copying build/lib/celery/worker/control.py -> build/bdist.linux-x86_64/wheel/celery/worker copying build/lib/celery/worker/__init__.py -> build/bdist.linux-x86_64/wheel/celery/worker copying build/lib/celery/worker/strategy.py -> build/bdist.linux-x86_64/wheel/celery/worker copying build/lib/celery/worker/loops.py -> build/bdist.linux-x86_64/wheel/celery/worker copying build/lib/celery/worker/state.py -> build/bdist.linux-x86_64/wheel/celery/worker copying build/lib/celery/worker/heartbeat.py -> build/bdist.linux-x86_64/wheel/celery/worker creating build/bdist.linux-x86_64/wheel/celery/worker/consumer copying build/lib/celery/worker/consumer/agent.py -> build/bdist.linux-x86_64/wheel/celery/worker/consumer copying build/lib/celery/worker/consumer/control.py -> build/bdist.linux-x86_64/wheel/celery/worker/consumer copying build/lib/celery/worker/consumer/__init__.py -> build/bdist.linux-x86_64/wheel/celery/worker/consumer copying build/lib/celery/worker/consumer/events.py -> build/bdist.linux-x86_64/wheel/celery/worker/consumer copying build/lib/celery/worker/consumer/connection.py -> build/bdist.linux-x86_64/wheel/celery/worker/consumer copying build/lib/celery/worker/consumer/gossip.py -> build/bdist.linux-x86_64/wheel/celery/worker/consumer copying build/lib/celery/worker/consumer/mingle.py -> build/bdist.linux-x86_64/wheel/celery/worker/consumer copying build/lib/celery/worker/consumer/consumer.py -> build/bdist.linux-x86_64/wheel/celery/worker/consumer copying build/lib/celery/worker/consumer/heart.py -> build/bdist.linux-x86_64/wheel/celery/worker/consumer copying build/lib/celery/worker/consumer/tasks.py -> build/bdist.linux-x86_64/wheel/celery/worker/consumer copying build/lib/celery/worker/request.py -> build/bdist.linux-x86_64/wheel/celery/worker copying build/lib/celery/worker/worker.py -> build/bdist.linux-x86_64/wheel/celery/worker copying build/lib/celery/worker/autoscale.py -> build/bdist.linux-x86_64/wheel/celery/worker creating build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/arangodb.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/azureblockblob.py -> build/bdist.linux-x86_64/wheel/celery/backends creating build/bdist.linux-x86_64/wheel/celery/backends/database copying build/lib/celery/backends/database/models.py -> build/bdist.linux-x86_64/wheel/celery/backends/database copying build/lib/celery/backends/database/__init__.py -> build/bdist.linux-x86_64/wheel/celery/backends/database copying build/lib/celery/backends/database/session.py -> build/bdist.linux-x86_64/wheel/celery/backends/database copying build/lib/celery/backends/cassandra.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/cosmosdbsql.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/asynchronous.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/couchbase.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/filesystem.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/__init__.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/s3.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/cache.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/dynamodb.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/mongodb.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/consul.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/elasticsearch.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/couchdb.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/base.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/redis.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/backends/rpc.py -> build/bdist.linux-x86_64/wheel/celery/backends copying build/lib/celery/result.py -> build/bdist.linux-x86_64/wheel/celery copying build/lib/celery/bootsteps.py -> build/bdist.linux-x86_64/wheel/celery copying build/lib/celery/canvas.py -> build/bdist.linux-x86_64/wheel/celery creating build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/beat.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/graph.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/list.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/result.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/call.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/logtool.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/control.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/upgrade.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/__init__.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/events.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/shell.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/multi.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/worker.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/amqp.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/purge.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/base.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/celery.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/bin/migrate.py -> build/bdist.linux-x86_64/wheel/celery/bin copying build/lib/celery/platforms.py -> build/bdist.linux-x86_64/wheel/celery creating build/bdist.linux-x86_64/wheel/celery/loaders copying build/lib/celery/loaders/__init__.py -> build/bdist.linux-x86_64/wheel/celery/loaders copying build/lib/celery/loaders/app.py -> build/bdist.linux-x86_64/wheel/celery/loaders copying build/lib/celery/loaders/default.py -> build/bdist.linux-x86_64/wheel/celery/loaders copying build/lib/celery/loaders/base.py -> build/bdist.linux-x86_64/wheel/celery/loaders copying build/lib/celery/schedules.py -> build/bdist.linux-x86_64/wheel/celery copying build/lib/celery/__init__.py -> build/bdist.linux-x86_64/wheel/celery creating build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/trace.py -> build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/registry.py -> build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/annotations.py -> build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/defaults.py -> build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/autoretry.py -> build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/control.py -> build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/__init__.py -> build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/events.py -> build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/backends.py -> build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/task.py -> build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/routes.py -> build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/log.py -> build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/amqp.py -> build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/builtins.py -> build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/utils.py -> build/bdist.linux-x86_64/wheel/celery/app copying build/lib/celery/app/base.py -> build/bdist.linux-x86_64/wheel/celery/app creating build/bdist.linux-x86_64/wheel/celery/security copying build/lib/celery/security/certificate.py -> build/bdist.linux-x86_64/wheel/celery/security copying build/lib/celery/security/__init__.py -> build/bdist.linux-x86_64/wheel/celery/security copying build/lib/celery/security/serialization.py -> build/bdist.linux-x86_64/wheel/celery/security copying build/lib/celery/security/key.py -> build/bdist.linux-x86_64/wheel/celery/security copying build/lib/celery/security/utils.py -> build/bdist.linux-x86_64/wheel/celery/security creating build/bdist.linux-x86_64/wheel/celery/contrib creating build/bdist.linux-x86_64/wheel/celery/contrib/testing copying build/lib/celery/contrib/testing/manager.py -> build/bdist.linux-x86_64/wheel/celery/contrib/testing copying build/lib/celery/contrib/testing/mocks.py -> build/bdist.linux-x86_64/wheel/celery/contrib/testing copying build/lib/celery/contrib/testing/__init__.py -> build/bdist.linux-x86_64/wheel/celery/contrib/testing copying build/lib/celery/contrib/testing/app.py -> build/bdist.linux-x86_64/wheel/celery/contrib/testing copying build/lib/celery/contrib/testing/worker.py -> build/bdist.linux-x86_64/wheel/celery/contrib/testing copying build/lib/celery/contrib/testing/tasks.py -> build/bdist.linux-x86_64/wheel/celery/contrib/testing copying build/lib/celery/contrib/abortable.py -> build/bdist.linux-x86_64/wheel/celery/contrib copying build/lib/celery/contrib/sphinx.py -> build/bdist.linux-x86_64/wheel/celery/contrib copying build/lib/celery/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/celery/contrib copying build/lib/celery/contrib/rdb.py -> build/bdist.linux-x86_64/wheel/celery/contrib copying build/lib/celery/contrib/pytest.py -> build/bdist.linux-x86_64/wheel/celery/contrib copying build/lib/celery/contrib/migrate.py -> build/bdist.linux-x86_64/wheel/celery/contrib copying build/lib/celery/states.py -> build/bdist.linux-x86_64/wheel/celery copying build/lib/celery/signals.py -> build/bdist.linux-x86_64/wheel/celery creating build/bdist.linux-x86_64/wheel/celery/apps copying build/lib/celery/apps/beat.py -> build/bdist.linux-x86_64/wheel/celery/apps copying build/lib/celery/apps/__init__.py -> build/bdist.linux-x86_64/wheel/celery/apps copying build/lib/celery/apps/multi.py -> build/bdist.linux-x86_64/wheel/celery/apps copying build/lib/celery/apps/worker.py -> build/bdist.linux-x86_64/wheel/celery/apps copying build/lib/celery/exceptions.py -> build/bdist.linux-x86_64/wheel/celery creating build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/collections.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/deprecated.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/graph.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/objects.py -> build/bdist.linux-x86_64/wheel/celery/utils creating build/bdist.linux-x86_64/wheel/celery/utils/static copying build/lib/celery/utils/static/__init__.py -> build/bdist.linux-x86_64/wheel/celery/utils/static copying build/lib/celery/utils/static/celery_128.png -> build/bdist.linux-x86_64/wheel/celery/utils/static creating build/bdist.linux-x86_64/wheel/celery/utils/dispatch copying build/lib/celery/utils/dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/celery/utils/dispatch copying build/lib/celery/utils/dispatch/signal.py -> build/bdist.linux-x86_64/wheel/celery/utils/dispatch copying build/lib/celery/utils/nodenames.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/debug.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/sysinfo.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/iso8601.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/functional.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/__init__.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/time.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/abstract.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/log.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/serialization.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/timer2.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/term.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/text.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/imports.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/saferepr.py -> build/bdist.linux-x86_64/wheel/celery/utils copying build/lib/celery/utils/threads.py -> build/bdist.linux-x86_64/wheel/celery/utils creating build/bdist.linux-x86_64/wheel/celery/concurrency copying build/lib/celery/concurrency/__init__.py -> build/bdist.linux-x86_64/wheel/celery/concurrency copying build/lib/celery/concurrency/solo.py -> build/bdist.linux-x86_64/wheel/celery/concurrency copying build/lib/celery/concurrency/gevent.py -> build/bdist.linux-x86_64/wheel/celery/concurrency copying build/lib/celery/concurrency/prefork.py -> build/bdist.linux-x86_64/wheel/celery/concurrency copying build/lib/celery/concurrency/asynpool.py -> build/bdist.linux-x86_64/wheel/celery/concurrency copying build/lib/celery/concurrency/thread.py -> build/bdist.linux-x86_64/wheel/celery/concurrency copying build/lib/celery/concurrency/eventlet.py -> build/bdist.linux-x86_64/wheel/celery/concurrency copying build/lib/celery/concurrency/base.py -> build/bdist.linux-x86_64/wheel/celery/concurrency copying build/lib/celery/local.py -> build/bdist.linux-x86_64/wheel/celery creating build/bdist.linux-x86_64/wheel/celery/events copying build/lib/celery/events/dumper.py -> build/bdist.linux-x86_64/wheel/celery/events copying build/lib/celery/events/event.py -> build/bdist.linux-x86_64/wheel/celery/events copying build/lib/celery/events/__init__.py -> build/bdist.linux-x86_64/wheel/celery/events copying build/lib/celery/events/state.py -> build/bdist.linux-x86_64/wheel/celery/events copying build/lib/celery/events/receiver.py -> build/bdist.linux-x86_64/wheel/celery/events copying build/lib/celery/events/cursesmon.py -> build/bdist.linux-x86_64/wheel/celery/events copying build/lib/celery/events/snapshot.py -> build/bdist.linux-x86_64/wheel/celery/events copying build/lib/celery/events/dispatcher.py -> build/bdist.linux-x86_64/wheel/celery/events copying build/lib/celery/__main__.py -> build/bdist.linux-x86_64/wheel/celery copying build/lib/celery/_state.py -> build/bdist.linux-x86_64/wheel/celery running install_egg_info Copying celery.egg-info to build/bdist.linux-x86_64/wheel/celery-5.1.2-py3.7.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/celery-5.1.2.dist-info/WHEEL creating 'dist/celery-5.1.2-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'celery/__init__.py' adding 'celery/__main__.py' adding 'celery/_state.py' adding 'celery/beat.py' adding 'celery/bootsteps.py' adding 'celery/canvas.py' adding 'celery/exceptions.py' adding 'celery/local.py' adding 'celery/platforms.py' adding 'celery/result.py' adding 'celery/schedules.py' adding 'celery/signals.py' adding 'celery/states.py' adding 'celery/app/__init__.py' adding 'celery/app/amqp.py' adding 'celery/app/annotations.py' adding 'celery/app/autoretry.py' adding 'celery/app/backends.py' adding 'celery/app/base.py' adding 'celery/app/builtins.py' adding 'celery/app/control.py' adding 'celery/app/defaults.py' adding 'celery/app/events.py' adding 'celery/app/log.py' adding 'celery/app/registry.py' adding 'celery/app/routes.py' adding 'celery/app/task.py' adding 'celery/app/trace.py' adding 'celery/app/utils.py' adding 'celery/apps/__init__.py' adding 'celery/apps/beat.py' adding 'celery/apps/multi.py' adding 'celery/apps/worker.py' adding 'celery/backends/__init__.py' adding 'celery/backends/arangodb.py' adding 'celery/backends/asynchronous.py' adding 'celery/backends/azureblockblob.py' adding 'celery/backends/base.py' adding 'celery/backends/cache.py' adding 'celery/backends/cassandra.py' adding 'celery/backends/consul.py' adding 'celery/backends/cosmosdbsql.py' adding 'celery/backends/couchbase.py' adding 'celery/backends/couchdb.py' adding 'celery/backends/dynamodb.py' adding 'celery/backends/elasticsearch.py' adding 'celery/backends/filesystem.py' adding 'celery/backends/mongodb.py' adding 'celery/backends/redis.py' adding 'celery/backends/rpc.py' adding 'celery/backends/s3.py' adding 'celery/backends/database/__init__.py' adding 'celery/backends/database/models.py' adding 'celery/backends/database/session.py' adding 'celery/bin/__init__.py' adding 'celery/bin/amqp.py' adding 'celery/bin/base.py' adding 'celery/bin/beat.py' adding 'celery/bin/call.py' adding 'celery/bin/celery.py' adding 'celery/bin/control.py' adding 'celery/bin/events.py' adding 'celery/bin/graph.py' adding 'celery/bin/list.py' adding 'celery/bin/logtool.py' adding 'celery/bin/migrate.py' adding 'celery/bin/multi.py' adding 'celery/bin/purge.py' adding 'celery/bin/result.py' adding 'celery/bin/shell.py' adding 'celery/bin/upgrade.py' adding 'celery/bin/worker.py' adding 'celery/concurrency/__init__.py' adding 'celery/concurrency/asynpool.py' adding 'celery/concurrency/base.py' adding 'celery/concurrency/eventlet.py' adding 'celery/concurrency/gevent.py' adding 'celery/concurrency/prefork.py' adding 'celery/concurrency/solo.py' adding 'celery/concurrency/thread.py' adding 'celery/contrib/__init__.py' adding 'celery/contrib/abortable.py' adding 'celery/contrib/migrate.py' adding 'celery/contrib/pytest.py' adding 'celery/contrib/rdb.py' adding 'celery/contrib/sphinx.py' adding 'celery/contrib/testing/__init__.py' adding 'celery/contrib/testing/app.py' adding 'celery/contrib/testing/manager.py' adding 'celery/contrib/testing/mocks.py' adding 'celery/contrib/testing/tasks.py' adding 'celery/contrib/testing/worker.py' adding 'celery/events/__init__.py' adding 'celery/events/cursesmon.py' adding 'celery/events/dispatcher.py' adding 'celery/events/dumper.py' adding 'celery/events/event.py' adding 'celery/events/receiver.py' adding 'celery/events/snapshot.py' adding 'celery/events/state.py' adding 'celery/fixups/__init__.py' adding 'celery/fixups/django.py' adding 'celery/loaders/__init__.py' adding 'celery/loaders/app.py' adding 'celery/loaders/base.py' adding 'celery/loaders/default.py' adding 'celery/security/__init__.py' adding 'celery/security/certificate.py' adding 'celery/security/key.py' adding 'celery/security/serialization.py' adding 'celery/security/utils.py' adding 'celery/utils/__init__.py' adding 'celery/utils/abstract.py' adding 'celery/utils/collections.py' adding 'celery/utils/debug.py' adding 'celery/utils/deprecated.py' adding 'celery/utils/functional.py' adding 'celery/utils/graph.py' adding 'celery/utils/imports.py' adding 'celery/utils/iso8601.py' adding 'celery/utils/log.py' adding 'celery/utils/nodenames.py' adding 'celery/utils/objects.py' adding 'celery/utils/saferepr.py' adding 'celery/utils/serialization.py' adding 'celery/utils/sysinfo.py' adding 'celery/utils/term.py' adding 'celery/utils/text.py' adding 'celery/utils/threads.py' adding 'celery/utils/time.py' adding 'celery/utils/timer2.py' adding 'celery/utils/dispatch/__init__.py' adding 'celery/utils/dispatch/signal.py' adding 'celery/utils/static/__init__.py' adding 'celery/utils/static/celery_128.png' adding 'celery/worker/__init__.py' adding 'celery/worker/autoscale.py' adding 'celery/worker/components.py' adding 'celery/worker/control.py' adding 'celery/worker/heartbeat.py' adding 'celery/worker/loops.py' adding 'celery/worker/pidbox.py' adding 'celery/worker/request.py' adding 'celery/worker/state.py' adding 'celery/worker/strategy.py' adding 'celery/worker/worker.py' adding 'celery/worker/consumer/__init__.py' adding 'celery/worker/consumer/agent.py' adding 'celery/worker/consumer/connection.py' adding 'celery/worker/consumer/consumer.py' adding 'celery/worker/consumer/control.py' adding 'celery/worker/consumer/events.py' adding 'celery/worker/consumer/gossip.py' adding 'celery/worker/consumer/heart.py' adding 'celery/worker/consumer/mingle.py' adding 'celery/worker/consumer/tasks.py' adding 'celery-5.1.2.dist-info/LICENSE' adding 'celery-5.1.2.dist-info/METADATA' adding 'celery-5.1.2.dist-info/WHEEL' adding 'celery-5.1.2.dist-info/entry_points.txt' adding 'celery-5.1.2.dist-info/top_level.txt' adding 'celery-5.1.2.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/celery-5.1.2/dist /build/celery-5.1.2 Processing ./celery-5.1.2-py3-none-any.whl Requirement already satisfied: pytz>dev in /nix/store/d04n59wvs6czhb2zf3fjgsz711mdy813-python3.7-pytz-2021.1/lib/python3.7/site-packages (from celery==5.1.2) (2021.1) Requirement already satisfied: click-didyoumean>=0.0.3 in /nix/store/vcdr28jbnm623acyp8cvcg9n06lankyl-python3.7-click-didyoumean-0.0.3/lib/python3.7/site-packages (from celery==5.1.2) (0.0.3) Requirement already satisfied: kombu<6.0,>=5.1.0 in /nix/store/x483qbfy7c2056drksb6qm5xlwspszdr-python3.7-kombu-5.1.0/lib/python3.7/site-packages (from celery==5.1.2) (5.1.0) Requirement already satisfied: click-plugins>=1.1.1 in /nix/store/9yymzr4hiakmbxq7hmw3dsrq2asjagwy-python3.7-click-plugins-1.1.1/lib/python3.7/site-packages (from celery==5.1.2) (1.1.1) Requirement already satisfied: vine<6.0,>=5.0.0 in /nix/store/qnmnghfjg4gv32nshj9kfnfdlbpbhc41-python3.7-vine-5.0.0/lib/python3.7/site-packages (from celery==5.1.2) (5.0.0) Requirement already satisfied: click in /nix/store/vcypmcsdix374rrd19962i0dbizfdkjm-python3.7-click-8.0.1/lib/python3.7/site-packages (from celery==5.1.2) (8.0.1) Requirement already satisfied: click-repl>=0.1.6 in /nix/store/6b9228ras4wgv0vh74d4zd56mjcx9k5y-python3.7-click-repl-0.2.0/lib/python3.7/site-packages (from celery==5.1.2) (0.2.0) Requirement already satisfied: billiard<4.0,>=3.6.4.0 in /nix/store/fqlmh76gz7kdkksx1hhay9bcs8kzzh49-python3.7-billiard-3.6.4.0/lib/python3.7/site-packages (from celery==5.1.2) (3.6.4.0) Requirement already satisfied: setuptools in /nix/store/n75adx94rgsd8mlbkv4y5zkiq9d5glfc-python3.7-setuptools-57.2.0/lib/python3.7/site-packages (from celery==5.1.2) (57.2.0.post0) Requirement already satisfied: importlib-metadata in /nix/store/njxn9irhqdk7ypq95jlxkk34qp9i3jw0-python3.7-importlib-metadata-4.6.4/lib/python3.7/site-packages (from click->celery==5.1.2) (4.6.4) Requirement already satisfied: six in /nix/store/cz0zwcgmhgrz3mv722xnmfnnbg8ybrvf-python3.7-six-1.16.0/lib/python3.7/site-packages (from click-repl>=0.1.6->celery==5.1.2) (1.16.0) Requirement already satisfied: prompt-toolkit in /nix/store/wc3r2ga1xmglhxlksx72ais66rvw093h-python3.7-prompt-toolkit-3.0.19/lib/python3.7/site-packages (from click-repl>=0.1.6->celery==5.1.2) (3.0.19) Requirement already satisfied: cached-property in /nix/store/9gcxqjx6jz24h271z92kajg5am96vh66-python3.7-cached-property-1.5.2/lib/python3.7/site-packages (from kombu<6.0,>=5.1.0->celery==5.1.2) (1.5.2) Requirement already satisfied: amqp<6.0.0,>=5.0.6 in /nix/store/j91xkrlmyj24n6mlyiy93g5mdjk3c2xm-python3.7-amqp-5.0.6/lib/python3.7/site-packages (from kombu<6.0,>=5.1.0->celery==5.1.2) (5.0.6) Requirement already satisfied: zipp>=0.5 in /nix/store/77xq9qidrg94c2ddwcv7c8awphndir66-python3.7-zipp-3.5.0/lib/python3.7/site-packages (from importlib-metadata->click->celery==5.1.2) (3.5.0) Requirement already satisfied: typing-extensions>=3.6.4 in /nix/store/czmqjwmwmnb3i5nv4jhsrdvsrpblfs1w-python3.7-typing_extensions-3.10.0.2/lib/python3.7/site-packages (from importlib-metadata->click->celery==5.1.2) (3.10.0.2) Requirement already satisfied: wcwidth in /nix/store/nmrkrx16n4szisy5jk8f8ja5sgzvafps-python3.7-wcwidth-0.2.5/lib/python3.7/site-packages (from prompt-toolkit->click-repl>=0.1.6->celery==5.1.2) (0.2.5) Installing collected packages: celery Successfully installed celery-5.1.2 /build/celery-5.1.2 Finished executing pipInstallPhase @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2 strip is /nix/store/a4mmjm3bblxwp8h53bcfx3dly80ib0ba-binutils-2.35.1/bin/strip stripping (with command strip and flags -S) in /nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/lib /nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/bin patching script interpreter paths in /nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2 checking for references to /build/ in /nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2... Rewriting #!/nix/store/vpyhx3jp6s4ffpfp2ci4hqbg90a05izp-python3-3.7.11/bin/python3.7 to #!/nix/store/vpyhx3jp6s4ffpfp2ci4hqbg90a05izp-python3-3.7.11 wrapping `/nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/bin/celery'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } running install tests ============================= test session starts ============================== platform linux -- Python 3.7.11, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 rootdir: /build/celery-5.1.2, configfile: setup.cfg, testpaths: t/unit/ plugins: case-1.5.3, celery-0.0.0, subtests-0.5.0, timeout-1.4.2 collecting ...  collecting 162 items  collecting 407 items  collecting 656 items / 7 skipped / 649 selected  collecting 707 items / 9 skipped / 698 selected  collecting 811 items / 9 skipped / 802 selected  collecting 945 items / 9 skipped / 936 selected  collecting 1166 items / 9 skipped / 1157 selected  collecting 1341 items / 9 skipped / 1332 selected  collecting 1548 items / 9 skipped / 1539 selected  collecting 1851 items / 9 skipped / 1842 selected  collecting 2095 items / 9 skipped / 2086 selected  collected 2343 items / 368 deselected / 9 skipped / 1966 selected  t/unit/test_canvas.py . [ 0%] t/unit/app/test_amqp.py .................................... [ 1%] t/unit/app/test_annotations.py ..... [ 2%] t/unit/app/test_app.py ................................................. [ 4%] ............................................. [ 6%] t/unit/app/test_backends.py .... [ 7%] t/unit/app/test_beat.py ................................................ [ 9%] ............... [ 10%] t/unit/app/test_builtins.py ............... [ 11%] t/unit/app/test_celery.py . [ 11%] t/unit/app/test_control.py ............................................. [ 13%] .................... [ 14%] t/unit/app/test_defaults.py .... [ 14%] t/unit/app/test_exceptions.py ..... [ 14%] t/unit/app/test_loaders.py ....................... [ 16%] t/unit/app/test_log.py ..................................... [ 17%] t/unit/app/test_registry.py ..... [ 18%] t/unit/app/test_routes.py ............... [ 18%] t/unit/app/test_schedules.py sssssssss.................................. [ 21%] ...................................... [ 22%] t/unit/app/test_utils.py ........ [ 23%] t/unit/backends/test_base.py ........................................... [ 25%] ............................................. [ 27%] t/unit/backends/test_cache.py ...............s......... [ 29%] t/unit/backends/test_cassandra.py .......... [ 29%] t/unit/backends/test_dynamodb.py ................................ [ 31%] t/unit/backends/test_filesystem.py ......... [ 31%] t/unit/backends/test_redis.py .........ssssss........................... [ 33%] ..................s [ 34%] t/unit/backends/test_rpc.py ........... [ 35%] t/unit/backends/test_s3.py ........ [ 35%] t/unit/concurrency/test_concurrency.py ......................... [ 37%] t/unit/concurrency/test_gevent.py .... [ 37%] t/unit/concurrency/test_pool.py . [ 37%] t/unit/concurrency/test_prefork.py ...................... [ 38%] t/unit/concurrency/test_solo.py ... [ 38%] t/unit/concurrency/test_thread.py .. [ 38%] t/unit/contrib/test_abortable.py .... [ 38%] t/unit/contrib/test_migrate.py .................. [ 39%] t/unit/contrib/test_rdb.py .. [ 39%] t/unit/events/test_cursesmon.py .... [ 40%] t/unit/events/test_events.py .......................... [ 41%] t/unit/events/test_snapshot.py ....... [ 41%] t/unit/events/test_state.py ........................................... [ 43%] t/unit/fixups/test_django.py ..................... [ 44%] t/unit/security/test_certificate.py ....... [ 45%] t/unit/security/test_key.py ... [ 45%] t/unit/security/test_security.py ........ [ 45%] t/unit/security/test_serialization.py ........ [ 46%] t/unit/tasks/test_canvas.py ............................................ [ 48%] ........................................................................ [ 52%] .............................. [ 52%] t/unit/tasks/test_chord.py ................. [ 53%] t/unit/tasks/test_context.py ..... [ 54%] t/unit/tasks/test_result.py ................s........................... [ 56%] .............................................. [ 58%] t/unit/tasks/test_tasks.py ............................................. [ 60%] ....................................... [ 62%] t/unit/tasks/test_trace.py .......................................... [ 65%] t/unit/utils/test_collections.py ....................................... [ 66%] ............ [ 67%] t/unit/utils/test_debug.py ...... [ 67%] t/unit/utils/test_deprecated.py ... [ 68%] t/unit/utils/test_dispatcher.py .......... [ 68%] t/unit/utils/test_functional.py ................x..................... [ 70%] t/unit/utils/test_graph.py ......... [ 70%] t/unit/utils/test_imports.py ........ [ 71%] t/unit/utils/test_local.py ....................... [ 72%] t/unit/utils/test_nodenames.py . [ 72%] t/unit/utils/test_objects.py . [ 72%] t/unit/utils/test_pickle.py .. [ 72%] t/unit/utils/test_platforms.py ......................................... [ 74%] ................... [ 75%] t/unit/utils/test_saferepr.py .............. [ 76%] t/unit/utils/test_serialization.py ......... [ 76%] t/unit/utils/test_term.py ... [ 76%] t/unit/utils/test_text.py .... [ 76%] t/unit/utils/test_threads.py ...... [ 77%] t/unit/utils/test_time.py ........................ [ 78%] t/unit/utils/test_timer2.py ......... [ 78%] t/unit/utils/test_utils.py . [ 78%] t/unit/worker/test_autoscale.py ............. [ 79%] t/unit/worker/test_bootsteps.py .............................. [ 81%] t/unit/worker/test_components.py ........ [ 81%] t/unit/worker/test_consumer.py ......................................... [ 83%] .... [ 83%] t/unit/worker/test_control.py ......................................... [ 85%] t/unit/worker/test_heartbeat.py ..... [ 86%] t/unit/worker/test_loops.py ............................... [ 87%] t/unit/worker/test_request.py .......................................... [ 89%] ................................................................ [ 93%] t/unit/worker/test_revoke.py . [ 93%] t/unit/worker/test_state.py .......... [ 93%] t/unit/worker/test_strategy.py ......................................... [ 95%] .................... [ 96%] t/unit/worker/test_worker.py ........................................... [ 98%] ..................... [100%] =============================== warnings summary =============================== ../../nix/store/x483qbfy7c2056drksb6qm5xlwspszdr-python3.7-kombu-5.1.0/lib/python3.7/site-packages/kombu/utils/compat.py:93 /nix/store/x483qbfy7c2056drksb6qm5xlwspszdr-python3.7-kombu-5.1.0/lib/python3.7/site-packages/kombu/utils/compat.py:93: DeprecationWarning: SelectableGroups dict interface is deprecated. Use select. for ep in importlib_metadata.entry_points().get(namespace, []) t/unit/tasks/test_canvas.py: 14 warnings t/unit/utils/test_functional.py: 6 warnings /nix/store/b8zdwshifljpi4pqfsikmwfbq3gs8mb5-python3.7-pytest-subtests-0.5.0/lib/python3.7/site-packages/pytest_subtests.py:143: PytestDeprecationWarning: A private pytest class or function was used. fixture = CaptureFixture(FDCapture, self.request) t/unit/tasks/test_trace.py::test_trace::test_backend_error_should_report_failure t/unit/worker/test_request.py::test_Request::test_execute_backend_error_acks_late /nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/lib/python3.7/site-packages/celery/app/trace.py:659: RuntimeWarning: Exception raised outside body: Exception(): Traceback (most recent call last): File "/nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/lib/python3.7/site-packages/celery/app/trace.py", line 518, in trace_task uuid, retval, task_request, publish_result, File "/nix/store/vpyhx3jp6s4ffpfp2ci4hqbg90a05izp-python3-3.7.11/lib/python3.7/unittest/mock.py", line 1016, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/nix/store/vpyhx3jp6s4ffpfp2ci4hqbg90a05izp-python3-3.7.11/lib/python3.7/unittest/mock.py", line 1076, in _mock_call raise effect Exception exc, exc_info.traceback))) t/unit/tasks/test_trace.py::test_trace::test_backend_error_should_report_failure t/unit/worker/test_request.py::test_Request::test_execute_backend_error_acks_late /nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/lib/python3.7/site-packages/celery/app/trace.py:659: RuntimeWarning: Exception raised outside body: Exception(): Traceback (most recent call last): File "/nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/lib/python3.7/site-packages/celery/app/trace.py", line 518, in trace_task uuid, retval, task_request, publish_result, File "/nix/store/vpyhx3jp6s4ffpfp2ci4hqbg90a05izp-python3-3.7.11/lib/python3.7/unittest/mock.py", line 1016, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/nix/store/vpyhx3jp6s4ffpfp2ci4hqbg90a05izp-python3-3.7.11/lib/python3.7/unittest/mock.py", line 1076, in _mock_call raise effect Exception During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/lib/python3.7/site-packages/celery/app/trace.py", line 581, in trace_task return task.__trace__(uuid, args, kwargs, request) File "/nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/lib/python3.7/site-packages/celery/app/trace.py", line 569, in trace_task I, _, _, _ = on_error(task_request, exc, uuid) File "/nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/lib/python3.7/site-packages/celery/app/trace.py", line 382, in on_error task, request, eager=eager, call_errbacks=call_errbacks, File "/nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/lib/python3.7/site-packages/celery/app/trace.py", line 183, in handle_error_state call_errbacks=call_errbacks) File "/nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/lib/python3.7/site-packages/celery/app/trace.py", line 228, in handle_failure call_errbacks=call_errbacks, File "/nix/store/vpyhx3jp6s4ffpfp2ci4hqbg90a05izp-python3-3.7.11/lib/python3.7/unittest/mock.py", line 1016, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/nix/store/vpyhx3jp6s4ffpfp2ci4hqbg90a05izp-python3-3.7.11/lib/python3.7/unittest/mock.py", line 1076, in _mock_call raise effect Exception exc, exc_info.traceback))) t/unit/worker/test_consumer.py::test_Consumer::test_collects_at_restart t/unit/worker/test_worker.py::test_Consumer::test_start_connection_error /nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/lib/python3.7/site-packages/celery/worker/consumer/consumer.py:361: CPendingDeprecationWarning: In Celery 5.1 we introduced an optional breaking change which on connection loss cancels all currently executed tasks with late acknowledgement enabled. These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) t/unit/worker/test_request.py::test_Request::test_from_message_invalid_kwargs /nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/lib/python3.7/site-packages/celery/app/trace.py:659: RuntimeWarning: Exception raised outside body: InvalidTaskError('Task keyword arguments is not a mapping'): Traceback (most recent call last): File "/nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/lib/python3.7/site-packages/celery/app/trace.py", line 403, in trace_task kwargs.items AttributeError: 'str' object has no attribute 'items' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/0xancsgzk7ap29r13qwxnlddq8ml4ahc-python3.7-celery-5.1.2/lib/python3.7/site-packages/celery/app/trace.py", line 406, in trace_task 'Task keyword arguments is not a mapping') celery.exceptions.InvalidTaskError: Task keyword arguments is not a mapping exc, exc_info.traceback))) -- Docs: https://docs.pytest.org/en/stable/warnings.html == 1956 passed, 27 skipped, 368 deselected, 1 xfailed, 28 warnings in 55.06s === @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase @nix { "action": "setPhase", "phase": "pytestcachePhase" } pytestcachePhase