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/3f9818ce584cf786ab93d64197d1a3f7 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/3f9818ce584cf786ab93d64197d1a3f7 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/a4qkdh0nswa9phad4nqnhi92arx5mfnm-s3transfer-0.3.4.tar.gz
source root is s3transfer-0.3.4
setting SOURCE_DATE_EPOCH to timestamp 1610392940 of file s3transfer-0.3.4/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/s3transfer
copying s3transfer/bandwidth.py -> build/lib/s3transfer
copying s3transfer/copies.py -> build/lib/s3transfer
copying s3transfer/utils.py -> build/lib/s3transfer
copying s3transfer/__init__.py -> build/lib/s3transfer
copying s3transfer/tasks.py -> build/lib/s3transfer
copying s3transfer/subscribers.py -> build/lib/s3transfer
copying s3transfer/constants.py -> build/lib/s3transfer
copying s3transfer/download.py -> build/lib/s3transfer
copying s3transfer/compat.py -> build/lib/s3transfer
copying s3transfer/processpool.py -> build/lib/s3transfer
copying s3transfer/exceptions.py -> build/lib/s3transfer
copying s3transfer/manager.py -> build/lib/s3transfer
copying s3transfer/upload.py -> build/lib/s3transfer
copying s3transfer/futures.py -> build/lib/s3transfer
copying s3transfer/delete.py -> build/lib/s3transfer
running egg_info
writing s3transfer.egg-info/PKG-INFO
writing dependency_links to s3transfer.egg-info/dependency_links.txt
writing requirements to s3transfer.egg-info/requires.txt
writing top-level names to s3transfer.egg-info/top_level.txt
reading manifest file 's3transfer.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 's3transfer.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/s3transfer
copying build/lib/s3transfer/bandwidth.py -> build/bdist.linux-aarch64/wheel/s3transfer
copying build/lib/s3transfer/copies.py -> build/bdist.linux-aarch64/wheel/s3transfer
copying build/lib/s3transfer/utils.py -> build/bdist.linux-aarch64/wheel/s3transfer
copying build/lib/s3transfer/__init__.py -> build/bdist.linux-aarch64/wheel/s3transfer
copying build/lib/s3transfer/tasks.py -> build/bdist.linux-aarch64/wheel/s3transfer
copying build/lib/s3transfer/subscribers.py -> build/bdist.linux-aarch64/wheel/s3transfer
copying build/lib/s3transfer/constants.py -> build/bdist.linux-aarch64/wheel/s3transfer
copying build/lib/s3transfer/download.py -> build/bdist.linux-aarch64/wheel/s3transfer
copying build/lib/s3transfer/compat.py -> build/bdist.linux-aarch64/wheel/s3transfer
copying build/lib/s3transfer/processpool.py -> build/bdist.linux-aarch64/wheel/s3transfer
copying build/lib/s3transfer/exceptions.py -> build/bdist.linux-aarch64/wheel/s3transfer
copying build/lib/s3transfer/manager.py -> build/bdist.linux-aarch64/wheel/s3transfer
copying build/lib/s3transfer/upload.py -> build/bdist.linux-aarch64/wheel/s3transfer
copying build/lib/s3transfer/futures.py -> build/bdist.linux-aarch64/wheel/s3transfer
copying build/lib/s3transfer/delete.py -> build/bdist.linux-aarch64/wheel/s3transfer
running install_egg_info
Copying s3transfer.egg-info to build/bdist.linux-aarch64/wheel/s3transfer-0.3.4-py3.8.egg-info
running install_scripts
adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/s3transfer-0.3.4.dist-info/WHEEL
creating 'dist/s3transfer-0.3.4-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 's3transfer/__init__.py'
adding 's3transfer/bandwidth.py'
adding 's3transfer/compat.py'
adding 's3transfer/constants.py'
adding 's3transfer/copies.py'
adding 's3transfer/delete.py'
adding 's3transfer/download.py'
adding 's3transfer/exceptions.py'
adding 's3transfer/futures.py'
adding 's3transfer/manager.py'
adding 's3transfer/processpool.py'
adding 's3transfer/subscribers.py'
adding 's3transfer/tasks.py'
adding 's3transfer/upload.py'
adding 's3transfer/utils.py'
adding 's3transfer-0.3.4.dist-info/LICENSE.txt'
adding 's3transfer-0.3.4.dist-info/METADATA'
adding 's3transfer-0.3.4.dist-info/WHEEL'
adding 's3transfer-0.3.4.dist-info/top_level.txt'
adding 's3transfer-0.3.4.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/s3transfer-0.3.4/dist /build/s3transfer-0.3.4
Processing ./s3transfer-0.3.4-py2.py3-none-any.whl
Requirement already satisfied: botocore<2.0a.0,>=1.12.36 in /nix/store/p5fbxfzf89xmvywlpaqssa43m5j59f6j-python3.8-botocore-1.20.30/lib/python3.8/site-packages (from s3transfer==0.3.4) (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<2.0a.0,>=1.12.36->s3transfer==0.3.4) (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<2.0a.0,>=1.12.36->s3transfer==0.3.4) (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 botocore<2.0a.0,>=1.12.36->s3transfer==0.3.4) (0.10.0)
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<2.0a.0,>=1.12.36->s3transfer==0.3.4) (1.15.0)
Installing collected packages: s3transfer
Successfully installed s3transfer-0.3.4
/build/s3transfer-0.3.4
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/bm2zgs5xjvqrk2k6jv832igvyqp71lg9-python3.8-s3transfer-0.3.4
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/bm2zgs5xjvqrk2k6jv832igvyqp71lg9-python3.8-s3transfer-0.3.4/lib
patching script interpreter paths in /nix/store/bm2zgs5xjvqrk2k6jv832igvyqp71lg9-python3.8-s3transfer-0.3.4
checking for references to /build/ in /nix/store/bm2zgs5xjvqrk2k6jv832igvyqp71lg9-python3.8-s3transfer-0.3.4...
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