Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 09:37
Show Gist options
  • Save r-rmcgibbo/e5b95c10473c7b3a30c68e50a65b5623 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/e5b95c10473c7b3a30c68e50a65b5623 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 2 minutes | https://github.com/NixOS/nixpkgs/pull/116710
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
Sourcing pytest-check-hook
Using pytestCheckPhase
Removing setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/3k5w4xzbjpyfl8c3pp1s5qsmvwgip5vl-pytest-xdist-2.2.1.tar.gz
source root is pytest-xdist-2.2.1
setting SOURCE_DATE_EPOCH to timestamp 1612904795 of file pytest-xdist-2.2.1/src/xdist/_version.py
@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/xdist
copying src/xdist/remote.py -> build/lib/xdist
copying src/xdist/dsession.py -> build/lib/xdist
copying src/xdist/report.py -> build/lib/xdist
copying src/xdist/plugin.py -> build/lib/xdist
copying src/xdist/_version.py -> build/lib/xdist
copying src/xdist/__init__.py -> build/lib/xdist
copying src/xdist/workermanage.py -> build/lib/xdist
copying src/xdist/looponfail.py -> build/lib/xdist
copying src/xdist/newhooks.py -> build/lib/xdist
creating build/lib/xdist/scheduler
copying src/xdist/scheduler/loadfile.py -> build/lib/xdist/scheduler
copying src/xdist/scheduler/loadscope.py -> build/lib/xdist/scheduler
copying src/xdist/scheduler/each.py -> build/lib/xdist/scheduler
copying src/xdist/scheduler/__init__.py -> build/lib/xdist/scheduler
copying src/xdist/scheduler/load.py -> build/lib/xdist/scheduler
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/xdist
copying build/lib/xdist/remote.py -> build/bdist.linux-x86_64/wheel/xdist
copying build/lib/xdist/dsession.py -> build/bdist.linux-x86_64/wheel/xdist
copying build/lib/xdist/report.py -> build/bdist.linux-x86_64/wheel/xdist
copying build/lib/xdist/plugin.py -> build/bdist.linux-x86_64/wheel/xdist
copying build/lib/xdist/_version.py -> build/bdist.linux-x86_64/wheel/xdist
creating build/bdist.linux-x86_64/wheel/xdist/scheduler
copying build/lib/xdist/scheduler/loadfile.py -> build/bdist.linux-x86_64/wheel/xdist/scheduler
copying build/lib/xdist/scheduler/loadscope.py -> build/bdist.linux-x86_64/wheel/xdist/scheduler
copying build/lib/xdist/scheduler/each.py -> build/bdist.linux-x86_64/wheel/xdist/scheduler
copying build/lib/xdist/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/xdist/scheduler
copying build/lib/xdist/scheduler/load.py -> build/bdist.linux-x86_64/wheel/xdist/scheduler
copying build/lib/xdist/__init__.py -> build/bdist.linux-x86_64/wheel/xdist
copying build/lib/xdist/workermanage.py -> build/bdist.linux-x86_64/wheel/xdist
copying build/lib/xdist/looponfail.py -> build/bdist.linux-x86_64/wheel/xdist
copying build/lib/xdist/newhooks.py -> build/bdist.linux-x86_64/wheel/xdist
running install_egg_info
running egg_info
writing src/pytest_xdist.egg-info/PKG-INFO
writing dependency_links to src/pytest_xdist.egg-info/dependency_links.txt
writing entry points to src/pytest_xdist.egg-info/entry_points.txt
writing requirements to src/pytest_xdist.egg-info/requires.txt
writing top-level names to src/pytest_xdist.egg-info/top_level.txt
reading manifest file 'src/pytest_xdist.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.appveyor.yml'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.pre-commit-config.yaml'
warning: no previously-included files found matching '.travis.yml'
no previously-included directories found matching '.github'
writing manifest file 'src/pytest_xdist.egg-info/SOURCES.txt'
Copying src/pytest_xdist.egg-info to build/bdist.linux-x86_64/wheel/pytest_xdist-2.2.1-py3.8.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pytest_xdist-2.2.1.dist-info/WHEEL
creating 'dist/pytest_xdist-2.2.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'xdist/__init__.py'
adding 'xdist/_version.py'
adding 'xdist/dsession.py'
adding 'xdist/looponfail.py'
adding 'xdist/newhooks.py'
adding 'xdist/plugin.py'
adding 'xdist/remote.py'
adding 'xdist/report.py'
adding 'xdist/workermanage.py'
adding 'xdist/scheduler/__init__.py'
adding 'xdist/scheduler/each.py'
adding 'xdist/scheduler/load.py'
adding 'xdist/scheduler/loadfile.py'
adding 'xdist/scheduler/loadscope.py'
adding 'pytest_xdist-2.2.1.dist-info/LICENSE'
adding 'pytest_xdist-2.2.1.dist-info/METADATA'
adding 'pytest_xdist-2.2.1.dist-info/WHEEL'
adding 'pytest_xdist-2.2.1.dist-info/entry_points.txt'
adding 'pytest_xdist-2.2.1.dist-info/top_level.txt'
adding 'pytest_xdist-2.2.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/pytest-xdist-2.2.1/dist /build/pytest-xdist-2.2.1
Processing ./pytest_xdist-2.2.1-py3-none-any.whl
Requirement already satisfied: execnet>=1.1 in /nix/store/a7zihb994iyk29mzhhz8zhnfi3v68k6f-python3.8-execnet-1.8.0/lib/python3.8/site-packages (from pytest-xdist==2.2.1) (1.8.0)
Requirement already satisfied: pytest>=6.0.0 in /nix/store/jp61y6rn75qs3hd04bly6i6vdp0n8mvv-python3.8-pytest-6.2.2/lib/python3.8/site-packages (from pytest-xdist==2.2.1) (6.2.2)
Requirement already satisfied: pytest-forked in /nix/store/kic6sx7smw8mij380amk9kxirjxv78ff-python3.8-pytest-forked-1.3.0/lib/python3.8/site-packages (from pytest-xdist==2.2.1) (1.3.0)
Requirement already satisfied: apipkg>=1.4 in /nix/store/lph2rrghh96rkvai6ryx5a6ln7d2iw1k-python3.8-apipkg-1.5/lib/python3.8/site-packages (from execnet>=1.1->pytest-xdist==2.2.1) (1.5)
Requirement already satisfied: pluggy<1.0.0a1,>=0.12 in /nix/store/z70aa70jmmhdkslg5nhf8wjb7n7axqac-python3.8-pluggy-0.13.1/lib/python3.8/site-packages (from pytest>=6.0.0->pytest-xdist==2.2.1) (0.13.1)
Requirement already satisfied: py>=1.8.2 in /nix/store/186ilvxpl0skpp94mlq3nvgm4np4km9g-python3.8-py-1.9.0/lib/python3.8/site-packages (from pytest>=6.0.0->pytest-xdist==2.2.1) (1.9.0)
Requirement already satisfied: iniconfig in /nix/store/aa3c7fpiqqpsc0pw12i5dlybs4ibmv2g-python3.8-iniconfig-1.1.1/lib/python3.8/site-packages (from pytest>=6.0.0->pytest-xdist==2.2.1) (0.0.0)
Requirement already satisfied: toml in /nix/store/z23acl514pv18qhap5sqwnfia73gp6fb-python3.8-toml-0.10.2/lib/python3.8/site-packages (from pytest>=6.0.0->pytest-xdist==2.2.1) (0.10.2)
Requirement already satisfied: packaging in /nix/store/45g6cac8jxg0w884wk2dfpxg4269rpx5-python3.8-packaging-20.8/lib/python3.8/site-packages (from pytest>=6.0.0->pytest-xdist==2.2.1) (20.8)
Requirement already satisfied: attrs>=19.2.0 in /nix/store/9c03pi6q80280b84zr8ji039bbv6xb9z-python3.8-attrs-20.3.0/lib/python3.8/site-packages (from pytest>=6.0.0->pytest-xdist==2.2.1) (20.3.0)
Requirement already satisfied: pyparsing>=2.0.2 in /nix/store/k1di525qp2132qjif2qj03jp047div6r-python3.8-pyparsing-2.4.7/lib/python3.8/site-packages (from packaging->pytest>=6.0.0->pytest-xdist==2.2.1) (2.4.7)
Installing collected packages: pytest-xdist
Successfully installed pytest-xdist-2.2.1
/build/pytest-xdist-2.2.1
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/0kxf8yp5r4ak4rwygwjfqjv0sw7ai34c-python3.8-pytest-xdist-2.2.1
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/0kxf8yp5r4ak4rwygwjfqjv0sw7ai34c-python3.8-pytest-xdist-2.2.1/lib
patching script interpreter paths in /nix/store/0kxf8yp5r4ak4rwygwjfqjv0sw7ai34c-python3.8-pytest-xdist-2.2.1
checking for references to /build/ in /nix/store/0kxf8yp5r4ak4rwygwjfqjv0sw7ai34c-python3.8-pytest-xdist-2.2.1...
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": "pytestCheckPhase" }
pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform linux -- Python 3.8.8, pytest-6.2.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/pytest-xdist-2.2.1, configfile: tox.ini, testpaths: testing
plugins: xdist-2.2.1, forked-1.3.0
collecting ...
collecting 140 items
collected 162 items / 8 deselected / 154 selected
testing/acceptance_test.py .............s..x.......xx................... [ 29%]
......x..................................... [ 57%]
testing/test_dsession.py ........x...x [ 66%]
testing/test_looponfail.py ...........x.ss [ 75%]
testing/test_newhooks.py .. [ 77%]
testing/test_plugin.py .............. [ 86%]
testing/test_remote.py x....x..... [ 93%]
testing/test_workermanage.py .......x.s [100%]
=========================== short test summary info ============================
SKIPPED [3] ../../nix/store/jp61y6rn75qs3hd04bly6i6vdp0n8mvv-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/pytester.py:1458: could not import 'pexpect': No module named 'pexpect'
SKIPPED [1] ../../nix/store/jp61y6rn75qs3hd04bly6i6vdp0n8mvv-python3.8-pytest-6.2.2/lib/python3.8/site-packages/_pytest/config/__init__.py:1473: no 'gspecs' option found
XFAIL testing/acceptance_test.py::TestDistEach::test_simple_diffoutput
reason: [NOTRUN] other python versions might not have py.test installed
XFAIL testing/acceptance_test.py::test_terminate_on_hangingnode
XFAIL testing/acceptance_test.py::test_session_hooks
reason: [NOTRUN] works if run outside test suite
XFAIL testing/acceptance_test.py::TestNodeFailure::test_each_multiple
#20: xdist race condition on node restart
XFAIL testing/test_dsession.py::TestDistReporter::test_rsync_printing
XFAIL testing/test_dsession.py::test_pytest_issue419
duplicate test ids not supported yet
XFAIL testing/test_looponfail.py::TestLooponFailing::test_looponfail_removed_test
broken by pytest 3.1+
XFAIL testing/test_remote.py::test_remoteinitconfig
#59
XFAIL testing/test_remote.py::TestWorkerInteractor::test_happy_run_events_converted
reason: implement a simple test for event production
XFAIL testing/test_workermanage.py::TestNodeManager::test_rsync_roots_no_roots
reason: [NOTRUN]
===== 140 passed, 4 skipped, 8 deselected, 10 xfailed in 149.24s (0:02:29) =====
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 910 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 914 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 918 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 922 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 926 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 930 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 934 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 938 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 942 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 946 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 950 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 954 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 958 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 962 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 966 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 970 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 992 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 996 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 1000 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 1004 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 1008 is still running
/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib/python3.8/subprocess.py:946: ResourceWarning: subprocess 1074 is still running
sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name='/dev/null' mode='r' encoding='UTF-8'>
sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name="<_io.FileIO name=20 mode='rb+' closefd=True>" mode='r+' encoding='utf-8'>
sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name="<_io.FileIO name=22 mode='rb+' closefd=True>" mode='r+' encoding='utf-8'>
Finished executing pytestCheckPhase
@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