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

This branch adds a dockerized environment to reproduce the issues that the CI faced with Ubuntu 24.04 and secp256k1. #133

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

hoh
Copy link
Member

@hoh hoh commented Jun 21, 2024

Usage:

bash ./tests/test-ubuntu-24.04-docker.sh

Then use the upper arrow to run tests with hatch.

The error message:

  error: subprocess-exited-with-error
  
  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [53 lines of output]
      1.8.1
      Using bundled libsecp256k1
      running dist_info
      creating /tmp/pip-modern-metadata-w91_qifz/secp256k1.egg-info
      writing /tmp/pip-modern-metadata-w91_qifz/secp256k1.egg-info/PKG-INFO
      writing dependency_links to /tmp/pip-modern-metadata-w91_qifz/secp256k1.egg-info/dependency_links.txt
      writing requirements to /tmp/pip-modern-metadata-w91_qifz/secp256k1.egg-info/requires.txt
      writing top-level names to /tmp/pip-modern-metadata-w91_qifz/secp256k1.egg-info/top_level.txt
      writing manifest file '/tmp/pip-modern-metadata-w91_qifz/secp256k1.egg-info/SOURCES.txt'
      reading manifest file '/tmp/pip-modern-metadata-w91_qifz/secp256k1.egg-info/SOURCES.txt'
      reading manifest template 'MANIFEST.in'
      writing manifest file '/tmp/pip-modern-metadata-w91_qifz/secp256k1.egg-info/SOURCES.txt'
      creating '/tmp/pip-modern-metadata-w91_qifz/secp256k1-0.14.0.dist-info'
      Traceback (most recent call last):
        File "/root/.local/share/hatch/env/virtual/aleph-sdk-python/_erODJfD/testing/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
          main()
        File "/root/.local/share/hatch/env/virtual/aleph-sdk-python/_erODJfD/testing/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
          json_out['return_val'] = hook(**hook_input['kwargs'])
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/root/.local/share/hatch/env/virtual/aleph-sdk-python/_erODJfD/testing/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 149, in prepare_metadata_for_build_wheel
          return hook(metadata_directory, config_settings)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-o4tv6ok3/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 368, in prepare_metadata_for_build_wheel
          self.run_setup()
        File "/tmp/pip-build-env-o4tv6ok3/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 497, in run_setup
          super().run_setup(setup_script=setup_script)
        File "/tmp/pip-build-env-o4tv6ok3/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 313, in run_setup
          exec(code, locals())
        File "<string>", line 265, in <module>
        File "/tmp/pip-build-env-o4tv6ok3/overlay/lib/python3.12/site-packages/setuptools/__init__.py", line 103, in setup
          return distutils.core.setup(**attrs)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-o4tv6ok3/overlay/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 184, in setup
          return run_commands(dist)
                 ^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-o4tv6ok3/overlay/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 200, in run_commands
          dist.run_commands()
        File "/tmp/pip-build-env-o4tv6ok3/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
          self.run_command(cmd)
        File "/tmp/pip-build-env-o4tv6ok3/overlay/lib/python3.12/site-packages/setuptools/dist.py", line 976, in run_command
          super().run_command(command)
        File "/tmp/pip-build-env-o4tv6ok3/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
          cmd_obj.run()
        File "/tmp/pip-build-env-o4tv6ok3/overlay/lib/python3.12/site-packages/setuptools/command/dist_info.py", line 97, in run
          bdist_wheel = self.get_finalized_command('bdist_wheel')
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-o4tv6ok3/overlay/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 302, in get_finalized_command
          cmd_obj = self.distribution.get_command_obj(command, create)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-o4tv6ok3/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 862, in get_command_obj
          cmd_obj = self.command_obj[command] = klass(self)
                                                ^^^^^^^^^^^
      TypeError: 'NoneType' object is not callable
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

hoh and others added 3 commits June 21, 2024 15:06
…t the CI faced with Ubuntu 24.04 and secp256k1.

Usage:
```sh
bash ./tests/test-ubuntu-24.04-docker.sh
```

Then use the upper arrow to run tests with `hatch`.
to see if it fix install issue
@hoh
Copy link
Member Author

hoh commented Jun 25, 2024

See baking-bad/pytezos#370

@hoh
Copy link
Member Author

hoh commented Jul 15, 2024

Upstream to fix this in https://github.com/baking-bad/pytezos/pull/373/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants