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

aarch64 builds fail with "exec format error" #12670

Open
nwellnhof opened this issue Oct 30, 2024 · 2 comments
Open

aarch64 builds fail with "exec format error" #12670

nwellnhof opened this issue Oct 30, 2024 · 2 comments

Comments

@nwellnhof
Copy link
Contributor

libxml2 and apparently all other projects using aarch64 currently fail to build with the following error:

"compile-libfuzzer-address-aarch64": exec /usr/bin/bash: exec format error

Example logs:

@ligurio
Copy link
Contributor

ligurio commented Nov 1, 2024

Lua as well: https://oss-fuzz-build-logs.storage.googleapis.com/log-6d6db990-9cf1-4c9d-b2a2-9504a17e0d21.txt

<snipped>
Step #60: Already have image: gcr.io/oss-fuzz/lua
Finished Step #60
Starting Step #61 - "compile-libfuzzer-address-aarch64"
Step #61 - "compile-libfuzzer-address-aarch64": Already have image (with digest): gcr.io/cloud-builders/docker
Step #61 - "compile-libfuzzer-address-aarch64": exec /usr/bin/bash: exec format error
Finished Step #61 - "compile-libfuzzer-address-aarch64"
<snipped>

Seems it is broken since 10 Oct 2024.
Latest successfull log: https://oss-fuzz-build-logs.storage.googleapis.com/log-1c5fce49-0453-41a2-90d8-b21b635457c7.txt

ligurio added a commit to ligurio/oss-fuzz that referenced this issue Nov 3, 2024
DavidKorczynski pushed a commit that referenced this issue Nov 4, 2024
@jonathanmetzman
Copy link
Contributor

aarch64 isn't really supported. We are getting some new teammates, maybe one of them will have a mac and have more incentive to solve this problem.

ligurio added a commit to ligurio/oss-fuzz that referenced this issue Nov 18, 2024
Build on AArch64 is broken:

| Step google#52 - "compile-libfuzzer-address-aarch64": exec /usr/bin/bash: exec format error

The patch disable it temporarily.

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

No branches or pull requests

3 participants