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/b56b1ed4dbf3d2fe0007655564d2344e to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/b56b1ed4dbf3d2fe0007655564d2344e to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 4 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.9.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/mhnzjzzlxgxnz9m2xgzzq8f6pl8lz2p5-python3.9-python-jose-3.2.0/lib/python3.9/site-packages (from pycognito==0.1.5) (3.2.0)
Requirement already satisfied: requests>=2.22.0 in /nix/store/wg92y3qmkjnh42j5vv62zjry0ff1qy5l-python3.9-requests-2.25.1/lib/python3.9/site-packages (from pycognito==0.1.5) (2.25.1)
Requirement already satisfied: boto3>=1.10.49 in /nix/store/ygdz2m8kxi0q2frkjsfzz1p1vajqif1d-python3.9-boto3-1.17.30/lib/python3.9/site-packages (from pycognito==0.1.5) (1.17.30)
Requirement already satisfied: envs>=1.3 in /nix/store/8ix64bh85jrqhzd2b3vyz01x2gyy3i03-python3.9-envs-1.3/lib/python3.9/site-packages (from pycognito==0.1.5) (1.3)
Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /nix/store/2l0m857161l7miirxsjj3wrqb8vzhcpc-python3.9-jmespath-0.10.0/lib/python3.9/site-packages (from boto3>=1.10.49->pycognito==0.1.5) (0.10.0)
Requirement already satisfied: s3transfer<0.4.0,>=0.3.0 in /nix/store/2d4iwxw554r8v0j3982cnrjh7q5zh11i-python3.9-s3transfer-0.3.4/lib/python3.9/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/ky0138ar65l9pg3famsc8a4ry00bzrry-python3.9-botocore-1.20.30/lib/python3.9/site-packages (from boto3>=1.10.49->pycognito==0.1.5) (1.20.30)
Requirement already satisfied: urllib3<1.27,>=1.25.4 in /nix/store/6kps5zlmwzkq9yl6v991zg2v123dq45s-python3.9-urllib3-1.26.3/lib/python3.9/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/rlvnbqn8jzxin8bqnscl3mgpyq9hpzwk-python3.9-python-dateutil-2.8.1/lib/python3.9/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/2gwgw58lxgs5pqa5bgvdp8s9dwkf7bpj-python3.9-six-1.15.0/lib/python3.9/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: ecdsa in /nix/store/xvn96qjahd941byg38hhqib8a2xygyn5-python3.9-ecdsa-0.16.1/lib/python3.9/site-packages (from python-jose>=3.2.0->pycognito==0.1.5) (0.16.1)
Requirement already satisfied: pyasn1 in /nix/store/z082svg0ddfkqgp8l2hrwp3an3vazswl-python3.9-pyasn1-0.4.8/lib/python3.9/site-packages (from python-jose>=3.2.0->pycognito==0.1.5) (0.4.8)
Requirement already satisfied: rsa in /nix/store/xadldp8ik63xbyzqql8gmj3yqp7zpm2b-python3.9-rsa-4.6/lib/python3.9/site-packages (from python-jose>=3.2.0->pycognito==0.1.5) (4.6)
Requirement already satisfied: certifi>=2017.4.17 in /nix/store/5y4pkh1a085k018cmc2fc3hw20aw1hrf-python3.9-certifi-2020.12.5/lib/python3.9/site-packages (from requests>=2.22.0->pycognito==0.1.5) (2020.12.5)
Requirement already satisfied: idna<3,>=2.5 in /nix/store/ay6akk6avwcfms1zjwbfi4ijkigybyf1-python3.9-idna-2.10/lib/python3.9/site-packages (from requests>=2.22.0->pycognito==0.1.5) (2.10)
Requirement already satisfied: chardet<5,>=3.0.2 in /nix/store/frg6y9pg35sl5zgcw4iwa518a8ady542-python3.9-chardet-3.0.4/lib/python3.9/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/jdipvlmqpr4iva3kmkbsg9zahprppc0g-python3.9-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/jdipvlmqpr4iva3kmkbsg9zahprppc0g-python3.9-pycognito-0.1.5/lib
patching script interpreter paths in /nix/store/jdipvlmqpr4iva3kmkbsg9zahprppc0g-python3.9-pycognito-0.1.5
checking for references to /build/ in /nix/store/jdipvlmqpr4iva3kmkbsg9zahprppc0g-python3.9-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/mhnzjzzlxgxnz9m2xgzzq8f6pl8lz2p5-python3.9-python-jose-3.2.0/lib/python3.9/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.9.2, 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/mhnzjzzlxgxnz9m2xgzzq8f6pl8lz2p5-python3.9-python-jose-3.2.0/lib/python3.9/site-packages/jose/backends/cryptography_backend.py:18
/nix/store/mhnzjzzlxgxnz9m2xgzzq8f6pl8lz2p5-python3.9-python-jose-3.2.0/lib/python3.9/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 1.24s =========================
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