Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 20, 2021 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/908deb964d91b321aacb4b5d40fe7078 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/908deb964d91b321aacb4b5d40fe7078 to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 4 seconds | https://github.com/NixOS/nixpkgs/pull/117004
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/1l6abv3qfaja67l599s3li2q0v0qrld6-pytest-doctestplus-0.8.0.tar.gz
source root is pytest-doctestplus-0.8.0
setting SOURCE_DATE_EPOCH to timestamp 1596229475 of file pytest-doctestplus-0.8.0/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@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/pytest_doctestplus
copying pytest_doctestplus/utils.py -> build/lib/pytest_doctestplus
copying pytest_doctestplus/__init__.py -> build/lib/pytest_doctestplus
copying pytest_doctestplus/output_checker.py -> build/lib/pytest_doctestplus
copying pytest_doctestplus/plugin.py -> build/lib/pytest_doctestplus
running egg_info
writing pytest_doctestplus.egg-info/PKG-INFO
writing dependency_links to pytest_doctestplus.egg-info/dependency_links.txt
writing entry points to pytest_doctestplus.egg-info/entry_points.txt
writing requirements to pytest_doctestplus.egg-info/requires.txt
writing top-level names to pytest_doctestplus.egg-info/top_level.txt
reading manifest file 'pytest_doctestplus.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.o' found anywhere in distribution
writing manifest file 'pytest_doctestplus.egg-info/SOURCES.txt'
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/pytest_doctestplus
copying build/lib/pytest_doctestplus/utils.py -> build/bdist.linux-aarch64/wheel/pytest_doctestplus
copying build/lib/pytest_doctestplus/__init__.py -> build/bdist.linux-aarch64/wheel/pytest_doctestplus
copying build/lib/pytest_doctestplus/output_checker.py -> build/bdist.linux-aarch64/wheel/pytest_doctestplus
copying build/lib/pytest_doctestplus/plugin.py -> build/bdist.linux-aarch64/wheel/pytest_doctestplus
running install_egg_info
Copying pytest_doctestplus.egg-info to build/bdist.linux-aarch64/wheel/pytest_doctestplus-0.8.0-py3.8.egg-info
running install_scripts
adding license file "LICENSE.rst" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/pytest_doctestplus-0.8.0.dist-info/WHEEL
creating 'dist/pytest_doctestplus-0.8.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'pytest_doctestplus/__init__.py'
adding 'pytest_doctestplus/output_checker.py'
adding 'pytest_doctestplus/plugin.py'
adding 'pytest_doctestplus/utils.py'
adding 'pytest_doctestplus-0.8.0.dist-info/LICENSE.rst'
adding 'pytest_doctestplus-0.8.0.dist-info/METADATA'
adding 'pytest_doctestplus-0.8.0.dist-info/WHEEL'
adding 'pytest_doctestplus-0.8.0.dist-info/entry_points.txt'
adding 'pytest_doctestplus-0.8.0.dist-info/top_level.txt'
adding 'pytest_doctestplus-0.8.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/pytest-doctestplus-0.8.0/dist /build/pytest-doctestplus-0.8.0
Processing ./pytest_doctestplus-0.8.0-py3-none-any.whl
Requirement already satisfied: pip in /nix/store/3fbpmqj8g2lhqrmf23n52q8pa6h88mph-python3.8-pip-20.3.4/lib/python3.8/site-packages (from pytest-doctestplus==0.8.0) (20.3.4)
Requirement already satisfied: pytest>=4.0 in /nix/store/2kbasxiiql0747cwbrkji8fvapbawdzl-python3.8-pytest-6.2.2/lib/python3.8/site-packages (from pytest-doctestplus==0.8.0) (6.2.2)
Requirement already satisfied: attrs>=19.2.0 in /nix/store/663m340i8nwc4x2lg6ikvpgkp13657ph-python3.8-attrs-20.3.0/lib/python3.8/site-packages (from pytest>=4.0->pytest-doctestplus==0.8.0) (20.3.0)
Requirement already satisfied: toml in /nix/store/fi0n2rni8dfp2gxmr6g4vvchipcxdc9w-python3.8-toml-0.10.2/lib/python3.8/site-packages (from pytest>=4.0->pytest-doctestplus==0.8.0) (0.10.2)
Requirement already satisfied: packaging in /nix/store/c8yw2cjh39f1s2sk7jc4in11c3v6gl3z-python3.8-packaging-20.8/lib/python3.8/site-packages (from pytest>=4.0->pytest-doctestplus==0.8.0) (20.8)
Requirement already satisfied: iniconfig in /nix/store/9a2h34sn4vl2cp6q1kp115k415jfq1ky-python3.8-iniconfig-1.1.1/lib/python3.8/site-packages (from pytest>=4.0->pytest-doctestplus==0.8.0) (0.0.0)
Requirement already satisfied: py>=1.8.2 in /nix/store/vn94gqrl5qjn6jiyq84ri40dwr4dib9r-python3.8-py-1.9.0/lib/python3.8/site-packages (from pytest>=4.0->pytest-doctestplus==0.8.0) (1.9.0)
Requirement already satisfied: pluggy<1.0.0a1,>=0.12 in /nix/store/wf6y5ipzw09xnv0jydgsi8rvraifkjni-python3.8-pluggy-0.13.1/lib/python3.8/site-packages (from pytest>=4.0->pytest-doctestplus==0.8.0) (0.13.1)
Requirement already satisfied: pyparsing>=2.0.2 in /nix/store/044vgvhm2mjajfjwp9h9d6ia51642rbl-python3.8-pyparsing-2.4.7/lib/python3.8/site-packages (from packaging->pytest>=4.0->pytest-doctestplus==0.8.0) (2.4.7)
Installing collected packages: pytest-doctestplus
Successfully installed pytest-doctestplus-0.8.0
/build/pytest-doctestplus-0.8.0
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/ybxj5i4fb7jkd3zxb52j4y1iviigr54r-python3.8-pytest-doctestplus-0.8.0
strip is /nix/store/h5wgppbyv8vkla58v8zi535j5i9akly5-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/ybxj5i4fb7jkd3zxb52j4y1iviigr54r-python3.8-pytest-doctestplus-0.8.0/lib
patching script interpreter paths in /nix/store/ybxj5i4fb7jkd3zxb52j4y1iviigr54r-python3.8-pytest-doctestplus-0.8.0
checking for references to /build/ in /nix/store/ybxj5i4fb7jkd3zxb52j4y1iviigr54r-python3.8-pytest-doctestplus-0.8.0...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
============================= test session starts ==============================
platform linux -- Python 3.8.8, pytest-6.2.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/pytest-doctestplus-0.8.0, configfile: setup.cfg, testpaths: tests, pytest_doctestplus
plugins: doctestplus-0.8.0
collecting ...
collected 25 items / 1 deselected / 24 selected
tests/test_doctestplus.py ...................... [ 91%]
tests/test_utils.py .. [100%]
======================= 24 passed, 1 deselected in 2.05s =======================
@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
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment