-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: highHigh impact/importance bugHigh impact/importance bug
Description
Describe the bug
Building the sample psa/its fails because a git repo is not available.
To Reproduce
west build --build-dir build/tfm --board mps3/corstone310/fvp/ns zephyr/samples/psa/its/
Expected behavior
successful build
Impact
CI is broken:
- Replace runtime checks with buildtime asserts in iCE40 #81560
- Fix SPI load mode of the FPGA iCE40 #81212
- subsystem: bluetooth: Fix uninitialized variable #81633
- nrf_usbd_common: Do not trigger DMA in low power mode #81596
- drivers: fpga: fixup for renesas slg471X5 #81568
- bluetooth: buf: Add a callback for freed buffer in rx pool #81646
- dtsi: espressif: fix dts build warnings #81654
- tests: posix: common: separate posix c_lib_ext to standalone test #81441
- dts: arm: rpi_pico: remove #define from dts #81196
- drivers: i3c: Support I3C driver for STM32. #81190
- Bluetooth: Host: Remove deprecated HCI driver API #81618
Logs and console output
[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: 502
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: 502
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: 502
-- 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:39 (message):
Failed to clone repository:
'https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver'
Environment
Zephyr version 3364a35
rruuaanng
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: highHigh impact/importance bugHigh impact/importance bug