Skip to content

Instantly share code, notes, and snippets.

@natsukium
Created June 8, 2024 13:14
Show Gist options
  • Save natsukium/29df4fa189644102139354458c53b710 to your computer and use it in GitHub Desktop.
Save natsukium/29df4fa189644102139354458c53b710 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 55 minutes | https://github.com/NixOS/nixpkgs/pull/318251
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
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
Running phase: unpackPhase
unpacking source archive /nix/store/bb913glvabwmmwy1mjs5vzsz41h4libc-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_params.py
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
Running phase: configurePhase
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
Running phase: buildPhase
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/lightparam
copying lightparam/__init__.py -> build/lib/lightparam
copying lightparam/core.py -> build/lib/lightparam
copying lightparam/param_qt.py -> build/lib/lightparam
copying lightparam/param_traits.py -> build/lib/lightparam
copying lightparam/utils.py -> build/lib/lightparam
creating build/lib/lightparam/gui
copying lightparam/gui/__init__.py -> build/lib/lightparam/gui
copying lightparam/gui/collapsible_widget.py -> build/lib/lightparam/gui
copying lightparam/gui/controls.py -> build/lib/lightparam/gui
copying lightparam/gui/precisionslider.py -> build/lib/lightparam/gui
copying lightparam/gui/qt_parametergui.py -> build/lib/lightparam/gui
creating build/lib/lightparam/widgets
copying lightparam/widgets/trait_widgets.py -> build/lib/lightparam/widgets
copying lightparam/widgets/__init__.py -> build/lib/lightparam/widgets
/nix/store/pcnc05acf3nz5wddjvlmbqmrgwpdjp4x-python3.12-setuptools-69.5.1/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
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/lightparam
copying build/lib/lightparam/__init__.py -> build/bdist.linux-x86_64/wheel/lightparam
copying build/lib/lightparam/core.py -> build/bdist.linux-x86_64/wheel/lightparam
copying build/lib/lightparam/param_qt.py -> build/bdist.linux-x86_64/wheel/lightparam
copying build/lib/lightparam/param_traits.py -> build/bdist.linux-x86_64/wheel/lightparam
copying build/lib/lightparam/utils.py -> build/bdist.linux-x86_64/wheel/lightparam
creating build/bdist.linux-x86_64/wheel/lightparam/gui
copying build/lib/lightparam/gui/__init__.py -> build/bdist.linux-x86_64/wheel/lightparam/gui
copying build/lib/lightparam/gui/collapsible_widget.py -> build/bdist.linux-x86_64/wheel/lightparam/gui
copying build/lib/lightparam/gui/controls.py -> build/bdist.linux-x86_64/wheel/lightparam/gui
copying build/lib/lightparam/gui/precisionslider.py -> build/bdist.linux-x86_64/wheel/lightparam/gui
copying build/lib/lightparam/gui/qt_parametergui.py -> build/bdist.linux-x86_64/wheel/lightparam/gui
creating build/bdist.linux-x86_64/wheel/lightparam/widgets
copying build/lib/lightparam/widgets/trait_widgets.py -> build/bdist.linux-x86_64/wheel/lightparam/widgets
copying build/lib/lightparam/widgets/__init__.py -> build/bdist.linux-x86_64/wheel/lightparam/widgets
running install_egg_info
running egg_info
creating lightparam.egg-info
writing lightparam.egg-info/PKG-INFO
writing dependency_links to lightparam.egg-info/dependency_links.txt
writing requirements to lightparam.egg-info/requires.txt
writing top-level names to lightparam.egg-info/top_level.txt
writing manifest file 'lightparam.egg-info/SOURCES.txt'
reading manifest file 'lightparam.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'lightparam.egg-info/SOURCES.txt'
Copying lightparam.egg-info to build/bdist.linux-x86_64/wheel/lightparam-0.4.6-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/lightparam-0.4.6.dist-info/WHEEL
creating 'dist/lightparam-0.4.6-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'lightparam/__init__.py'
adding 'lightparam/core.py'
adding 'lightparam/param_qt.py'
adding 'lightparam/param_traits.py'
adding 'lightparam/utils.py'
adding 'lightparam/gui/__init__.py'
adding 'lightparam/gui/collapsible_widget.py'
adding 'lightparam/gui/controls.py'
adding 'lightparam/gui/precisionslider.py'
adding 'lightparam/gui/qt_parametergui.py'
adding 'lightparam/widgets/__init__.py'
adding 'lightparam/widgets/trait_widgets.py'
adding 'lightparam-0.4.6.dist-info/LICENSE.txt'
adding 'lightparam-0.4.6.dist-info/METADATA'
adding 'lightparam-0.4.6.dist-info/WHEEL'
adding 'lightparam-0.4.6.dist-info/top_level.txt'
adding 'lightparam-0.4.6.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
Running phase: installPhase
Executing pypaInstallPhase
Successfully installed lightparam-0.4.6-py3-none-any.whl
Finished executing pypaInstallPhase
@nix { "action": "setPhase", "phase": "pythonOutputDistPhase" }
Running phase: pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
Running phase: fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/h8md327v6fd71nc03rxxqk6bb08qni9m-python3.12-lightparam-0.4.6
checking for references to /build/ in /nix/store/h8md327v6fd71nc03rxxqk6bb08qni9m-python3.12-lightparam-0.4.6...
patching script interpreter paths in /nix/store/h8md327v6fd71nc03rxxqk6bb08qni9m-python3.12-lightparam-0.4.6
stripping (with command strip and flags -S -p) in /nix/store/h8md327v6fd71nc03rxxqk6bb08qni9m-python3.12-lightparam-0.4.6/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/7h63kra1n0sakyy6lwb6wr9jwif3n6cs-python3.12-lightparam-0.4.6-dist
checking for references to /build/ in /nix/store/7h63kra1n0sakyy6lwb6wr9jwif3n6cs-python3.12-lightparam-0.4.6-dist...
patching script interpreter paths in /nix/store/7h63kra1n0sakyy6lwb6wr9jwif3n6cs-python3.12-lightparam-0.4.6-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
Running phase: installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
Running phase: pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
Running phase: pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
Running phase: pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Check whether the following modules can be imported: lightparam
@nix { "action": "setPhase", "phase": "setuptoolsCheckPhase" }
Running phase: setuptoolsCheckPhase
Executing setuptoolsCheckPhase
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
/nix/store/pcnc05acf3nz5wddjvlmbqmrgwpdjp4x-python3.12-setuptools-69.5.1/lib/python3.12/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
ir_d = dist.fetch_build_eggs(dist.install_requires)
/nix/store/pcnc05acf3nz5wddjvlmbqmrgwpdjp4x-python3.12-setuptools-69.5.1/lib/python3.12/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
tr_d = dist.fetch_build_eggs(dist.tests_require or [])
/nix/store/pcnc05acf3nz5wddjvlmbqmrgwpdjp4x-python3.12-setuptools-69.5.1/lib/python3.12/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
er_d = dist.fetch_build_eggs(
running egg_info
writing lightparam.egg-info/PKG-INFO
writing dependency_links to lightparam.egg-info/dependency_links.txt
writing requirements to lightparam.egg-info/requires.txt
writing top-level names to lightparam.egg-info/top_level.txt
reading manifest file 'lightparam.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'lightparam.egg-info/SOURCES.txt'
running build_ext
/nix/store/ajclm4kd87l5fqadcq8ixzs7hvslkxl5-setuptools-check-hook/nix-support/setup-hook: line 4: 225 Segmentation fault (core dumped) /nix/store/c7ycrgwv039nqglbif98yggx211sdbcl-python3-3.12.3/bin/python3.12 nix_run_setup test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment