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

twister build of samples/audio/sof/sample.audio.sof fails on most platforms #31153

Closed
galak opened this issue Jan 7, 2021 · 3 comments · Fixed by #31171
Closed

twister build of samples/audio/sof/sample.audio.sof fails on most platforms #31153

galak opened this issue Jan 7, 2021 · 3 comments · Fixed by #31171
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug
Milestone

Comments

@galak
Copy link
Collaborator

galak commented Jan 7, 2021

./scripts/twister -T samples/audio/sof/ -l

Gets a slew of errors like:

ERROR   - m2gl025_miv               samples/audio/sof/sample.audio.sof                 FAILED: Cmake build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/m2gl025_miv/samples/audio/sof/sample.audio.sof/build.log
INFO    - Total complete:    5/ 308   1%  skipped:   12, failed:    5ERROR   - Cmake build failure: /home/galak/git/zephyr/samples/audio/sof for minnowboard

ERROR   - minnowboard               samples/audio/sof/sample.audio.sof                 FAILED: Cmake build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/minnowboard/samples/audio/sof/sample.audio.sof/build.log
INFO    - Total complete:    6/ 308   1%  skipped:   12, failed:    6ERROR   - Cmake build failure: /home/galak/git/zephyr/samples/audio/sof for qemu_x86_64

ERROR   - qemu_x86_64               samples/audio/sof/sample.audio.sof                 FAILED: Cmake build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/qemu_x86_64/samples/audio/sof/sample.audio.sof/build.log
INFO    - Total complete:    7/ 308   2%  skipped:   12, failed:    7ERROR   - Cmake build failure: /home/galak/git/zephyr/samples/audio/sof for litex_vexriscv

...
INFO    - Total complete:  308/ 308  100%  skipped:   12, failed:  308
INFO    - 0 of 308 test configurations passed (0.00%), 308 failed, 12 skipped with 0 warnings in 26.35 seconds
INFO    - In total 308 test cases were executed, 12 skipped on 320 out of total 321 platforms (99.69%)
INFO    - 0 test configurations executed on platforms, 308 test configurations were only built.
INFO    - Saving reports...
INFO    - Writing xunit report /home/galak/git/zephyr/twister-out/twister.xml...
INFO    - Writing xunit report /home/galak/git/zephyr/twister-out/twister_report.xml...
INFO    - Writing JSON report /home/galak/git/zephyr/twister-out/twister.json
INFO    - Run completed

@galak galak added bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug labels Jan 7, 2021
@galak
Copy link
Collaborator Author

galak commented Jan 7, 2021

@nashif fyi.

@galak galak added this to the v2.5.0 milestone Jan 7, 2021
@erwango
Copy link
Member

erwango commented Jan 7, 2021

Same as #31143

@lgirdwood
Copy link
Collaborator

@nashif @galak we probably need a ifdef INTEL_CAVS_FAMILY around SOF atm as today it only builds against certain xtensa SoCs.
Fwiw, @lyakh is doing some updates to make the code fully generic in time for SOF 1.7 and Zephyr 2.5 (there are some drivers/arch code that is getting pulled to the SOF build in some places).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants