Started by upstream project "master-ice40-usbtrace" build number 563 originally caused by: Started by timer Running as SYSTEM Building remotely on build4-deb12build-ansible (ttcn3 obs qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/master-ice40-usbtrace/a1/default/a2/default/a3/default/a4/default/label/osmocom-master [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-XXXXXXbvkL8R/agent.4116528 SSH_AGENT_PID=4116530 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/osmocom-build/jenkins/workspace/master-ice40-usbtrace/a1/default/a2/default/a3/default/a4/default/label/osmocom-master@tmp/private_key_15151622951491691176.key (osmocom-jenkins) [ssh-agent] Using credentials binaries (OS#5798) Running ssh-add (command line suppressed) Identity added: /home/osmocom-build/jenkins/workspace/master-ice40-usbtrace/a1/default/a2/default/a3/default/a4/default/label/osmocom-master@tmp/private_key_3531156972455143530.key (osmocom-jenkins) [ssh-agent] Using credentials docs (OS#5798) The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/master-ice40-usbtrace/a1/default/a2/default/a3/default/a4/default/label/osmocom-master/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://gitea.osmocom.org/electronics/ice40-usbtrace # timeout=10 Fetching upstream changes from https://gitea.osmocom.org/electronics/ice40-usbtrace > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress -- https://gitea.osmocom.org/electronics/ice40-usbtrace +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision c85f772cbdf072dab7778b5bdc83f90621e1ea32 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c85f772cbdf072dab7778b5bdc83f90621e1ea32 # timeout=10 Commit message: "Use iCE40 instead of icE40 capitalization" > git rev-list --no-walk c85f772cbdf072dab7778b5bdc83f90621e1ea32 # 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 config --get submodule.gateware/cores/no2qpimem.url # timeout=10 > git config -f .gitmodules --get submodule.gateware/cores/no2qpimem.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 > git submodule update --init --recursive gateware/cores/no2qpimem # timeout=10 [osmocom-master] $ /bin/sh -xe /tmp/jenkins16313397013615758120.sh + docker pull registry.osmocom.org/osmocom-build/fpga-build Using default tag: latest latest: Pulling from osmocom-build/fpga-build Digest: sha256:1489a10fdaaafb7012d9f2d412fe09e9050870a1f7e59feb64d0808b9010ecb2 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-XXXXXXbvkL8R/agent.4116528 + 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-ice40-usbtrace/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-XXXXXXbvkL8R/agent.4116528:/ssh-agent -v /home/osmocom-build/jenkins/workspace/master-ice40-usbtrace/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 ++ pwd + TOPDIR=/build + publish=--publish + FW_DIRS='firmware/boot firmware/main' + for d in $FW_DIRS + echo =============== firmware/boot FIRMWARE ============== + echo '=============== firmware/boot FIRMWARE ==============' + make -C firmware/boot clean make: Entering directory '/build/firmware/boot' rm -f *.bin *.hex *.elf *.o make: Leaving directory '/build/firmware/boot' + make -C firmware/boot make: Entering directory '/build/firmware/boot' riscv-none-embed-gcc -Wall -Os -march=rv32i -mabi=ilp32 -ffreestanding -flto -nostartfiles -fomit-frame-pointer -Wl,--gc-section --specs=nano.specs -Wl,-Bstatic,-T,lnk-boot.lds,--strip-debug -DFLASH_APP_ADDR=0x000a0000 -o boot.elf boot.S make: Leaving directory '/build/firmware/boot' + for d in $FW_DIRS + echo =============== firmware/main FIRMWARE ============== + echo '=============== firmware/main FIRMWARE ==============' + make -C firmware/main clean make: Entering directory '/build/firmware/main' rm -f *.bin *.hex *.elf *.o *.gen.h make: Leaving directory '/build/firmware/main' + make -C firmware/main make: Entering directory '/build/firmware/main' /build/gateware/cores/no2usb/fw/usb_gen_strings.py usb_str_app.txt usb_str_app.gen.h ice40-usbtrace riscv-none-embed-gcc -Wall -Wextra -Wno-unused-parameter -Os -march=rv32i -mabi=ilp32 -ffreestanding -flto -nostartfiles -fomit-frame-pointer -Wl,--gc-section --specs=nano.specs -DBOARD_ICE40_USBTRACE -I. -I../common -DBUILD_INFO="\"ice40-usbtrace-fw-0.2-2-gc85f772 built Thu Apr 25 20:30:03 UTC 2024 on 8bb5d68d9d37\"" -I/build/gateware/cores/no2usb/fw/v0/include -Wl,-Bstatic,-T,lnk-app.lds,--strip-debug -o ice40-usbtrace-fw-0.2-2-gc85f772.elf start.S console.c led.c main.c mini-printf.c misc.c spi.c usb_desc_app.c usb_tap.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 riscv-none-embed-objcopy -O binary ice40-usbtrace-fw-0.2-2-gc85f772.elf ice40-usbtrace-fw-0.2-2-gc85f772.bin ln -sf ice40-usbtrace-fw-0.2-2-gc85f772.bin ice40-usbtrace-fw.bin ln -sf ice40-usbtrace-fw-0.2-2-gc85f772.elf ice40-usbtrace-fw.elf make: Leaving directory '/build/firmware/main' =============== UPLOAD FIRMWARE ============== + '[' x--publish = x--publish ']' + echo + echo '=============== UPLOAD FIRMWARE ==============' + cat + SSH_COMMAND='ssh -o '\''UserKnownHostsFile=/build/known_hosts'\'' -p 48' + rsync --archive --verbose --compress --rsh 'ssh -o '\''UserKnownHostsFile=/build/known_hosts'\'' -p 48' /build/firmware/main/ice40-usbtrace-fw-0.2-2-gc85f772.bin /build/firmware/main/ice40-usbtrace-fw-0.2-2-gc85f772.elf binaries@ftp.osmocom.org:web-files/ice40-usbtrace/firmware/all/ sending incremental file list ice40-usbtrace-fw-0.2-2-gc85f772.bin ice40-usbtrace-fw-0.2-2-gc85f772.elf sent 1,632 bytes received 306 bytes 3,876.00 bytes/sec total size is 28,452 speedup is 14.68 + rsync --verbose --copy-links --compress --rsh 'ssh -o '\''UserKnownHostsFile=/build/known_hosts'\'' -p 48' /build/firmware/main/ice40-usbtrace-fw.bin /build/firmware/main/ice40-usbtrace-fw.elf binaries@ftp.osmocom.org:web-files/ice40-usbtrace/firmware/latest/ ice40-usbtrace-fw.bin ice40-usbtrace-fw.elf sent 1,595 bytes received 306 bytes 1,267.33 bytes/sec total size is 28,452 speedup is 14.97 + '[' 1 = 1 ']' + '[' -d doc/manuals ']' $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4116530 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