Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index state #5856

Merged
merged 1 commit into from
May 29, 2024

Update index state

36985ac
Select commit
Loading
Failed to load commit list.
Merged

Update index state #5856

Update index state
36985ac
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/hydra-build:x86_64-darwin.nonrequired succeeded May 29, 2024 in 0s

Build succeeded

1 failed steps

Details

Failed Steps

Step 48

Derivation

/nix/store/bs7a183sh7li4q73x5l6zi31093l9pdc-python3.10-cardano-lib-py-1.0.0.drv

Log

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 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
unpacking sources
unpacking source archive /nix/store/yg85rw5h3ys88jlyj0294g069w1mwnz5-cardanolib-py
source root is cardanolib-py
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file cardanolib-py/setup.py
patching sources
configuring
no configure script, doing nothing
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
copying cardanolib.py -> build/lib
/nix/store/5z89pyfkd1s3lhd1nds7ldjp4cyy0izz-python3.10-setuptools-68.0.0/lib/python3.10/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.macosx-10.12-x86_64/wheel
running install
running install_lib
creating build/bdist.macosx-10.12-x86_64
creating build/bdist.macosx-10.12-x86_64/wheel
copying build/lib/cardanolib.py -> build/bdist.macosx-10.12-x86_64/wheel
running install_egg_info
running egg_info
creating cardanolib_py.egg-info
writing cardanolib_py.egg-info/PKG-INFO
writing dependency_links to cardanolib_py.egg-info/dependency_links.txt
writing top-level names to cardanolib_py.egg-info/top_level.txt
writing manifest file 'cardanolib_py.egg-info/SOURCES.txt'
reading manifest file 'cardanolib_py.egg-info/SOURCES.txt'
writing manifest file 'cardanolib_py.egg-info/SOURCES.txt'
Copying cardanolib_py.egg-info to build/bdist.macosx-10.12-x86_64/wheel/cardanolib_py-1.0.0-py3.10.egg-info
running install_scripts
creating build/bdist.macosx-10.12-x86_64/wheel/cardanolib_py-1.0.0.dist-info/WHEEL
creating 'dist/cardanolib_py-1.0.0-py3-none-any.whl' and adding 'build/bdist.macosx-10.12-x86_64/wheel' to it
adding 'cardanolib.py'
adding 'cardanolib_py-1.0.0.dist-info/METADATA'
adding 'cardanolib_py-1.0.0.dist-info/WHEEL'
adding 'cardanolib_py-1.0.0.dist-info/top_level.txt'
adding 'cardanolib_py-1.0.0.dist-info/RECORD'
removing build/bdist.macosx-10.12-x86_64/wheel
Finished executing setuptoolsBuildPhase
installing
Executing pypaInstallPhase
Successfully installed cardanolib_py-1.0.0-py3-none-any.whl
Finished executing pypaInstallPhase
pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
post-installation fixup
checking for references to /private/tmp/nix-build-python3.10-cardano-lib-py-1.0.0.drv-0/ in /nix/store/59iyvz8rf0jq0b753hc2wd1bzf581xc6-python3.10-cardano-lib-py-1.0.0...
patching script interpreter paths in /nix/store/59iyvz8rf0jq0b753hc2wd1bzf581xc6-python3.10-cardano-lib-py-1.0.0
stripping (with command strip and flags -S) in  /nix/store/59iyvz8rf0jq0b753hc2wd1bzf581xc6-python3.10-cardano-lib-py-1.0.0/lib
checking for references to /private/tmp/nix-build-python3.10-cardano-lib-py-1.0.0.drv-0/ in /nix/store/h5fgw2gv1wsyw32awz6naazls3apqrl5-python3.10-cardano-lib-py-1.0.0-dist...
patching script interpreter paths in /nix/store/h5fgw2gv1wsyw32awz6naazls3apqrl5-python3.10-cardano-lib-py-1.0.0-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
running install tests
no Makefile or custom installCheckPhase, doing nothing
pythonCatchConflictsPhase
/nix/store/q2zpnf017gccs9w9mb0ikdqhkf0k5v82-catch_conflicts.py:1: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  import pkg_resources
pythonRemoveBinBytecodePhase
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
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/5z89pyfkd1s3lhd1nds7ldjp4cyy0izz-python3.10-setuptools-68.0.0/lib/python3.10/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`.
        ********************************************************************************

!!
  ir_d = dist.fetch_build_eggs(dist.install_requires)
/nix/store/5z89pyfkd1s3lhd1nds7ldjp4cyy0izz-python3.10-setuptools-68.0.0/lib/python3.10/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`.
        ********************************************************************************

!!
  tr_d = dist.fetch_build_eggs(dist.tests_require or [])
/nix/store/5z89pyfkd1s3lhd1nds7ldjp4cyy0izz-python3.10-setuptools-68.0.0/lib/python3.10/site-packages/setuptools/command/test.py:196: _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 cardanolib_py.egg-info/PKG-INFO
writing dependency_links to cardanolib_py.egg-info/dependency_links.txt
writing top-level names to cardanolib_py.egg-info/top_level.txt
reading manifest file 'cardanolib_py.egg-info/SOURCES.txt'
writing manifest file 'cardanolib_py.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
Finished executing setuptoolsCheckPhase