Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 09:37
Show Gist options
  • Save r-rmcgibbo/9e9bcedf91da67f9c6ed6f65bb99ff6c to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/9e9bcedf91da67f9c6ed6f65bb99ff6c to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 9 seconds | https://github.com/NixOS/nixpkgs/pull/116710
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/70vcrhz0d78gh749by5fbsl9qxs0zplp-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/simplejson/tool.py
@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.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/simplejson
copying simplejson/encoder.py -> build/lib.linux-x86_64-3.8/simplejson
copying simplejson/scanner.py -> build/lib.linux-x86_64-3.8/simplejson
copying simplejson/tool.py -> build/lib.linux-x86_64-3.8/simplejson
copying simplejson/__init__.py -> build/lib.linux-x86_64-3.8/simplejson
copying simplejson/errors.py -> build/lib.linux-x86_64-3.8/simplejson
copying simplejson/ordered_dict.py -> build/lib.linux-x86_64-3.8/simplejson
copying simplejson/decoder.py -> build/lib.linux-x86_64-3.8/simplejson
copying simplejson/compat.py -> build/lib.linux-x86_64-3.8/simplejson
copying simplejson/raw_json.py -> build/lib.linux-x86_64-3.8/simplejson
creating build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_for_json.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_indent.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_check_circular.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_dump.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_decode.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_encode_basestring_ascii.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_errors.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_encode_for_html.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_unicode.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_tuple.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_pass1.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/__init__.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_iterable.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_namedtuple.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_scanstring.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_recursion.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_subclass.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_tool.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_separators.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_raw_json.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_pass3.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_float.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_default.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_bitsize_int_as_string.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_item_sort_key.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_bigint_as_string.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_str_subclass.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_pass2.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_speedups.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_fail.py -> build/lib.linux-x86_64-3.8/simplejson/tests
copying simplejson/tests/test_decimal.py -> build/lib.linux-x86_64-3.8/simplejson/tests
running build_ext
building 'simplejson._speedups' extension
creating build/temp.linux-x86_64-3.8
creating build/temp.linux-x86_64-3.8/simplejson
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/include/python3.8 -c simplejson/_speedups.c -o build/temp.linux-x86_64-3.8/simplejson/_speedups.o
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.11/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.6.0.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.2.5/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.3/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.19/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.34.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-6.3p08/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-1.1.1j/lib build/temp.linux-x86_64-3.8/simplejson/_speedups.o -L/nix/store/sjifaa6ykigz6jxdmgvdnyp36yq7zkbr-python3-3.8.8/lib -o build/lib.linux-x86_64-3.8/simplejson/_speedups.cpython-38-x86_64-linux-gnu.so
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/simplejson
copying build/lib.linux-x86_64-3.8/simplejson/encoder.py -> build/bdist.linux-x86_64/wheel/simplejson
copying build/lib.linux-x86_64-3.8/simplejson/scanner.py -> build/bdist.linux-x86_64/wheel/simplejson
creating build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_for_json.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_indent.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_check_circular.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_dump.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_decode.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_encode_basestring_ascii.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_errors.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_encode_for_html.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_unicode.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_tuple.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_pass1.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/__init__.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_iterable.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_namedtuple.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_scanstring.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_recursion.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_subclass.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_tool.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_separators.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_raw_json.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_pass3.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_float.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_default.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_bitsize_int_as_string.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_item_sort_key.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_bigint_as_string.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_str_subclass.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_pass2.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_speedups.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_fail.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tests/test_decimal.py -> build/bdist.linux-x86_64/wheel/simplejson/tests
copying build/lib.linux-x86_64-3.8/simplejson/tool.py -> build/bdist.linux-x86_64/wheel/simplejson
copying build/lib.linux-x86_64-3.8/simplejson/__init__.py -> build/bdist.linux-x86_64/wheel/simplejson
copying build/lib.linux-x86_64-3.8/simplejson/errors.py -> build/bdist.linux-x86_64/wheel/simplejson
copying build/lib.linux-x86_64-3.8/simplejson/ordered_dict.py -> build/bdist.linux-x86_64/wheel/simplejson
copying build/lib.linux-x86_64-3.8/simplejson/_speedups.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/simplejson
copying build/lib.linux-x86_64-3.8/simplejson/decoder.py -> build/bdist.linux-x86_64/wheel/simplejson
copying build/lib.linux-x86_64-3.8/simplejson/compat.py -> build/bdist.linux-x86_64/wheel/simplejson
copying build/lib.linux-x86_64-3.8/simplejson/raw_json.py -> build/bdist.linux-x86_64/wheel/simplejson
running install_egg_info
running egg_info
creating simplejson.egg-info
writing simplejson.egg-info/PKG-INFO
writing dependency_links to simplejson.egg-info/dependency_links.txt
writing top-level names to simplejson.egg-info/top_level.txt
writing manifest file 'simplejson.egg-info/SOURCES.txt'
reading manifest file 'simplejson.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'simplejson.egg-info/SOURCES.txt'
Copying simplejson.egg-info to build/bdist.linux-x86_64/wheel/simplejson-3.17.2-py3.8.egg-info
running install_scripts
adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/simplejson-3.17.2.dist-info/WHEEL
creating 'dist/simplejson-3.17.2-cp38-cp38-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'simplejson/__init__.py'
adding 'simplejson/_speedups.cpython-38-x86_64-linux-gnu.so'
adding 'simplejson/compat.py'
adding 'simplejson/decoder.py'
adding 'simplejson/encoder.py'
adding 'simplejson/errors.py'
adding 'simplejson/ordered_dict.py'
adding 'simplejson/raw_json.py'
adding 'simplejson/scanner.py'
adding 'simplejson/tool.py'
adding 'simplejson/tests/__init__.py'
adding 'simplejson/tests/test_bigint_as_string.py'
adding 'simplejson/tests/test_bitsize_int_as_string.py'
adding 'simplejson/tests/test_check_circular.py'
adding 'simplejson/tests/test_decimal.py'
adding 'simplejson/tests/test_decode.py'
adding 'simplejson/tests/test_default.py'
adding 'simplejson/tests/test_dump.py'
adding 'simplejson/tests/test_encode_basestring_ascii.py'
adding 'simplejson/tests/test_encode_for_html.py'
adding 'simplejson/tests/test_errors.py'
adding 'simplejson/tests/test_fail.py'
adding 'simplejson/tests/test_float.py'
adding 'simplejson/tests/test_for_json.py'
adding 'simplejson/tests/test_indent.py'
adding 'simplejson/tests/test_item_sort_key.py'
adding 'simplejson/tests/test_iterable.py'
adding 'simplejson/tests/test_namedtuple.py'
adding 'simplejson/tests/test_pass1.py'
adding 'simplejson/tests/test_pass2.py'
adding 'simplejson/tests/test_pass3.py'
adding 'simplejson/tests/test_raw_json.py'
adding 'simplejson/tests/test_recursion.py'
adding 'simplejson/tests/test_scanstring.py'
adding 'simplejson/tests/test_separators.py'
adding 'simplejson/tests/test_speedups.py'
adding 'simplejson/tests/test_str_subclass.py'
adding 'simplejson/tests/test_subclass.py'
adding 'simplejson/tests/test_tool.py'
adding 'simplejson/tests/test_tuple.py'
adding 'simplejson/tests/test_unicode.py'
adding 'simplejson-3.17.2.dist-info/LICENSE.txt'
adding 'simplejson-3.17.2.dist-info/METADATA'
adding 'simplejson-3.17.2.dist-info/WHEEL'
adding 'simplejson-3.17.2.dist-info/top_level.txt'
adding 'simplejson-3.17.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/source/dist /build/source
Processing ./simplejson-3.17.2-cp38-cp38-linux_x86_64.whl
Installing collected packages: simplejson
Successfully installed simplejson-3.17.2
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/bnglldqdnhmxyy5rrpc631pcqz3n5bcx-python3.8-simplejson-3.17.2
shrinking /nix/store/bnglldqdnhmxyy5rrpc631pcqz3n5bcx-python3.8-simplejson-3.17.2/lib/python3.8/site-packages/simplejson/_speedups.cpython-38-x86_64-linux-gnu.so
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/bnglldqdnhmxyy5rrpc631pcqz3n5bcx-python3.8-simplejson-3.17.2/lib
patching script interpreter paths in /nix/store/bnglldqdnhmxyy5rrpc631pcqz3n5bcx-python3.8-simplejson-3.17.2
checking for references to /build/ in /nix/store/bnglldqdnhmxyy5rrpc631pcqz3n5bcx-python3.8-simplejson-3.17.2...
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
Check whether the following modules can be imported: simplejson
@nix { "action": "setPhase", "phase": "pytestCheckPhase" }
pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform linux -- Python 3.8.8, pytest-6.2.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/source
collecting ...
collecting 120 items
collected 140 items
simplejson/tests/test_bigint_as_string.py .... [ 2%]
simplejson/tests/test_bitsize_int_as_string.py ...... [ 7%]
simplejson/tests/test_check_circular.py ..... [ 10%]
simplejson/tests/test_decimal.py ...... [ 15%]
simplejson/tests/test_decode.py ........... [ 22%]
simplejson/tests/test_default.py . [ 23%]
simplejson/tests/test_dump.py .............. [ 33%]
simplejson/tests/test_encode_basestring_ascii.py ... [ 35%]
simplejson/tests/test_encode_for_html.py .... [ 38%]
simplejson/tests/test_errors.py ..... [ 42%]
simplejson/tests/test_fail.py ... [ 44%]
simplejson/tests/test_float.py ..... [ 47%]
simplejson/tests/test_for_json.py ........... [ 55%]
simplejson/tests/test_indent.py ... [ 57%]
simplejson/tests/test_item_sort_key.py ... [ 60%]
simplejson/tests/test_iterable.py . [ 60%]
simplejson/tests/test_namedtuple.py ...... [ 65%]
simplejson/tests/test_pass1.py . [ 65%]
simplejson/tests/test_pass2.py . [ 66%]
simplejson/tests/test_pass3.py . [ 67%]
simplejson/tests/test_raw_json.py .... [ 70%]
simplejson/tests/test_recursion.py ... [ 72%]
simplejson/tests/test_scanstring.py ..... [ 75%]
simplejson/tests/test_separators.py . [ 76%]
simplejson/tests/test_speedups.py sssssss [ 81%]
simplejson/tests/test_str_subclass.py . [ 82%]
simplejson/tests/test_subclass.py .. [ 83%]
simplejson/tests/test_tool.py ... [ 85%]
simplejson/tests/test_tuple.py .. [ 87%]
simplejson/tests/test_unicode.py .................. [100%]
======================== 133 passed, 7 skipped in 2.63s ========================
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