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 Using setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/j3qgw30p0ky0lam1l7pz4riw3808vd2m-pyaml-20.4.0.tar.gz source root is pyaml-20.4.0 setting SOURCE_DATE_EPOCH to timestamp 1585821578 of file pyaml-20.4.0/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/pyaml copying pyaml/__init__.py -> build/lib/pyaml copying pyaml/__main__.py -> build/lib/pyaml creating build/lib/pyaml/tests copying pyaml/tests/__init__.py -> build/lib/pyaml/tests copying pyaml/tests/dump.py -> build/lib/pyaml/tests 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/pyaml copying build/lib/pyaml/__init__.py -> build/bdist.linux-x86_64/wheel/pyaml creating build/bdist.linux-x86_64/wheel/pyaml/tests copying build/lib/pyaml/tests/__init__.py -> build/bdist.linux-x86_64/wheel/pyaml/tests copying build/lib/pyaml/tests/dump.py -> build/bdist.linux-x86_64/wheel/pyaml/tests copying build/lib/pyaml/__main__.py -> build/bdist.linux-x86_64/wheel/pyaml running install_egg_info running egg_info writing pyaml.egg-info/PKG-INFO writing dependency_links to pyaml.egg-info/dependency_links.txt writing requirements to pyaml.egg-info/requires.txt writing top-level names to pyaml.egg-info/top_level.txt reading manifest file 'pyaml.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file 'pyaml.egg-info/SOURCES.txt' Copying pyaml.egg-info to build/bdist.linux-x86_64/wheel/pyaml-20.4.0-py3.7.egg-info running install_scripts adding license file "COPYING" (matched pattern "COPYING*") creating build/bdist.linux-x86_64/wheel/pyaml-20.4.0.dist-info/WHEEL creating 'dist/pyaml-20.4.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'pyaml/__init__.py' adding 'pyaml/__main__.py' adding 'pyaml/tests/__init__.py' adding 'pyaml/tests/dump.py' adding 'pyaml-20.4.0.dist-info/COPYING' adding 'pyaml-20.4.0.dist-info/METADATA' adding 'pyaml-20.4.0.dist-info/WHEEL' adding 'pyaml-20.4.0.dist-info/top_level.txt' adding 'pyaml-20.4.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/pyaml-20.4.0/dist /build/pyaml-20.4.0 Processing ./pyaml-20.4.0-py2.py3-none-any.whl Requirement already satisfied: PyYAML in /nix/store/h15867pfs8g4lvzn97s1ryj9m6bjc231-python3.7-PyYAML-5.4.1.1/lib/python3.7/site-packages (from pyaml==20.4.0) (5.4.1) Installing collected packages: pyaml Successfully installed pyaml-20.4.0 /build/pyaml-20.4.0 Finished executing pipInstallPhase @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/zz9cvnm3fd77alqk7ads6pcism7v13hb-python3.7-pyaml-20.4.0 strip is /nix/store/v8imx1nvyz0hgvx9cbcmh6gp4ngw3ffj-binutils-2.35.1/bin/strip stripping (with command strip and flags -S) in /nix/store/zz9cvnm3fd77alqk7ads6pcism7v13hb-python3.7-pyaml-20.4.0/lib patching script interpreter paths in /nix/store/zz9cvnm3fd77alqk7ads6pcism7v13hb-python3.7-pyaml-20.4.0 checking for references to /build/ in /nix/store/zz9cvnm3fd77alqk7ads6pcism7v13hb-python3.7-pyaml-20.4.0... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } running install tests no Makefile or custom installCheckPhase, doing nothing @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase @nix { "action": "setPhase", "phase": "setuptoolsCheckPhase" } setuptoolsCheckPhase Executing setuptoolsCheckPhase running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing pyaml.egg-info/PKG-INFO writing dependency_links to pyaml.egg-info/dependency_links.txt writing requirements to pyaml.egg-info/requires.txt writing top-level names to pyaml.egg-info/top_level.txt reading manifest file 'pyaml.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file 'pyaml.egg-info/SOURCES.txt' running build_ext test_colons_in_strings (pyaml.tests.dump.DumpTests) ... ok test_dst (pyaml.tests.dump.DumpTests) ... ok test_dumps (pyaml.tests.dump.DumpTests) ... ok test_empty_strings (pyaml.tests.dump.DumpTests) ... ok test_encoding (pyaml.tests.dump.DumpTests) ... ok test_force_embed (pyaml.tests.dump.DumpTests) ... ok test_ids (pyaml.tests.dump.DumpTests) ... ok test_multiple_docs (pyaml.tests.dump.DumpTests) ... ok test_namedtuple (pyaml.tests.dump.DumpTests) ... ok test_ordereddict (pyaml.tests.dump.DumpTests) ... ok test_print (pyaml.tests.dump.DumpTests) ... ok test_print_args (pyaml.tests.dump.DumpTests) ... ok test_pyyaml_params (pyaml.tests.dump.DumpTests) ... ok test_ruamel_yaml (pyaml.tests.dump.DumpTests) ... ok test_simple (pyaml.tests.dump.DumpTests) ... ok test_single_dash_strings (pyaml.tests.dump.DumpTests) ... ok test_str_long (pyaml.tests.dump.DumpTests) ... ok test_str_multiline (pyaml.tests.dump.DumpTests) ... ok test_str_style_pick (pyaml.tests.dump.DumpTests) ... ok test_vspacing (pyaml.tests.dump.DumpTests) ... ok ---------------------------------------------------------------------- Ran 20 tests in 0.232s OK Finished executing setuptoolsCheckPhase