Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 19, 2021 11:47
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/42fe6149a327132ae6a0194e22086595 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/42fe6149a327132ae6a0194e22086595 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/116831
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/p7s19p8gypv9zaq8568q3czqbkrlbjag-cookiecutter-1.7.2.tar.gz
source root is cookiecutter-1.7.2
setting SOURCE_DATE_EPOCH to timestamp 1587440023 of file cookiecutter-1.7.2/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@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/cookiecutter
copying cookiecutter/main.py -> build/lib/cookiecutter
copying cookiecutter/replay.py -> build/lib/cookiecutter
copying cookiecutter/extensions.py -> build/lib/cookiecutter
copying cookiecutter/cli.py -> build/lib/cookiecutter
copying cookiecutter/find.py -> build/lib/cookiecutter
copying cookiecutter/__init__.py -> build/lib/cookiecutter
copying cookiecutter/repository.py -> build/lib/cookiecutter
copying cookiecutter/vcs.py -> build/lib/cookiecutter
copying cookiecutter/prompt.py -> build/lib/cookiecutter
copying cookiecutter/zipfile.py -> build/lib/cookiecutter
copying cookiecutter/hooks.py -> build/lib/cookiecutter
copying cookiecutter/__main__.py -> build/lib/cookiecutter
copying cookiecutter/generate.py -> build/lib/cookiecutter
copying cookiecutter/log.py -> build/lib/cookiecutter
copying cookiecutter/environment.py -> build/lib/cookiecutter
copying cookiecutter/exceptions.py -> build/lib/cookiecutter
copying cookiecutter/utils.py -> build/lib/cookiecutter
copying cookiecutter/config.py -> build/lib/cookiecutter
running egg_info
writing cookiecutter.egg-info/PKG-INFO
writing dependency_links to cookiecutter.egg-info/dependency_links.txt
writing entry points to cookiecutter.egg-info/entry_points.txt
writing requirements to cookiecutter.egg-info/requires.txt
writing top-level names to cookiecutter.egg-info/top_level.txt
reading manifest file 'cookiecutter.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'AUTHORS.rst'
warning: no files found matching 'CONTRIBUTING.rst'
warning: no files found matching 'HISTORY.rst'
warning: no files found matching 'README.rst'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
writing manifest file 'cookiecutter.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/main.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/replay.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/extensions.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/cli.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/find.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/__init__.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/repository.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/vcs.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/prompt.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/zipfile.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/hooks.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/__main__.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/generate.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/log.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/environment.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/exceptions.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/utils.py -> build/bdist.linux-x86_64/wheel/cookiecutter
copying build/lib/cookiecutter/config.py -> build/bdist.linux-x86_64/wheel/cookiecutter
running install_egg_info
Copying cookiecutter.egg-info to build/bdist.linux-x86_64/wheel/cookiecutter-1.7.2-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/cookiecutter-1.7.2.dist-info/WHEEL
creating 'dist/cookiecutter-1.7.2-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'cookiecutter/__init__.py'
adding 'cookiecutter/__main__.py'
adding 'cookiecutter/cli.py'
adding 'cookiecutter/config.py'
adding 'cookiecutter/environment.py'
adding 'cookiecutter/exceptions.py'
adding 'cookiecutter/extensions.py'
adding 'cookiecutter/find.py'
adding 'cookiecutter/generate.py'
adding 'cookiecutter/hooks.py'
adding 'cookiecutter/log.py'
adding 'cookiecutter/main.py'
adding 'cookiecutter/prompt.py'
adding 'cookiecutter/replay.py'
adding 'cookiecutter/repository.py'
adding 'cookiecutter/utils.py'
adding 'cookiecutter/vcs.py'
adding 'cookiecutter/zipfile.py'
adding 'cookiecutter-1.7.2.dist-info/LICENSE'
adding 'cookiecutter-1.7.2.dist-info/METADATA'
adding 'cookiecutter-1.7.2.dist-info/WHEEL'
adding 'cookiecutter-1.7.2.dist-info/entry_points.txt'
adding 'cookiecutter-1.7.2.dist-info/top_level.txt'
adding 'cookiecutter-1.7.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/cookiecutter-1.7.2/dist /build/cookiecutter-1.7.2
Processing ./cookiecutter-1.7.2-py2.py3-none-any.whl
Requirement already satisfied: six>=1.10 in /nix/store/q62ngh3im96ljqjml5j6iaqzbq6daryy-python3.8-six-1.15.0/lib/python3.8/site-packages (from cookiecutter==1.7.2) (1.15.0)
Requirement already satisfied: MarkupSafe<2.0.0 in /nix/store/2n5gkqcyihpmn57314pb7frrbbcr1f28-python3.8-MarkupSafe-1.1.1/lib/python3.8/site-packages (from cookiecutter==1.7.2) (1.1.1)
Requirement already satisfied: click>=7.0 in /nix/store/d51dp89hah9d04s2dx25fx8fgvr93slw-python3.8-click-7.1.2/lib/python3.8/site-packages (from cookiecutter==1.7.2) (7.1.2)
Requirement already satisfied: python-slugify>=4.0.0 in /nix/store/l316a58b7rj6l4i0ij0jgzl27i9gyngl-python3.8-python-slugify-4.0.1/lib/python3.8/site-packages (from cookiecutter==1.7.2) (4.0.1)
Requirement already satisfied: Jinja2<3.0.0 in /nix/store/4ibd3kkxpvwh3cvzxs0z0bfvl1d0j7wv-python3.8-Jinja2-2.11.3/lib/python3.8/site-packages (from cookiecutter==1.7.2) (2.11.3)
Requirement already satisfied: requests>=2.23.0 in /nix/store/l8f4hijm41zy4adi78cw6fkyir3f3rn3-python3.8-requests-2.25.1/lib/python3.8/site-packages (from cookiecutter==1.7.2) (2.25.1)
Requirement already satisfied: binaryornot>=0.4.4 in /nix/store/bwcvvafl56980gpgznn7zwx0fkf522s3-python3.8-binaryornot-0.4.4/lib/python3.8/site-packages (from cookiecutter==1.7.2) (0.4.4)
Requirement already satisfied: jinja2-time>=0.2.0 in /nix/store/5y1ablg433ln5y05rwfp8bhm7wg1w4j1-python3.8-jinja2-time-0.2.0/lib/python3.8/site-packages (from cookiecutter==1.7.2) (0.2.0)
Requirement already satisfied: poyo>=0.5.0 in /nix/store/rbfny3m60cvsz7jc3r17py27nd8mwzd6-python3.8-poyo-0.5.0/lib/python3.8/site-packages (from cookiecutter==1.7.2) (0.5.0)
Requirement already satisfied: chardet>=3.0.2 in /nix/store/ywgq28kqk3jr1ax70cb4js8ziyccqv3q-python3.8-chardet-3.0.4/lib/python3.8/site-packages (from binaryornot>=0.4.4->cookiecutter==1.7.2) (3.0.4)
Requirement already satisfied: arrow in /nix/store/60zlp1qka1rm5ji43h6rk4jc783pnkxa-python3.8-arrow-1.0.3/lib/python3.8/site-packages (from jinja2-time>=0.2.0->cookiecutter==1.7.2) (1.0.3)
Requirement already satisfied: text-unidecode>=1.3 in /nix/store/1xbzi98w6rps38d62r6drh646k249i17-python3.8-text-unidecode-1.3/lib/python3.8/site-packages (from python-slugify>=4.0.0->cookiecutter==1.7.2) (1.3)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /nix/store/c3nv9ii9a8hjf2s463q9l74s6z8za6lm-python3.8-urllib3-1.26.3/lib/python3.8/site-packages (from requests>=2.23.0->cookiecutter==1.7.2) (1.26.3)
Requirement already satisfied: certifi>=2017.4.17 in /nix/store/254vcd1660z23qh7r3vcdc5wlzb4n6dp-python3.8-certifi-2020.12.5/lib/python3.8/site-packages (from requests>=2.23.0->cookiecutter==1.7.2) (2020.12.5)
Requirement already satisfied: idna<3,>=2.5 in /nix/store/9hnaj1ja3vvlqzsqw15lbkd04zran5mh-python3.8-idna-2.10/lib/python3.8/site-packages (from requests>=2.23.0->cookiecutter==1.7.2) (2.10)
Requirement already satisfied: python-dateutil>=2.7.0 in /nix/store/gw25zshrvnbazhlwkc4rflhqk252r24x-python3.8-python-dateutil-2.8.1/lib/python3.8/site-packages (from arrow->jinja2-time>=0.2.0->cookiecutter==1.7.2) (2.8.1)
Installing collected packages: cookiecutter
Successfully installed cookiecutter-1.7.2
/build/cookiecutter-1.7.2
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/azm03kg44x2va5r23a36w1am1prwl3b0-python3.8-cookiecutter-1.7.2
strip is /nix/store/cp1sa3xxvl71cypiinw2c62i5s33chlr-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/azm03kg44x2va5r23a36w1am1prwl3b0-python3.8-cookiecutter-1.7.2/lib /nix/store/azm03kg44x2va5r23a36w1am1prwl3b0-python3.8-cookiecutter-1.7.2/bin
patching script interpreter paths in /nix/store/azm03kg44x2va5r23a36w1am1prwl3b0-python3.8-cookiecutter-1.7.2
checking for references to /build/ in /nix/store/azm03kg44x2va5r23a36w1am1prwl3b0-python3.8-cookiecutter-1.7.2...
Rewriting #!/nix/store/yl69v76azrz4daiqksrhb8nnmdiqdjg9-python3-3.8.8/bin/python3.8 to #!/nix/store/yl69v76azrz4daiqksrhb8nnmdiqdjg9-python3-3.8.8
wrapping `/nix/store/azm03kg44x2va5r23a36w1am1prwl3b0-python3.8-cookiecutter-1.7.2/bin/cookiecutter'...
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