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/14afcbff4f5b93e1e20ef068842a9e40 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/14afcbff4f5b93e1e20ef068842a9e40 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/pnf2ifmk8q46qs1v3x8w1ivdp3b31y2y-s3fs-0.5.2.tar.gz
source root is s3fs-0.5.2
setting SOURCE_DATE_EPOCH to timestamp 1608050769 of file s3fs-0.5.2/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/s3fs
copying s3fs/errors.py -> build/lib/s3fs
copying s3fs/utils.py -> build/lib/s3fs
copying s3fs/__init__.py -> build/lib/s3fs
copying s3fs/_version.py -> build/lib/s3fs
copying s3fs/core.py -> build/lib/s3fs
copying s3fs/mapping.py -> build/lib/s3fs
UPDATING build/lib/s3fs/_version.py
set build/lib/s3fs/_version.py to '0.5.2'
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/s3fs
copying build/lib/s3fs/errors.py -> build/bdist.linux-aarch64/wheel/s3fs
copying build/lib/s3fs/utils.py -> build/bdist.linux-aarch64/wheel/s3fs
copying build/lib/s3fs/__init__.py -> build/bdist.linux-aarch64/wheel/s3fs
copying build/lib/s3fs/_version.py -> build/bdist.linux-aarch64/wheel/s3fs
copying build/lib/s3fs/core.py -> build/bdist.linux-aarch64/wheel/s3fs
copying build/lib/s3fs/mapping.py -> build/bdist.linux-aarch64/wheel/s3fs
running install_egg_info
running egg_info
writing s3fs.egg-info/PKG-INFO
writing dependency_links to s3fs.egg-info/dependency_links.txt
writing requirements to s3fs.egg-info/requires.txt
writing top-level names to s3fs.egg-info/top_level.txt
reading manifest file 's3fs.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'docs/_build'
writing manifest file 's3fs.egg-info/SOURCES.txt'
Copying s3fs.egg-info to build/bdist.linux-aarch64/wheel/s3fs-0.5.2-py3.8.egg-info
running install_scripts
adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/s3fs-0.5.2.dist-info/WHEEL
creating 'dist/s3fs-0.5.2-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 's3fs/__init__.py'
adding 's3fs/_version.py'
adding 's3fs/core.py'
adding 's3fs/errors.py'
adding 's3fs/mapping.py'
adding 's3fs/utils.py'
adding 's3fs-0.5.2.dist-info/LICENSE.txt'
adding 's3fs-0.5.2.dist-info/METADATA'
adding 's3fs-0.5.2.dist-info/WHEEL'
adding 's3fs-0.5.2.dist-info/pbr.json'
adding 's3fs-0.5.2.dist-info/top_level.txt'
adding 's3fs-0.5.2.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/s3fs-0.5.2/dist /build/s3fs-0.5.2
Processing ./s3fs-0.5.2-py3-none-any.whl
Requirement already satisfied: aiobotocore>=1.0.1 in /nix/store/0znfhj8fr6gam22dqkamj0z9pvx6myjv-python3.8-aiobotocore-1.1.2/lib/python3.8/site-packages (from s3fs==0.5.2) (1.1.2)
Requirement already satisfied: fsspec>=0.8.0 in /nix/store/1q1zb85x1c56r79jka0bbzjh4p30jlvw-python3.8-fsspec-0.8.3/lib/python3.8/site-packages (from s3fs==0.5.2) (0.8.3)
Requirement already satisfied: botocore in /nix/store/p5fbxfzf89xmvywlpaqssa43m5j59f6j-python3.8-botocore-1.20.30/lib/python3.8/site-packages (from aiobotocore>=1.0.1->s3fs==0.5.2) (1.20.30)
Requirement already satisfied: aiohttp>=3.3.1 in /nix/store/kkhw1bhla3zw1n6drbx7ax442kyxqx72-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages (from aiobotocore>=1.0.1->s3fs==0.5.2) (3.7.3)
Requirement already satisfied: wrapt>=1.10.10 in /nix/store/y0inf2vyrcmvnn1x0xz1v3a8iy769463-python3.8-wrapt-1.12.1/lib/python3.8/site-packages (from aiobotocore>=1.0.1->s3fs==0.5.2) (1.12.1)
Requirement already satisfied: aioitertools>=0.5.1 in /nix/store/vmbrfwjm6khhqa2x32xx7gph3cqyql05-python3.8-aioitertools-0.7.1/lib/python3.8/site-packages (from aiobotocore>=1.0.1->s3fs==0.5.2) (0.7.1)
Requirement already satisfied: attrs>=17.3.0 in /nix/store/1bjjjfsfcc2kssadxr995x76qkq6q86p-python3.8-attrs-20.3.0/lib/python3.8/site-packages (from aiohttp>=3.3.1->aiobotocore>=1.0.1->s3fs==0.5.2) (20.3.0)
Requirement already satisfied: chardet<4.0,>=2.0 in /nix/store/hlaizclgicn1wm57k6yfqnkcdjrmxavp-python3.8-chardet-3.0.4/lib/python3.8/site-packages (from aiohttp>=3.3.1->aiobotocore>=1.0.1->s3fs==0.5.2) (3.0.4)
Requirement already satisfied: async-timeout<4.0,>=3.0 in /nix/store/1lx6jg5qcdsy9295f1davll95nvnqm87-python3.8-async-timeout-3.0.1/lib/python3.8/site-packages (from aiohttp>=3.3.1->aiobotocore>=1.0.1->s3fs==0.5.2) (3.0.1)
Requirement already satisfied: multidict<7.0,>=4.5 in /nix/store/ifw391qwdvw0g94l7qdm30940snsvv4d-python3.8-multidict-5.1.0/lib/python3.8/site-packages (from aiohttp>=3.3.1->aiobotocore>=1.0.1->s3fs==0.5.2) (5.1.0)
Requirement already satisfied: yarl<2.0,>=1.0 in /nix/store/nzslq25fanxvmh9cc3sf9359089jarjj-python3.8-yarl-1.6.3/lib/python3.8/site-packages (from aiohttp>=3.3.1->aiobotocore>=1.0.1->s3fs==0.5.2) (1.6.3)
Requirement already satisfied: typing-extensions>=3.6.5 in /nix/store/ps6l1xb2zfs5y7xrckpqq311b4n0nzq7-python3.8-typing_extensions-3.7.4.3/lib/python3.8/site-packages (from aiohttp>=3.3.1->aiobotocore>=1.0.1->s3fs==0.5.2) (3.7.4.3)
Requirement already satisfied: idna>=2.0 in /nix/store/gcv25pc0zhxbj5p8z5h40s9n4wapwpbp-python3.8-idna-2.10/lib/python3.8/site-packages (from yarl<2.0,>=1.0->aiohttp>=3.3.1->aiobotocore>=1.0.1->s3fs==0.5.2) (2.10)
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->aiobotocore>=1.0.1->s3fs==0.5.2) (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->aiobotocore>=1.0.1->s3fs==0.5.2) (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->aiobotocore>=1.0.1->s3fs==0.5.2) (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->aiobotocore>=1.0.1->s3fs==0.5.2) (1.15.0)
Installing collected packages: s3fs
Successfully installed s3fs-0.5.2
/build/s3fs-0.5.2
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/7aixiyvq5q5i2gqfikzqgvddb5xw005l-python3.8-s3fs-0.5.2
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/7aixiyvq5q5i2gqfikzqgvddb5xw005l-python3.8-s3fs-0.5.2/lib
patching script interpreter paths in /nix/store/7aixiyvq5q5i2gqfikzqgvddb5xw005l-python3.8-s3fs-0.5.2
checking for references to /build/ in /nix/store/7aixiyvq5q5i2gqfikzqgvddb5xw005l-python3.8-s3fs-0.5.2...
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