Started by upstream project "master-no2bootloader" build number 1443 originally caused by: Started by timer Running as SYSTEM Building remotely on build4-deb12build-ansible (ttcn3 obs ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/master-no2bootloader/a1/default/a2/default/a3/default/a4/default/label/osmocom-master [ssh-agent] Looking for ssh-agent implementation... $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-XXXXXXUOwytd/agent.1970497 SSH_AGENT_PID=1970500 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/osmocom-build/jenkins/workspace/master-no2bootloader/a1/default/a2/default/a3/default/a4/default/label/osmocom-master@tmp/private_key_9758373260950683424.key (osmocom-jenkins) [ssh-agent] Using credentials binaries (OS#5798) Running ssh-add (command line suppressed) Identity added: /home/osmocom-build/jenkins/workspace/master-no2bootloader/a1/default/a2/default/a3/default/a4/default/label/osmocom-master@tmp/private_key_13850805877747227466.key (osmocom-jenkins) [ssh-agent] Using credentials docs (OS#5798) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/no2fpga/no2bootloader > git init /home/osmocom-build/jenkins/workspace/master-no2bootloader/a1/default/a2/default/a3/default/a4/default/label/osmocom-master # timeout=10 Fetching upstream changes from https://github.com/no2fpga/no2bootloader > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress -- https://github.com/no2fpga/no2bootloader +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/no2fpga/no2bootloader # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision ee6eebd7500ed63dc500b0e794915ef96d1aae8c (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f ee6eebd7500ed63dc500b0e794915ef96d1aae8c # timeout=10 Commit message: "gateware/cores: Update no2usb" > git rev-list --no-walk ee6eebd7500ed63dc500b0e794915ef96d1aae8c # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.gateware/build.url # timeout=10 > git config -f .gitmodules --get submodule.gateware/build.path # timeout=10 > git config --get submodule.gateware/cores/no2usb.url # timeout=10 > git config -f .gitmodules --get submodule.gateware/cores/no2usb.path # timeout=10 > git config --get submodule.gateware/cores/no2ice40.url # timeout=10 > git config -f .gitmodules --get submodule.gateware/cores/no2ice40.path # timeout=10 > git config --get submodule.gateware/cores/no2misc.url # timeout=10 > git config -f .gitmodules --get submodule.gateware/cores/no2misc.path # timeout=10 > git submodule update --init --recursive gateware/build # timeout=10 > git submodule update --init --recursive gateware/cores/no2usb # timeout=10 > git submodule update --init --recursive gateware/cores/no2ice40 # timeout=10 > git submodule update --init --recursive gateware/cores/no2misc # timeout=10 [osmocom-master] $ /bin/sh -xe /tmp/jenkins10325081097122683912.sh + docker pull registry.osmocom.org/osmocom-build/fpga-build Using default tag: latest latest: Pulling from osmocom-build/fpga-build Digest: sha256:d388a6de96afd2aef91d57aa2e052ae2c181cd034a8d45b5b140afb9e63d3dbc Status: Image is up to date for registry.osmocom.org/osmocom-build/fpga-build:latest registry.osmocom.org/osmocom-build/fpga-build:latest + readlink -f /tmp/ssh-XXXXXXUOwytd/agent.1970497 + docker run --rm=true --cap-add SYS_PTRACE -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e IS_MASTER_BUILD=1 -e JOB_NAME=master-no2bootloader/a1=default,a2=default,a3=default,a4=default,label=osmocom-master -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 12 -e PUBLISH=1 -e SSH_AUTH_SOCK=/ssh-agent -e WITH_MANUALS=1 -w /build -i -u build -v /tmp/ssh-XXXXXXUOwytd/agent.1970497:/ssh-agent -v /home/osmocom-build/jenkins/workspace/master-no2bootloader/a1/default/a2/default/a3/default/a4/default/label/osmocom-master:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro registry.osmocom.org/osmocom-build/fpga-build /usr/bin/timeout 30m /build/contrib/jenkins.sh --publish + chmod -R +w . + git checkout -f HEAD + git clean -dxf + [ -d /build/deps ] + [ -d layer1-headers ] =============== FIRMWARE icebreaker ============== make: Entering directory '/build/firmware' rm -f *.bin *.hex *.elf *.o *.gen.h /build/gateware/cores/no2usb/fw/usb_gen_strings.py usb_str_dfu.txt usb_str_dfu.gen.h icebreaker riscv-none-elf-gcc -Wall -Os -march=rv32i -mabi=ilp32 -ffreestanding -flto -nostartfiles -fomit-frame-pointer -Wl,--gc-section --specs=nano.specs -DBOARD_ICEBREAKER -I. -I/build/gateware/cores/no2usb/fw/v0/include -Wl,-Bstatic,-T,soc.lds,--strip-debug -o no2bootloader-icebreaker-v0.5-55-gee6eebd.elf start.S led.c spi.c utils.c /build/gateware/cores/no2usb/fw/v0/src/usb.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_ep0.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_std.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_rt.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_vendor.c /build/gateware/cores/no2usb/fw/v0/src/usb_msos20.c console_dummy.c fw_dfu.c usb_desc_dfu.c /opt/xpack-riscv-none-elf-gcc-14.2.0-2/bin/../lib/gcc/riscv-none-elf/14.2.0/../../../../riscv-none-elf/bin/ld: warning: no2bootloader-icebreaker-v0.5-55-gee6eebd.elf has a LOAD segment with RWX permissions riscv-none-elf-objcopy -O binary no2bootloader-icebreaker-v0.5-55-gee6eebd.elf no2bootloader-icebreaker-v0.5-55-gee6eebd.bin ln -sf no2bootloader-icebreaker-v0.5-55-gee6eebd.bin no2bootloader-icebreaker.bin ln -sf no2bootloader-icebreaker-v0.5-55-gee6eebd.elf no2bootloader-icebreaker.elf make: Leaving directory '/build/firmware' =============== UPLOAD FIRMWARE icebreaker ============== sending incremental file list no2bootloader-icebreaker-v0.5-55-gee6eebd.bin no2bootloader-icebreaker-v0.5-55-gee6eebd.elf sent 579 bytes received 234 bytes 1,626.00 bytes/sec total size is 20,828 speedup is 25.62 sending incremental file list no2bootloader-icebreaker.bin no2bootloader-icebreaker.elf sent 562 bytes received 234 bytes 530.67 bytes/sec total size is 20,828 speedup is 26.17 =============== FIRMWARE bitsy_v0 ============== make: Entering directory '/build/firmware' rm -f *.bin *.hex *.elf *.o *.gen.h /build/gateware/cores/no2usb/fw/usb_gen_strings.py usb_str_dfu.txt usb_str_dfu.gen.h bitsy_v0 riscv-none-elf-gcc -Wall -Os -march=rv32i -mabi=ilp32 -ffreestanding -flto -nostartfiles -fomit-frame-pointer -Wl,--gc-section --specs=nano.specs -DBOARD_BITSY_V0 -I. -I/build/gateware/cores/no2usb/fw/v0/include -Wl,-Bstatic,-T,soc.lds,--strip-debug -o no2bootloader-bitsy_v0-v0.5-55-gee6eebd.elf start.S led.c spi.c utils.c /build/gateware/cores/no2usb/fw/v0/src/usb.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_ep0.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_std.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_rt.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_vendor.c /build/gateware/cores/no2usb/fw/v0/src/usb_msos20.c console_dummy.c fw_dfu.c usb_desc_dfu.c /opt/xpack-riscv-none-elf-gcc-14.2.0-2/bin/../lib/gcc/riscv-none-elf/14.2.0/../../../../riscv-none-elf/bin/ld: warning: no2bootloader-bitsy_v0-v0.5-55-gee6eebd.elf has a LOAD segment with RWX permissions riscv-none-elf-objcopy -O binary no2bootloader-bitsy_v0-v0.5-55-gee6eebd.elf no2bootloader-bitsy_v0-v0.5-55-gee6eebd.bin ln -sf no2bootloader-bitsy_v0-v0.5-55-gee6eebd.bin no2bootloader-bitsy_v0.bin ln -sf no2bootloader-bitsy_v0-v0.5-55-gee6eebd.elf no2bootloader-bitsy_v0.elf make: Leaving directory '/build/firmware' =============== UPLOAD FIRMWARE bitsy_v0 ============== sending incremental file list no2bootloader-bitsy_v0-v0.5-55-gee6eebd.bin no2bootloader-bitsy_v0-v0.5-55-gee6eebd.elf sent 562 bytes received 234 bytes 530.67 bytes/sec total size is 20,852 speedup is 26.20 sending incremental file list no2bootloader-bitsy_v0.bin no2bootloader-bitsy_v0.elf sent 545 bytes received 234 bytes 1,558.00 bytes/sec total size is 20,852 speedup is 26.77 =============== FIRMWARE bitsy_v1 ============== make: Entering directory '/build/firmware' rm -f *.bin *.hex *.elf *.o *.gen.h /build/gateware/cores/no2usb/fw/usb_gen_strings.py usb_str_dfu.txt usb_str_dfu.gen.h bitsy_v1 riscv-none-elf-gcc -Wall -Os -march=rv32i -mabi=ilp32 -ffreestanding -flto -nostartfiles -fomit-frame-pointer -Wl,--gc-section --specs=nano.specs -DBOARD_BITSY_V1 -I. -I/build/gateware/cores/no2usb/fw/v0/include -Wl,-Bstatic,-T,soc.lds,--strip-debug -o no2bootloader-bitsy_v1-v0.5-55-gee6eebd.elf start.S led.c spi.c utils.c /build/gateware/cores/no2usb/fw/v0/src/usb.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_ep0.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_std.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_rt.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_vendor.c /build/gateware/cores/no2usb/fw/v0/src/usb_msos20.c console_dummy.c fw_dfu.c usb_desc_dfu.c /opt/xpack-riscv-none-elf-gcc-14.2.0-2/bin/../lib/gcc/riscv-none-elf/14.2.0/../../../../riscv-none-elf/bin/ld: warning: no2bootloader-bitsy_v1-v0.5-55-gee6eebd.elf has a LOAD segment with RWX permissions riscv-none-elf-objcopy -O binary no2bootloader-bitsy_v1-v0.5-55-gee6eebd.elf no2bootloader-bitsy_v1-v0.5-55-gee6eebd.bin ln -sf no2bootloader-bitsy_v1-v0.5-55-gee6eebd.bin no2bootloader-bitsy_v1.bin ln -sf no2bootloader-bitsy_v1-v0.5-55-gee6eebd.elf no2bootloader-bitsy_v1.elf make: Leaving directory '/build/firmware' =============== UPLOAD FIRMWARE bitsy_v1 ============== sending incremental file list no2bootloader-bitsy_v1-v0.5-55-gee6eebd.bin no2bootloader-bitsy_v1-v0.5-55-gee6eebd.elf sent 568 bytes received 234 bytes 534.67 bytes/sec total size is 20,852 speedup is 26.00 sending incremental file list no2bootloader-bitsy_v1.bin no2bootloader-bitsy_v1.elf sent 551 bytes received 234 bytes 1,570.00 bytes/sec total size is 20,852 speedup is 26.56 =============== FIRMWARE ice1usb ============== make: Entering directory '/build/firmware' rm -f *.bin *.hex *.elf *.o *.gen.h /build/gateware/cores/no2usb/fw/usb_gen_strings.py usb_str_dfu.txt usb_str_dfu.gen.h ice1usb riscv-none-elf-gcc -Wall -Os -march=rv32i -mabi=ilp32 -ffreestanding -flto -nostartfiles -fomit-frame-pointer -Wl,--gc-section --specs=nano.specs -DBOARD_ICE1USB -I. -I/build/gateware/cores/no2usb/fw/v0/include -Wl,-Bstatic,-T,soc.lds,--strip-debug -o no2bootloader-ice1usb-v0.5-55-gee6eebd.elf start.S led.c spi.c utils.c /build/gateware/cores/no2usb/fw/v0/src/usb.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_ep0.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_std.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_rt.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_vendor.c /build/gateware/cores/no2usb/fw/v0/src/usb_msos20.c console_dummy.c fw_dfu.c usb_desc_dfu.c /opt/xpack-riscv-none-elf-gcc-14.2.0-2/bin/../lib/gcc/riscv-none-elf/14.2.0/../../../../riscv-none-elf/bin/ld: warning: no2bootloader-ice1usb-v0.5-55-gee6eebd.elf has a LOAD segment with RWX permissions riscv-none-elf-objcopy -O binary no2bootloader-ice1usb-v0.5-55-gee6eebd.elf no2bootloader-ice1usb-v0.5-55-gee6eebd.bin ln -sf no2bootloader-ice1usb-v0.5-55-gee6eebd.bin no2bootloader-ice1usb.bin ln -sf no2bootloader-ice1usb-v0.5-55-gee6eebd.elf no2bootloader-ice1usb.elf make: Leaving directory '/build/firmware' =============== UPLOAD FIRMWARE ice1usb ============== sending incremental file list no2bootloader-ice1usb-v0.5-55-gee6eebd.bin no2bootloader-ice1usb-v0.5-55-gee6eebd.elf sent 577 bytes received 234 bytes 540.67 bytes/sec total size is 20,812 speedup is 25.66 sending incremental file list no2bootloader-ice1usb.bin no2bootloader-ice1usb.elf sent 560 bytes received 234 bytes 1,588.00 bytes/sec total size is 20,812 speedup is 26.21 =============== FIRMWARE icepick ============== make: Entering directory '/build/firmware' rm -f *.bin *.hex *.elf *.o *.gen.h /build/gateware/cores/no2usb/fw/usb_gen_strings.py usb_str_dfu.txt usb_str_dfu.gen.h icepick riscv-none-elf-gcc -Wall -Os -march=rv32i -mabi=ilp32 -ffreestanding -flto -nostartfiles -fomit-frame-pointer -Wl,--gc-section --specs=nano.specs -DBOARD_ICEPICK -I. -I/build/gateware/cores/no2usb/fw/v0/include -Wl,-Bstatic,-T,soc.lds,--strip-debug -o no2bootloader-icepick-v0.5-55-gee6eebd.elf start.S led.c spi.c utils.c /build/gateware/cores/no2usb/fw/v0/src/usb.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_ep0.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_std.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_rt.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_vendor.c /build/gateware/cores/no2usb/fw/v0/src/usb_msos20.c console_dummy.c fw_dfu.c usb_desc_dfu.c /opt/xpack-riscv-none-elf-gcc-14.2.0-2/bin/../lib/gcc/riscv-none-elf/14.2.0/../../../../riscv-none-elf/bin/ld: warning: no2bootloader-icepick-v0.5-55-gee6eebd.elf has a LOAD segment with RWX permissions riscv-none-elf-objcopy -O binary no2bootloader-icepick-v0.5-55-gee6eebd.elf no2bootloader-icepick-v0.5-55-gee6eebd.bin ln -sf no2bootloader-icepick-v0.5-55-gee6eebd.bin no2bootloader-icepick.bin ln -sf no2bootloader-icepick-v0.5-55-gee6eebd.elf no2bootloader-icepick.elf make: Leaving directory '/build/firmware' =============== UPLOAD FIRMWARE icepick ============== sending incremental file list no2bootloader-icepick-v0.5-55-gee6eebd.bin no2bootloader-icepick-v0.5-55-gee6eebd.elf sent 575 bytes received 234 bytes 1,618.00 bytes/sec total size is 20,812 speedup is 25.73 sending incremental file list no2bootloader-icepick.bin no2bootloader-icepick.elf sent 558 bytes received 234 bytes 1,584.00 bytes/sec total size is 20,812 speedup is 26.28 =============== FIRMWARE e1tracer ============== make: Entering directory '/build/firmware' rm -f *.bin *.hex *.elf *.o *.gen.h /build/gateware/cores/no2usb/fw/usb_gen_strings.py usb_str_dfu.txt usb_str_dfu.gen.h e1tracer riscv-none-elf-gcc -Wall -Os -march=rv32i -mabi=ilp32 -ffreestanding -flto -nostartfiles -fomit-frame-pointer -Wl,--gc-section --specs=nano.specs -DBOARD_E1TRACER -I. -I/build/gateware/cores/no2usb/fw/v0/include -Wl,-Bstatic,-T,soc.lds,--strip-debug -o no2bootloader-e1tracer-v0.5-55-gee6eebd.elf start.S led.c spi.c utils.c /build/gateware/cores/no2usb/fw/v0/src/usb.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_ep0.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_std.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_rt.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_vendor.c /build/gateware/cores/no2usb/fw/v0/src/usb_msos20.c console_dummy.c fw_dfu.c usb_desc_dfu.c /opt/xpack-riscv-none-elf-gcc-14.2.0-2/bin/../lib/gcc/riscv-none-elf/14.2.0/../../../../riscv-none-elf/bin/ld: warning: no2bootloader-e1tracer-v0.5-55-gee6eebd.elf has a LOAD segment with RWX permissions riscv-none-elf-objcopy -O binary no2bootloader-e1tracer-v0.5-55-gee6eebd.elf no2bootloader-e1tracer-v0.5-55-gee6eebd.bin ln -sf no2bootloader-e1tracer-v0.5-55-gee6eebd.bin no2bootloader-e1tracer.bin ln -sf no2bootloader-e1tracer-v0.5-55-gee6eebd.elf no2bootloader-e1tracer.elf make: Leaving directory '/build/firmware' =============== UPLOAD FIRMWARE e1tracer ============== sending incremental file list no2bootloader-e1tracer-v0.5-55-gee6eebd.bin no2bootloader-e1tracer-v0.5-55-gee6eebd.elf sent 577 bytes received 234 bytes 1,622.00 bytes/sec total size is 20,820 speedup is 25.67 sending incremental file list no2bootloader-e1tracer.bin no2bootloader-e1tracer.elf sent 560 bytes received 234 bytes 529.33 bytes/sec total size is 20,820 speedup is 26.22 =============== FIRMWARE fomu_hacker ============== make: Entering directory '/build/firmware' rm -f *.bin *.hex *.elf *.o *.gen.h /build/gateware/cores/no2usb/fw/usb_gen_strings.py usb_str_dfu.txt usb_str_dfu.gen.h fomu_hacker riscv-none-elf-gcc -Wall -Os -march=rv32i -mabi=ilp32 -ffreestanding -flto -nostartfiles -fomit-frame-pointer -Wl,--gc-section --specs=nano.specs -DBOARD_FOMU_HACKER -I. -I/build/gateware/cores/no2usb/fw/v0/include -Wl,-Bstatic,-T,soc.lds,--strip-debug -o no2bootloader-fomu_hacker-v0.5-55-gee6eebd.elf start.S led.c spi.c utils.c /build/gateware/cores/no2usb/fw/v0/src/usb.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_ep0.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_std.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_rt.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_vendor.c /build/gateware/cores/no2usb/fw/v0/src/usb_msos20.c console_dummy.c fw_dfu.c usb_desc_dfu.c /opt/xpack-riscv-none-elf-gcc-14.2.0-2/bin/../lib/gcc/riscv-none-elf/14.2.0/../../../../riscv-none-elf/bin/ld: warning: no2bootloader-fomu_hacker-v0.5-55-gee6eebd.elf has a LOAD segment with RWX permissions riscv-none-elf-objcopy -O binary no2bootloader-fomu_hacker-v0.5-55-gee6eebd.elf no2bootloader-fomu_hacker-v0.5-55-gee6eebd.bin ln -sf no2bootloader-fomu_hacker-v0.5-55-gee6eebd.bin no2bootloader-fomu_hacker.bin ln -sf no2bootloader-fomu_hacker-v0.5-55-gee6eebd.elf no2bootloader-fomu_hacker.elf make: Leaving directory '/build/firmware' =============== UPLOAD FIRMWARE fomu_hacker ============== sending incremental file list no2bootloader-fomu_hacker-v0.5-55-gee6eebd.bin no2bootloader-fomu_hacker-v0.5-55-gee6eebd.elf sent 567 bytes received 234 bytes 1,602.00 bytes/sec total size is 20,852 speedup is 26.03 sending incremental file list no2bootloader-fomu_hacker.bin no2bootloader-fomu_hacker.elf sent 550 bytes received 234 bytes 1,568.00 bytes/sec total size is 20,852 speedup is 26.60 =============== FIRMWARE fomu_pvt1 ============== make: Entering directory '/build/firmware' rm -f *.bin *.hex *.elf *.o *.gen.h /build/gateware/cores/no2usb/fw/usb_gen_strings.py usb_str_dfu.txt usb_str_dfu.gen.h fomu_pvt1 riscv-none-elf-gcc -Wall -Os -march=rv32i -mabi=ilp32 -ffreestanding -flto -nostartfiles -fomit-frame-pointer -Wl,--gc-section --specs=nano.specs -DBOARD_FOMU_PVT1 -I. -I/build/gateware/cores/no2usb/fw/v0/include -Wl,-Bstatic,-T,soc.lds,--strip-debug -o no2bootloader-fomu_pvt1-v0.5-55-gee6eebd.elf start.S led.c spi.c utils.c /build/gateware/cores/no2usb/fw/v0/src/usb.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_ep0.c /build/gateware/cores/no2usb/fw/v0/src/usb_ctrl_std.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_rt.c /build/gateware/cores/no2usb/fw/v0/src/usb_dfu_vendor.c /build/gateware/cores/no2usb/fw/v0/src/usb_msos20.c console_dummy.c fw_dfu.c usb_desc_dfu.c /opt/xpack-riscv-none-elf-gcc-14.2.0-2/bin/../lib/gcc/riscv-none-elf/14.2.0/../../../../riscv-none-elf/bin/ld: warning: no2bootloader-fomu_pvt1-v0.5-55-gee6eebd.elf has a LOAD segment with RWX permissions riscv-none-elf-objcopy -O binary no2bootloader-fomu_pvt1-v0.5-55-gee6eebd.elf no2bootloader-fomu_pvt1-v0.5-55-gee6eebd.bin ln -sf no2bootloader-fomu_pvt1-v0.5-55-gee6eebd.bin no2bootloader-fomu_pvt1.bin ln -sf no2bootloader-fomu_pvt1-v0.5-55-gee6eebd.elf no2bootloader-fomu_pvt1.elf make: Leaving directory '/build/firmware' =============== UPLOAD FIRMWARE fomu_pvt1 ============== sending incremental file list no2bootloader-fomu_pvt1-v0.5-55-gee6eebd.bin no2bootloader-fomu_pvt1-v0.5-55-gee6eebd.elf sent 566 bytes received 234 bytes 533.33 bytes/sec total size is 20,852 speedup is 26.07 sending incremental file list no2bootloader-fomu_pvt1.bin no2bootloader-fomu_pvt1.elf sent 549 bytes received 234 bytes 1,566.00 bytes/sec total size is 20,852 speedup is 26.63 + chmod -R +w . + git checkout -f HEAD + git clean -dxf Removing deps/ Removing firmware/no2bootloader-fomu_pvt1-v0.5-55-gee6eebd.bin Removing firmware/no2bootloader-fomu_pvt1-v0.5-55-gee6eebd.elf Removing firmware/no2bootloader-fomu_pvt1.bin Removing firmware/no2bootloader-fomu_pvt1.elf Removing firmware/usb_str_dfu.gen.h Removing known_hosts + [ -d /build/deps ] + [ -d layer1-headers ] [osmocom-master] $ /bin/sh -xe /tmp/jenkins212301183701129997.sh + rm -rf /home/osmocom-build/jenkins/workspace/master-no2bootloader/a1/default/a2/default/a3/default/a4/default/label/osmocom-master + mkdir -p /home/osmocom-build/jenkins/workspace/master-no2bootloader/a1/default/a2/default/a3/default/a4/default/label/osmocom-master $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1970500 killed; [ssh-agent] Stopped. Archiving artifacts ‘**/core’ doesn’t match anything: ‘**’ exists but not ‘**/core’ No artifacts found that match the file pattern "**/core, **/testsuite.log, **/workspace.tar.xz". Configuration error? Finished: SUCCESS