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/501feddcc10c3034643b2af390a7c1e6 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/501feddcc10c3034643b2af390a7c1e6 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
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/5v50kykliwq2sk6zmj7dhf1qc90k0fzf-serverlessrepo-0.1.10.tar.gz
source root is serverlessrepo-0.1.10
setting SOURCE_DATE_EPOCH to timestamp 1565996455 of file serverlessrepo-0.1.10/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/serverlessrepo
copying serverlessrepo/parser.py -> build/lib/serverlessrepo
copying serverlessrepo/permission_helper.py -> build/lib/serverlessrepo
copying serverlessrepo/__init__.py -> build/lib/serverlessrepo
copying serverlessrepo/application_policy.py -> build/lib/serverlessrepo
copying serverlessrepo/__version__.py -> build/lib/serverlessrepo
copying serverlessrepo/application_metadata.py -> build/lib/serverlessrepo
copying serverlessrepo/publish.py -> build/lib/serverlessrepo
copying serverlessrepo/exceptions.py -> build/lib/serverlessrepo
creating build/lib/tests
creating build/lib/tests/unit
copying tests/unit/test_permission_helper.py -> build/lib/tests/unit
copying tests/unit/test_application_policy.py -> build/lib/tests/unit
copying tests/unit/test_application_metadata.py -> build/lib/tests/unit
copying tests/unit/__init__.py -> build/lib/tests/unit
copying tests/unit/test_publish.py -> build/lib/tests/unit
copying tests/unit/test_parser.py -> build/lib/tests/unit
copying tests/unit/conftest.py -> build/lib/tests/unit
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/serverlessrepo
copying build/lib/serverlessrepo/parser.py -> build/bdist.linux-aarch64/wheel/serverlessrepo
copying build/lib/serverlessrepo/permission_helper.py -> build/bdist.linux-aarch64/wheel/serverlessrepo
copying build/lib/serverlessrepo/__init__.py -> build/bdist.linux-aarch64/wheel/serverlessrepo
copying build/lib/serverlessrepo/application_policy.py -> build/bdist.linux-aarch64/wheel/serverlessrepo
copying build/lib/serverlessrepo/__version__.py -> build/bdist.linux-aarch64/wheel/serverlessrepo
copying build/lib/serverlessrepo/application_metadata.py -> build/bdist.linux-aarch64/wheel/serverlessrepo
copying build/lib/serverlessrepo/publish.py -> build/bdist.linux-aarch64/wheel/serverlessrepo
copying build/lib/serverlessrepo/exceptions.py -> build/bdist.linux-aarch64/wheel/serverlessrepo
creating build/bdist.linux-aarch64/wheel/tests
creating build/bdist.linux-aarch64/wheel/tests/unit
copying build/lib/tests/unit/test_permission_helper.py -> build/bdist.linux-aarch64/wheel/tests/unit
copying build/lib/tests/unit/test_application_policy.py -> build/bdist.linux-aarch64/wheel/tests/unit
copying build/lib/tests/unit/test_application_metadata.py -> build/bdist.linux-aarch64/wheel/tests/unit
copying build/lib/tests/unit/__init__.py -> build/bdist.linux-aarch64/wheel/tests/unit
copying build/lib/tests/unit/test_publish.py -> build/bdist.linux-aarch64/wheel/tests/unit
copying build/lib/tests/unit/test_parser.py -> build/bdist.linux-aarch64/wheel/tests/unit
copying build/lib/tests/unit/conftest.py -> build/bdist.linux-aarch64/wheel/tests/unit
running install_egg_info
running egg_info
writing serverlessrepo.egg-info/PKG-INFO
writing dependency_links to serverlessrepo.egg-info/dependency_links.txt
writing requirements to serverlessrepo.egg-info/requires.txt
writing top-level names to serverlessrepo.egg-info/top_level.txt
reading manifest file 'serverlessrepo.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'serverlessrepo.egg-info/SOURCES.txt'
Copying serverlessrepo.egg-info to build/bdist.linux-aarch64/wheel/serverlessrepo-0.1.10-py3.9.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/serverlessrepo-0.1.10.dist-info/WHEEL
creating 'dist/serverlessrepo-0.1.10-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'serverlessrepo/__init__.py'
adding 'serverlessrepo/__version__.py'
adding 'serverlessrepo/application_metadata.py'
adding 'serverlessrepo/application_policy.py'
adding 'serverlessrepo/exceptions.py'
adding 'serverlessrepo/parser.py'
adding 'serverlessrepo/permission_helper.py'
adding 'serverlessrepo/publish.py'
adding 'tests/unit/__init__.py'
adding 'tests/unit/conftest.py'
adding 'tests/unit/test_application_metadata.py'
adding 'tests/unit/test_application_policy.py'
adding 'tests/unit/test_parser.py'
adding 'tests/unit/test_permission_helper.py'
adding 'tests/unit/test_publish.py'
adding 'serverlessrepo-0.1.10.dist-info/LICENSE'
adding 'serverlessrepo-0.1.10.dist-info/METADATA'
adding 'serverlessrepo-0.1.10.dist-info/WHEEL'
adding 'serverlessrepo-0.1.10.dist-info/top_level.txt'
adding 'serverlessrepo-0.1.10.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/serverlessrepo-0.1.10/dist /build/serverlessrepo-0.1.10
Processing ./serverlessrepo-0.1.10-py2.py3-none-any.whl
Requirement already satisfied: boto3>=1.9.56,~=1.9 in /nix/store/ygdz2m8kxi0q2frkjsfzz1p1vajqif1d-python3.9-boto3-1.17.30/lib/python3.9/site-packages (from serverlessrepo==0.1.10) (1.17.30)
Requirement already satisfied: six~=1.11 in /nix/store/2gwgw58lxgs5pqa5bgvdp8s9dwkf7bpj-python3.9-six-1.15.0/lib/python3.9/site-packages (from serverlessrepo==0.1.10) (1.15.0)
Requirement already satisfied: pyyaml~=5.1 in /nix/store/3rk3471jgg2y91dgdfgzn1mhvv7w8jz1-python3.9-PyYAML-5.4.1/lib/python3.9/site-packages (from serverlessrepo==0.1.10) (5.4.1)
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.9.56,~=1.9->serverlessrepo==0.1.10) (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.9.56,~=1.9->serverlessrepo==0.1.10) (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.9.56,~=1.9->serverlessrepo==0.1.10) (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.9.56,~=1.9->serverlessrepo==0.1.10) (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.9.56,~=1.9->serverlessrepo==0.1.10) (2.8.1)
Installing collected packages: serverlessrepo
Successfully installed serverlessrepo-0.1.10
/build/serverlessrepo-0.1.10
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/mljzgyj3xjjsdczrharp2zy9ci6svzhr-python3.9-serverlessrepo-0.1.10
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/mljzgyj3xjjsdczrharp2zy9ci6svzhr-python3.9-serverlessrepo-0.1.10/lib
patching script interpreter paths in /nix/store/mljzgyj3xjjsdczrharp2zy9ci6svzhr-python3.9-serverlessrepo-0.1.10
checking for references to /build/ in /nix/store/mljzgyj3xjjsdczrharp2zy9ci6svzhr-python3.9-serverlessrepo-0.1.10...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
============================= test session starts ==============================
platform linux -- Python 3.9.2, pytest-6.1.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/serverlessrepo-0.1.10
collecting ...
collected 63 items
tests/unit/test_application_metadata.py ..... [ 7%]
tests/unit/test_application_policy.py ....... [ 19%]
tests/unit/test_parser.py ............... [ 42%]
tests/unit/test_permission_helper.py ........... [ 60%]
tests/unit/test_publish.py ......................... [100%]
============================== 63 passed in 0.65s ==============================
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment