Changes:
[Oliver Smith] scripts: osmo_obs_add_rpm_spec: fix tar pattern
------------------------------------------ [...truncated 8.41 KB...] Step 3/28 : FROM ${REGISTRY}/debian:${DEBIAN_VERSION} buster: Pulling from library/debian Digest: sha256:0685c900f6e691bdda6980c0ed0779d20183bc58770059b64adb56cb8a3129f0 Status: Image is up to date for debian:buster ---> 61cd0373ceab Step 4/28 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> f0a2b9f65f53 Step 5/28 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> 30b77ff954c4 Step 6/28 : ARG DEBIAN_VERSION ---> Using cache ---> 8fe8f8adf3af 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 ---> 7d6c25e1695c 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 ---> 729cf7f2032f Step 9/28 : RUN useradd --uid=1000 build ---> Using cache ---> 8ffa2312ba99 Step 10/28 : RUN mkdir /build ---> Using cache ---> 7b00966be866 Step 11/28 : RUN chown build:build /build ---> Using cache ---> 1bf24a463f70 Step 12/28 : ARG OSMO_PYTHON2_TESTS_COMMIT=fb4b813d4df62b7b2445bdced961eb1847267eed ---> Using cache ---> 9951e19017a4 Step 13/28 : ADD http://git.osmocom.org/python/osmo-python-tests/patch/?id=$OSMO_PYTHON2_TEST... /tmp/osmo-python-tests2-commit
---> Using cache ---> 5c4d2863a252 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 ---> eccbc75804c7 Step 15/28 : ADD http://git.osmocom.org/python/osmo-python-tests/patch /tmp/osmo-python-tests3-commit
---> Using cache ---> ab1e96c192d5 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 ---> f76da61ee124 Step 17/28 : ADD http://git.osmocom.org/osmo-ci/patch /tmp/osmo-ci-commit
---> 39469f259214 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 e977439d39d5 [91mCloning into 'osmo-ci'... [0m'osmo-ci/scripts/cat-testlogs.sh' -> '/usr/local/bin/cat-testlogs.sh' 'osmo-ci/scripts/common-obs-conflict.sh' -> '/usr/local/bin/common-obs-conflict.sh' 'osmo-ci/scripts/common-obs.sh' -> '/usr/local/bin/common-obs.sh' 'osmo-ci/scripts/common.sh' -> '/usr/local/bin/common.sh' 'osmo-ci/scripts/docker-cleanup.sh' -> '/usr/local/bin/docker-cleanup.sh' 'osmo-ci/scripts/jenkins_jobs.ini.example' -> '/usr/local/bin/jenkins_jobs.ini.example' 'osmo-ci/scripts/osmo-build-dep.sh' -> '/usr/local/bin/osmo-build-dep.sh' 'osmo-ci/scripts/osmo-build.sh' -> '/usr/local/bin/osmo-build.sh' 'osmo-ci/scripts/osmo-ci-docker-rebuild.sh' -> '/usr/local/bin/osmo-ci-docker-rebuild.sh' 'osmo-ci/scripts/osmo-clean-workspace.sh' -> '/usr/local/bin/osmo-clean-workspace.sh' '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/osmocom-build-old-tags-against-master.sh' -> '/usr/local/bin/osmocom-build-old-tags-against-master.sh' 'osmo-ci/scripts/osmocom-latest-packages.sh' -> '/usr/local/bin/osmocom-latest-packages.sh' 'osmo-ci/scripts/osmocom-list-commits.sh' -> '/usr/local/bin/osmocom-list-commits.sh' 'osmo-ci/scripts/osmocom-next-packages.sh' -> '/usr/local/bin/osmocom-next-packages.sh' 'osmo-ci/scripts/osmocom-nightly-packages.sh' -> '/usr/local/bin/osmocom-nightly-packages.sh' 'osmo-ci/scripts/osmocom-obs-link.sh' -> '/usr/local/bin/osmocom-obs-link.sh' 'osmo-ci/scripts/osmocom-packages-docker.sh' -> '/usr/local/bin/osmocom-packages-docker.sh' 'osmo-ci/scripts/repo-install-test.sh' -> '/usr/local/bin/repo-install-test.sh' 'osmo-ci/scripts/requirements.txt' -> '/usr/local/bin/requirements.txt' 'osmo-ci/scripts/verify_endian_header.sh' -> '/usr/local/bin/verify_endian_header.sh' 'osmo-ci/scripts/verify_log_statements.py' -> '/usr/local/bin/verify_log_statements.py' 'osmo-ci/scripts/verify_value_string_arrays_are_terminated.py' -> '/usr/local/bin/verify_value_string_arrays_are_terminated.py' Removing intermediate container e977439d39d5 ---> ffb572f0b8b4 Step 19/28 : ADD http://git.osmocom.org/osmo-gsm-manuals/patch /tmp/osmo-gsm-manuals-commit
---> 2b9f012fe25a Step 20/28 : RUN git -C /opt clone https://gerrit.osmocom.org/osmo-gsm-manuals ---> Running in 292f509d45f1 [91mCloning into 'osmo-gsm-manuals'... [0mRemoving intermediate container 292f509d45f1 ---> 6ac6cefc2cfb 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 e190424b74cc [91mGenerating locales (this might take a while)... [0m[91m en_US.UTF-8[0m[91m...[0m[91m done [0m[91mGeneration complete. [0mRemoving intermediate container e190424b74cc ---> 85f2369425ff Step 22/28 : ENV LANG en_US.UTF-8 ---> Running in abc8951a4954 Removing intermediate container abc8951a4954 ---> 593599835653 Step 23/28 : ARG OSMOCOM_REPO="${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/Debian_10/" ---> Running in 6bfdd2bf3c84 Removing intermediate container 6bfdd2bf3c84 ---> af1521c40ae8 Step 24/28 : COPY .common/Release.key /tmp/Release.key ---> 032be84bbfb3 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 2ea97c8b6ea3 [91mWarning: apt-key output should not be parsed (stdout is not a terminal) [0mOK Removing intermediate container 2ea97c8b6ea3 ---> 715c57ac241a Step 26/28 : ADD $OSMOCOM_REPO/Release /tmp/Release
---> 80bb0c61c4ab 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 82a0b6ea46fe Hit:1 http://deb.debian.org/debian buster InRelease Get:2 http://deb.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease [1,571 B] Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [336 kB] Get:6 http://deb.debian.org/debian-security buster/updates/main i386 Packages [334 kB] Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ Packages [103 kB] Fetched 892 kB in 1s (1,119 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 0 not upgraded. Need to get 12.3 MB of archives. After this operation, 113 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 libcurl4-gnutls-dev amd64 7.64.0-4+deb10u2 [418 kB] Get:2 http://deb.debian.org/debian buster/main amd64 libgpg-error-dev amd64 1.35-1 [124 kB] Get:3 http://deb.debian.org/debian buster/main amd64 libgcrypt20-dev amd64 1.8.4-5+deb10u1 [608 kB] Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libulfius2.5 2.5.2-4.2 [39.1 kB] Get:5 http://deb.debian.org/debian buster/main amd64 libjs-jquery all 3.3.1~dfsg-3+deb10u1 [332 kB] Get:6 http://deb.debian.org/debian buster/main amd64 liblimesuite18.06-1 amd64 18.06.0+dfsg-1+b1 [246 kB] Get:7 http://deb.debian.org/debian buster/main amd64 liblimesuite-dev amd64 18.06.0+dfsg-1+b1 [51.8 kB] Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libulfius-dev 2.5.2-4.2 [92.2 kB] Get:9 http://deb.debian.org/debian buster/main amd64 libmicrohttpd12 amd64 0.9.62-1 [96.2 kB] Get:10 http://deb.debian.org/debian buster/main amd64 libmicrohttpd-dev amd64 0.9.62-1 [261 kB] Get:11 http://deb.debian.org/debian buster/main amd64 liborcania1.2 amd64 1.2.9-5 [10.2 kB] Get:12 http://deb.debian.org/debian buster/main amd64 liborcania-dev amd64 1.2.9-5 [6,756 B] Get:13 http://deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB] Get:14 http://deb.debian.org/debian buster/main amd64 libuhd3.13.1 amd64 3.13.1.0-3 [2,703 kB] Get:15 http://deb.debian.org/debian buster/main amd64 libuhd-dev amd64 3.13.1.0-3 [6,998 kB] Get:16 http://deb.debian.org/debian buster/main amd64 libyder2.0 amd64 1.4.4-4 [7,592 B] Get:17 http://deb.debian.org/debian buster/main amd64 libyder-dev amd64 1.4.4-4 [10.2 kB] [91mdebconf: delaying package configuration, since apt-utils is not installed [0mFetched 12.3 MB in 1s (20.5 MB/s) Selecting previously unselected package libcurl4-gnutls-dev:amd64. (Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading database ... 100555 files and directories currently installed.) Preparing to unpack .../00-libcurl4-gnutls-dev_7.64.0-4+deb10u2_amd64.deb ... Unpacking libcurl4-gnutls-dev:amd64 (7.64.0-4+deb10u2) ... Selecting previously unselected package libgpg-error-dev. Preparing to unpack .../01-libgpg-error-dev_1.35-1_amd64.deb ... Unpacking libgpg-error-dev (1.35-1) ... Selecting previously unselected package libgcrypt20-dev. Preparing to unpack .../02-libgcrypt20-dev_1.8.4-5+deb10u1_amd64.deb ... Unpacking libgcrypt20-dev (1.8.4-5+deb10u1) ... Selecting previously unselected package libjs-jquery. Preparing to unpack .../03-libjs-jquery_3.3.1~dfsg-3+deb10u1_all.deb ... Unpacking libjs-jquery (3.3.1~dfsg-3+deb10u1) ... Selecting previously unselected package liblimesuite18.06-1:amd64. Preparing to unpack .../04-liblimesuite18.06-1_18.06.0+dfsg-1+b1_amd64.deb ... Unpacking liblimesuite18.06-1:amd64 (18.06.0+dfsg-1+b1) ... Selecting previously unselected package liblimesuite-dev:amd64. Preparing to unpack .../05-liblimesuite-dev_18.06.0+dfsg-1+b1_amd64.deb ... Unpacking liblimesuite-dev:amd64 (18.06.0+dfsg-1+b1) ... Selecting previously unselected package libmicrohttpd12. Preparing to unpack .../06-libmicrohttpd12_0.9.62-1_amd64.deb ... Unpacking libmicrohttpd12 (0.9.62-1) ... Selecting previously unselected package libmicrohttpd-dev. Preparing to unpack .../07-libmicrohttpd-dev_0.9.62-1_amd64.deb ... Unpacking libmicrohttpd-dev (0.9.62-1) ... Selecting previously unselected package liborcania1.2. Preparing to unpack .../08-liborcania1.2_1.2.9-5_amd64.deb ... Unpacking liborcania1.2 (1.2.9-5) ... Selecting previously unselected package liborcania-dev. Preparing to unpack .../09-liborcania-dev_1.2.9-5_amd64.deb ... Unpacking liborcania-dev (1.2.9-5) ... Selecting previously unselected package libsystemd-dev:amd64. Preparing to unpack .../10-libsystemd-dev_241-7~deb10u8_amd64.deb ... Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ... Selecting previously unselected package libuhd3.13.1:amd64. Preparing to unpack .../11-libuhd3.13.1_3.13.1.0-3_amd64.deb ... Unpacking libuhd3.13.1:amd64 (3.13.1.0-3) ... Selecting previously unselected package libuhd-dev:amd64. Preparing to unpack .../12-libuhd-dev_3.13.1.0-3_amd64.deb ... Unpacking libuhd-dev:amd64 (3.13.1.0-3) ... Selecting previously unselected package libyder2.0:amd64. Preparing to unpack .../13-libyder2.0_1.4.4-4_amd64.deb ... Unpacking libyder2.0:amd64 (1.4.4-4) ... Selecting previously unselected package libulfius2.5:amd64. Preparing to unpack .../14-libulfius2.5_2.5.2-4.2_amd64.deb ... Unpacking libulfius2.5:amd64 (2.5.2-4.2) ... Selecting previously unselected package libyder-dev:amd64. Preparing to unpack .../15-libyder-dev_1.4.4-4_amd64.deb ... Unpacking libyder-dev:amd64 (1.4.4-4) ... Selecting previously unselected package libulfius-dev:amd64. Preparing to unpack .../16-libulfius-dev_2.5.2-4.2_amd64.deb ... Unpacking libulfius-dev:amd64 (2.5.2-4.2) ... Setting up libuhd3.13.1:amd64 (3.13.1.0-3) ... Setting up liblimesuite18.06-1:amd64 (18.06.0+dfsg-1+b1) ... Setting up libcurl4-gnutls-dev:amd64 (7.64.0-4+deb10u2) ... Setting up libmicrohttpd12 (0.9.62-1) ... Setting up libgpg-error-dev (1.35-1) ... Setting up liborcania1.2 (1.2.9-5) ... Setting up libyder2.0:amd64 (1.4.4-4) ... Setting up libuhd-dev:amd64 (3.13.1.0-3) ... Setting up libjs-jquery (3.3.1~dfsg-3+deb10u1) ... Setting up libsystemd-dev:amd64 (241-7~deb10u8) ... Setting up liblimesuite-dev:amd64 (18.06.0+dfsg-1+b1) ... Setting up liborcania-dev (1.2.9-5) ... Setting up libulfius2.5:amd64 (2.5.2-4.2) ... Setting up libgcrypt20-dev (1.8.4-5+deb10u1) ... Setting up libmicrohttpd-dev (0.9.62-1) ... Setting up libyder-dev:amd64 (1.4.4-4) ... Setting up libulfius-dev:amd64 (2.5.2-4.2) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for libc-bin (2.28-10+deb10u1) ... Removing intermediate container 82a0b6ea46fe ---> 27b798b9ea69 Step 28/28 : RUN chown -R build:build /usr/local ---> Running in 6e431c77fdfc failed to get digest sha256:27b798b9ea69caaaffd128cb120bb79728bd59c54058ef5832ccb300e51d7178: open /var/lib/docker/image/overlay2/imagedb/content/sha256/27b798b9ea69caaaffd128cb120bb79728bd59c54058ef5832ccb300e51d7178: no such file or directory ../make/Makefile:90: recipe for target 'docker-build' failed make: *** [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