Changes:
------------------------------------------ [...truncated 10.32 KB...] ---> 47db89e06601 Step 4/32 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> 588645145855 Step 5/32 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> ac425a8b7f76 Step 6/32 : ARG DEBIAN_VERSION ---> Using cache ---> dcbe72b738a0 Step 7/32 : ARG LLVM_VERSION="14.0.0" ---> Using cache ---> 97e3c057fba3 Step 8/32 : RUN [ "$(arch)" = "x86_64" ] && dpkg --add-architecture i386; DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends asciidoc asciidoc-dblatex autoconf autoconf-archive automake bc bison bzip2 ca-certificates cmake coccinelle cppcheck dahdi-source dblatex dbus debhelper devscripts dh-autoreconf dh-systemd docbook5-xml doxygen flex g++ gawk gcc gcc-arm-none-eabi git git-buildpackage graphviz htop inkscape latexmk lcov libaio-dev libasound2-dev libboost-all-dev libc-ares-dev libcsv-dev libdbd-sqlite3 libdbi-dev libelf-dev libffi-dev libfftw3-dev libgmp-dev libgnutls28-dev libgps-dev libgsm1-dev libjansson-dev liblua5.3-dev libmnl-dev libncurses5-dev libnewlib-arm-none-eabi libnl-3-dev libnl-route-3-dev liboping-dev libortp-dev libpcap-dev libpcsclite-dev libreadline-dev libsctp-dev libsigsegv-dev libsnmp-dev libsofia-sip-ua-glib-dev libsqlite3-dev libssl-dev libtalloc-dev libtinfo5 libtool libusb-1.0-0-dev libusb-dev libxml2-utils libzmq3-dev locales lua-socket make mscgen ofono openssh-client osc patchelf pkg-config python-pip python-setuptools python-yaml python2.7 python3 python3-gi python3-mako python3-nwdiag python3-pip python3-pyflakes python3-setuptools python3-usb python3-yaml rsync sdcc source-highlight sqlite3 stow sudo systemd tcpdump tex-gyre texinfo unzip wget xsltproc ---> Using cache ---> 7eb8105c1b76 Step 9/32 : RUN set -x && [ "$(arch)" = "x86_64" ] || exit 0; wget -q https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/dow... && tar -xf LLVMEmbeddedToolchainForArm-${LLVM_VERSION}-linux.tar.gz && rm LLVMEmbeddedToolchainForArm-${LLVM_VERSION}-linux.tar.gz && mv LLVMEmbeddedToolchainForArm-${LLVM_VERSION} /opt/llvm-arm && /opt/llvm-arm/bin/clang --version && /opt/llvm-arm/bin/clang --print-targets ---> Using cache ---> 9cf6e97a60f4 Step 10/32 : RUN pip3 install 'git+https://github.com/eriwen/lcov-to-cobertura-xml.git' 'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse' 'git+https://github.com/podshumok/python-smpplib.git' 'pydbus' 'pylint' 'pysispm' 'sphinx' 'sphinxcontrib-napoleon' 'swig' ---> Using cache ---> 162b5d606301 Step 11/32 : ADD https://gitea.osmocom.org/sim-card/pysim/raw/branch/master/requirements.txt /tmp/pysim_requirements.txt
---> Using cache ---> 1015caf85283 Step 12/32 : RUN pip3 install -r /tmp/pysim_requirements.txt ---> Using cache ---> 0e3d9c521fde Step 13/32 : RUN useradd --uid=1000 build ---> Using cache ---> affc37000e8f Step 14/32 : RUN mkdir /build ---> Using cache ---> e87b90bc7d86 Step 15/32 : RUN chown build:build /build ---> Using cache ---> ef66b2a6de6d Step 16/32 : ARG OSMO_PYTHON2_TESTS_COMMIT=fb4b813d4df62b7b2445bdced961eb1847267eed ---> Using cache ---> 103c9f4ecf21 Step 17/32 : ADD http://git.osmocom.org/python/osmo-python-tests/patch/?id=$OSMO_PYTHON2_TEST... /tmp/osmo-python-tests2-commit
---> Using cache ---> 3bacc318d8f1 Step 18/32 : RUN git clone https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests2 && cd osmo-python-tests2 && git checkout $OSMO_PYTHON2_TESTS_COMMIT && python2 setup.py clean build install ---> Using cache ---> 0f2b3f5a3b3d Step 19/32 : ADD http://git.osmocom.org/python/osmo-python-tests/patch /tmp/osmo-python-tests3-commit
---> Using cache ---> 8cb99b2202e6 Step 20/32 : RUN git clone https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests3 && cd osmo-python-tests3 && python3 setup.py clean build install ---> Using cache ---> 31da8a2d4d00 Step 21/32 : ADD http://git.osmocom.org/osmo-ci/patch /tmp/osmo-ci-commit
---> Using cache ---> 15b4b5dab62c Step 22/32 : RUN git clone https://gerrit.osmocom.org/osmo-ci osmo-ci && cp -v $(find osmo-ci/scripts -maxdepth 1 -type f ) /usr/local/bin ---> Using cache ---> e55a5caf997d Step 23/32 : ADD http://git.osmocom.org/osmo-gsm-manuals/patch /tmp/osmo-gsm-manuals-commit
---> Using cache ---> f771eb5b7742 Step 24/32 : RUN git -C /opt clone https://gerrit.osmocom.org/osmo-gsm-manuals ---> Using cache ---> bdeebb05d9b1 Step 25/32 : RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 ---> Using cache ---> 657e0f76a1c8 Step 26/32 : ENV LANG en_US.UTF-8 ---> Using cache ---> 3a34ae861118 Step 27/32 : ARG OSMOCOM_REPO="${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/Debian_10/" ---> Using cache ---> 49c84e03f419 Step 28/32 : COPY .common/Release.key /tmp/Release.key ---> Using cache ---> da7b2ff7863a Step 29/32 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-nightly.list ---> Using cache ---> 120aeeff9d10 Step 30/32 : ADD $OSMOCOM_REPO/Release /tmp/Release
---> Using cache ---> dad701c76b9c Step 31/32 : RUN apt-get update && apt-get install -y --no-install-recommends liblimesuite-dev libuhd-dev libulfius-dev && apt-get clean ---> Using cache ---> f26f9669b1be Step 32/32 : RUN chown -R build:build /usr/local ---> Using cache ---> 0cc28b4da152 [Warning] One or more build-args [OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_BB_BRANCH OSMO_BTS_BRANCH OSMO_CBC_BRANCH OSMO_HNBGW_BRANCH OSMO_MSC_BRANCH DISTRO OPEN5GS_BRANCH OSMO_NITB_BRANCH USER OSMO_PCU_BRANCH UPSTREAM_DISTRO OSMO_HNODEB_BRANCH OSMO_IUH_BRANCH OSMO_SIP_BRANCH OSMO_STP_BRANCH OSMO_TTCN3_BRANCH OSMO_GBPROXY_BRANCH OSMO_GGSN_BRANCH OSMOCOM_REPO_VERSION OSMO_BSC_BRANCH OSMO_HLR_BRANCH UID OSMO_UECUPS_BRANCH OSMO_MGW_BRANCH OSMO_SGSN_BRANCH LIBOSMOCORE_BRANCH OSMO_GSM_TESTER_BRANCH] were not consumed Successfully built 0cc28b4da152 Successfully tagged osmocom-build/debian-buster-jenkins:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb10build-ansible/ws/_docker_playground/debian-buster-jenkins' + docker_image_exists debian-buster-jenkins + docker images -q osmocom-build/debian-buster-jenkins + test -n 0cc28b4da152 + list_osmo_packages debian-buster debian-buster-jenkins + local distro=debian-buster + local image=debian-buster-jenkins + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian-buster-jenkins -c + [ -n ] + return + ret=0 + cd https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb10build-ansible/ws/ + return 0 + arch + [ x86_64 = x86_64 ] + docker_images_require debian-bullseye-erlang debian-bullseye-jenkins + local oldpwd=https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb10build-ansible/ws/ + [ -L _docker_playground ] + [ -d _docker_playground ] + git -C _docker_playground fetch + cd _docker_playground + git checkout master Already on 'master' Your branch is up to date with 'origin/master'. + git reset --hard origin/master HEAD is now at df4522a hnbgw: Only build with_pfcp on master + cd debian-bullseye-erlang + . ../jenkins-common.sh + realpath ../_cache + CACHE_DIR=https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb10build-ansible/ws/_docker_playground/_cache + realpath ../scripts/kernel-test + KERNEL_TEST_DIR=https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb10build-ansible/ws/_docker_playground/scripts/kernel-test + IMAGE_DIR_PREFIX=.. + set -x + [ x = x ] + REPO_USER=osmocom-build + [ xhttps://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb10build-ansible/ws/ = x ] + VOL_BASE_DIR=https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb10build-ansible/ws/logs + rm -rf https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb10build-ansible/ws/logs + mkdir -p https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb10build-ansible/ws/logs + [ ! -d https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb10build-ansible/ws/logs ] + [ xjenkins-update-osmo-ci-on-slaves-label=build2-deb10build-ansible-1332 = x ] + basename https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb10build-ansible/ws/_docker_playground/debian-bullseye-erlang + SUITE_NAME=debian-bullseye-erlang + NET_NAME=debian-bullseye-erlang + docker_images_require debian-bullseye-erlang debian-bullseye-jenkins + local i + local from_line + local pull_arg + local upstream_distro_arg + local distro_arg + local depends + local dir + [ = registry.osmocom.org ] + docker_depends debian-bullseye-erlang + local feed + depends= + [ -n ] + docker_distro_from_image_name debian-bullseye-erlang + echo debian-bullseye + distro_arg=debian-bullseye + [ -z ] + docker_upstream_distro_from_image_name debian-bullseye-erlang + echo debian:bullseye + upstream_distro_arg=debian:bullseye + docker_dir_from_image_name debian-bullseye-erlang + echo debian-bullseye-erlang + dir=debian-bullseye-erlang + pull_arg=--pull + grep ^FROM ../debian-bullseye-erlang/Dockerfile + from_line=FROM ${REGISTRY}/debian:bullseye + echo FROM ${REGISTRY}/debian:bullseye + grep -q $USER + echo Building image: debian-bullseye-erlang (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) Building image: debian-bullseye-erlang (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../debian-bullseye-erlang BUILD_ARGS=--pull UPSTREAM_DISTRO=debian:bullseye DISTRO=debian-bullseye IMAGE=osmocom-build/debian-bullseye-erlang make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb10build-ansible/ws/_docker_playground/debian-bullseye-erlang' awk: fatal: cannot open file `.release' for reading (No such file or directory) awk: fatal: cannot open file `.release' for reading (No such file or directory) awk: fatal: cannot open file `.release' for reading (No such file or directory) rm -rf .common cp -r https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb10build-ansible/ws/_docker_playground/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=docker.io \ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=debian:bullseye \ --build-arg DISTRO=debian-bullseye \ --build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \ --build-arg OSMOCOM_REPO_PATH=packages/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \ --build-arg LIBOSMOCORE_BRANCH=master \ --build-arg OSMO_BB_BRANCH=master \ --build-arg OSMO_BSC_BRANCH=master \ --build-arg OSMO_BTS_BRANCH=master \ --build-arg OSMO_CBC_BRANCH=master \ --build-arg OSMO_GBPROXY_BRANCH=master \ --build-arg OSMO_GGSN_BRANCH=master \ --build-arg OSMO_GSM_TESTER_BRANCH=master \ --build-arg OSMO_HLR_BRANCH=master \ --build-arg OSMO_HNBGW_BRANCH=master \ --build-arg OSMO_HNODEB_BRANCH=master \ --build-arg OSMO_IUH_BRANCH=master \ --build-arg OSMO_MGW_BRANCH=master \ --build-arg OSMO_MSC_BRANCH=master \ --build-arg OSMO_NITB_BRANCH=master \ --build-arg OSMO_PCU_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ --build-arg OSMO_UECUPS_BRANCH=master \ --build-arg OPEN5GS_BRANCH=main \ --pull -t osmocom-build/debian-bullseye-erlang:latest . Sending build context to Docker daemon 25.6kB Step 1/18 : ARG REGISTRY=docker.io Step 2/18 : FROM ${REGISTRY}/debian:bullseye bullseye: Pulling from library/debian Digest: sha256:bfe6615d017d1eebe19f349669de58cda36c668ef916e618be78071513c690e5 Status: Image is up to date for debian:bullseye ---> d8cacd17cfdc Step 3/18 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> 760dc5e27557 Step 4/18 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> 8698fe4bcf88 Step 5/18 : ARG OSMOCOM_REPO="${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/latest/Debian_11/" ---> Using cache ---> 32b8b545e8d0 Step 6/18 : RUN apt-get update && apt-get upgrade -y && apt-get -y install erlang rebar ---> Using cache ---> b257aa00e1bc Step 7/18 : ARG REBAR3_VERSION="3.18.0" ---> Using cache ---> 67948cd37a9d Step 8/18 : ADD https://github.com/erlang/rebar3/archive/refs/tags/$%7BREBAR3_VERSION%7D.tar... /tmp/rebar3.tar.gz ADD failed: Get "https://github.com/erlang/rebar3/archive/refs/tags/3.18.0.tar.gz": net/http: TLS handshake timeout make: *** [../make/Makefile:90: docker-build] Error 1 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb10build-ansible/ws/_docker_playground/debian-bullseye-erlang' + exit 1 Build step 'Execute shell' marked build as failure