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/1201910fbc3b9d38a2e8c11f33b8d011 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/1201910fbc3b9d38a2e8c11f33b8d011 to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 3 seconds | 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
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/y693scnbzx0c0d0fdn9yhb5x6kw8f1f1-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tox.ini
@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/pycognito
copying pycognito/__init__.py -> build/lib/pycognito
copying pycognito/aws_srp.py -> build/lib/pycognito
copying pycognito/exceptions.py -> build/lib/pycognito
running egg_info
creating pycognito.egg-info
writing pycognito.egg-info/PKG-INFO
writing dependency_links to pycognito.egg-info/dependency_links.txt
writing requirements to pycognito.egg-info/requires.txt
writing top-level names to pycognito.egg-info/top_level.txt
writing manifest file 'pycognito.egg-info/SOURCES.txt'
reading manifest file 'pycognito.egg-info/SOURCES.txt'
writing manifest file 'pycognito.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/pycognito
copying build/lib/pycognito/__init__.py -> build/bdist.linux-aarch64/wheel/pycognito
copying build/lib/pycognito/aws_srp.py -> build/bdist.linux-aarch64/wheel/pycognito
copying build/lib/pycognito/exceptions.py -> build/bdist.linux-aarch64/wheel/pycognito
running install_egg_info
Copying pycognito.egg-info to build/bdist.linux-aarch64/wheel/pycognito-0.1.5-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/pycognito-0.1.5.dist-info/WHEEL
creating 'dist/pycognito-0.1.5-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'pycognito/__init__.py'
adding 'pycognito/aws_srp.py'
adding 'pycognito/exceptions.py'
adding 'pycognito-0.1.5.dist-info/LICENSE'
adding 'pycognito-0.1.5.dist-info/METADATA'
adding 'pycognito-0.1.5.dist-info/WHEEL'
adding 'pycognito-0.1.5.dist-info/top_level.txt'
adding 'pycognito-0.1.5.dist-info/zip-safe'
adding 'pycognito-0.1.5.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 ./pycognito-0.1.5-py3-none-any.whl
Requirement already satisfied: python-jose>=3.2.0 in /nix/store/rqnns9csrbn2crdr915i22wy6w80qmir-python3.8-python-jose-3.2.0/lib/python3.8/site-packages (from pycognito==0.1.5) (3.2.0)
Requirement already satisfied: boto3>=1.10.49 in /nix/store/h86cxjl0w00knh1xfj71hfixpahjn7ni-python3.8-boto3-1.17.30/lib/python3.8/site-packages (from pycognito==0.1.5) (1.17.30)
Requirement already satisfied: envs>=1.3 in /nix/store/i7cjyygn4p8arlfkxkq7zp672xbbhz4c-python3.8-envs-1.3/lib/python3.8/site-packages (from pycognito==0.1.5) (1.3)
Requirement already satisfied: requests>=2.22.0 in /nix/store/izsx4zansdskx4b7g7b7wdqkprdkwncn-python3.8-requests-2.25.1/lib/python3.8/site-packages (from pycognito==0.1.5) (2.25.1)
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.10.49->pycognito==0.1.5) (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.10.49->pycognito==0.1.5) (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.10.49->pycognito==0.1.5) (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.10.49->pycognito==0.1.5) (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.10.49->pycognito==0.1.5) (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.10.49->pycognito==0.1.5) (1.15.0)
Requirement already satisfied: rsa in /nix/store/lhmsi3bp38713z6bdz5pbilrp18ccwn4-python3.8-rsa-4.6/lib/python3.8/site-packages (from python-jose>=3.2.0->pycognito==0.1.5) (4.6)
Requirement already satisfied: pyasn1 in /nix/store/qcblwxdp52mm1nz5cg5m6d186yqf6diq-python3.8-pyasn1-0.4.8/lib/python3.8/site-packages (from python-jose>=3.2.0->pycognito==0.1.5) (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>=3.2.0->pycognito==0.1.5) (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.22.0->pycognito==0.1.5) (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.22.0->pycognito==0.1.5) (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.22.0->pycognito==0.1.5) (3.0.4)
Installing collected packages: pycognito
Successfully installed pycognito-0.1.5
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/zr5mvdd11fly6zfqphf7kqv1fq4ql2hw-python3.8-pycognito-0.1.5
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/zr5mvdd11fly6zfqphf7kqv1fq4ql2hw-python3.8-pycognito-0.1.5/lib
patching script interpreter paths in /nix/store/zr5mvdd11fly6zfqphf7kqv1fq4ql2hw-python3.8-pycognito-0.1.5
checking for references to /build/ in /nix/store/zr5mvdd11fly6zfqphf7kqv1fq4ql2hw-python3.8-pycognito-0.1.5...
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: pycognito
/nix/store/rqnns9csrbn2crdr915i22wy6w80qmir-python3.8-python-jose-3.2.0/lib/python3.8/site-packages/jose/backends/cryptography_backend.py:18: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
from cryptography.utils import int_from_bytes, int_to_bytes
@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
collecting ...
collected 15 items
tests.py ............... [100%]
=============================== warnings summary ===============================
../../nix/store/rqnns9csrbn2crdr915i22wy6w80qmir-python3.8-python-jose-3.2.0/lib/python3.8/site-packages/jose/backends/cryptography_backend.py:18
/nix/store/rqnns9csrbn2crdr915i22wy6w80qmir-python3.8-python-jose-3.2.0/lib/python3.8/site-packages/jose/backends/cryptography_backend.py:18: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
from cryptography.utils import int_from_bytes, int_to_bytes
-- Docs: https://docs.pytest.org/en/stable/warnings.html
======================== 15 passed, 1 warning in 0.76s =========================
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