-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate 2 for mbed-os-5.9.0 #7122
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
Conversation
In case when base tick count is different than next tick count check first if the difference is equal to 1 tick (this is what we are looking for) if not then decrease the tick count. Repeat counting process few times before incrementing the number of cycles in case when base tick count is equal to next tick count.
…. Corrected instance of hard-coded unix path separator.
Remove additional redundant libraries, that were accidently added in merges
… iteration over values. Py3 no longer supports dictionaries that self-modify their item lists during iteration.
…art of test that was incompatible with Py3 on Windows.
… a BufferedReader instead of a file.
/morph build |
Build : SUCCESSBuild number : 2242 Triggering tests/morph test |
Test : SUCCESSBuild number : 2032 |
/morph mbed2-release |
mbed2 release command has to only morph command in the comment for it to get triggered |
Build : SUCCESSBuild number : 2243 Triggering tests/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
Test : SUCCESSBuild number : 2033 |
Exporter Build : SUCCESSBuild number : 1867 |
/morph build |
Build : SUCCESSBuild number : 2244 Triggering tests/morph test |
Test : SUCCESSBuild number : 2034 |
Exporter Build : SUCCESSBuild number : 1868 |
@TomoYamanaka @toyowata Do you think you could take a look at these issues today? It's not apparent because the last build didn't report properly, but the most recent ci-morph-mbed2-build job failed, with only the Cortex-A devices not building. I've attached a few of the logs that have caused the failure. The failure is compiler agnostic, and appears to be rooted in a requirement on mbed_rtx_conf.h. Reproduction of the error is actually quite simple. Checkin out this PR branch, and running the command in the logs results in the failure. For reference, the following is what I use whenever I need to check out a specific branch:
Any help and/or insight y'all could provide would be helpful as we're trying to get this out ASAP. We have the extreme option of removing Mbed 2 support for the devices, but of course we'd like to avoid this if at all possible. |
Notifier should be passed to build libs functions, otherwise it's none and fails. Missing notify object in toolchain also fixed.
it was removed recently, not used anymore
fixed on master. I changed the label version for the fix, should be here. And also another PR. We need to run release candidate script once more, should pick up 3 more commits. I can build with those 3 additional commits locally (tested few toolchains, RZ A1H, and few other targets).
Resolved on master, will be also here once we add 3 additional commits. |
/morph build |
Build : SUCCESSBuild number : 2245 Triggering tests/morph test |
/morph mbed2-release Update: I should have restarted build not release 😖 will fix |
/morph mbed2-build |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
mbed2 still failing, several Nucleo boards.
|
@ARMmbed/team-st-mcd Please review above failure. I was able to reproduce this on master, a bug in rtc implementation, I am investigating. |
Tracking issue with details: #7140 |
Exporter Build : SUCCESSBuild number : 1871 |
Hi |
Test results : http://mbed-os-logs.s3-website-us-west-1.amazonaws.com/?prefix=logs/7122/2035 Comment from CI failed with following traceback hinting github server issue
|
No description provided.