See https://jenkins.osmocom.org/jenkins/job/ttcn3-pcap-client-test/585/display/redirect
Changes:
------------------------------------------ [...truncated 1.83 KB...] Seen branch in repository origin/neels/wip Seen branch in repository origin/osmith/fix-registry-pull Seen branch in repository origin/osmith/fix-rpi-gnutls Seen branch in repository origin/osmith/obs-2021q1 Seen branch in repository origin/osmith/rpm-local Seen branch in repository origin/osmith/ttcn3-pass-args Seen branch in repository origin/osmith/wip Seen branch in repository origin/pespin/bts-perf Seen branch in repository origin/pespin/ergw Seen branch in repository origin/pespin/gtp1 Seen branch in repository origin/pmaier/fixmgw Seen branch in repository origin/refsf/for/master/dyn-pdch Seen 25 remote branches
git show-ref --tags -d # timeout=10
Checking out Revision 0ecbb795c5418302bc01f663b64efc11c2794b80 (origin/master)
git config core.sparsecheckout # timeout=10 git checkout -f 0ecbb795c5418302bc01f663b64efc11c2794b80 # timeout=10
Commit message: "ttcn3-{pgw,ggsn}-test: Update smf.yml with new metrics section location"
git rev-list --no-walk 0ecbb795c5418302bc01f663b64efc11c2794b80 # timeout=10
[ttcn3-pcap-client-test] $ /bin/sh -xe /tmp/jenkins3562970100198024405.sh + export REGISTRY_HOST=registry.osmocom.org + DIR=ttcn3-pcap-client-test + export IMAGE_SUFFIX=master + cd ttcn3-pcap-client-test + ./jenkins.sh + [ x = x ] + REPO_USER=osmocom-build + [ xhttps://jenkins.osmocom.org/jenkins/job/ttcn3-pcap-client-test/ws/ = x ] + VOL_BASE_DIR=https://jenkins.osmocom.org/jenkins/job/ttcn3-pcap-client-test/ws/logs + rm -rf https://jenkins.osmocom.org/jenkins/job/ttcn3-pcap-client-test/ws/logs + mkdir -p https://jenkins.osmocom.org/jenkins/job/ttcn3-pcap-client-test/ws/logs + [ ! -d https://jenkins.osmocom.org/jenkins/job/ttcn3-pcap-client-test/ws/logs ] + [ xjenkins-ttcn3-pcap-client-test-585 = x ] + basename https://jenkins.osmocom.org/jenkins/job/ttcn3-pcap-client-test/ws/ttcn3-pcap-client-test + SUITE_NAME=ttcn3-pcap-client-test + NET_NAME=ttcn3-pcap-client-test + IMAGE_SUFFIX=master + docker_images_require osmo-pcap-master ttcn3-pcap-client-test + local i + local from_line + local pull_arg + local upstream_distro_arg + local distro_arg + local depends + local dir + [ registry.osmocom.org = registry.osmocom.org ] + docker_depends osmo-pcap-master + local feed + echo debian-bullseye-build + depends=debian-bullseye-build + [ -n debian-bullseye-build ] + docker_images_require debian-bullseye-build + local i + local from_line + local pull_arg + local upstream_distro_arg + local distro_arg + local depends + local dir + [ registry.osmocom.org = registry.osmocom.org ] + docker_depends debian-bullseye-build + local feed + depends= + [ -n ] + docker_distro_from_image_name debian-bullseye-build + echo debian-bullseye + distro_arg=debian-bullseye + [ -z ] + docker_upstream_distro_from_image_name debian-bullseye-build + echo debian:bullseye + upstream_distro_arg=debian:bullseye + docker_dir_from_image_name debian-bullseye-build + echo debian-bullseye-build + dir=debian-bullseye-build + pull_arg=--pull + grep ^FROM ../debian-bullseye-build/Dockerfile + from_line=FROM ${REGISTRY}/${UPSTREAM_DISTRO} + echo FROM ${REGISTRY}/${UPSTREAM_DISTRO} + grep -q $USER + echo Building image: debian-bullseye-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) Building image: debian-bullseye-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../debian-bullseye-build BUILD_ARGS=--pull UPSTREAM_DISTRO=debian:bullseye DISTRO=debian-bullseye IMAGE=osmocom-build/debian-bullseye-build make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-pcap-client-test/ws/debian-bullseye-build' 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/ttcn3-pcap-client-test/ws/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=registry.osmocom.org \ --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-build:latest . Sending build context to Docker daemon 25.6kB Step 1/11 : ARG REGISTRY=docker.io Step 2/11 : ARG UPSTREAM_DISTRO=debian:bullseye Step 3/11 : FROM ${REGISTRY}/${UPSTREAM_DISTRO} bullseye: Pulling from debian Digest: sha256:34b24056f28be0f9b3f6c5b2417a0976d692261e3fe404f5da5fbe4b2b71f15a Status: Image is up to date for registry.osmocom.org/debian:bullseye ---> c31f65dd4cc9 Step 4/11 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> 9720b36eeccf Step 5/11 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> 405928149657 Step 6/11 : ARG OSMOCOM_REPO="$OSMOCOM_REPO_MIRROR/${OSMOCOM_REPO_PATH}/nightly/Debian_11/" ---> Using cache ---> d0f3480cad67 Step 7/11 : RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends autoconf autoconf-archive autogen automake bison build-essential ca-certificates cppcheck dahdi-source debhelper devscripts dh-autoreconf doxygen equivs flex g++ gawk gcc gcc-arm-none-eabi git git-buildpackage gnupg libc-ares-dev libdbd-sqlite3 libdbi-dev libfftw3-dev libgnutls28-dev libgps-dev libgsm1-dev libmnl-dev libncurses5-dev libnewlib-arm-none-eabi libortp-dev libpcap-dev libpcsclite-dev libtalloc-dev libtool libreadline-dev libsctp-dev libsofia-sip-ua-glib-dev libsqlite3-dev libssl-dev libusb-dev libusb-1.0-0-dev make pkg-config sqlite3 stow telnet wget && apt-get clean ---> Using cache ---> f4aa85357d22 Step 8/11 : COPY .common/respawn.sh /usr/local/bin/respawn.sh ---> Using cache ---> ac699b6669c5 Step 9/11 : COPY .common/Release.key /tmp/Release.key ---> Using cache ---> d9a32994c25b Step 10/11 : 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 ---> 3d332cfc1d3f Step 11/11 : ADD $OSMOCOM_REPO/Release /tmp/Release
---> Using cache ---> 07602bcd9139 [Warning] One or more build-args [OSMO_GBPROXY_BRANCH OSMO_HNODEB_BRANCH OSMO_SGSN_BRANCH OSMO_BSC_BRANCH OPEN5GS_BRANCH OSMO_HNBGW_BRANCH OSMO_NITB_BRANCH OSMO_PCU_BRANCH UID DISTRO OSMO_STP_BRANCH USER OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_HLR_BRANCH OSMO_TTCN3_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_MSC_BRANCH OSMO_UECUPS_BRANCH OSMO_GGSN_BRANCH OSMO_SIP_BRANCH OSMO_BB_BRANCH OSMO_IUH_BRANCH OSMO_MGW_BRANCH LIBOSMOCORE_BRANCH OSMO_BTS_BRANCH OSMO_CBC_BRANCH OSMOCOM_REPO_VERSION] were not consumed Successfully built 07602bcd9139 Successfully tagged osmocom-build/debian-bullseye-build:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-pcap-client-test/ws/debian-bullseye-build' + docker_image_exists debian-bullseye-build + docker images -q osmocom-build/debian-bullseye-build + test -n 07602bcd9139 + list_osmo_packages debian-bullseye debian-bullseye-build + local distro=debian-bullseye + local image=debian-bullseye-build + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian-bullseye-build -c + [ -n ] + return + docker_distro_from_image_name osmo-pcap-master + echo debian-bullseye + distro_arg=debian-bullseye + [ -z ] + docker_upstream_distro_from_image_name osmo-pcap-master + echo debian:bullseye + upstream_distro_arg=debian:bullseye + docker_dir_from_image_name osmo-pcap-master + echo osmo-pcap-master + dir=osmo-pcap-master + pull_arg=--pull + grep ^FROM ../osmo-pcap-master/Dockerfile + from_line=FROM $USER/$DISTRO-build + echo FROM $USER/$DISTRO-build + grep -q $USER + pull_arg= + echo Building image: osmo-pcap-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) Building image: osmo-pcap-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../osmo-pcap-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bullseye DISTRO=debian-bullseye IMAGE=osmocom-build/osmo-pcap-master make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-pcap-client-test/ws/osmo-pcap-master' 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/ttcn3-pcap-client-test/ws/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=registry.osmocom.org \ --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 \ -t osmocom-build/osmo-pcap-master:latest . Sending build context to Docker daemon 26.11kB Step 1/14 : ARG USER Step 2/14 : ARG DISTRO Step 3/14 : FROM $USER/$DISTRO-build ---> 07602bcd9139 Step 4/14 : ARG DISTRO ---> Using cache ---> 8bf68a78875b Step 5/14 : RUN case "$DISTRO" in debian*) apt-get update && apt-get install -y --no-install-recommends libosmocore-dev libzmq3-dev && apt-get clean ;; centos*) dnf install -y "pkgconfig(libosmocore)" "pkgconfig(libosmoctrl)" "pkgconfig(libosmogb)" "pkgconfig(libosmogsm)" "pkgconfig(libosmovty)" "pkgconfig(libzmq)" ;; esac ---> Running in b7ac921fc306 cgroups: cgroup mountpoint does not exist: unknown ../make/Makefile:90: recipe for target 'docker-build' failed make: *** [docker-build] Error 1 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-pcap-client-test/ws/osmo-pcap-master' + exit 1 Build step 'Execute shell' marked build as failure Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?