See
<https://jenkins.osmocom.org/jenkins/job/master-no2bootloader/a1=default,a2=default,a3=default,a4=default,label=osmocom-master-debian9/460/display/redirect>
Changes:
------------------------------------------
Started by upstream project "master-no2bootloader" build number 460
originally caused by:
Started by timer
Running as SYSTEM
Building remotely on gtp0-deb9build (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9)
in workspace
<https://jenkins.osmocom.org/jenkins/job/master-no2bootloader/a1=default,a2=default,a3=default,a4=default,label=osmocom-master-debian9/ws/>
The recommended git tool is: NONE
No credentials specified
git rev-parse --resolve-git-dir
<https://jenkins.osmocom.org/jenkins/job/master-no2bootloader/a1=default,a2=default,a3=default,a4=default,label=osmocom-master-debian9/ws/.git>
# timeout=10
Fetching changes from the remote Git repository
git config remote.origin.url
https://github.com/no2fpga/no2bootloader # timeout=10
Fetching upstream changes from
https://github.com/no2fpga/no2bootloader
git --version # timeout=10
git --version # 'git version 2.11.0'
git fetch --tags --progress --
https://github.com/no2fpga/no2bootloader
+refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision
30561640f1bd39bc49f048aaa41ce2cde732ade7 (refs/remotes/origin/master)
git config core.sparsecheckout # timeout=10
git checkout -f 30561640f1bd39bc49f048aaa41ce2cde732ade7 # timeout=10
Commit
message: "firmware: Bump version to 0.06"
git rev-list --no-walk
30561640f1bd39bc49f048aaa41ce2cde732ade7 # 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-debian9] $ /bin/sh -xe /tmp/jenkins5278148895546524271.sh
+ docker pull
registry.osmocom.org/osmocom-build/fpga-build
Using default tag: latest
latest: Pulling from osmocom-build/fpga-build
Digest: sha256:0ecf1c4530b5b4af459f12d9dbe3cab1b25b401c3519fae6ade2a72201b097f0
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
+ 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-debian9
-e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals
-e PARALLEL_MAKE=-j 4 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v
<https://jenkins.osmocom.org/jenkins/job/master-no2bootloader/a1=default,a2=default,a3=default,a4=default,label=osmocom-master-debian9/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
/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-37-g3056164.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-37-g3056164.elf
no2bootloader-icebreaker-v0.5-37-g3056164.bin
ln -sf no2bootloader-icebreaker-v0.5-37-g3056164.bin no2bootloader-icebreaker.bin
ln -sf no2bootloader-icebreaker-v0.5-37-g3056164.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.
sending incremental file list
no2bootloader-icebreaker-v0.5-37-g3056164.bin
no2bootloader-icebreaker-v0.5-37-g3056164.elf
sent 548 bytes received 234 bytes 521.33 bytes/sec
total size is 20,620 speedup is 26.37
sending incremental file list
no2bootloader-icebreaker.bin
no2bootloader-icebreaker.elf
sent 531 bytes received 234 bytes 510.00 bytes/sec
total size is 20,620 speedup is 26.95
=============== 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-embed-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-37-g3056164.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-bitsy_v0-v0.5-37-g3056164.elf
no2bootloader-bitsy_v0-v0.5-37-g3056164.bin
ln -sf no2bootloader-bitsy_v0-v0.5-37-g3056164.bin no2bootloader-bitsy_v0.bin
ln -sf no2bootloader-bitsy_v0-v0.5-37-g3056164.elf no2bootloader-bitsy_v0.elf
make: Leaving directory '/build/firmware'
=============== UPLOAD FIRMWARE bitsy_v0 ==============
sending incremental file list
no2bootloader-bitsy_v0-v0.5-37-g3056164.bin
no2bootloader-bitsy_v0-v0.5-37-g3056164.elf
sent 545 bytes received 240 bytes 523.33 bytes/sec
total size is 20,644 speedup is 26.30
sending incremental file list
no2bootloader-bitsy_v0.bin
no2bootloader-bitsy_v0.elf
sent 528 bytes received 240 bytes 512.00 bytes/sec
total size is 20,644 speedup is 26.88
=============== 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-embed-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-37-g3056164.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-bitsy_v1-v0.5-37-g3056164.elf
no2bootloader-bitsy_v1-v0.5-37-g3056164.bin
ln -sf no2bootloader-bitsy_v1-v0.5-37-g3056164.bin no2bootloader-bitsy_v1.bin
ln -sf no2bootloader-bitsy_v1-v0.5-37-g3056164.elf no2bootloader-bitsy_v1.elf
make: Leaving directory '/build/firmware'
=============== UPLOAD FIRMWARE bitsy_v1 ==============
sending incremental file list
no2bootloader-bitsy_v1-v0.5-37-g3056164.bin
no2bootloader-bitsy_v1-v0.5-37-g3056164.elf
sent 543 bytes received 240 bytes 522.00 bytes/sec
total size is 20,644 speedup is 26.37
ssh: connect to host
ftp.osmocom.org port 48: Network is unreachable
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