-
-
Notifications
You must be signed in to change notification settings - Fork 415
Open
Labels
status: waiting for informationMore information must be provided before work can proceedMore information must be provided before work can proceedtopic: infrastructureRelated to project infrastructureRelated to project infrastructuretype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Bug Report
Current behavior
task dist:Linux_32bit &> build_linux_32bit.log
I'm trying to compile it for Linux 32bit.
The compilation fails with error code 1 (log file attached below).
Expected behavior
The source code is compiled into the binaries with no errors.
Environment
-
CLI version (output of
arduino-cli version
):
0.18.3 -
OS and platform:
macos mojave (10.14.6)
Additional context
Here is the build log:
build_linux_32bit.log
PS. Let me know if i can help with anything.
Metadata
Metadata
Assignees
Labels
status: waiting for informationMore information must be provided before work can proceedMore information must be provided before work can proceedtopic: infrastructureRelated to project infrastructureRelated to project infrastructuretype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
silvanocerza commentedon Jul 23, 2021
Hi @4ntoine, sorry but the log file seems completely mangled after line 83, this is what I see:
Sadly I can't help much without the log. 😕
4ntoine commentedon Jul 23, 2021
Here is the file for 64 bit:
build_linux_64bit.log
4ntoine commentedon Jul 23, 2021
@silvanocerza that's right, that's the output i have. Anything i should do instead?
4ntoine commentedon Jul 23, 2021
[-]Build failure for Linux 64[/-][+]Build failure for Linux on Mac[/+]silvanocerza commentedon Jul 23, 2021
I just tried building on OS X and it's failing for me too but the output at least is readable.
Am on an M1 with Big Sur 11.4, so it's possible that it's not the same issue you're having. 🤔
silvanocerza commentedon Jul 23, 2021
Ah! This might be a Taskfile issue I think, running
task dist:Linux_64bit
prints the output correctly in the terminal but piping it to a file mangles it.Can you try running it without piping?
4ntoine commentedon Jul 23, 2021
That's pretty much the same:
4ntoine commentedon Jul 26, 2021
Any assistance needed from my side on this?
4ntoine commentedon Jul 26, 2021
having the same issue with 0.18.2
silvanocerza commentedon Jul 26, 2021
Am not working on this right now really, we have other things with higher priority and this is not a huge blocking issue so it doesn't concern me much for now.
If I'll need any info from your side I'll let you know.
Thanks for reporting it by the way. 🙏
4ntoine commentedon Oct 4, 2021
I've just tried to build "0.19.0" on mac Big Sur 11.6 with Docker version 20.10.7, build f0df350 and having the same issue:
build_linux_64bit.2.log.zip
4ntoine commentedon Oct 5, 2021
same for
task dist:macOS_64bit
silvanocerza commentedon Feb 10, 2022
This might be related: actions/runner-images#2619.
Further investigation is required.
umbynos commentedon Dec 14, 2022
Hi @4ntoine does this still happens?