Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 19, 2021 04:11
Show Gist options
  • Save r-rmcgibbo/0c9914dab989dfc9de4d8ff08129c3e0 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/0c9914dab989dfc9de4d8ff08129c3e0 to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/116814
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/gdpfm2clq203c5wwv8gaq5sa81fx9n6d-SecretStorage-3.3.1.tar.gz
source root is SecretStorage-3.3.1
setting SOURCE_DATE_EPOCH to timestamp 1612872155 of file SecretStorage-3.3.1/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/secretstorage
copying secretstorage/item.py -> build/lib/secretstorage
copying secretstorage/__init__.py -> build/lib/secretstorage
copying secretstorage/collection.py -> build/lib/secretstorage
copying secretstorage/exceptions.py -> build/lib/secretstorage
copying secretstorage/dhcrypto.py -> build/lib/secretstorage
copying secretstorage/defines.py -> build/lib/secretstorage
copying secretstorage/util.py -> build/lib/secretstorage
copying secretstorage/py.typed -> build/lib/secretstorage
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/secretstorage
copying build/lib/secretstorage/py.typed -> build/bdist.linux-aarch64/wheel/secretstorage
copying build/lib/secretstorage/item.py -> build/bdist.linux-aarch64/wheel/secretstorage
copying build/lib/secretstorage/__init__.py -> build/bdist.linux-aarch64/wheel/secretstorage
copying build/lib/secretstorage/collection.py -> build/bdist.linux-aarch64/wheel/secretstorage
copying build/lib/secretstorage/exceptions.py -> build/bdist.linux-aarch64/wheel/secretstorage
copying build/lib/secretstorage/dhcrypto.py -> build/bdist.linux-aarch64/wheel/secretstorage
copying build/lib/secretstorage/defines.py -> build/bdist.linux-aarch64/wheel/secretstorage
copying build/lib/secretstorage/util.py -> build/bdist.linux-aarch64/wheel/secretstorage
running install_egg_info
running egg_info
writing SecretStorage.egg-info/PKG-INFO
writing dependency_links to SecretStorage.egg-info/dependency_links.txt
writing requirements to SecretStorage.egg-info/requires.txt
writing top-level names to SecretStorage.egg-info/top_level.txt
reading manifest file 'SecretStorage.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'SecretStorage.egg-info/SOURCES.txt'
Copying SecretStorage.egg-info to build/bdist.linux-aarch64/wheel/SecretStorage-3.3.1-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/SecretStorage-3.3.1.dist-info/WHEEL
creating 'dist/SecretStorage-3.3.1-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'secretstorage/__init__.py'
adding 'secretstorage/collection.py'
adding 'secretstorage/defines.py'
adding 'secretstorage/dhcrypto.py'
adding 'secretstorage/exceptions.py'
adding 'secretstorage/item.py'
adding 'secretstorage/py.typed'
adding 'secretstorage/util.py'
adding 'SecretStorage-3.3.1.dist-info/LICENSE'
adding 'SecretStorage-3.3.1.dist-info/METADATA'
adding 'SecretStorage-3.3.1.dist-info/WHEEL'
adding 'SecretStorage-3.3.1.dist-info/top_level.txt'
adding 'SecretStorage-3.3.1.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/SecretStorage-3.3.1/dist /build/SecretStorage-3.3.1
Processing ./SecretStorage-3.3.1-py3-none-any.whl
Requirement already satisfied: jeepney>=0.6 in /nix/store/lmkabmpiwygpj7g53yz4x47bp9p23kik-python3.8-jeepney-0.6.0/lib/python3.8/site-packages (from SecretStorage==3.3.1) (0.6.0)
Requirement already satisfied: cryptography>=2.0 in /nix/store/f5z9r2pnbzk2ikhijcpc1kbajjq117mb-python3.8-cryptography-3.4.6/lib/python3.8/site-packages (from SecretStorage==3.3.1) (3.4.6)
Requirement already satisfied: cffi>=1.12 in /nix/store/8szr5pcl46acj3bfwnr8266pi4s2lmh1-python3.8-cffi-1.14.5/lib/python3.8/site-packages (from cryptography>=2.0->SecretStorage==3.3.1) (1.14.5)
Requirement already satisfied: pycparser in /nix/store/5zrnqxjkmp2rn4xxrcyai1wlvc5x4pz0-python3.8-pycparser-2.20/lib/python3.8/site-packages (from cffi>=1.12->cryptography>=2.0->SecretStorage==3.3.1) (2.20)
Installing collected packages: SecretStorage
Successfully installed SecretStorage-3.3.1
/build/SecretStorage-3.3.1
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/q5bkc748fq05r7nzmxhvipr76askgkdi-python3.8-secretstorage-3.3.1
strip is /nix/store/h5wgppbyv8vkla58v8zi535j5i9akly5-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/q5bkc748fq05r7nzmxhvipr76askgkdi-python3.8-secretstorage-3.3.1/lib
patching script interpreter paths in /nix/store/q5bkc748fq05r7nzmxhvipr76askgkdi-python3.8-secretstorage-3.3.1
checking for references to /build/ in /nix/store/q5bkc748fq05r7nzmxhvipr76askgkdi-python3.8-secretstorage-3.3.1...
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