Skip to content

PR tests are failing: FVP_MPS2_xxx - IAR assembly returns error #10832

Closed
@0xc0170

Description

@0xc0170

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions