-
Notifications
You must be signed in to change notification settings - Fork 7.5k
lib: uuid: libraries.uuid.base fails #89198
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
Not fixed by that commit |
@dantti would you mind checking this failure? |
I can try next week, would testing on an ESP32 work? that's the only thing I have, still it would be really odd if my change break these tests, @katgiadla did you git bisect? |
Sure, that works. Hopefully we can repro this with another SoC. If not I will look at it myself, since I obviously have the board (I work for Nordic). |
yes, I have done git bisect update: I've bisected once again and update commit, which could be probably root cause of issue. |
@tomi-font the bisected SHA points to a TF-M update, could this be causing the failure? |
Interesting. Not impossible, though I'm wondering how could TF-M influence the UUID library. I can have a look at some point. |
I looked into this, and indeed the test starts failing after the TF-M update. The TF-M update updates Mbed TLS to 3.6.3 in TF-M, which brings some changes to the configuration of the MD module in Mbed TLS: https://github.com/zephyrproject-rtos/trusted-firmware-m/pull/130/files#diff-f099753872f927fda4221b05411176ec1197002d8f2d4d58399de5ee02edb02bR54-R169 The failing test tests @valeriosetti, as it's your commit which introduced the behavior change in Mbed TLS and I think you have been in talks of improving the Zephyr => TF-M configuration, maybe there's something you could do here? Or if you have other solution suggestions? In the meantime this failure is "expected". |
Sorry for the delay, but I just looked at this now. Side note: UUID library should not use |
Based on the discussion above I created #90372 to prevent this test from being executed on TF-M platforms. |
Thanks @tomi-font and @valeriosetti for the analysis and fix. |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
The test
tests/lib/uuid/libraries.uuid.base
fails.Observed for
nrf5340dk/nrf5340/cpuapp/ns
nrf9160dk@0.14.0/nrf9160/ns
To Reproduce
Steps to reproduce the behavior:
nrf5340dk/nrf5340
connected./scripts/twister -s libraries.uuid.base -p nrf5340dk/nrf5340/cpuapp/ns --device-testing --device-serial /dev/ttyACM1 -v --inline-logs --west-flash="--erase"
Expected behavior
Valid console output
Impact
Not clear
Logs and console output
Environment (please complete the following information):
Additional information:
Probably introducedy by commit dfd0dd0
The text was updated successfully, but these errors were encountered: