Changes:
------------------------------------------ [...truncated 31.19 KB...] --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:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b Status: Image is up to date for debian:bullseye ---> c31f65dd4cc9 Step 3/18 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> 2a90eaa3a459 Step 4/18 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> 25473db21e45 Step 5/18 : ARG OSMOCOM_REPO="${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/latest/Debian_11/" ---> Using cache ---> 16ac3e151fc0 Step 6/18 : RUN apt-get update && apt-get upgrade -y && apt-get -y install erlang rebar ---> Using cache ---> 70dd6efdd55e Step 7/18 : ARG REBAR3_VERSION="3.18.0" ---> Using cache ---> 93ac84cccaa0 Step 8/18 : ADD https://github.com/erlang/rebar3/archive/refs/tags/$%7BREBAR3_VERSION%7D.tar... /tmp/rebar3.tar.gz
---> Using cache ---> 5d13d23029b4 Step 9/18 : RUN tar -zxf /tmp/rebar3.tar.gz && cd rebar3-${REBAR3_VERSION} && ./bootstrap && install -Dm0755 "rebar3" "/usr/bin/rebar3" ---> Using cache ---> a189f2e087ea Step 10/18 : RUN apt-get update && apt-get -y install build-essential git procps tcpdump vim netcat-openbsd wget && apt-get clean ---> Using cache ---> 08cb623712e6 Step 11/18 : RUN apt-get update && apt-get -y install libpcap-dev && apt-get clean ---> Using cache ---> e70177845ee7 Step 12/18 : RUN apt-get update && apt-get install -y ca-certificates gnupg ---> Using cache ---> e92f57f9640b Step 13/18 : COPY .common/Release.key /tmp/Release.key ---> Using cache ---> 3e5225a1ad16 Step 14/18 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-latest.list ---> Using cache ---> f9dd1c5afa1f Step 15/18 : ADD $OSMOCOM_REPO/Release /tmp/Release
---> Using cache ---> 325f020788fb Step 16/18 : RUN useradd -m build ---> Using cache ---> bc73b149eaab Step 17/18 : WORKDIR /home/build ---> Using cache ---> 7e46a9470dae Step 18/18 : USER build ---> Using cache ---> b1d959f99b43 [Warning] One or more build-args [DISTRO OPEN5GS_BRANCH OSMO_BTS_BRANCH OSMO_CBC_BRANCH OSMO_IUH_BRANCH LIBOSMOCORE_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_BB_BRANCH OSMO_HNBGW_BRANCH OSMO_SGSN_BRANCH OSMO_PCU_BRANCH UID OSMOCOM_REPO_VERSION OSMO_BSC_BRANCH OSMO_GGSN_BRANCH OSMO_HLR_BRANCH OSMO_MSC_BRANCH OSMO_STP_BRANCH OSMO_NITB_BRANCH OSMO_SIP_BRANCH OSMO_TTCN3_BRANCH UPSTREAM_DISTRO OSMO_GBPROXY_BRANCH OSMO_HNODEB_BRANCH OSMO_MGW_BRANCH USER OSMO_GSM_TESTER_BRANCH OSMO_UECUPS_BRANCH] were not consumed Successfully built b1d959f99b43 Successfully tagged osmocom-build/debian-bullseye-erlang: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-bullseye-erlang' + docker_image_exists debian-bullseye-erlang + docker images -q osmocom-build/debian-bullseye-erlang + test -n b1d959f99b43 + list_osmo_packages debian-bullseye debian-bullseye-erlang + local distro=debian-bullseye + local image=debian-bullseye-erlang + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian-bullseye-erlang -c + [ -n ] + return + [ = registry.osmocom.org ] + docker_depends debian-bullseye-jenkins + local feed + depends= + [ -n ] + docker_distro_from_image_name debian-bullseye-jenkins + echo debian-bullseye + distro_arg=debian-bullseye + [ -z ] + docker_upstream_distro_from_image_name debian-bullseye-jenkins + echo debian:bullseye + upstream_distro_arg=debian:bullseye + docker_dir_from_image_name debian-bullseye-jenkins + echo debian-bullseye-jenkins + dir=debian-bullseye-jenkins + pull_arg=--pull + grep ^FROM ../debian-bullseye-jenkins/Dockerfile + from_line=FROM ${REGISTRY}/debian:${DEBIAN_VERSION} + echo FROM ${REGISTRY}/debian:${DEBIAN_VERSION} + grep -q $USER + echo Building image: debian-bullseye-jenkins (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) Building image: debian-bullseye-jenkins (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../debian-bullseye-jenkins BUILD_ARGS=--pull UPSTREAM_DISTRO=debian:bullseye DISTRO=debian-bullseye IMAGE=osmocom-build/debian-bullseye-jenkins make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb9build-ansible/ws/_docker_playground/debian-bullseye-jenkins' 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-jenkins:latest . Sending build context to Docker daemon 28.16kB Step 1/25 : ARG DEBIAN_VERSION=bullseye Step 2/25 : ARG REGISTRY=docker.io Step 3/25 : FROM ${REGISTRY}/debian:${DEBIAN_VERSION} bullseye: Pulling from library/debian Digest: sha256:3066ef83131c678999ce82e8473e8d017345a30f5573ad3e44f62e5c9c46442b Status: Image is up to date for debian:bullseye ---> c31f65dd4cc9 Step 4/25 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> 2a90eaa3a459 Step 5/25 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> 25473db21e45 Step 6/25 : ARG DEBIAN_VERSION ---> Using cache ---> a3fe2aa84137 Step 7/25 : 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 docbook5-xml doxygen flex g++ gawk gcc gcc-arm-none-eabi git git-buildpackage graphviz htop inkscape 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 libtool libusb-1.0-0-dev libusb-dev libxml2-utils libzmq3-dev locales lua-socket make mscgen ofono openssh-client osc patchelf picolibc-arm-none-eabi pkg-config 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 texinfo unzip wget xsltproc ---> Using cache ---> 7362e2edf7ba Step 8/25 : RUN pip3 install git+https://github.com/podshumok/python-smpplib.git git+https://github.com/eriwen/lcov-to-cobertura-xml.git pydbus pysispm ---> Using cache ---> 1e2b19e470e4 Step 9/25 : RUN useradd --uid=1000 build ---> Using cache ---> 87f8f96a42ce Step 10/25 : RUN mkdir /build ---> Using cache ---> 10afcf6b1275 Step 11/25 : RUN chown build:build /build ---> Using cache ---> 811d235c444c Step 12/25 : ADD http://git.osmocom.org/python/osmo-python-tests/patch /tmp/osmo-python-tests3-commit
---> Using cache ---> e85d690d1c92 Step 13/25 : 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 ---> 8e8b8afc6bda Step 14/25 : ADD http://git.osmocom.org/osmo-ci/patch /tmp/osmo-ci-commit
---> Using cache ---> 1656b47f630b Step 15/25 : 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 ---> 33757c8f43f3 Step 16/25 : ADD http://git.osmocom.org/osmo-gsm-manuals/patch /tmp/osmo-gsm-manuals-commit
---> 13e108a548a3 Step 17/25 : RUN git -C /opt clone https://gerrit.osmocom.org/osmo-gsm-manuals ---> Running in 32b9dbf86242 [91mCloning into 'osmo-gsm-manuals'... [0mRemoving intermediate container 32b9dbf86242 ---> a9a49b0c5d57 Step 18/25 : 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 ---> Running in c1b7a93d780c [91mGenerating locales (this might take a while)... [0m[91m en_US.UTF-8[0m[91m...[0m[91m done [0m[91mGeneration complete. [0mRemoving intermediate container c1b7a93d780c ---> ea0d0a685fc9 Step 19/25 : ENV LANG en_US.UTF-8 ---> Running in f3f6b64e35ed Removing intermediate container f3f6b64e35ed ---> 717a89fcf866 Step 20/25 : ARG OSMOCOM_REPO="${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/Debian_11/" ---> Running in 92ce02c1c4e3 Removing intermediate container 92ce02c1c4e3 ---> baba173eb589 Step 21/25 : COPY .common/Release.key /tmp/Release.key ---> 121dc7f627da Step 22/25 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-nightly.list ---> Running in c9241059c476 [91mWarning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). [0mOK Removing intermediate container c9241059c476 ---> dba4a2746fd3 Step 23/25 : ADD $OSMOCOM_REPO/Release /tmp/Release
---> 24cb44379dbe Step 24/25 : RUN apt-get update && apt-get install -y --no-install-recommends liblimesuite-dev libuhd-dev libulfius-dev && apt-get clean ---> Running in 4992a7a2386a Hit:1 http://deb.debian.org/debian bullseye InRelease Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ InRelease [1,577 B] Err:1 http://deb.debian.org/debian bullseye InRelease At least one invalid signature was encountered. Err:2 http://deb.debian.org/debian-security bullseye-security InRelease At least one invalid signature was encountered. Err:3 http://deb.debian.org/debian bullseye-updates InRelease At least one invalid signature was encountered. Err:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ InRelease At least one invalid signature was encountered. Reading package lists... [91mW: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.debian.org/debian bullseye InRelease: At least one invalid signature was encountered. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.debian.org/debian-security bullseye-security InRelease: At least one invalid signature was encountered. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.debian.org/debian bullseye-updates InRelease: At least one invalid signature was encountered. W: GPG error: https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ InRelease: At least one invalid signature was encountered. E: The repository 'https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ InRelease' is not signed. [0mThe command '/bin/sh -c apt-get update && apt-get install -y --no-install-recommends liblimesuite-dev libuhd-dev libulfius-dev && apt-get clean' returned a non-zero code: 100 ../make/Makefile:90: recipe for target 'docker-build' failed make: *** [docker-build] Error 100 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=build2-deb9build-ansible/ws/_docker_playground/debian-bullseye-jenkins' + exit 1 Build step 'Execute shell' marked build as failure