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

[BUG] Fuzzer build broken upstream #9548

Open
cujomalainey opened this issue Oct 7, 2024 · 4 comments
Open

[BUG] Fuzzer build broken upstream #9548

cujomalainey opened this issue Oct 7, 2024 · 4 comments
Labels
bug Something isn't working as expected

Comments

@cujomalainey
Copy link
Member

Describe the bug
Due to zephyr's requirement to use > python3.10, the upstream docker container build has been broken for a few weeks. Looks like oss-fuzz failed file a bug reporting the issue.

To Reproduce
see oss-fuzz build logs

Reproduction Rate
100%

Expected behavior
A clear and concise description of what you expected to happen.

Impact
new code is not fuzzed and fixes are not being checked

Pending solution
google/oss-fuzz#12027

@cujomalainey cujomalainey added the bug Something isn't working as expected label Oct 7, 2024
@lgirdwood
Copy link
Member

@cujomalainey to be clear, do you mean the SOF docker container needs an update for Python ? or oss-fuzz container (as oss-fuzz has a fix link) ?

@cujomalainey
Copy link
Member Author

@cujomalainey to be clear, do you mean the SOF docker container needs an update for Python ? or oss-fuzz container (as oss-fuzz has a fix link) ?

Oss fuzz's container

@lgirdwood
Copy link
Member

@cujomalainey to be clear, do you mean the SOF docker container needs an update for Python ? or oss-fuzz container (as oss-fuzz has a fix link) ?

Oss fuzz's container

ok, but a good point in that I think our Docker containers are probably not asking for the updated Python directly, possibly inherit the value from other dependencies.

@cujomalainey
Copy link
Member Author

cujomalainey commented Oct 16, 2024

I added a hack to a oss fuzz PR to get around the limitation in zephyr, hopefully the upgrade finishes before this breaks google/oss-fuzz#12607

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

2 participants