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

ci: Multiple upstream breakages #3006

Closed
prasannavl opened this issue Aug 26, 2024 · 1 comment
Closed

ci: Multiple upstream breakages #3006

prasannavl opened this issue Aug 26, 2024 · 1 comment

Comments

@prasannavl
Copy link
Member

prasannavl commented Aug 26, 2024

Multiple CI breakages at the moment due to upstream:

  1. [Test] Issue related to eth_typing: eg: https://github.com/DeFiCh/ain/actions/runs/10553300726/job/29233375341?pr=3005
  2. [Fixed] [Test] Ubuntu 24.04+ - python native module compile issue: Dependency: python3-dev needed.
Building wheels for collected packages: lru-dict
  Building wheel for lru-dict (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for lru-dict (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [12 lines of output]
      running bdist_wheel
      running build
      running build_ext
      building 'lru' extension
      creating build
      creating build/temp.linux-x86_64-cpython-312
      clang-15 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -fPIC -I/home/pvl/src/defich/ain/build/pyenv/include -I/usr/include/python3.12 -c lru.c -o build/temp.linux-x86_64-cpython-312/lru.o
      lru.c:1:10: fatal error: 'Python.h' file not found
      #include <Python.h>
               ^~~~~~~~~~
      1 error generated.
      error: command '/usr/bin/clang-15' failed with exit code 1
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for lru-dict
Failed to build lru-dict
ERROR: Could not build wheels for lru-dict, which is required to install pyproject.toml-based projects
  1. [Fixed] [Compile] Rust compiler 1.80 broke backward compatibility due to inference: https://internals.rust-lang.org/t/type-inference-breakage-in-1-80-has-not-been-handled-well/21374
@prasannavl prasannavl changed the title ci: Multiple python related CI breakages ci: Multiple upstream breakages Aug 26, 2024
@DeFiCh DeFiCh deleted a comment Aug 26, 2024
@prasannavl
Copy link
Member Author

All of these are now fixed

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

No branches or pull requests

1 participant