Changes:
[Oliver Smith] jobs/gerrit-verifications: pipeline: agent none
------------------------------------------ [...truncated 7.10 KB...] + dir=debian-buster-jenkins + pull_arg=--pull + grep ^FROM ../debian-buster-jenkins/Dockerfile + from_line=FROM ${REGISTRY}/debian:${DEBIAN_VERSION} + echo FROM ${REGISTRY}/debian:${DEBIAN_VERSION} + grep -q $USER + echo Building image: debian-buster-jenkins (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) Building image: debian-buster-jenkins (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../debian-buster-jenkins BUILD_ARGS=--pull UPSTREAM_DISTRO=debian:buster DISTRO=debian-buster IMAGE=osmocom-build/debian-buster-jenkins make: Entering directory '/home/osmocom-build/osmo-ci/_docker_playground/debian-buster-jenkins' rm -rf .common cp -r /home/osmocom-build/osmo-ci/_docker_playground/common .common 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:buster \ --build-arg DISTRO=debian-buster \ --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-buster-jenkins:latest . Sending build context to Docker daemon 28.67kB Step 1/28 : ARG DEBIAN_VERSION=buster Step 2/28 : ARG REGISTRY=docker.io Step 3/28 : FROM ${REGISTRY}/debian:${DEBIAN_VERSION} buster: Pulling from library/debian Digest: sha256:604db908f7ce93379b1289c0c7ba73b252002087a3fa64fe904b430083ba5f69 Status: Image is up to date for debian:buster ---> e2a77fe40711 Step 4/28 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> ef0b0ca044e3 Step 5/28 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> 0959b6bd3b27 Step 6/28 : ARG DEBIAN_VERSION ---> Using cache ---> 12a690566340 Step 7/28 : 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 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 pkg-config python3 python3-gi python3-mako python3-nwdiag python3-pip python3-pyflakes python3-setuptools python3-usb python3-yaml python2.7 python-pip python-setuptools python-yaml rsync sdcc sqlite3 source-highlight stow sudo systemd tcpdump texinfo unzip wget xsltproc ---> Using cache ---> 016388757aab Step 8/28 : 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 ---> baa666ad2c10 Step 9/28 : RUN useradd --uid=1000 build ---> Using cache ---> cf8e28d56f04 Step 10/28 : RUN mkdir /build ---> Using cache ---> 786d8d892ae2 Step 11/28 : RUN chown build:build /build ---> Using cache ---> 5508d8a509bf Step 12/28 : ARG OSMO_PYTHON2_TESTS_COMMIT=fb4b813d4df62b7b2445bdced961eb1847267eed ---> Using cache ---> 70f426d4996c Step 13/28 : ADD http://git.osmocom.org/python/osmo-python-tests/patch/?id=$OSMO_PYTHON2_TEST... /tmp/osmo-python-tests2-commit
---> Using cache ---> c1370e8933c8 Step 14/28 : 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 ---> b13c73ea80ad Step 15/28 : ADD http://git.osmocom.org/python/osmo-python-tests/patch /tmp/osmo-python-tests3-commit
---> Using cache ---> a7a4e31d2f9c Step 16/28 : 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 ---> 4596e8493294 Step 17/28 : ADD http://git.osmocom.org/osmo-ci/patch /tmp/osmo-ci-commit
---> 4e3c8cb2cf08 Step 18/28 : RUN git clone https://gerrit.osmocom.org/osmo-ci osmo-ci && cp -v $(find osmo-ci/scripts -maxdepth 1 -type f ) /usr/local/bin ---> Running in 61f16862afe3 [91mCloning into 'osmo-ci'... [0m'osmo-ci/scripts/repo-install-test.sh' -> '/usr/local/bin/repo-install-test.sh' 'osmo-ci/scripts/verify_endian_header.sh' -> '/usr/local/bin/verify_endian_header.sh' 'osmo-ci/scripts/osmocom-build-old-tags-against-master.sh' -> '/usr/local/bin/osmocom-build-old-tags-against-master.sh' 'osmo-ci/scripts/osmocom-obs-link.sh' -> '/usr/local/bin/osmocom-obs-link.sh' 'osmo-ci/scripts/osmo-build-dep.sh' -> '/usr/local/bin/osmo-build-dep.sh' 'osmo-ci/scripts/docker-cleanup.sh' -> '/usr/local/bin/docker-cleanup.sh' 'osmo-ci/scripts/osmo-build.sh' -> '/usr/local/bin/osmo-build.sh' 'osmo-ci/scripts/osmocom-packages-docker.sh' -> '/usr/local/bin/osmocom-packages-docker.sh' 'osmo-ci/scripts/jenkins_jobs.ini.example' -> '/usr/local/bin/jenkins_jobs.ini.example' 'osmo-ci/scripts/osmocom-list-commits.sh' -> '/usr/local/bin/osmocom-list-commits.sh' 'osmo-ci/scripts/common.sh' -> '/usr/local/bin/common.sh' 'osmo-ci/scripts/verify_value_string_arrays_are_terminated.py' -> '/usr/local/bin/verify_value_string_arrays_are_terminated.py' 'osmo-ci/scripts/osmo-ci-docker-rebuild.sh' -> '/usr/local/bin/osmo-ci-docker-rebuild.sh' 'osmo-ci/scripts/verify_log_statements.py' -> '/usr/local/bin/verify_log_statements.py' 'osmo-ci/scripts/osmo-deps.sh' -> '/usr/local/bin/osmo-deps.sh' 'osmo-ci/scripts/osmo-layer1-headers.sh' -> '/usr/local/bin/osmo-layer1-headers.sh' 'osmo-ci/scripts/osmo-clean-workspace.sh' -> '/usr/local/bin/osmo-clean-workspace.sh' 'osmo-ci/scripts/requirements.txt' -> '/usr/local/bin/requirements.txt' 'osmo-ci/scripts/cat-testlogs.sh' -> '/usr/local/bin/cat-testlogs.sh' Removing intermediate container 61f16862afe3 ---> 876cfdf00af8 Step 19/28 : ADD http://git.osmocom.org/osmo-gsm-manuals/patch /tmp/osmo-gsm-manuals-commit
---> a85647aac9b2 Step 20/28 : RUN git -C /opt clone https://gerrit.osmocom.org/osmo-gsm-manuals ---> Running in b3297a4f13d4 [91mCloning into 'osmo-gsm-manuals'... [0mRemoving intermediate container b3297a4f13d4 ---> 4f8b757023e2 Step 21/28 : 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 ed8beaec41af [91mGenerating locales (this might take a while)... [0m[91m en_US.UTF-8[0m[91m...[0m[91m done [0m[91mGeneration complete. [0mRemoving intermediate container ed8beaec41af ---> 1e7b9e9865fe Step 22/28 : ENV LANG en_US.UTF-8 ---> Running in 28fde908caff Removing intermediate container 28fde908caff ---> fc65b0530491 Step 23/28 : ARG OSMOCOM_REPO="${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/Debian_10/" ---> Running in a990f535c537 Removing intermediate container a990f535c537 ---> 3502705f633c Step 24/28 : COPY .common/Release.key /tmp/Release.key ---> 800d76dd2769 Step 25/28 : 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 c4c14f349924 [91mWarning: apt-key output should not be parsed (stdout is not a terminal) [0mOK Removing intermediate container c4c14f349924 ---> a51c141ef41d Step 26/28 : ADD $OSMOCOM_REPO/Release /tmp/Release
---> 3e78fd169b7c Step 27/28 : RUN apt-get update && apt-get install -y --no-install-recommends liblimesuite-dev libuhd-dev libulfius-dev && apt-get clean ---> Running in 638f8ed8b8a5 Hit:1 http://deb.debian.org/debian buster InRelease Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease [1,574 B] Get:5 http://deb.debian.org/debian-security buster/updates/main armhf Packages [364 kB] Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ Packages [115 kB] Fetched 572 kB in 5s (110 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libcurl4-gnutls-dev libgcrypt20-dev libgpg-error-dev libjs-jquery liblimesuite18.06-1 libmicrohttpd-dev libmicrohttpd12 liborcania-dev liborcania1.2 libsystemd-dev libuhd3.13.1 libulfius2.5 libyder-dev libyder2.0 Suggested packages: libcurl4-doc libidn11-dev libldap2-dev librtmp-dev libssh2-1-dev libgcrypt20-doc liblimesuite-doc gnuradio Recommended packages: javascript-common limesuite-udev gnuradio The following NEW packages will be installed: libcurl4-gnutls-dev libgcrypt20-dev libgpg-error-dev libjs-jquery liblimesuite-dev liblimesuite18.06-1 libmicrohttpd-dev libmicrohttpd12 liborcania-dev liborcania1.2 libsystemd-dev libuhd-dev libuhd3.13.1 libulfius-dev libulfius2.5 libyder-dev libyder2.0 0 upgraded, 17 newly installed, 0 to remove and 4 not upgraded. Need to get 11.9 MB of archives. After this operation, 90.4 MB of additional disk space will be used. Err:1 http://deb.debian.org/debian-security buster/updates/main armhf libcurl4-gnutls-dev armhf 7.64.0-4+deb10u3 Could not connect to debian.map.fastlydns.net:80 (2a04:4e42:62::644). - connect (101: Network is unreachable) Could not connect to debian.map.fastlydns.net:80 (199.232.138.132), connection timed out Unable to connect to deb.debian.org:http: Err:2 http://deb.debian.org/debian buster/main armhf libgpg-error-dev armhf 1.35-1 Unable to connect to deb.debian.org:http: Err:3 http://deb.debian.org/debian buster/main armhf libgcrypt20-dev armhf 1.8.4-5+deb10u1 Unable to connect to deb.debian.org:http: Err:4 http://deb.debian.org/debian buster/main armhf libjs-jquery all 3.3.1~dfsg-3+deb10u1 Unable to connect to deb.debian.org:http: Err:5 http://deb.debian.org/debian buster/main armhf liblimesuite18.06-1 armhf 18.06.0+dfsg-1+b1 Unable to connect to deb.debian.org:http: Err:6 http://deb.debian.org/debian buster/main armhf liblimesuite-dev armhf 18.06.0+dfsg-1+b1 Unable to connect to deb.debian.org:http: Err:7 http://deb.debian.org/debian buster/main armhf libmicrohttpd12 armhf 0.9.62-1 Unable to connect to deb.debian.org:http: Err:8 http://deb.debian.org/debian buster/main armhf libmicrohttpd-dev armhf 0.9.62-1 Unable to connect to deb.debian.org:http: Err:9 http://deb.debian.org/debian buster/main armhf liborcania1.2 armhf 1.2.9-5 Unable to connect to deb.debian.org:http: Err:10 http://deb.debian.org/debian buster/main armhf liborcania-dev armhf 1.2.9-5 Unable to connect to deb.debian.org:http: Ign:11 http://deb.debian.org/debian buster/main armhf libsystemd-dev armhf 241-7~deb10u8 Err:12 http://deb.debian.org/debian buster/main armhf libuhd3.13.1 armhf 3.13.1.0-3 Unable to connect to deb.debian.org:http: Err:13 http://deb.debian.org/debian buster/main armhf libuhd-dev armhf 3.13.1.0-3 Unable to connect to deb.debian.org:http: Err:14 http://deb.debian.org/debian buster/main armhf libyder2.0 armhf 1.4.4-4 Unable to connect to deb.debian.org:http: Err:15 http://deb.debian.org/debian buster/main armhf libulfius2.5 armhf 2.5.2-4+deb10u1 Unable to connect to deb.debian.org:http: Err:16 http://deb.debian.org/debian buster/main armhf libyder-dev armhf 1.4.4-4 Unable to connect to deb.debian.org:http: Err:17 http://deb.debian.org/debian buster/main armhf libulfius-dev armhf 2.5.2-4+deb10u1 Unable to connect to deb.debian.org:http: Err:11 http://deb.debian.org/debian buster/main armhf libsystemd-dev armhf 241-7~deb10u8 Unable to connect to deb.debian.org:http: [91mE: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/c/curl/libcurl4-gnut... Could not connect to debian.map.fastlydns.net:80 (2a04:4e42:62::644). - connect (101: Network is unreachable) Could not connect to debian.map.fastlydns.net:80 (199.232.138.132), connection timed out Unable to connect to deb.debian.org:http: E: Failed to fetch http://deb.debian.org/debian/pool/main/libg/libgpg-error/libgpg-error-dev_1.... Unable to connect to deb.debian.org:http: E[0m[91m: Failed to fetch http://deb.debian.org/debian/pool/main/libg/libgcrypt20/libgcrypt20-dev_1.8.... Unable to connect to deb.debian.org:http: E: Failed to fetch http://deb.debian.org/debian/pool/main/j/jquery/libjs-jquery_3.3.1~dfsg-3+de... Unable to connect to deb.debian.org:http: E: Failed to fetch http://deb.debian.org/debian/pool/main/l/limesuite/liblimesuite18.06-1_18.06... Unable to connect to deb.debian.org:http:[0m[91m E[0m[91m: Failed to fetch http://deb.debian.org/debian/pool/main/l/limesuite/liblimesuite-dev_18.06.0+... Unable to connect to deb.debian.org:http: E: Failed to fetch http://deb.debian.org/debian/pool/main/libm/libmicrohttpd/libmicrohttpd12_0.... Unable to connect to deb.debian.org:http: E: Failed to fetch http://deb.debian.org/debian/pool/main/libm/libmicrohttpd/libmicrohttpd-dev_... Unable to connect to deb.debian.org:http: E[0m[91m: [0m[91mFailed to fetch http://deb.debian.org/debian/pool/main/o/orcania/liborcania1.2_1.2.9-5_armhf... Unable to connect to deb.debian.org:http: [0m[91mE: Failed to fetch http://deb.debian.org/debian/pool/main/o/orcania/liborcania-dev_1.2.9-5_armh... Unable to connect to deb.debian.org:http: E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/s/systemd/libsystemd... Unable to connect to deb.debian.org:http: E: Failed to fetch http://deb.debian.org/debian/pool/main/u/uhd/libuhd3.13.1_3.13.1.0-3_armhf.d... Unable to connect to deb.debian.org:http: E: Failed to fetch http://deb.debian.org/debian/pool/main/u/uhd/libuhd-dev_3.13.1.0-3_armhf.deb Unable to connect to deb.debian.org:http:[0m[91m E: Failed to fetch http://deb.debian.org/debian/pool/main/y/yder/libyder2.0_1.4.4-4_armhf.deb Unable to connect to deb.debian.org:http: [0m[91mE: Failed to fetch http://deb.debian.org/debian/pool/main/u/ulfius/libulfius2.5_2.5.2-4+deb10u1... Unable to connect to deb.debian.org:http: E: Failed to fetch http://deb.debian.org/debian/pool/main/y/yder/libyder-dev_1.4.4-4_armhf.deb Unable to connect to deb.debian.org:http: E: Failed to fetch http://deb.debian.org/debian/pool/main/u/ulfius/libulfius-dev_2.5.2-4+deb10u... Unable to connect to deb.debian.org:http: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?[0m[91m [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: *** [../make/Makefile:90: docker-build] Error 100 make: Leaving directory '/home/osmocom-build/osmo-ci/_docker_playground/debian-buster-jenkins' + exit 1 Build step 'Execute shell' marked build as failure
jenkins-notifications@lists.osmocom.org