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/xpry62c3l738z924rms401cg6cs1nqva-ptyprocess-0.7.0.tar.gz source root is ptyprocess-0.7.0 setting SOURCE_DATE_EPOCH to timestamp 1609168426 of file ptyprocess-0.7.0/pyproject.toml @nix { "action": "setPhase", "phase": "patchPhase" } patching sources applying patch /nix/store/pp94c5dqr68l6v0k116z33ivfn3laz5q-40c1ccf3432a6787be1801ced721540e34c6cd87.patch patching file tests/test_spawn.py @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/ptyprocess copying ptyprocess/_fork_pty.py -> build/lib/ptyprocess copying ptyprocess/util.py -> build/lib/ptyprocess copying ptyprocess/__init__.py -> build/lib/ptyprocess copying ptyprocess/ptyprocess.py -> build/lib/ptyprocess 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/ptyprocess copying build/lib/ptyprocess/_fork_pty.py -> build/bdist.linux-x86_64/wheel/ptyprocess copying build/lib/ptyprocess/util.py -> build/bdist.linux-x86_64/wheel/ptyprocess copying build/lib/ptyprocess/__init__.py -> build/bdist.linux-x86_64/wheel/ptyprocess copying build/lib/ptyprocess/ptyprocess.py -> build/bdist.linux-x86_64/wheel/ptyprocess running install_egg_info running egg_info creating ptyprocess.egg-info writing ptyprocess.egg-info/PKG-INFO writing dependency_links to ptyprocess.egg-info/dependency_links.txt writing top-level names to ptyprocess.egg-info/top_level.txt writing manifest file 'ptyprocess.egg-info/SOURCES.txt' reading manifest file 'ptyprocess.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'ptyprocess.egg-info/SOURCES.txt' Copying ptyprocess.egg-info to build/bdist.linux-x86_64/wheel/ptyprocess-0.7.0-py3.8.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-x86_64/wheel/ptyprocess-0.7.0.dist-info/WHEEL creating 'dist/ptyprocess-0.7.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'ptyprocess/__init__.py' adding 'ptyprocess/_fork_pty.py' adding 'ptyprocess/ptyprocess.py' adding 'ptyprocess/util.py' adding 'ptyprocess-0.7.0.dist-info/LICENSE' adding 'ptyprocess-0.7.0.dist-info/METADATA' adding 'ptyprocess-0.7.0.dist-info/WHEEL' adding 'ptyprocess-0.7.0.dist-info/top_level.txt' adding 'ptyprocess-0.7.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/ptyprocess-0.7.0/dist /build/ptyprocess-0.7.0 Processing ./ptyprocess-0.7.0-py3-none-any.whl Installing collected packages: ptyprocess Successfully installed ptyprocess-0.7.0 /build/ptyprocess-0.7.0 Finished executing pipInstallPhase @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/r3kl71sp2zayznbpqpw1njjjp25b3a52-python3.8-ptyprocess-0.7.0 strip is /nix/store/v8imx1nvyz0hgvx9cbcmh6gp4ngw3ffj-binutils-2.35.1/bin/strip stripping (with command strip and flags -S) in /nix/store/r3kl71sp2zayznbpqpw1njjjp25b3a52-python3.8-ptyprocess-0.7.0/lib patching script interpreter paths in /nix/store/r3kl71sp2zayznbpqpw1njjjp25b3a52-python3.8-ptyprocess-0.7.0 checking for references to /build/ in /nix/store/r3kl71sp2zayznbpqpw1njjjp25b3a52-python3.8-ptyprocess-0.7.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 ptyprocess.egg-info/PKG-INFO writing dependency_links to ptyprocess.egg-info/dependency_links.txt writing top-level names to ptyprocess.egg-info/top_level.txt reading manifest file 'ptyprocess.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'ptyprocess.egg-info/SOURCES.txt' running build_ext test_waitnoecho_forever (tests.test_echo.PtyEchoTestCase) Ensure waitnoecho() with no timeout will return when echo=False. ... ok test_waitnoecho_timeout (tests.test_echo.PtyEchoTestCase) Ensure waitnoecho() with timeout will return when using stty to unset echo. ... ok test_preexec (tests.test_preexec_fn.PreexecFns) ... ok test_preexec_error (tests.test_preexec_fn.PreexecFns) ... ok test_wait_false_shortproc (tests.test_wait.TestWaitAfterTermination) Ensure correct (False) wait status for short-lived processes. ... ok test_wait_true_shortproc (tests.test_wait.TestWaitAfterTermination) Ensure correct (True) wait status for short-lived processes. ... ok test_wait_twice_longproc (tests.test_wait.TestWaitAfterTermination) Ensure correct wait status when called twice. ... ok test_invalid_binary (tests.test_invalid_binary.InvalidBinaryChars) This tests that we correctly handle the case where we attempt to ... ok test_interactive_repl_unicode_echo (tests.test_spawn.PtyTestCase) ... skipped 'bc(1) not found on this server.' test_interactive_repl_unicode_noecho (tests.test_spawn.PtyTestCase) ... skipped 'bc(1) not found on this server.' test_pass_fds (tests.test_spawn.PtyTestCase) ... ok test_quick_spawn (tests.test_spawn.PtyTestCase) Spawn a very short-lived process. ... ok test_spawn_sh (tests.test_spawn.PtyTestCase) ... ok test_spawn_sh_unicode (tests.test_spawn.PtyTestCase) ... ok ---------------------------------------------------------------------- Ran 14 tests in 4.458s OK (skipped=2) Finished executing setuptoolsCheckPhase