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/anwab4chmbgp01690d1mhawbv0pq65yf-pydot-1.4.2.tar.gz source root is pydot-1.4.2 setting SOURCE_DATE_EPOCH to timestamp 1613395809 of file pydot-1.4.2/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } patching sources applying patch /nix/store/ns17sv2mjbn6zlb63jp13cyaqfilyqsv-hardcode-graphviz-path.patch patching file pydot.py Hunk #1 succeeded at 127 with fuzz 1 (offset 3 lines). @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 copying pydot.py -> build/lib copying dot_parser.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/dot_parser.py -> build/bdist.linux-x86_64/wheel copying build/lib/pydot.py -> build/bdist.linux-x86_64/wheel running install_egg_info running egg_info writing pydot.egg-info/PKG-INFO writing dependency_links to pydot.egg-info/dependency_links.txt writing requirements to pydot.egg-info/requires.txt writing top-level names to pydot.egg-info/top_level.txt reading manifest file 'pydot.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pydot.egg-info/SOURCES.txt' Copying pydot.egg-info to build/bdist.linux-x86_64/wheel/pydot-1.4.2-py3.7.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-x86_64/wheel/pydot-1.4.2.dist-info/WHEEL creating 'dist/pydot-1.4.2-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'dot_parser.py' adding 'pydot.py' adding 'pydot-1.4.2.dist-info/LICENSE' adding 'pydot-1.4.2.dist-info/METADATA' adding 'pydot-1.4.2.dist-info/WHEEL' adding 'pydot-1.4.2.dist-info/top_level.txt' adding 'pydot-1.4.2.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/pydot-1.4.2/dist /build/pydot-1.4.2 Processing ./pydot-1.4.2-py2.py3-none-any.whl Requirement already satisfied: pyparsing>=2.1.4 in /nix/store/fbxld5mj31dgfvn0pr7paibm1rb5hq66-python3.7-pyparsing-2.4.7/lib/python3.7/site-packages (from pydot==1.4.2) (2.4.7) Installing collected packages: pydot Successfully installed pydot-1.4.2 /build/pydot-1.4.2 Finished executing pipInstallPhase @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/44rh6fkqps1mr3qdvz3hvykbhxf33vc8-python3.7-pydot-1.4.2 strip is /nix/store/a4mmjm3bblxwp8h53bcfx3dly80ib0ba-binutils-2.35.1/bin/strip stripping (with command strip and flags -S) in /nix/store/44rh6fkqps1mr3qdvz3hvykbhxf33vc8-python3.7-pydot-1.4.2/lib patching script interpreter paths in /nix/store/44rh6fkqps1mr3qdvz3hvykbhxf33vc8-python3.7-pydot-1.4.2 checking for references to /build/ in /nix/store/44rh6fkqps1mr3qdvz3hvykbhxf33vc8-python3.7-pydot-1.4.2... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } running install tests The tests are using `pydot` from: test_add_style (__main__.TestGraphAPI) ... ok test_attribute_with_implicit_value (__main__.TestGraphAPI) ... ok test_create_simple_graph_with_node (__main__.TestGraphAPI) ... ok test_dot_args (__main__.TestGraphAPI) ... ok test_edge_equality_basics_3_same_points_not_not_equal (__main__.TestGraphAPI) ... ok test_edge_point_namestr (__main__.TestGraphAPI) ... ok test_edge_point_object_cluster (__main__.TestGraphAPI) ... ok test_edge_point_object_node (__main__.TestGraphAPI) ... ok test_edge_point_object_subgraph (__main__.TestGraphAPI) ... ok test_executable_not_found_exception (__main__.TestGraphAPI) ... ok test_graph_add_edge_argument_type (__main__.TestGraphAPI) ... ok test_graph_add_node_argument_type (__main__.TestGraphAPI) ... ok test_graph_add_subgraph_argument_type (__main__.TestGraphAPI) ... ok test_graph_from_adjacency_matrix (__main__.TestGraphAPI) ... ok test_graph_from_incidence_matrix (__main__.TestGraphAPI) ... ok test_graph_pickling (__main__.TestGraphAPI) ... ok test_graph_simplify (__main__.TestGraphAPI) ... ok test_graph_with_shapefiles (__main__.TestGraphAPI) ... pydot_unittest.py:176: UserWarning: Skipping tests that involve images, they can be found in the `git` repository. warnings.warn('Skipping tests that involve images, ' ok test_keep_graph_type (__main__.TestGraphAPI) ... ok test_keyword_node_id (__main__.TestGraphAPI) ... ok test_keyword_node_id_to_string_no_attributes (__main__.TestGraphAPI) ... ok test_keyword_node_id_to_string_with_attributes (__main__.TestGraphAPI) ... ok test_multiple_graphs (__main__.TestGraphAPI) ... ok test_my_regression_tests (__main__.TestGraphAPI) ... #####ok test_names_of_a_thousand_nodes (__main__.TestGraphAPI) ... ok test_numeric_node_id (__main__.TestGraphAPI) ... ok test_quoted_node_id (__main__.TestGraphAPI) ... ok test_quoted_node_id_to_string_no_attributes (__main__.TestGraphAPI) ... ok test_quoting (__main__.TestGraphAPI) ... ok test_subgraphs (__main__.TestGraphAPI) ... ok test_unicode_ids (__main__.TestGraphAPI) ... ok ---------------------------------------------------------------------- Ran 31 tests in 0.736s OK @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase