Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 16, 2021 05:12
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/805ddeb40203f7630657660311b545bd to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/805ddeb40203f7630657660311b545bd to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 3 seconds | https://github.com/NixOS/nixpkgs/pull/116497
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
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/6m9m3ny9xivdjwwc9glbgmgpw92pzbh8-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/setup.py
@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/lib
copying lib/main.py -> build/lib/lib
copying lib/__init__.py -> build/lib/lib
copying lib/nmap.py -> build/lib/lib
creating build/lib/lib/core
copying lib/core/logger.py -> build/lib/lib/core
copying lib/core/__init__.py -> build/lib/lib/core
copying lib/core/threadpool.py -> build/lib/lib/core
copying lib/core/common.py -> build/lib/lib/core
copying lib/core/exceptions.py -> build/lib/lib/core
copying lib/core/iprange.py -> build/lib/lib/core
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/lib
copying build/lib/lib/main.py -> build/bdist.linux-aarch64/wheel/lib
copying build/lib/lib/__init__.py -> build/bdist.linux-aarch64/wheel/lib
creating build/bdist.linux-aarch64/wheel/lib/core
copying build/lib/lib/core/logger.py -> build/bdist.linux-aarch64/wheel/lib/core
copying build/lib/lib/core/__init__.py -> build/bdist.linux-aarch64/wheel/lib/core
copying build/lib/lib/core/threadpool.py -> build/bdist.linux-aarch64/wheel/lib/core
copying build/lib/lib/core/common.py -> build/bdist.linux-aarch64/wheel/lib/core
copying build/lib/lib/core/exceptions.py -> build/bdist.linux-aarch64/wheel/lib/core
copying build/lib/lib/core/iprange.py -> build/bdist.linux-aarch64/wheel/lib/core
copying build/lib/lib/nmap.py -> build/bdist.linux-aarch64/wheel/lib
running install_egg_info
running egg_info
creating crowbar.egg-info
writing crowbar.egg-info/PKG-INFO
writing dependency_links to crowbar.egg-info/dependency_links.txt
writing entry points to crowbar.egg-info/entry_points.txt
writing requirements to crowbar.egg-info/requires.txt
writing top-level names to crowbar.egg-info/top_level.txt
writing manifest file 'crowbar.egg-info/SOURCES.txt'
reading manifest file 'crowbar.egg-info/SOURCES.txt'
writing manifest file 'crowbar.egg-info/SOURCES.txt'
Copying crowbar.egg-info to build/bdist.linux-aarch64/wheel/crowbar-4.1-py3.8.egg-info
running install_scripts
adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/crowbar-4.1.dist-info/WHEEL
creating 'dist/crowbar-4.1-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'lib/__init__.py'
adding 'lib/main.py'
adding 'lib/nmap.py'
adding 'lib/core/__init__.py'
adding 'lib/core/common.py'
adding 'lib/core/exceptions.py'
adding 'lib/core/iprange.py'
adding 'lib/core/logger.py'
adding 'lib/core/threadpool.py'
adding 'crowbar-4.1.dist-info/LICENSE.txt'
adding 'crowbar-4.1.dist-info/METADATA'
adding 'crowbar-4.1.dist-info/WHEEL'
adding 'crowbar-4.1.dist-info/entry_points.txt'
adding 'crowbar-4.1.dist-info/top_level.txt'
adding 'crowbar-4.1.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/source/dist /build/source
Processing ./crowbar-4.1-py3-none-any.whl
Requirement already satisfied: paramiko in /nix/store/79fhxk436llyfdd739yjfy2jz2wp5wgj-python3.8-paramiko-2.7.2/lib/python3.8/site-packages (from crowbar==4.1) (2.7.2)
Requirement already satisfied: cryptography>=2.5 in /nix/store/f5d49japzc2f4jvfc9krlb1bbv42rnw7-python3.8-cryptography-3.4.6/lib/python3.8/site-packages (from paramiko->crowbar==4.1) (3.4.6)
Requirement already satisfied: bcrypt>=3.1.3 in /nix/store/kdc6q219sfpb46540zhzz5abqjskb7nb-python3.8-bcrypt-3.2.0/lib/python3.8/site-packages (from paramiko->crowbar==4.1) (3.2.0)
Requirement already satisfied: pynacl>=1.0.1 in /nix/store/4sngdxmgy9zjamcimir2xdnyjdy5csap-python3.8-pynacl-1.4.0/lib/python3.8/site-packages (from paramiko->crowbar==4.1) (1.4.0)
Requirement already satisfied: cffi>=1.1 in /nix/store/nrxvnx4id2mvhps1i7r7wjmc8d5k0r5q-python3.8-cffi-1.14.5/lib/python3.8/site-packages (from bcrypt>=3.1.3->paramiko->crowbar==4.1) (1.14.5)
Requirement already satisfied: six>=1.4.1 in /nix/store/297qnsllxb0jxny1qk9bk2wvhpivzcx0-python3.8-six-1.15.0/lib/python3.8/site-packages (from bcrypt>=3.1.3->paramiko->crowbar==4.1) (1.15.0)
Requirement already satisfied: pycparser in /nix/store/l3wqh9jfhbdpv5hbkwnjc9qmgw50hg7f-python3.8-pycparser-2.20/lib/python3.8/site-packages (from cffi>=1.1->bcrypt>=3.1.3->paramiko->crowbar==4.1) (2.20)
Installing collected packages: crowbar
Successfully installed crowbar-4.1
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/0b44rpxgsnzng95y16v0vwj553iahdyl-crowbar-unstable-2020-04-23
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/0b44rpxgsnzng95y16v0vwj553iahdyl-crowbar-unstable-2020-04-23/lib /nix/store/0b44rpxgsnzng95y16v0vwj553iahdyl-crowbar-unstable-2020-04-23/bin
patching script interpreter paths in /nix/store/0b44rpxgsnzng95y16v0vwj553iahdyl-crowbar-unstable-2020-04-23
checking for references to /build/ in /nix/store/0b44rpxgsnzng95y16v0vwj553iahdyl-crowbar-unstable-2020-04-23...
Rewriting #!/nix/store/jhac19hl1qq3qgrna4y06v1kyngszlvb-python3-3.8.8/bin/python3.8 to #!/nix/store/jhac19hl1qq3qgrna4y06v1kyngszlvb-python3-3.8.8
wrapping `/nix/store/0b44rpxgsnzng95y16v0vwj553iahdyl-crowbar-unstable-2020-04-23/bin/crowbar'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
@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