Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 16:22
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/b3d4e6ba04138ede9bc861507008847c to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/b3d4e6ba04138ede9bc861507008847c to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/116752
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/n2jlsk5rfqw8zl52cdrdxsypki0z779k-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/warrant/tests/tests.py
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
applying patch /nix/store/3mqnldhjia54hh98k2sv4s4qar02jvp2-fix-pip10-compat.patch
patching file setup.py
@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/warrant
copying warrant/__init__.py -> build/lib/warrant
copying warrant/aws_srp.py -> build/lib/warrant
copying warrant/exceptions.py -> build/lib/warrant
creating build/lib/warrant/tests
copying warrant/tests/__init__.py -> build/lib/warrant/tests
copying warrant/tests/tests.py -> build/lib/warrant/tests
running egg_info
creating warrant.egg-info
writing warrant.egg-info/PKG-INFO
writing dependency_links to warrant.egg-info/dependency_links.txt
writing requirements to warrant.egg-info/requires.txt
writing top-level names to warrant.egg-info/top_level.txt
writing manifest file 'warrant.egg-info/SOURCES.txt'
reading manifest file 'warrant.egg-info/SOURCES.txt'
writing manifest file 'warrant.egg-info/SOURCES.txt'
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/warrant
copying build/lib/warrant/__init__.py -> build/bdist.linux-aarch64/wheel/warrant
copying build/lib/warrant/aws_srp.py -> build/bdist.linux-aarch64/wheel/warrant
copying build/lib/warrant/exceptions.py -> build/bdist.linux-aarch64/wheel/warrant
creating build/bdist.linux-aarch64/wheel/warrant/tests
copying build/lib/warrant/tests/__init__.py -> build/bdist.linux-aarch64/wheel/warrant/tests
copying build/lib/warrant/tests/tests.py -> build/bdist.linux-aarch64/wheel/warrant/tests
running install_egg_info
Copying warrant.egg-info to build/bdist.linux-aarch64/wheel/warrant-0.6.1-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/warrant-0.6.1.dist-info/WHEEL
creating 'dist/warrant-0.6.1-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'warrant/__init__.py'
adding 'warrant/aws_srp.py'
adding 'warrant/exceptions.py'
adding 'warrant/tests/__init__.py'
adding 'warrant/tests/tests.py'
adding 'warrant-0.6.1.dist-info/LICENSE'
adding 'warrant-0.6.1.dist-info/METADATA'
adding 'warrant-0.6.1.dist-info/WHEEL'
adding 'warrant-0.6.1.dist-info/top_level.txt'
adding 'warrant-0.6.1.dist-info/zip-safe'
adding 'warrant-0.6.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 ./warrant-0.6.1-py3-none-any.whl
Requirement already satisfied: envs>=0.3.0 in /nix/store/i7cjyygn4p8arlfkxkq7zp672xbbhz4c-python3.8-envs-1.3/lib/python3.8/site-packages (from warrant==0.6.1) (1.3)
Requirement already satisfied: boto3>=1.4.3 in /nix/store/h86cxjl0w00knh1xfj71hfixpahjn7ni-python3.8-boto3-1.17.30/lib/python3.8/site-packages (from warrant==0.6.1) (1.17.30)
Requirement already satisfied: requests>=2.13.0 in /nix/store/izsx4zansdskx4b7g7b7wdqkprdkwncn-python3.8-requests-2.25.1/lib/python3.8/site-packages (from warrant==0.6.1) (2.25.1)
Requirement already satisfied: python-jose>=2.0.0 in /nix/store/rqnns9csrbn2crdr915i22wy6w80qmir-python3.8-python-jose-3.2.0/lib/python3.8/site-packages (from warrant==0.6.1) (3.2.0)
Requirement already satisfied: s3transfer<0.4.0,>=0.3.0 in /nix/store/bm2zgs5xjvqrk2k6jv832igvyqp71lg9-python3.8-s3transfer-0.3.4/lib/python3.8/site-packages (from boto3>=1.4.3->warrant==0.6.1) (0.3.4)
Requirement already satisfied: botocore<1.21.0,>=1.20.30 in /nix/store/p5fbxfzf89xmvywlpaqssa43m5j59f6j-python3.8-botocore-1.20.30/lib/python3.8/site-packages (from boto3>=1.4.3->warrant==0.6.1) (1.20.30)
Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /nix/store/h6mxxnl37zxld21y4pfdw3lyhnbb38w7-python3.8-jmespath-0.10.0/lib/python3.8/site-packages (from boto3>=1.4.3->warrant==0.6.1) (0.10.0)
Requirement already satisfied: urllib3<1.27,>=1.25.4 in /nix/store/p952ss6amdjfm9zy51qx0fh5b0hc89wg-python3.8-urllib3-1.26.3/lib/python3.8/site-packages (from botocore<1.21.0,>=1.20.30->boto3>=1.4.3->warrant==0.6.1) (1.26.3)
Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /nix/store/i2820g6iww87vyrc88pi8c465a8nwphy-python3.8-python-dateutil-2.8.1/lib/python3.8/site-packages (from botocore<1.21.0,>=1.20.30->boto3>=1.4.3->warrant==0.6.1) (2.8.1)
Requirement already satisfied: six>=1.5 in /nix/store/297qnsllxb0jxny1qk9bk2wvhpivzcx0-python3.8-six-1.15.0/lib/python3.8/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.21.0,>=1.20.30->boto3>=1.4.3->warrant==0.6.1) (1.15.0)
Requirement already satisfied: rsa in /nix/store/lhmsi3bp38713z6bdz5pbilrp18ccwn4-python3.8-rsa-4.6/lib/python3.8/site-packages (from python-jose>=2.0.0->warrant==0.6.1) (4.6)
Requirement already satisfied: pyasn1 in /nix/store/qcblwxdp52mm1nz5cg5m6d186yqf6diq-python3.8-pyasn1-0.4.8/lib/python3.8/site-packages (from python-jose>=2.0.0->warrant==0.6.1) (0.4.8)
Requirement already satisfied: ecdsa in /nix/store/ymvzhna0qnlw8xi1an5amvrhahgsjlid-python3.8-ecdsa-0.16.1/lib/python3.8/site-packages (from python-jose>=2.0.0->warrant==0.6.1) (0.16.1)
Requirement already satisfied: certifi>=2017.4.17 in /nix/store/ysy3j81q1xqif6ymp9zsh7hggh061jph-python3.8-certifi-2020.12.5/lib/python3.8/site-packages (from requests>=2.13.0->warrant==0.6.1) (2020.12.5)
Requirement already satisfied: idna<3,>=2.5 in /nix/store/gcv25pc0zhxbj5p8z5h40s9n4wapwpbp-python3.8-idna-2.10/lib/python3.8/site-packages (from requests>=2.13.0->warrant==0.6.1) (2.10)
Requirement already satisfied: chardet<5,>=3.0.2 in /nix/store/hlaizclgicn1wm57k6yfqnkcdjrmxavp-python3.8-chardet-3.0.4/lib/python3.8/site-packages (from requests>=2.13.0->warrant==0.6.1) (3.0.4)
Installing collected packages: warrant
Successfully installed warrant-0.6.1
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/d1zd19kyy297wg7g7vm4gsyar8g6v8xn-python3.8-warrant-0.6.1
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/d1zd19kyy297wg7g7vm4gsyar8g6v8xn-python3.8-warrant-0.6.1/lib
patching script interpreter paths in /nix/store/d1zd19kyy297wg7g7vm4gsyar8g6v8xn-python3.8-warrant-0.6.1
checking for references to /build/ in /nix/store/d1zd19kyy297wg7g7vm4gsyar8g6v8xn-python3.8-warrant-0.6.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