-
Notifications
You must be signed in to change notification settings - Fork 18k
affected/package: fuzzer #63442
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
Comments
Sorry this is so incomplete, please lmk what else you need.
|
I think we'll want the actual compiler invocations oss-fuzz is using. It appears that oss-fuzz is using https://github.com/AdamKorcz/go-118-fuzz-build to build rather than going through cmd/go. |
here is what it runs, from strace (oss-fuzz doesn't make it easy), after it does a lot of setup: docker the u-root command runs gobusybox and then exec's go to build it all. I'll keep digging. |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
What version of Go are you using (
go version
)?it's pretty much impossible to tell, the fuzzer is not forthcoming.
Does this issue reproduce with the latest release?
I guess so?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Trying to repro httpsoss-fuzz-build-logs.storage.googleapis.com/log-882ee784-ffad-40b1-a698-7aa86cbcde00.txt
We've got a ton of these coming through, but it's very hard to understand what it's trying to tell us.
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=62420
They suggest this command
python infra/helper.py build_fuzzers --sanitizer address --engine libfuzzer --architecture x86_64 u-root
What did you expect to see?
I actually don't know, the fuzzer docs are very confusing.
What did you see instead?
command-line-arguments
: internal compiler error: have package "main" (0xc0001802d0), want package "github.com/u-root/u-root/cmds/boot/localboot" (0xc0004b9540)
Please file a bug report including a short program that triggers the error.
https://go.dev/issue/new
2023/10/07 20:09:00 failed to build packages:exit status 1
ERROR:main:Building fuzzers failed.
It said to file a bug, so I did.
The text was updated successfully, but these errors were encountered: