Changes:
------------------------------------------ Started by upstream project "master-no2bootloader" build number 730 originally caused by: Started by timer Running as SYSTEM Building remotely on build3-deb11build-ansible (osmocom-master-debian11 osmocom-gerrit-debian11 osmocom-gerrit osmocom-master) in workspace https://jenkins.osmocom.org/jenkins/job/master-no2bootloader/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/ [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-kYE4BlVkMGc1/agent.1612275 SSH_AGENT_PID=1612277 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: https://jenkins.osmocom.org/jenkins/job/master-no2bootloader/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/@tmp/private_key_9058711858760903194.key (jenkins key for uploading to ftp.osmocom.org (OS#5767)) [ssh-agent] Using credentials docs (jenkins key for uploading to ftp.osmocom.org (OS#5767)) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/no2fpga/no2bootloader
git init https://jenkins.osmocom.org/jenkins/job/master-no2bootloader/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/ # timeout=10
Fetching upstream changes from https://github.com/no2fpga/no2bootloader
git --version # timeout=10 git --version # 'git version 2.30.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 df6409088ac835cdc39253573407fcbd883bc7d5 (refs/remotes/origin/master)
git config core.sparsecheckout # timeout=10 git checkout -f df6409088ac835cdc39253573407fcbd883bc7d5 # timeout=10
Commit message: "gateware: Added support for ice-dongle board" First time build. Skipping changelog.
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/jenkins9669435757307126831.sh + docker pull registry.osmocom.org/osmocom-build/fpga-build Using default tag: latest latest: Pulling from osmocom-build/fpga-build Digest: sha256:55f8c299a3e596aef1bf4e2708eeffa76acd51b9542c84c098a31e852911a7b3 Status: Image is up to date for registry.osmocom.org/osmocom-build/fpga-build:latest registry.osmocom.org/osmocom-build/fpga-build:latest + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + readlink -f /tmp/ssh-kYE4BlVkMGc1/agent.1612275 + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -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 8 -e PUBLISH=1 -e SSH_AUTH_SOCK=/ssh-agent -e WITH_MANUALS=1 -w /build -i -u build -v /tmp/ssh-kYE4BlVkMGc1/agent.1612275:/ssh-agent -v https://jenkins.osmocom.org/jenkins/job/master-no2bootloader/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/:/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -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-embed-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-46-gdf64090.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 riscv-none-embed-objcopy -O binary no2bootloader-icebreaker-v0.5-46-gdf64090.elf no2bootloader-icebreaker-v0.5-46-gdf64090.bin ln -sf no2bootloader-icebreaker-v0.5-46-gdf64090.bin no2bootloader-icebreaker.bin ln -sf no2bootloader-icebreaker-v0.5-46-gdf64090.elf no2bootloader-icebreaker.elf make: Leaving directory '/build/firmware'
=============== UPLOAD FIRMWARE icebreaker ============== Warning: Permanently added the ECDSA host key for IP address '[148.251.236.141]:48' to the list of known hosts. Permission denied, please try again. Permission denied, please try again. binaries@ftp.osmocom.org: Permission denied (publickey,password). rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: unexplained error (code 255) at io.c(235) [sender=3.1.3] Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1612277 killed; [ssh-agent] Stopped. Archiving artifacts