board mps3_corstone300_fvp_ns fetching code from external repositories and failing in CI #81656
Labels
area: ARM
ARM (32-bit) Architecture
bug
The issue is a bug, or the PR is fixing a bug
priority: high
High impact/importance bug
Describe the bug
New board fetching code from external repositories in violation of zephyr rules and causing build issues in CI:
-- Build files have been written to: /__w/zephyr/zephyr/twister-out/mps3_corstone300_fvp_ns/samples/psa/persistent_key/sample.psa.persistent_key.tfm/tfm/lib/ext/ethos_u_core_driver-subbuild
[1/9] Creating directories for 'ethos_u_core_driver-populate'
[1/9] Performing download step (git clone) for 'ethos_u_core_driver-populate'
Cloning into 'ethos_u_core_driver-src'...
fatal: unable to access 'https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver/': The requested URL returned error: 503
Cloning into 'ethos_u_core_driver-src'...
fatal: unable to access 'https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver/': The requested URL returned error: 503
Cloning into 'ethos_u_core_driver-src'...
fatal: unable to access 'https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver/': The requested URL returned error: 503
-- Had to git clone more than once:
3 times.
CMake Error at ethos_u_core_driver-subbuild/ethos_u_core_driver-populate-prefix/tmp/ethos_u_core_driver-populate-gitclone.cmake:31 (message):
Failed to clone repository:
'https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver'
To Reproduce
https://github.com/zephyrproject-rtos/zephyr/actions/runs/11929471451/job/33248728397?pr=79931
Expected behavior
Builds and no dependency on external sources
Impact
Violation of zephyr project rules and CI failures.
Logs and console output
https://github.com/zephyrproject-rtos/zephyr/actions/runs/11929471451/job/33248728397?pr=79931
The text was updated successfully, but these errors were encountered: