Created
February 26, 2021 00:51
-
-
Save rmcgibbo/5cd3df107ec3f81acd92d73d15bc9624 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 2 seconds | https://github.com/NixOS/nixpkgs/pull/114371
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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/b9rdbf8cji7i7gci6mpa9lf6lqmyx01g-case-1.5.3.tar.gz | |
| source root is case-1.5.3 | |
| setting SOURCE_DATE_EPOCH to timestamp 1487806052 of file case-1.5.3/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 | |
| creating build/lib/case | |
| copying case/pytest.py -> build/lib/case | |
| copying case/__init__.py -> build/lib/case | |
| copying case/utils.py -> build/lib/case | |
| copying case/skip.py -> build/lib/case | |
| copying case/case.py -> build/lib/case | |
| copying case/mock.py -> build/lib/case | |
| creating build/lib/case/tests | |
| copying case/tests/__init__.py -> build/lib/case/tests | |
| 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/case | |
| copying build/lib/case/pytest.py -> build/bdist.linux-x86_64/wheel/case | |
| copying build/lib/case/__init__.py -> build/bdist.linux-x86_64/wheel/case | |
| copying build/lib/case/utils.py -> build/bdist.linux-x86_64/wheel/case | |
| copying build/lib/case/skip.py -> build/bdist.linux-x86_64/wheel/case | |
| copying build/lib/case/case.py -> build/bdist.linux-x86_64/wheel/case | |
| copying build/lib/case/mock.py -> build/bdist.linux-x86_64/wheel/case | |
| creating build/bdist.linux-x86_64/wheel/case/tests | |
| copying build/lib/case/tests/__init__.py -> build/bdist.linux-x86_64/wheel/case/tests | |
| running install_egg_info | |
| running egg_info | |
| writing case.egg-info/PKG-INFO | |
| writing dependency_links to case.egg-info/dependency_links.txt | |
| writing entry points to case.egg-info/entry_points.txt | |
| writing requirements to case.egg-info/requires.txt | |
| writing top-level names to case.egg-info/top_level.txt | |
| reading manifest file 'case.egg-info/SOURCES.txt' | |
| reading manifest template 'MANIFEST.in' | |
| warning: no files found matching 'README' under directory 'extra' | |
| warning: no files found matching '*.py' under directory 'extra' | |
| writing manifest file 'case.egg-info/SOURCES.txt' | |
| Copying case.egg-info to build/bdist.linux-x86_64/wheel/case-1.5.3-py3.9.egg-info | |
| running install_scripts | |
| adding license file "LICENSE" (matched pattern "LICEN[CS]E*") | |
| creating build/bdist.linux-x86_64/wheel/case-1.5.3.dist-info/WHEEL | |
| creating 'dist/case-1.5.3-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it | |
| adding 'case/__init__.py' | |
| adding 'case/case.py' | |
| adding 'case/mock.py' | |
| adding 'case/pytest.py' | |
| adding 'case/skip.py' | |
| adding 'case/utils.py' | |
| adding 'case/tests/__init__.py' | |
| adding 'case-1.5.3.dist-info/LICENSE' | |
| adding 'case-1.5.3.dist-info/METADATA' | |
| adding 'case-1.5.3.dist-info/WHEEL' | |
| adding 'case-1.5.3.dist-info/entry_points.txt' | |
| adding 'case-1.5.3.dist-info/top_level.txt' | |
| adding 'case-1.5.3.dist-info/RECORD' | |
| removing build/bdist.linux-x86_64/wheel | |
| Finished executing setuptoolsBuildPhase | |
| @nix { "action": "setPhase", "phase": "installPhase" } | |
| installing | |
| Executing pipInstallPhase | |
| /build/case-1.5.3/dist /build/case-1.5.3 | |
| Processing ./case-1.5.3-py2.py3-none-any.whl | |
| Requirement already satisfied: nose>=1.3.7 in /nix/store/cj5ijjyqg7advb5sk7yrxpwk4d4jgp77-python3.9-nose-1.3.7/lib/python3.9/site-packages (from case==1.5.3) (1.3.7) | |
| Requirement already satisfied: six in /nix/store/p0cm7ip9qkn6bgl53x9bbd9gpcvxbvxx-python3.9-six-1.15.0/lib/python3.9/site-packages (from case==1.5.3) (1.15.0) | |
| Requirement already satisfied: setuptools>=0.7 in /nix/store/r1yv5w0v060frb8v1gs37z2a1762lc4x-python3.9-setuptools-50.3.1/lib/python3.9/site-packages (from case==1.5.3) (50.3.1.post0) | |
| Installing collected packages: case | |
| Successfully installed case-1.5.3 | |
| /build/case-1.5.3 | |
| Finished executing pipInstallPhase | |
| @nix { "action": "setPhase", "phase": "fixupPhase" } | |
| post-installation fixup | |
| shrinking RPATHs of ELF executables and libraries in /nix/store/vkj3zrgq4027f60djlih2fxyabcxl7hf-python3.9-case-1.5.3 | |
| strip is /nix/store/9f8y44vmjnwdjvzlff0gm3f3g6ycyyqy-binutils-2.35.1/bin/strip | |
| stripping (with command strip and flags -S) in /nix/store/vkj3zrgq4027f60djlih2fxyabcxl7hf-python3.9-case-1.5.3/lib | |
| patching script interpreter paths in /nix/store/vkj3zrgq4027f60djlih2fxyabcxl7hf-python3.9-case-1.5.3 | |
| checking for references to /build/ in /nix/store/vkj3zrgq4027f60djlih2fxyabcxl7hf-python3.9-case-1.5.3... | |
| 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 case.egg-info/PKG-INFO | |
| writing dependency_links to case.egg-info/dependency_links.txt | |
| writing entry points to case.egg-info/entry_points.txt | |
| writing requirements to case.egg-info/requires.txt | |
| writing top-level names to case.egg-info/top_level.txt | |
| reading manifest file 'case.egg-info/SOURCES.txt' | |
| reading manifest template 'MANIFEST.in' | |
| warning: no files found matching 'README' under directory 'extra' | |
| warning: no files found matching '*.py' under directory 'extra' | |
| writing manifest file 'case.egg-info/SOURCES.txt' | |
| running build_ext | |
| ---------------------------------------------------------------------- | |
| Ran 0 tests in 0.000s | |
| OK | |
| Finished executing setuptoolsCheckPhase |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment