Changes:
------------------------------------------ [...truncated 10.28 KB...] Step 4/32 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> 2b6014824388 Step 5/32 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> e04ecad49207 Step 6/32 : ARG DEBIAN_VERSION ---> Using cache ---> 887479f811fa Step 7/32 : ARG LLVM_VERSION="14.0.0" ---> Using cache ---> ca3800d81ad5 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 ---> 82b90172d9d1 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 ---> 5f4ee1aa5d46 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 ---> 5fb09ee9c365 Step 11/32 : ADD https://gitea.osmocom.org/sim-card/pysim/raw/branch/master/requirements.txt /tmp/pysim_requirements.txt
---> Using cache ---> f85729e610b9 Step 12/32 : RUN pip3 install -r /tmp/pysim_requirements.txt ---> Using cache ---> 48b75fc46c9c Step 13/32 : RUN useradd --uid=1000 build ---> Using cache ---> aa50b82f3ab4 Step 14/32 : RUN mkdir /build ---> Using cache ---> 88733f198af7 Step 15/32 : RUN chown build:build /build ---> Using cache ---> 7a144f548557 Step 16/32 : ARG OSMO_PYTHON2_TESTS_COMMIT=fb4b813d4df62b7b2445bdced961eb1847267eed ---> Using cache ---> 4e776c73aeda Step 17/32 : ADD http://git.osmocom.org/python/osmo-python-tests/patch/?id=$OSMO_PYTHON2_TEST... /tmp/osmo-python-tests2-commit
---> Using cache ---> 82b0fdb215bb 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 ---> ea53d3442dcb Step 19/32 : ADD http://git.osmocom.org/python/osmo-python-tests/patch /tmp/osmo-python-tests3-commit
---> Using cache ---> 233d87c0f9cd 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 ---> 9c18f7d062f1 Step 21/32 : ADD http://git.osmocom.org/osmo-ci/patch /tmp/osmo-ci-commit
---> Using cache ---> 316d823f691e 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 ---> b195892c6fb6 Step 23/32 : ADD http://git.osmocom.org/osmo-gsm-manuals/patch /tmp/osmo-gsm-manuals-commit
---> Using cache ---> 9f99b52e2b73 Step 24/32 : RUN git -C /opt clone https://gerrit.osmocom.org/osmo-gsm-manuals ---> Using cache ---> 801afc3aeeb3 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 ---> f2be2849aee7 Step 26/32 : ENV LANG en_US.UTF-8 ---> Using cache ---> 83178359a8c0 Step 27/32 : ARG OSMOCOM_REPO="${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/Debian_10/" ---> Using cache ---> 60391d3a7336 Step 28/32 : COPY .common/Release.key /tmp/Release.key ---> Using cache ---> 2fce187258d6 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 ---> c35acf910986 Step 30/32 : ADD $OSMOCOM_REPO/Release /tmp/Release
---> Using cache ---> 526ed6563aa7 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 ---> 460cf854800f Step 32/32 : RUN chown -R build:build /usr/local ---> Using cache ---> afdda008d36e [Warning] One or more build-args [OSMO_IUH_BRANCH OSMO_NITB_BRANCH OSMO_SGSN_BRANCH OSMO_HLR_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_TTCN3_BRANCH UPSTREAM_DISTRO OSMO_HNODEB_BRANCH UID OPEN5GS_BRANCH OSMO_BSC_BRANCH OSMO_UECUPS_BRANCH OSMOCOM_REPO_VERSION OSMO_BB_BRANCH OSMO_SIP_BRANCH DISTRO LIBOSMOCORE_BRANCH OSMO_GGSN_BRANCH OSMO_GBPROXY_BRANCH OSMO_HNBGW_BRANCH OSMO_MGW_BRANCH OSMO_MSC_BRANCH OSMO_PCU_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_BTS_BRANCH OSMO_CBC_BRANCH OSMO_STP_BRANCH USER] were not consumed Successfully built afdda008d36e 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-deb9build-ansible/ws/_docker_playground/debian-buster-jenkins' + docker_image_exists debian-buster-jenkins + docker images -q osmocom-build/debian-buster-jenkins + test -n afdda008d36e + 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-deb9build-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-deb9build-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-deb9build-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-deb9build-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-deb9build-ansible/ws/ = x ] + VOL_BASE_DIR=https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb9build-ansible/ws/logs + rm -rf https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb9build-ansible/ws/logs + mkdir -p https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb9build-ansible/ws/logs + [ ! -d https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb9build-ansible/ws/logs ] + [ xjenkins-update-osmo-ci-on-slaves-label=build2-deb9build-ansible-1332 = x ] + basename https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb9build-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-deb9build-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-deb9build-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 ---> f2fc64b71313 Step 4/18 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> 48e52fd4510d Step 5/18 : ARG OSMOCOM_REPO="${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/latest/Debian_11/" ---> Using cache ---> a52837c20d59 Step 6/18 : RUN apt-get update && apt-get upgrade -y && apt-get -y install erlang rebar ---> Using cache ---> 868293ca343d Step 7/18 : ARG REBAR3_VERSION="3.18.0" ---> Using cache ---> e8d6093da618 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/Makefile:90: recipe for target 'docker-build' failed make: *** [docker-build] Error 1 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb9build-ansible/ws/_docker_playground/debian-bullseye-erlang' + exit 1 Build step 'Execute shell' marked build as failure
jenkins-notifications@lists.osmocom.org