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/wifj3zhqzxmp699l41h4z7nmh9rff479-serpent-1.40.tar.gz source root is serpent-1.40 setting SOURCE_DATE_EPOCH to timestamp 1620570977 of file serpent-1.40/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 The [wheel] section is deprecated. Use [bdist_wheel] instead. running build running build_py creating build creating build/lib copying serpent.py -> build/lib 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 copying build/lib/serpent.py -> build/bdist.linux-x86_64/wheel running install_egg_info running egg_info writing serpent.egg-info/PKG-INFO writing dependency_links to serpent.egg-info/dependency_links.txt writing top-level names to serpent.egg-info/top_level.txt reading manifest file 'serpent.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*/.svn/*' found anywhere in distribution warning: no previously-included files matching '*/.idea/*' found anywhere in distribution warning: no previously-included files matching '*.class' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.coverage' found anywhere in distribution warning: no previously-included files matching '.git' found anywhere in distribution warning: no previously-included files matching '.gitignore' found anywhere in distribution warning: no previously-included files matching '.tox' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'serpent.egg-info/SOURCES.txt' Copying serpent.egg-info to build/bdist.linux-x86_64/wheel/serpent-1.40-py3.7.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/serpent-1.40.dist-info/WHEEL creating 'dist/serpent-1.40-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'serpent.py' adding 'serpent-1.40.dist-info/LICENSE' adding 'serpent-1.40.dist-info/METADATA' adding 'serpent-1.40.dist-info/WHEEL' adding 'serpent-1.40.dist-info/top_level.txt' adding 'serpent-1.40.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/serpent-1.40/dist /build/serpent-1.40 Processing ./serpent-1.40-py3-none-any.whl Installing collected packages: serpent Successfully installed serpent-1.40 /build/serpent-1.40 Finished executing pipInstallPhase @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/q6gf3xmni6jd73cd3rn8j94g6pgfq0sc-python3.7-serpent-1.40 strip is /nix/store/fp2h123793bxln4cjxy0mz08sf4nx2m3-binutils-2.35.1/bin/strip stripping (with command strip and flags -S) in /nix/store/q6gf3xmni6jd73cd3rn8j94g6pgfq0sc-python3.7-serpent-1.40/lib patching script interpreter paths in /nix/store/q6gf3xmni6jd73cd3rn8j94g6pgfq0sc-python3.7-serpent-1.40 checking for references to /build/ in /nix/store/q6gf3xmni6jd73cd3rn8j94g6pgfq0sc-python3.7-serpent-1.40... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } running install tests 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 serpent.egg-info/PKG-INFO writing dependency_links to serpent.egg-info/dependency_links.txt writing top-level names to serpent.egg-info/top_level.txt reading manifest file 'serpent.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*/.svn/*' found anywhere in distribution warning: no previously-included files matching '*/.idea/*' found anywhere in distribution warning: no previously-included files matching '*.class' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.coverage' found anywhere in distribution warning: no previously-included files matching '.git' found anywhere in distribution warning: no previously-included files matching '.gitignore' found anywhere in distribution warning: no previously-included files matching '.tox' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'serpent.egg-info/SOURCES.txt' running build_ext 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 serpent.egg-info/PKG-INFO writing dependency_links to serpent.egg-info/dependency_links.txt writing top-level names to serpent.egg-info/top_level.txt reading manifest file 'serpent.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*/.svn/*' found anywhere in distribution warning: no previously-included files matching '*/.idea/*' found anywhere in distribution warning: no previously-included files matching '*.class' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.coverage' found anywhere in distribution warning: no previously-included files matching '.git' found anywhere in distribution warning: no previously-included files matching '.gitignore' found anywhere in distribution warning: no previously-included files matching '.tox' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'serpent.egg-info/SOURCES.txt' running build_ext testAttr (test_serpent.DataclassesTests) ... ok test_array (test_serpent.TestBasics) ... ok test_bool (test_serpent.TestBasics) ... ok test_bytes (test_serpent.TestBasics) ... ok test_class (test_serpent.TestBasics) ... ok test_class2 (test_serpent.TestBasics) ... ok test_class_hashable_key_check (test_serpent.TestBasics) ... ok test_class_hashable_set_element_check (test_serpent.TestBasics) ... ok test_comments (test_serpent.TestBasics) ... ok test_detectNullByte (test_serpent.TestBasics) ... ok test_dict (test_serpent.TestBasics) ... ok test_dict_iters (test_serpent.TestBasics) ... ok test_dict_str (test_serpent.TestBasics) ... ok test_enum_hashable (test_serpent.TestBasics) ... ok test_enums (test_serpent.TestBasics) ... ok test_exception (test_serpent.TestBasics) ... ok test_exception2 (test_serpent.TestBasics) ... ok test_float_precision (test_serpent.TestBasics) ... ok test_header (test_serpent.TestBasics) ... ok test_list (test_serpent.TestBasics) ... ok test_none (test_serpent.TestBasics) ... ok test_nullbytesstr (test_serpent.TestBasics) ... ok test_nullbytesstring (test_serpent.TestBasics) ... ok test_numbers (test_serpent.TestBasics) ... ok test_pickle_api (test_serpent.TestBasics) ... ok test_py2_py3_unicode_repr (test_serpent.TestBasics) ... ok test_set (test_serpent.TestBasics) ... ok test_sorting (test_serpent.TestBasics) ... ok test_string (test_serpent.TestBasics) ... ok test_string_with_escapes (test_serpent.TestBasics) ... ok test_time (test_serpent.TestBasics) ... ok test_timezone (test_serpent.TestBasics) ... ok test_tobytes (test_serpent.TestBasics) ... ok test_tuple (test_serpent.TestBasics) ... ok test_unicode_U (test_serpent.TestBasics) ... ok test_unicode_escape_allchars (test_serpent.TestBasics) ... ok test_unicode_quotes (test_serpent.TestBasics) ... ok test_unicode_with_escapes_py3 (test_serpent.TestBasics) ... ok test_utf8_correctness (test_serpent.TestBasics) ... ok test_weird_floats (test_serpent.TestBasics) ... ok testChainMap (test_serpent.TestCollections) ... ok testCounter (test_serpent.TestCollections) ... ok testDefaultDict (test_serpent.TestCollections) ... ok testDeque (test_serpent.TestCollections) ... ok testNamedTuple (test_serpent.TestCollections) ... ok testOrderedDict (test_serpent.TestCollections) ... ok testUserDict (test_serpent.TestCollections) ... ok testUserList (test_serpent.TestCollections) ... ok testUserString (test_serpent.TestCollections) ... ok testCustomClass (test_serpent.TestCustomClasses) ... ok testRegisterOrderPreserving (test_serpent.TestCustomClasses) ... ok testSubclass (test_serpent.TestCustomClasses) ... ok testUUID (test_serpent.TestCustomClasses) ... ok testClassCycle (test_serpent.TestCyclic) ... ok testDictCycle (test_serpent.TestCyclic) ... ok testDictOk (test_serpent.TestCyclic) ... ok testListCycle (test_serpent.TestCyclic) ... ok testListOk (test_serpent.TestCyclic) ... ok testMaxLevel (test_serpent.TestCyclic) ... ok testTupleOk (test_serpent.TestCyclic) ... ok test_deserialize (test_serpent.TestDeserialize) ... ok test_deserialize_chr (test_serpent.TestDeserialize) ... ok test_input_types (test_serpent.TestDeserialize) ... ok test_trailing_comma_set (test_serpent.TestDeserialize) ... ok test_trailing_commas (test_serpent.TestDeserialize) ... ok test_unicode_escapes (test_serpent.TestDeserialize) ... ok test_weird_complex (test_serpent.TestDeserialize) ... ok testFile (test_serpent.TestFiledump) ... ok test_indent_containers (test_serpent.TestIndent) ... ok test_indent_primitive (test_serpent.TestIndent) ... ok test_indent_sorting (test_serpent.TestIndent) ... ok testIntercept (test_serpent.TestInterceptClass) ... ok testRegular (test_serpent.TestInterceptClass) ... ok testException (test_serpent.TestPyro4) ... ok test_deser_speed (test_serpent.TestSpeed) ... skipped 'no performance tests in default test suite' test_ser_speed (test_serpent.TestSpeed) ... skipped 'no performance tests in default test suite' ---------------------------------------------------------------------- Ran 76 tests in 0.082s OK (skipped=2) testAttr (test_serpent.DataclassesTests) ... ok test_array (test_serpent.TestBasics) ... ok test_bool (test_serpent.TestBasics) ... ok test_bytes (test_serpent.TestBasics) ... ok test_class (test_serpent.TestBasics) ... ok test_class2 (test_serpent.TestBasics) ... ok test_class_hashable_key_check (test_serpent.TestBasics) ... ok test_class_hashable_set_element_check (test_serpent.TestBasics) ... ok test_comments (test_serpent.TestBasics) ... ok test_detectNullByte (test_serpent.TestBasics) ... ok test_dict (test_serpent.TestBasics) ... ok test_dict_iters (test_serpent.TestBasics) ... ok test_dict_str (test_serpent.TestBasics) ... ok test_enum_hashable (test_serpent.TestBasics) ... ok test_enums (test_serpent.TestBasics) ... ok test_exception (test_serpent.TestBasics) ... ok test_exception2 (test_serpent.TestBasics) ... ok test_float_precision (test_serpent.TestBasics) ... ok test_header (test_serpent.TestBasics) ... ok test_list (test_serpent.TestBasics) ... ok test_none (test_serpent.TestBasics) ... ok test_nullbytesstr (test_serpent.TestBasics) ... ok test_nullbytesstring (test_serpent.TestBasics) ... ok test_numbers (test_serpent.TestBasics) ... ok test_pickle_api (test_serpent.TestBasics) ... ok test_py2_py3_unicode_repr (test_serpent.TestBasics) ... ok test_set (test_serpent.TestBasics) ... ok test_sorting (test_serpent.TestBasics) ... ok test_string (test_serpent.TestBasics) ... ok test_string_with_escapes (test_serpent.TestBasics) ... ok test_time (test_serpent.TestBasics) ... ok test_timezone (test_serpent.TestBasics) ... ok test_tobytes (test_serpent.TestBasics) ... ok test_tuple (test_serpent.TestBasics) ... ok test_unicode_U (test_serpent.TestBasics) ... ok test_unicode_escape_allchars (test_serpent.TestBasics) ... ok test_unicode_quotes (test_serpent.TestBasics) ... ok test_unicode_with_escapes_py3 (test_serpent.TestBasics) ... ok test_utf8_correctness (test_serpent.TestBasics) ... ok test_weird_floats (test_serpent.TestBasics) ... ok testChainMap (test_serpent.TestCollections) ... ok testCounter (test_serpent.TestCollections) ... ok testDefaultDict (test_serpent.TestCollections) ... ok testDeque (test_serpent.TestCollections) ... ok testNamedTuple (test_serpent.TestCollections) ... ok testOrderedDict (test_serpent.TestCollections) ... ok testUserDict (test_serpent.TestCollections) ... ok testUserList (test_serpent.TestCollections) ... ok testUserString (test_serpent.TestCollections) ... ok testCustomClass (test_serpent.TestCustomClasses) ... ok testRegisterOrderPreserving (test_serpent.TestCustomClasses) ... ok testSubclass (test_serpent.TestCustomClasses) ... ok testUUID (test_serpent.TestCustomClasses) ... ok testClassCycle (test_serpent.TestCyclic) ... ok testDictCycle (test_serpent.TestCyclic) ... ok testDictOk (test_serpent.TestCyclic) ... ok testListCycle (test_serpent.TestCyclic) ... ok testListOk (test_serpent.TestCyclic) ... ok testMaxLevel (test_serpent.TestCyclic) ... ok testTupleOk (test_serpent.TestCyclic) ... ok test_deserialize (test_serpent.TestDeserialize) ... ok test_deserialize_chr (test_serpent.TestDeserialize) ... ok test_input_types (test_serpent.TestDeserialize) ... ok test_trailing_comma_set (test_serpent.TestDeserialize) ... ok test_trailing_commas (test_serpent.TestDeserialize) ... ok test_unicode_escapes (test_serpent.TestDeserialize) ... ok test_weird_complex (test_serpent.TestDeserialize) ... ok testFile (test_serpent.TestFiledump) ... ok test_indent_containers (test_serpent.TestIndent) ... ok test_indent_primitive (test_serpent.TestIndent) ... ok test_indent_sorting (test_serpent.TestIndent) ... ok testIntercept (test_serpent.TestInterceptClass) ... ok testRegular (test_serpent.TestInterceptClass) ... ok testException (test_serpent.TestPyro4) ... ok test_deser_speed (test_serpent.TestSpeed) ... skipped 'no performance tests in default test suite' test_ser_speed (test_serpent.TestSpeed) ... skipped 'no performance tests in default test suite' ---------------------------------------------------------------------- Ran 76 tests in 0.089s OK (skipped=2) @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase