Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created February 26, 2021 16:34
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/5b13368379c0c1f986a5e799dd58b12c to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/5b13368379c0c1f986a5e799dd58b12c to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 2 seconds | https://github.com/NixOS/nixpkgs/pull/114472
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/m5n6s41870igax1w9rsx065bqh458wil-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/usage.ipynb
@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/simplehound
copying simplehound/core.py -> build/lib/simplehound
copying simplehound/__init__.py -> build/lib/simplehound
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/simplehound
copying build/lib/simplehound/core.py -> build/bdist.linux-x86_64/wheel/simplehound
copying build/lib/simplehound/__init__.py -> build/bdist.linux-x86_64/wheel/simplehound
running install_egg_info
running egg_info
creating simplehound.egg-info
writing simplehound.egg-info/PKG-INFO
writing dependency_links to simplehound.egg-info/dependency_links.txt
writing requirements to simplehound.egg-info/requires.txt
writing top-level names to simplehound.egg-info/top_level.txt
writing manifest file 'simplehound.egg-info/SOURCES.txt'
reading manifest file 'simplehound.egg-info/SOURCES.txt'
writing manifest file 'simplehound.egg-info/SOURCES.txt'
Copying simplehound.egg-info to build/bdist.linux-x86_64/wheel/simplehound-0.6-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/simplehound-0.6.dist-info/WHEEL
creating 'dist/simplehound-0.6-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'simplehound/__init__.py'
adding 'simplehound/core.py'
adding 'simplehound-0.6.dist-info/LICENSE'
adding 'simplehound-0.6.dist-info/METADATA'
adding 'simplehound-0.6.dist-info/WHEEL'
adding 'simplehound-0.6.dist-info/top_level.txt'
adding 'simplehound-0.6.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/source/dist /build/source
Processing ./simplehound-0.6-py3-none-any.whl
Requirement already satisfied: requests in /nix/store/4avkqx10k31n1dpkpb0yasq62dv8hh25-python3.8-requests-2.25.1/lib/python3.8/site-packages (from simplehound==0.6) (2.25.1)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /nix/store/px1rqak6mvfwyilh5vgcb725gk40dn53-python3.8-urllib3-1.26.2/lib/python3.8/site-packages (from requests->simplehound==0.6) (1.26.2)
Requirement already satisfied: chardet<5,>=3.0.2 in /nix/store/d1w1vivmz2cqqgb74bbkcbrzyx68rv26-python3.8-chardet-3.0.4/lib/python3.8/site-packages (from requests->simplehound==0.6) (3.0.4)
Requirement already satisfied: certifi>=2017.4.17 in /nix/store/8437mm6b8041f34d22kghmd0dy4714l8-python3.8-certifi-2020.12.5/lib/python3.8/site-packages (from requests->simplehound==0.6) (2020.12.5)
Requirement already satisfied: idna<3,>=2.5 in /nix/store/skb8mfs4rlhgd9das5hrq2y71w9n4v3s-python3.8-idna-2.10/lib/python3.8/site-packages (from requests->simplehound==0.6) (2.10)
Installing collected packages: simplehound
Successfully installed simplehound-0.6
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/6liwd0dnsb14v61l9lgimz1y915p8zg5-python3.8-simplehound-0.6
strip is /nix/store/cp1sa3xxvl71cypiinw2c62i5s33chlr-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/6liwd0dnsb14v61l9lgimz1y915p8zg5-python3.8-simplehound-0.6/lib
patching script interpreter paths in /nix/store/6liwd0dnsb14v61l9lgimz1y915p8zg5-python3.8-simplehound-0.6
checking for references to /build/ in /nix/store/6liwd0dnsb14v61l9lgimz1y915p8zg5-python3.8-simplehound-0.6...
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
Check whether the following modules can be imported: simplehound
@nix { "action": "setPhase", "phase": "pytestCheckPhase" }
pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform linux -- Python 3.8.8, pytest-6.1.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/source
plugins: requests-mock-1.8.0
collecting ...
collected 13 items
tests/test_simplehound.py ............. [100%]
============================== 13 passed in 0.07s ==============================
Finished executing pytestCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment