-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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] Chip-Cert-Bins build failing to build in the bloaty section #35364
Comments
@andy31415 do you know if anything changed recently in the bloaty section ? . I know @tehampson added some apps recently and so did @rquidute but don't think that should cause this failure .
|
I had the same problem and I solved it with below.
This commit should also be reflected in chip-cert-bins |
Please look at this thread for more information, but pretty much what Amine. I am just summarizing discovered was: This is my understanding of the issue:
The work around suggested by @joyoungjun is what we need right now, but I think bloaty is working on a fix, maybe google/bloaty#384 is an alternative |
Let me try the workaround , maybe we should put the PR up also on the docker file in cert-bins if it works. |
FYI an issue has been opened at Bloaty: google/bloaty#386 |
Confirmed the workaround is good , put up a PR , Please review when you get a chance @andy31415 @Alami-Amine @tehampson . Thanks ! FYI @naveenkommareddi , we need to make sure this makes it before the SDK cutoff tomorrow. |
by the way @raju-apple, this fix is not needed anymore. issue fixed |
Reproduction steps
Tried to create a chip-cert-bins image using the following command and its failing in the bloat comparison tools section
docker buildx build --build-arg COMMITHASH=1d7477934bbfaaaba3556d60a617c071830acf42 --platform linux/arm64 --tag connectedhomeip/chip-cert-bins:1d7477934bbfaaaba3556d60a617c071830acf42 --push .
Failure
ERROR: failed to solve: process "/bin/sh -c set -x && git clone https://github.com/google/bloaty.git && mkdir -p bloaty/build && cd bloaty/build && cmake -G Ninja ../ && ninja && ninja install && cd ../.. && rm -rf bloaty && : # last line" did not complete successfully: exit code: 1
Bug prevalence
Every time
GitHub hash of the SDK that was being used
1d74779
Platform
other
Platform Version(s)
arm64
Anything else?
Attached full failure logs
bloaty_full_fail_logs.rtf.zip
The text was updated successfully, but these errors were encountered: