Closed
Description
Description
Couple of latest CI tests overnight failed. Also nightly: http://mbed-os-ci.s3-website-eu-west-1.amazonaws.com/?prefix=jenkins-ci/ARMmbed/mbed-os/mbed-os-ci-nightly/artifacts/master/239/build-IAR/FAIL/
Looks like latest PR within a day introduced this or change in CI config?
Locally, if I invoke mbed test -m FVP_MPS2_M0 -t iar -n tests-mbedmicro-mbed-cpp --compile
, no build errors. However, once I add few macros our CI uses (stats), I get similar cmain.S error - the only addition is I get an error
mbed test -m FVP_MPS2_M0 -t iar -n tests-mbedmicro-mbed-cpp --compile
....
Build successes:
* FVP_MPS2_M0::IAR::MBED-BUILD
* FVP_MPS2_M0::IAR::TESTS-MBEDMICRO-MBED-CPP
mbed test -m FVP_MPS2_M0 -t iar -n tests-mbedmicro-mbed-cpp --compile -DMBED_HEAP_STATS_ENABLED=1 -DMBED_STACK_STATS_ENABLED=1 -DMBED_TRAP_ERRORS_ENABLED=1 -DMBED_ALL_STATS_ENABLED -DSKIP_TIME_DRIFT_TESTS=1
...
Compile [ 83.9%]: Dir.cpp
Compile [ 84.0%]: FlashSimBlockDevice.cpp
Compile [ 84.2%]: mbed_mpu_v8m.c
Compile [ 84.3%]: cmain.S
'_queue.SimpleQueue' object has no attribute 'queue'
Failed to build library
cc @ARMmbed/mbed-os-test @jamesbeyond (not certain why only FVP targets are triggering this error)
Issue request type
[ ] Question
[ ] Enhancement
[X] Bug