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/2a784fe1ed2057095e61933e2277174f to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/2a784fe1ed2057095e61933e2277174f to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 3 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
@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.9.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/iljbzswjni8sr5b062103i9cqy8azak6-python3.9-aiobotocore-1.1.2/lib/python3.9/site-packages (from s3fs==0.5.2) (1.1.2)
Requirement already satisfied: fsspec>=0.8.0 in /nix/store/qzd48a6gspdvw186r7rjzk2wy8yng7ln-python3.9-fsspec-0.8.3/lib/python3.9/site-packages (from s3fs==0.5.2) (0.8.3)
Requirement already satisfied: aiohttp>=3.3.1 in /nix/store/az5ywrafyds621mxj3d48vj51wj1rhjj-python3.9-aiohttp-3.7.3/lib/python3.9/site-packages (from aiobotocore>=1.0.1->s3fs==0.5.2) (3.7.3)
Requirement already satisfied: botocore in /nix/store/ky0138ar65l9pg3famsc8a4ry00bzrry-python3.9-botocore-1.20.30/lib/python3.9/site-packages (from aiobotocore>=1.0.1->s3fs==0.5.2) (1.20.30)
Requirement already satisfied: aioitertools>=0.5.1 in /nix/store/i0g6dwb0rjhpgq592l6m581xnv9xmmf5-python3.9-aioitertools-0.7.1/lib/python3.9/site-packages (from aiobotocore>=1.0.1->s3fs==0.5.2) (0.7.1)
Requirement already satisfied: wrapt>=1.10.10 in /nix/store/gqmd0gxhdc538xajxj8jvriwfsi51qak-python3.9-wrapt-1.12.1/lib/python3.9/site-packages (from aiobotocore>=1.0.1->s3fs==0.5.2) (1.12.1)
Requirement already satisfied: chardet<4.0,>=2.0 in /nix/store/frg6y9pg35sl5zgcw4iwa518a8ady542-python3.9-chardet-3.0.4/lib/python3.9/site-packages (from aiohttp>=3.3.1->aiobotocore>=1.0.1->s3fs==0.5.2) (3.0.4)
Requirement already satisfied: yarl<2.0,>=1.0 in /nix/store/y396fl5xh7ka25b805m1gm3qljcszxs2-python3.9-yarl-1.6.3/lib/python3.9/site-packages (from aiohttp>=3.3.1->aiobotocore>=1.0.1->s3fs==0.5.2) (1.6.3)
Requirement already satisfied: multidict<7.0,>=4.5 in /nix/store/fq5lvwrxshq1fxriq1yb8jfph4njpbwj-python3.9-multidict-5.1.0/lib/python3.9/site-packages (from aiohttp>=3.3.1->aiobotocore>=1.0.1->s3fs==0.5.2) (5.1.0)
Requirement already satisfied: async-timeout<4.0,>=3.0 in /nix/store/m1zc04pp8wn6nrd1jv1ps36gx2maznj6-python3.9-async-timeout-3.0.1/lib/python3.9/site-packages (from aiohttp>=3.3.1->aiobotocore>=1.0.1->s3fs==0.5.2) (3.0.1)
Requirement already satisfied: typing-extensions>=3.6.5 in /nix/store/lxdpgx204z40gxgaxr256fy2x5643gvf-python3.9-typing_extensions-3.7.4.3/lib/python3.9/site-packages (from aiohttp>=3.3.1->aiobotocore>=1.0.1->s3fs==0.5.2) (3.7.4.3)
Requirement already satisfied: attrs>=17.3.0 in /nix/store/wfnzs2ws9n22pahajbhxbxg5yy0w0ahn-python3.9-attrs-20.3.0/lib/python3.9/site-packages (from aiohttp>=3.3.1->aiobotocore>=1.0.1->s3fs==0.5.2) (20.3.0)
Requirement already satisfied: idna>=2.0 in /nix/store/ay6akk6avwcfms1zjwbfi4ijkigybyf1-python3.9-idna-2.10/lib/python3.9/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: jmespath<1.0.0,>=0.7.1 in /nix/store/2l0m857161l7miirxsjj3wrqb8vzhcpc-python3.9-jmespath-0.10.0/lib/python3.9/site-packages (from botocore->aiobotocore>=1.0.1->s3fs==0.5.2) (0.10.0)
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->aiobotocore>=1.0.1->s3fs==0.5.2) (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->aiobotocore>=1.0.1->s3fs==0.5.2) (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->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/52vni1s7xi89da8xnmlj00ikscvl4f85-python3.9-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/52vni1s7xi89da8xnmlj00ikscvl4f85-python3.9-s3fs-0.5.2/lib
patching script interpreter paths in /nix/store/52vni1s7xi89da8xnmlj00ikscvl4f85-python3.9-s3fs-0.5.2
checking for references to /build/ in /nix/store/52vni1s7xi89da8xnmlj00ikscvl4f85-python3.9-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