clusterfuzzlite icon indicating copy to clipboard operation
clusterfuzzlite copied to clipboard

Failing to build python project

Open AdamKorcz opened this issue 2 years ago • 1 comments

This CFL setup is breaking in the build process on this line.

The build works fine on OSS-Fuzz but fails to complete in the CI.

Stacktrace from the log:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/lib/python3.8/site-packages/atheris/__init__.py", line 17, in <module>
    from typing import List
  File "/src/pydantic/typing.py", line 4, in <module>
    from typing import (  # type: ignore
ImportError: cannot import name 'TYPE_CHECKING' from partially initialized module 'typing' (most likely due to a circular import) (/src/pydantic/typing.py)```

AdamKorcz avatar Aug 03 '22 16:08 AdamKorcz

Is this still a problem?

jonathanmetzman avatar Aug 25 '22 13:08 jonathanmetzman