Changes:
------------------------------------------ [...truncated 3.19 KB...] + git fetch warning: redirecting to https://gitea.osmocom.org/cellular-infrastructure/osmo-gsm-manuals/ + git checkout -f -B master origin/master Reset branch 'master' Branch 'master' set up to track remote branch 'master' from 'origin'. Your branch is up to date with 'origin/master'. + git rev-parse HEAD 4c9264e0bab05e583b3a321e2c723f0470abcb43 + git status On branch master Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean + uname + [ Linux = Linux ] + [ x != x1 ] + cd /home/osmocom-build/osmo-ci + scripts/osmo-ci-docker-rebuild.sh + dirname scripts/osmo-ci-docker-rebuild.sh + cd scripts/.. + . scripts/common.sh + dirname scripts/osmo-ci-docker-rebuild.sh + realpath scripts/.. + OSMO_CI_DIR=/home/osmocom-build/osmo-ci + OSMO_GIT_URL_GITEA=https://gitea.osmocom.org + OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org + OSMO_RELEASE_REPOS= libasn1c libosmo-abis libosmo-gprs libosmo-netif libosmo-pfcp libosmo-sccp libosmocore libsmpp34 libusrp osmo-bsc osmo-bts osmo-cbc osmo-e1d osmo-gbproxy osmo-ggsn osmo-gsm-manuals osmo-hlr osmo-hnodeb osmo-hnbgw osmo-iuh osmo-mgw osmo-msc osmo-pcap osmo-pcu osmo-remsim osmo-sgsn osmo-sip-connector osmo-smlc osmo-sysmon osmo-trx osmo-uecups osmo-upf osmocom-bb simtrace2
+ OSMO_BRANCH_DOCKER_PLAYGROUND=master + docker_images_require debian-buster-jenkins + local oldpwd=/home/osmocom-build/osmo-ci + [ -L _docker_playground ] + [ -d _docker_playground ] + git -C _docker_playground fetch warning: redirecting to https://gitea.osmocom.org/osmocom/docker-playground/ + 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 e077fec ttcn3-mgw: Set osmux bind-ip(-v6) VTY configs + cd debian-buster-jenkins + . ../jenkins-common.sh + realpath ../_cache + CACHE_DIR=/home/osmocom-build/osmo-ci/_docker_playground/_cache + realpath ../scripts/kernel-test + KERNEL_TEST_DIR=/home/osmocom-build/osmo-ci/_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=gtp0-deb11build32/ws/ = x ] + VOL_BASE_DIR=https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=gtp0-deb11build32/ws/logs + rm -rf https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=gtp0-deb11build32/ws/logs + mkdir -p https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=gtp0-deb11build32/ws/logs + [ ! -d https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=gtp0-deb11build32/ws/logs ] + [ xjenkins-update-osmo-ci-on-slaves-label=gtp0-deb11build32-1267 = x ] + basename /home/osmocom-build/osmo-ci/_docker_playground/debian-buster-jenkins + SUITE_NAME=debian-buster-jenkins + NET_NAME=debian-buster-jenkins + docker_images_require debian-buster-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-buster-jenkins + local feed + depends= + [ -n ] + docker_distro_from_image_name debian-buster-jenkins + echo debian-buster + distro_arg=debian-buster + [ -z ] + docker_upstream_distro_from_image_name debian-buster-jenkins + echo debian:buster + upstream_distro_arg=debian:buster + docker_dir_from_image_name debian-buster-jenkins + echo debian-buster-jenkins + 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 ---> 52b350eb3395 Step 4/28 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> 36df9ed442a6 Step 5/28 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> 1e58140bd4a6 Step 6/28 : ARG DEBIAN_VERSION ---> Using cache ---> f86289f39a69 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 ---> 71a578a47326 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 ---> fb8358dbc49f Step 9/28 : RUN useradd --uid=1000 build ---> Using cache ---> 120973cd7a22 Step 10/28 : RUN mkdir /build ---> Using cache ---> 9d39effaeb86 Step 11/28 : RUN chown build:build /build ---> Using cache ---> 67ab9c186184 Step 12/28 : ARG OSMO_PYTHON2_TESTS_COMMIT=fb4b813d4df62b7b2445bdced961eb1847267eed ---> Using cache ---> 13305a1e5445 Step 13/28 : ADD http://git.osmocom.org/python/osmo-python-tests/patch/?id=$OSMO_PYTHON2_TEST... /tmp/osmo-python-tests2-commit
---> Using cache ---> 84163880e319 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 ---> ed219f05fd05 Step 15/28 : ADD http://git.osmocom.org/python/osmo-python-tests/patch /tmp/osmo-python-tests3-commit
---> Using cache ---> 69cb41de339b 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 ---> 6fae80e39c5b Step 17/28 : ADD http://git.osmocom.org/osmo-ci/patch /tmp/osmo-ci-commit
---> Using cache ---> 631bf96fa923 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 ---> Using cache ---> 6586e68f472d Step 19/28 : ADD http://git.osmocom.org/osmo-gsm-manuals/patch /tmp/osmo-gsm-manuals-commit
---> Using cache ---> c2ddc16c812a Step 20/28 : RUN git -C /opt clone https://gerrit.osmocom.org/osmo-gsm-manuals ---> Using cache ---> 3237e4284fe4 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 ---> Using cache ---> b0af001320cd Step 22/28 : ENV LANG en_US.UTF-8 ---> Using cache ---> 6fbf3a3b2913 Step 23/28 : ARG OSMOCOM_REPO="${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/Debian_10/" ---> Using cache ---> 8555eaffec5d Step 24/28 : COPY .common/Release.key /tmp/Release.key ---> Using cache ---> f10e268f7d6e 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 ---> Using cache ---> 1338e1a09ab9 Step 26/28 : ADD $OSMOCOM_REPO/Release /tmp/Release ADD failed: Get "https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10//Release": dial tcp: lookup downloads.osmocom.org on 192.168.100.254:53: read udp 10.34.2.104:40839->192.168.100.254:53: i/o timeout make: *** [../make/Makefile:90: docker-build] Error 1 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