Changes:
[laforge] master-opencm3-projects: Build from gitea, not git
------------------------------------------ [...truncated 3.68 KB...] + 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=https://git.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 + 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 278ed47 fix_perms: use debian:bullseye + 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=rpi4-raspbian11build-ansible-2/ws/ = x ] + VOL_BASE_DIR=https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian11build-ansible-2/ws/logs + rm -rf https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian11build-ansible-2/ws/logs + mkdir -p https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian11build-ansible-2/ws/logs + [ ! -d https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian11build-ansible-2/ws/logs ] + [ xjenkins-update-osmo-ci-on-slaves-label=rpi4-raspbian11build-ansible-2-1171 = 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:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f Status: Image is up to date for debian:buster ---> 1d43962ac452 Step 4/28 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> e707029d1110 Step 5/28 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> aad4bebcc802 Step 6/28 : ARG DEBIAN_VERSION ---> Using cache ---> a6e0fed713d1 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 ---> bbf276fd4997 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 ---> cf6f3ddf86f2 Step 9/28 : RUN useradd --uid=1000 build ---> Using cache ---> c384def549b1 Step 10/28 : RUN mkdir /build ---> Using cache ---> 4b30752d8a4e Step 11/28 : RUN chown build:build /build ---> Using cache ---> b69efbabbc3f Step 12/28 : ARG OSMO_PYTHON2_TESTS_COMMIT=fb4b813d4df62b7b2445bdced961eb1847267eed ---> Using cache ---> c50156f07cc6 Step 13/28 : ADD http://git.osmocom.org/python/osmo-python-tests/patch/?id=$OSMO_PYTHON2_TEST... /tmp/osmo-python-tests2-commit
---> Using cache ---> 0540e6d1fbdd 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 ---> 526f1e631c34 Step 15/28 : ADD http://git.osmocom.org/python/osmo-python-tests/patch /tmp/osmo-python-tests3-commit
---> Using cache ---> 983fc746d4c9 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 ---> b36c2cfe68e4 Step 17/28 : ADD http://git.osmocom.org/osmo-ci/patch /tmp/osmo-ci-commit
---> fbbd07a186f8 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 3337073830e3 [91mCloning into 'osmo-ci'... [0m'osmo-ci/scripts/osmocom-build-old-tags-against-master.sh' -> '/usr/local/bin/osmocom-build-old-tags-against-master.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/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/osmo-layer1-headers.sh' -> '/usr/local/bin/osmo-layer1-headers.sh' 'osmo-ci/scripts/common.sh' -> '/usr/local/bin/common.sh' 'osmo-ci/scripts/verify_endian_header.sh' -> '/usr/local/bin/verify_endian_header.sh' 'osmo-ci/scripts/osmocom-list-commits.sh' -> '/usr/local/bin/osmocom-list-commits.sh' 'osmo-ci/scripts/verify_value_string_arrays_are_terminated.py' -> '/usr/local/bin/verify_value_string_arrays_are_terminated.py' 'osmo-ci/scripts/repo-install-test.sh' -> '/usr/local/bin/repo-install-test.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/osmo-ci-docker-rebuild.sh' -> '/usr/local/bin/osmo-ci-docker-rebuild.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/cat-testlogs.sh' -> '/usr/local/bin/cat-testlogs.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' Removing intermediate container 3337073830e3 ---> 760ef45de82c Step 19/28 : ADD http://git.osmocom.org/osmo-gsm-manuals/patch /tmp/osmo-gsm-manuals-commit
---> 8bfb041dad41 Step 20/28 : RUN git -C /opt clone https://gerrit.osmocom.org/osmo-gsm-manuals ---> Running in e6926af2f6e7 [91mCloning into 'osmo-gsm-manuals'... [0mRemoving intermediate container e6926af2f6e7 ---> 8e660e75e6b3 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 d9ff5f5208c7 [91mGenerating locales (this might take a while)... [0m[91m en_US.UTF-8[0m[91m...[0m[91m done [0m[91mGeneration complete. [0mRemoving intermediate container d9ff5f5208c7 ---> 41acf81bc4e7 Step 22/28 : ENV LANG en_US.UTF-8 ---> Running in b81725c6798f Removing intermediate container b81725c6798f ---> 9c107b06f003 Step 23/28 : ARG OSMOCOM_REPO="${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/Debian_10/" ---> Running in ed68b6abdfa1 failed to get digest sha256:9c107b06f003bcdc06461341a2eb23a6e66d629ada5817ad8828b49dee77f3ea: open /var/lib/docker/image/overlay2/imagedb/content/sha256/9c107b06f003bcdc06461341a2eb23a6e66d629ada5817ad8828b49dee77f3ea: no such file or directory 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