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/9834aab0618cc9d2d2c82dfc906292f8 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/9834aab0618cc9d2d2c82dfc906292f8 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/51fj1w41wfbhsirzabllai489f2fkbi9-pykeepass-3.2.1.tar.gz
source root is pykeepass-3.2.1
setting SOURCE_DATE_EPOCH to timestamp 1595198901 of file pykeepass-3.2.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/pykeepass
copying pykeepass/pykeepass.py -> build/lib/pykeepass
copying pykeepass/xpath.py -> build/lib/pykeepass
copying pykeepass/entry.py -> build/lib/pykeepass
copying pykeepass/__init__.py -> build/lib/pykeepass
copying pykeepass/baseelement.py -> build/lib/pykeepass
copying pykeepass/exceptions.py -> build/lib/pykeepass
copying pykeepass/icons.py -> build/lib/pykeepass
copying pykeepass/group.py -> build/lib/pykeepass
copying pykeepass/attachment.py -> build/lib/pykeepass
creating build/lib/pykeepass/kdbx_parsing
copying pykeepass/kdbx_parsing/kdbx3.py -> build/lib/pykeepass/kdbx_parsing
copying pykeepass/kdbx_parsing/__init__.py -> build/lib/pykeepass/kdbx_parsing
copying pykeepass/kdbx_parsing/kdbx4.py -> build/lib/pykeepass/kdbx_parsing
copying pykeepass/kdbx_parsing/pytwofish.py -> build/lib/pykeepass/kdbx_parsing
copying pykeepass/kdbx_parsing/common.py -> build/lib/pykeepass/kdbx_parsing
copying pykeepass/kdbx_parsing/kdbx.py -> build/lib/pykeepass/kdbx_parsing
copying pykeepass/kdbx_parsing/twofish.py -> build/lib/pykeepass/kdbx_parsing
running egg_info
writing pykeepass.egg-info/PKG-INFO
writing dependency_links to pykeepass.egg-info/dependency_links.txt
writing requirements to pykeepass.egg-info/requires.txt
writing top-level names to pykeepass.egg-info/top_level.txt
reading manifest file 'pykeepass.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.pyc' found under directory '*'
warning: no previously-included files matching '*.pyo' found under directory '*'
no previously-included directories found matching 'tests*'
writing manifest file 'pykeepass.egg-info/SOURCES.txt'
copying pykeepass/blank_database.kdbx -> build/lib/pykeepass
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/pykeepass
copying build/lib/pykeepass/pykeepass.py -> build/bdist.linux-aarch64/wheel/pykeepass
copying build/lib/pykeepass/xpath.py -> build/bdist.linux-aarch64/wheel/pykeepass
copying build/lib/pykeepass/entry.py -> build/bdist.linux-aarch64/wheel/pykeepass
copying build/lib/pykeepass/__init__.py -> build/bdist.linux-aarch64/wheel/pykeepass
copying build/lib/pykeepass/baseelement.py -> build/bdist.linux-aarch64/wheel/pykeepass
copying build/lib/pykeepass/blank_database.kdbx -> build/bdist.linux-aarch64/wheel/pykeepass
creating build/bdist.linux-aarch64/wheel/pykeepass/kdbx_parsing
copying build/lib/pykeepass/kdbx_parsing/kdbx3.py -> build/bdist.linux-aarch64/wheel/pykeepass/kdbx_parsing
copying build/lib/pykeepass/kdbx_parsing/__init__.py -> build/bdist.linux-aarch64/wheel/pykeepass/kdbx_parsing
copying build/lib/pykeepass/kdbx_parsing/kdbx4.py -> build/bdist.linux-aarch64/wheel/pykeepass/kdbx_parsing
copying build/lib/pykeepass/kdbx_parsing/pytwofish.py -> build/bdist.linux-aarch64/wheel/pykeepass/kdbx_parsing
copying build/lib/pykeepass/kdbx_parsing/common.py -> build/bdist.linux-aarch64/wheel/pykeepass/kdbx_parsing
copying build/lib/pykeepass/kdbx_parsing/kdbx.py -> build/bdist.linux-aarch64/wheel/pykeepass/kdbx_parsing
copying build/lib/pykeepass/kdbx_parsing/twofish.py -> build/bdist.linux-aarch64/wheel/pykeepass/kdbx_parsing
copying build/lib/pykeepass/exceptions.py -> build/bdist.linux-aarch64/wheel/pykeepass
copying build/lib/pykeepass/icons.py -> build/bdist.linux-aarch64/wheel/pykeepass
copying build/lib/pykeepass/group.py -> build/bdist.linux-aarch64/wheel/pykeepass
copying build/lib/pykeepass/attachment.py -> build/bdist.linux-aarch64/wheel/pykeepass
running install_egg_info
Copying pykeepass.egg-info to build/bdist.linux-aarch64/wheel/pykeepass-3.2.1-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/pykeepass-3.2.1.dist-info/WHEEL
creating 'dist/pykeepass-3.2.1-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'pykeepass/__init__.py'
adding 'pykeepass/attachment.py'
adding 'pykeepass/baseelement.py'
adding 'pykeepass/blank_database.kdbx'
adding 'pykeepass/entry.py'
adding 'pykeepass/exceptions.py'
adding 'pykeepass/group.py'
adding 'pykeepass/icons.py'
adding 'pykeepass/pykeepass.py'
adding 'pykeepass/xpath.py'
adding 'pykeepass/kdbx_parsing/__init__.py'
adding 'pykeepass/kdbx_parsing/common.py'
adding 'pykeepass/kdbx_parsing/kdbx.py'
adding 'pykeepass/kdbx_parsing/kdbx3.py'
adding 'pykeepass/kdbx_parsing/kdbx4.py'
adding 'pykeepass/kdbx_parsing/pytwofish.py'
adding 'pykeepass/kdbx_parsing/twofish.py'
adding 'pykeepass-3.2.1.dist-info/LICENSE'
adding 'pykeepass-3.2.1.dist-info/METADATA'
adding 'pykeepass-3.2.1.dist-info/WHEEL'
adding 'pykeepass-3.2.1.dist-info/pbr.json'
adding 'pykeepass-3.2.1.dist-info/top_level.txt'
adding 'pykeepass-3.2.1.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/pykeepass-3.2.1/dist /build/pykeepass-3.2.1
Processing ./pykeepass-3.2.1-py3-none-any.whl
Requirement already satisfied: argon2-cffi in /nix/store/yzwq1z1ybhza2v1hrviphr2bwgy38wlj-python3.8-argon2_cffi-20.1.0/lib/python3.8/site-packages (from pykeepass==3.2.1) (20.1.0)
Requirement already satisfied: python-dateutil in /nix/store/i2820g6iww87vyrc88pi8c465a8nwphy-python3.8-python-dateutil-2.8.1/lib/python3.8/site-packages (from pykeepass==3.2.1) (2.8.1)
Requirement already satisfied: future in /nix/store/yxaxwm7aik9jm1b2bdgrx1kvsz3n233g-python3.8-future-0.18.2/lib/python3.8/site-packages (from pykeepass==3.2.1) (0.18.2)
Requirement already satisfied: lxml in /nix/store/z2rcj454fcw8is6vkh3wz8gh5ffm87pb-python3.8-lxml-4.6.2/lib/python3.8/site-packages (from pykeepass==3.2.1) (4.6.2)
Requirement already satisfied: pycryptodomex>=3.6.2 in /nix/store/4gfaz8fdvkf1jhdvahjl96qnk5zaddll-python3.8-pycryptodomex-3.10.1/lib/python3.8/site-packages (from pykeepass==3.2.1) (3.10.1)
Requirement already satisfied: construct>=2.10.54 in /nix/store/rhfn27fc8aq7xp7gm99kfi30kps30hib-python3.8-construct-2.10.56/lib/python3.8/site-packages (from pykeepass==3.2.1) (2.10.56)
Requirement already satisfied: cffi>=1.0.0 in /nix/store/nrxvnx4id2mvhps1i7r7wjmc8d5k0r5q-python3.8-cffi-1.14.5/lib/python3.8/site-packages (from argon2-cffi->pykeepass==3.2.1) (1.14.5)
Requirement already satisfied: six in /nix/store/297qnsllxb0jxny1qk9bk2wvhpivzcx0-python3.8-six-1.15.0/lib/python3.8/site-packages (from argon2-cffi->pykeepass==3.2.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.0.0->argon2-cffi->pykeepass==3.2.1) (2.20)
Installing collected packages: pykeepass
Successfully installed pykeepass-3.2.1
/build/pykeepass-3.2.1
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/pn41k5x48cpdj8gvc5p8h0b7sfqkv4n8-python3.8-pykeepass-3.2.1
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/pn41k5x48cpdj8gvc5p8h0b7sfqkv4n8-python3.8-pykeepass-3.2.1/lib
patching script interpreter paths in /nix/store/pn41k5x48cpdj8gvc5p8h0b7sfqkv4n8-python3.8-pykeepass-3.2.1
checking for references to /build/ in /nix/store/pn41k5x48cpdj8gvc5p8h0b7sfqkv4n8-python3.8-pykeepass-3.2.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