Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 19, 2021 11:54
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/455dc89799bdc9384a2b0edd13b238fe to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/455dc89799bdc9384a2b0edd13b238fe to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/116831
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
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/2dzlzhsj5b86b3x0kxha9lnsqviqdha4-pytest-httpbin-1.0.0.tar.gz
source root is pytest-httpbin-1.0.0
setting SOURCE_DATE_EPOCH to timestamp 1549914910 of file pytest-httpbin-1.0.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_httpbin
copying pytest_httpbin/version.py -> build/lib/pytest_httpbin
copying pytest_httpbin/__init__.py -> build/lib/pytest_httpbin
copying pytest_httpbin/serve.py -> build/lib/pytest_httpbin
copying pytest_httpbin/plugin.py -> build/lib/pytest_httpbin
copying pytest_httpbin/certs.py -> build/lib/pytest_httpbin
running egg_info
writing pytest_httpbin.egg-info/PKG-INFO
writing dependency_links to pytest_httpbin.egg-info/dependency_links.txt
writing entry points to pytest_httpbin.egg-info/entry_points.txt
writing requirements to pytest_httpbin.egg-info/requires.txt
writing top-level names to pytest_httpbin.egg-info/top_level.txt
reading manifest file 'pytest_httpbin.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pytest_httpbin.egg-info/SOURCES.txt'
creating build/lib/pytest_httpbin/certs
copying pytest_httpbin/certs/cacert.pem -> build/lib/pytest_httpbin/certs
copying pytest_httpbin/certs/cert.pem -> build/lib/pytest_httpbin/certs
copying pytest_httpbin/certs/key.pem -> build/lib/pytest_httpbin/certs
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_httpbin
creating build/bdist.linux-aarch64/wheel/pytest_httpbin/certs
copying build/lib/pytest_httpbin/certs/cacert.pem -> build/bdist.linux-aarch64/wheel/pytest_httpbin/certs
copying build/lib/pytest_httpbin/certs/key.pem -> build/bdist.linux-aarch64/wheel/pytest_httpbin/certs
copying build/lib/pytest_httpbin/certs/cert.pem -> build/bdist.linux-aarch64/wheel/pytest_httpbin/certs
copying build/lib/pytest_httpbin/version.py -> build/bdist.linux-aarch64/wheel/pytest_httpbin
copying build/lib/pytest_httpbin/__init__.py -> build/bdist.linux-aarch64/wheel/pytest_httpbin
copying build/lib/pytest_httpbin/serve.py -> build/bdist.linux-aarch64/wheel/pytest_httpbin
copying build/lib/pytest_httpbin/plugin.py -> build/bdist.linux-aarch64/wheel/pytest_httpbin
copying build/lib/pytest_httpbin/certs.py -> build/bdist.linux-aarch64/wheel/pytest_httpbin
running install_egg_info
Copying pytest_httpbin.egg-info to build/bdist.linux-aarch64/wheel/pytest_httpbin-1.0.0-py3.9.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/pytest_httpbin-1.0.0.dist-info/WHEEL
creating 'dist/pytest_httpbin-1.0.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'pytest_httpbin/__init__.py'
adding 'pytest_httpbin/certs.py'
adding 'pytest_httpbin/plugin.py'
adding 'pytest_httpbin/serve.py'
adding 'pytest_httpbin/version.py'
adding 'pytest_httpbin/certs/cacert.pem'
adding 'pytest_httpbin/certs/cert.pem'
adding 'pytest_httpbin/certs/key.pem'
adding 'pytest_httpbin-1.0.0.dist-info/METADATA'
adding 'pytest_httpbin-1.0.0.dist-info/WHEEL'
adding 'pytest_httpbin-1.0.0.dist-info/entry_points.txt'
adding 'pytest_httpbin-1.0.0.dist-info/top_level.txt'
adding 'pytest_httpbin-1.0.0.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/pytest-httpbin-1.0.0/dist /build/pytest-httpbin-1.0.0
Processing ./pytest_httpbin-1.0.0-py2.py3-none-any.whl
Requirement already satisfied: six in /nix/store/2gwgw58lxgs5pqa5bgvdp8s9dwkf7bpj-python3.9-six-1.15.0/lib/python3.9/site-packages (from pytest-httpbin==1.0.0) (1.15.0)
Requirement already satisfied: httpbin in /nix/store/ikyscbrgz7sdnfm3hjdfcc5qpr2wrcjn-python3.9-httpbin-0.7.0/lib/python3.9/site-packages (from pytest-httpbin==1.0.0) (0.7.0)
Requirement already satisfied: MarkupSafe in /nix/store/kxlsb8066vg5i8z56is3sda3cha79lg7-python3.9-MarkupSafe-1.1.1/lib/python3.9/site-packages (from httpbin->pytest-httpbin==1.0.0) (1.1.1)
Requirement already satisfied: brotlipy in /nix/store/6cxcpxjv7k55pkpknc52zqvqn1hhcw0z-python3.9-brotlipy-0.7.0/lib/python3.9/site-packages (from httpbin->pytest-httpbin==1.0.0) (0.7.0)
Requirement already satisfied: werkzeug>=0.14.1 in /nix/store/7j3az4wl02qz61iczmsxmb3b4x261hjb-python3.9-Werkzeug-1.0.1/lib/python3.9/site-packages (from httpbin->pytest-httpbin==1.0.0) (1.0.1)
Requirement already satisfied: decorator in /nix/store/875r6v1mrpffna77iwnpxjlh8yrpbiaf-python3.9-decorator-4.4.2/lib/python3.9/site-packages (from httpbin->pytest-httpbin==1.0.0) (4.4.2)
Requirement already satisfied: raven[flask] in /nix/store/9vz45kyijrg5hvv9qqzh20lbxnvwi4bh-python3.9-raven-6.10.0/lib/python3.9/site-packages (from httpbin->pytest-httpbin==1.0.0) (6.10.0)
Requirement already satisfied: itsdangerous in /nix/store/l4g8ivwdcdmcwr8kb1dxcdcj3akgfggi-python3.9-itsdangerous-1.1.0/lib/python3.9/site-packages (from httpbin->pytest-httpbin==1.0.0) (1.1.0)
Requirement already satisfied: Flask in /nix/store/c2hc16lj86k0vc0hd12ydjb0fy8ywsmg-python3.9-Flask-1.1.2/lib/python3.9/site-packages (from httpbin->pytest-httpbin==1.0.0) (1.1.2)
Requirement already satisfied: cffi>=1.0.0 in /nix/store/zhlfp1pa7h5c1x1knsm01nfza32mk4ks-python3.9-cffi-1.14.5/lib/python3.9/site-packages (from brotlipy->httpbin->pytest-httpbin==1.0.0) (1.14.5)
Requirement already satisfied: pycparser in /nix/store/83c4dizl793x26xjyvq5lzxzjikf19xg-python3.9-pycparser-2.20/lib/python3.9/site-packages (from cffi>=1.0.0->brotlipy->httpbin->pytest-httpbin==1.0.0) (2.20)
Requirement already satisfied: Jinja2>=2.10.1 in /nix/store/l792s542lvj1qdphhvmj5zdi0rpxy5ir-python3.9-Jinja2-2.11.3/lib/python3.9/site-packages (from Flask->httpbin->pytest-httpbin==1.0.0) (2.11.3)
Requirement already satisfied: click>=5.1 in /nix/store/nmvzxyyqly8khf0nyfmi4p0vzn6zjp9a-python3.9-click-7.1.2/lib/python3.9/site-packages (from Flask->httpbin->pytest-httpbin==1.0.0) (7.1.2)
Requirement already satisfied: blinker>=1.1 in /nix/store/g55c3dmgnv35qprgc46g18h090bf0yh3-python3.9-blinker-1.4/lib/python3.9/site-packages (from raven[flask]->httpbin->pytest-httpbin==1.0.0) (1.4)
Installing collected packages: pytest-httpbin
Successfully installed pytest-httpbin-1.0.0
/build/pytest-httpbin-1.0.0
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/xjbgi11ycmsc52ggyf7yjxi988farp00-python3.9-pytest-httpbin-1.0.0
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/xjbgi11ycmsc52ggyf7yjxi988farp00-python3.9-pytest-httpbin-1.0.0/lib
patching script interpreter paths in /nix/store/xjbgi11ycmsc52ggyf7yjxi988farp00-python3.9-pytest-httpbin-1.0.0
checking for references to /build/ in /nix/store/xjbgi11ycmsc52ggyf7yjxi988farp00-python3.9-pytest-httpbin-1.0.0...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment