Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 16:21
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/867090f18064a4b10905e716e83183ec to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/867090f18064a4b10905e716e83183ec to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 2 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/lr7fv5w0r36xd2ibyvlwwfhg0xqhb2cb-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/awslogs
copying awslogs/__init__.py -> build/lib/awslogs
copying awslogs/_version.py -> build/lib/awslogs
copying awslogs/bin.py -> build/lib/awslogs
copying awslogs/core.py -> build/lib/awslogs
copying awslogs/exceptions.py -> build/lib/awslogs
creating build/lib/tests
copying tests/__init__.py -> build/lib/tests
copying tests/test_it.py -> build/lib/tests
copying tests/test_versions.py -> build/lib/tests
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/awslogs
copying build/lib/awslogs/__init__.py -> build/bdist.linux-aarch64/wheel/awslogs
copying build/lib/awslogs/_version.py -> build/bdist.linux-aarch64/wheel/awslogs
copying build/lib/awslogs/bin.py -> build/bdist.linux-aarch64/wheel/awslogs
copying build/lib/awslogs/core.py -> build/bdist.linux-aarch64/wheel/awslogs
copying build/lib/awslogs/exceptions.py -> build/bdist.linux-aarch64/wheel/awslogs
creating build/bdist.linux-aarch64/wheel/tests
copying build/lib/tests/__init__.py -> build/bdist.linux-aarch64/wheel/tests
copying build/lib/tests/test_it.py -> build/bdist.linux-aarch64/wheel/tests
copying build/lib/tests/test_versions.py -> build/bdist.linux-aarch64/wheel/tests
running install_egg_info
running egg_info
creating awslogs.egg-info
writing awslogs.egg-info/PKG-INFO
writing dependency_links to awslogs.egg-info/dependency_links.txt
writing entry points to awslogs.egg-info/entry_points.txt
writing requirements to awslogs.egg-info/requires.txt
writing top-level names to awslogs.egg-info/top_level.txt
writing manifest file 'awslogs.egg-info/SOURCES.txt'
reading manifest file 'awslogs.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'tests.py'
writing manifest file 'awslogs.egg-info/SOURCES.txt'
Copying awslogs.egg-info to build/bdist.linux-aarch64/wheel/awslogs-0.14.0-py3.8.egg-info
running install_scripts
adding license file "COPYING" (matched pattern "COPYING*")
adding license file "AUTHORS" (matched pattern "AUTHORS*")
creating build/bdist.linux-aarch64/wheel/awslogs-0.14.0.dist-info/WHEEL
creating 'dist/awslogs-0.14.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'awslogs/__init__.py'
adding 'awslogs/_version.py'
adding 'awslogs/bin.py'
adding 'awslogs/core.py'
adding 'awslogs/exceptions.py'
adding 'tests/__init__.py'
adding 'tests/test_it.py'
adding 'tests/test_versions.py'
adding 'awslogs-0.14.0.dist-info/AUTHORS'
adding 'awslogs-0.14.0.dist-info/COPYING'
adding 'awslogs-0.14.0.dist-info/METADATA'
adding 'awslogs-0.14.0.dist-info/WHEEL'
adding 'awslogs-0.14.0.dist-info/entry_points.txt'
adding 'awslogs-0.14.0.dist-info/top_level.txt'
adding 'awslogs-0.14.0.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 ./awslogs-0.14.0-py2.py3-none-any.whl
Requirement already satisfied: termcolor>=1.1.0 in /nix/store/1gc7smmik47nbvshgrxrn59r4lackrhk-python3.8-termcolor-1.1.0/lib/python3.8/site-packages (from awslogs==0.14.0) (1.1.0)
Requirement already satisfied: python-dateutil>=2.4.0 in /nix/store/i2820g6iww87vyrc88pi8c465a8nwphy-python3.8-python-dateutil-2.8.1/lib/python3.8/site-packages (from awslogs==0.14.0) (2.8.1)
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 awslogs==0.14.0) (0.10.0)
Requirement already satisfied: boto3>=1.5.0 in /nix/store/h86cxjl0w00knh1xfj71hfixpahjn7ni-python3.8-boto3-1.17.30/lib/python3.8/site-packages (from awslogs==0.14.0) (1.17.30)
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.5.0->awslogs==0.14.0) (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.5.0->awslogs==0.14.0) (1.20.30)
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.5.0->awslogs==0.14.0) (1.26.3)
Requirement already satisfied: six>=1.5 in /nix/store/297qnsllxb0jxny1qk9bk2wvhpivzcx0-python3.8-six-1.15.0/lib/python3.8/site-packages (from python-dateutil>=2.4.0->awslogs==0.14.0) (1.15.0)
Installing collected packages: awslogs
Successfully installed awslogs-0.14.0
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/8wm2cmfi781kfpa35ymi8pc6km7vvzgf-awslogs-0.14.0
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/8wm2cmfi781kfpa35ymi8pc6km7vvzgf-awslogs-0.14.0/lib /nix/store/8wm2cmfi781kfpa35ymi8pc6km7vvzgf-awslogs-0.14.0/bin
patching script interpreter paths in /nix/store/8wm2cmfi781kfpa35ymi8pc6km7vvzgf-awslogs-0.14.0
checking for references to /build/ in /nix/store/8wm2cmfi781kfpa35ymi8pc6km7vvzgf-awslogs-0.14.0...
Rewriting #!/nix/store/jhac19hl1qq3qgrna4y06v1kyngszlvb-python3-3.8.8/bin/python3.8 to #!/nix/store/jhac19hl1qq3qgrna4y06v1kyngszlvb-python3-3.8.8
wrapping `/nix/store/8wm2cmfi781kfpa35ymi8pc6km7vvzgf-awslogs-0.14.0/bin/awslogs'...
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
@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 26 items / 2 deselected / 24 selected
tests/test_it.py ....................... [ 95%]
tests/test_versions.py . [100%]
======================= 24 passed, 2 deselected in 0.43s =======================
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