sof icon indicating copy to clipboard operation
sof copied to clipboard

[BUG] Fuzzer build broken upstream

Open cujomalainey opened this issue 1 year ago • 4 comments

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 https://github.com/google/oss-fuzz/pull/12027

cujomalainey avatar Oct 07 '24 22:10 cujomalainey

@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) ?

lgirdwood avatar Oct 15 '24 14:10 lgirdwood

@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

cujomalainey avatar Oct 15 '24 14:10 cujomalainey

@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.

lgirdwood avatar Oct 16 '24 12:10 lgirdwood

I added a hack to a oss fuzz PR to get around the limitation in zephyr, hopefully the upgrade finishes before this breaks https://github.com/google/oss-fuzz/pull/12607

cujomalainey avatar Oct 16 '24 21:10 cujomalainey

Work around implemented.

cujomalainey avatar Oct 31 '24 20:10 cujomalainey