Changes:
[Oliver Smith] debian-bookworm-build: add libnftables-dev
------------------------------------------ [...truncated 2.94 KB...]
git rev-list --no-walk 870e94732fb1cba6007a05aaf08cd7e4aa243b0e # timeout=10
[TTCN3-centos7-pcap-client-test] $ /bin/sh -xe /tmp/jenkins12979970092818901593.sh + export REGISTRY_HOST=registry.osmocom.org + echo TTCN3-centos7-pcap-client-test + sed s/^TTCN3-centos7-/ttcn3-/ + DIR=ttcn3-pcap-client-test + export IMAGE_SUFFIX=master-centos7 + cd ttcn3-pcap-client-test + ./jenkins.sh + [ x = x ] + REPO_USER=osmocom-build + [ xhttps://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/ = x ] + VOL_BASE_DIR=https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs + rm -rf https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs + mkdir -p https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs + [ ! -d https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs ] + [ xjenkins-TTCN3-centos7-pcap-client-test-623 = x ] + basename https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/ttcn3-pcap-client-test + SUITE_NAME=ttcn3-pcap-client-test + IMAGE_SUFFIX=master-centos7 + docker_images_require osmo-pcap-master-centos7 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-centos7 + local feed + echo centos7-build + depends=centos7-build + [ -n centos7-build ] + docker_images_require centos7-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 centos7-build + local feed + depends= + [ -n ] + docker_distro_from_image_name centos7-build + echo centos7 + distro_arg=centos7 + [ -z ] + docker_upstream_distro_from_image_name centos7-build + echo centos:centos7 + upstream_distro_arg=centos:centos7 + docker_dir_from_image_name centos7-build + echo centos7-build + dir=centos7-build + pull_arg=--pull + grep ^FROM ../centos7-build/Dockerfile + from_line=FROM ${REGISTRY}/${UPSTREAM_DISTRO} + echo FROM ${REGISTRY}/${UPSTREAM_DISTRO} + grep -q $USER + set +x Building image: centos7-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../centos7-build BUILD_ARGS=--pull UPSTREAM_DISTRO=centos:centos7 DISTRO=centos7 IMAGE=osmocom-build/centos7-build make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/centos7-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-centos7-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=centos:centos7 \ --build-arg DISTRO=centos7 \ --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/centos7-build:latest . Sending build context to Docker daemon 28.67kB Step 1/11 : ARG REGISTRY=docker.io Step 2/11 : ARG UPSTREAM_DISTRO=centos:centos7 Step 3/11 : FROM ${REGISTRY}/${UPSTREAM_DISTRO} centos7: Pulling from centos Digest: sha256:dead07b4d8ed7e29e98de0f4504d87e8880d4347859d839686a31da35a3b532f Status: Image is up to date for registry.osmocom.org/centos:centos7 ---> eeb6ee3f44bd Step 4/11 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> 8247d1fc7ffa Step 5/11 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> b3d90c502f36 Step 6/11 : RUN yum install -y dnf ---> Using cache ---> 58d7f722e6de Step 7/11 : RUN echo "metadata_expire=60" >> /etc/dnf/dnf.conf && cat /etc/dnf/dnf.conf ---> Using cache ---> e630d2eaa199 Step 8/11 : RUN export MIRROR_HTTPS="$(echo $OSMOCOM_REPO_MIRROR | sed s/^http:/https:/)" && { echo "[network_osmocom_nightly]"; echo "name=Nightly packages of the Osmocom project (CentOS_7)"; echo "type=rpm-md"; echo "baseurl=${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/CentOS_7/"; echo "gpgcheck=1"; echo "gpgkey=${MIRROR_HTTPS}/${OSMOCOM_REPO_PATH}/nightly/CentOS_7/repodata/repomd.xml.key"; echo "enabled=1"; } > /etc/yum.repos.d/network:osmocom:nightly.repo ---> Using cache ---> 02ce9344b8b2 Step 9/11 : RUN dnf install -y autoconf autoconf-archive autogen automake bison c-ares-devel doxygen fftw-devel flex gawk gcc gcc-c++ git gnupg gnutls-devel gsm-devel libdbi-dbd-sqlite libdbi-devel libpcap-devel libtalloc-devel libtool libusb1-devel lksctp-tools-devel make ncurses-devel openssl-devel ortp-devel pcsc-lite-devel pkgconfig readline-devel sqlite sqlite-devel telnet ---> Using cache ---> 2205e5b156db Step 10/11 : COPY .common/respawn.sh /usr/local/bin/respawn.sh ---> Using cache ---> 40f749557b73 Step 11/11 : ADD ${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/CentOS_7/repodata/repomd.xml /tmp/repomd.xml
---> eee425d5db0e [Warning] One or more build-args [LIBOSMOCORE_BRANCH OSMO_NITB_BRANCH OSMO_SGSN_BRANCH OSMO_BTS_BRANCH OSMO_MSC_BRANCH OSMO_PCU_BRANCH UID OSMO_GGSN_BRANCH OSMO_MGW_BRANCH OSMO_STP_BRANCH OSMO_TTCN3_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_HLR_BRANCH OSMO_HNBGW_BRANCH OPEN5GS_BRANCH OSMO_BB_BRANCH OSMO_CBC_BRANCH OSMO_GBPROXY_BRANCH OSMO_HNODEB_BRANCH USER OSMO_BSC_BRANCH OSMO_IUH_BRANCH OSMO_SIP_BRANCH OSMO_UECUPS_BRANCH DISTRO OSMOCOM_REPO_TESTSUITE_MIRROR OSMOCOM_REPO_VERSION] were not consumed Successfully built eee425d5db0e Successfully tagged osmocom-build/centos7-build:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/centos7-build' + docker_image_exists centos7-build + docker images -q osmocom-build/centos7-build + test -n eee425d5db0e + list_osmo_packages centos7 centos7-build + local distro=centos7 + local image=centos7-build + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/centos7-build -c + [ -n ] + return + docker_distro_from_image_name osmo-pcap-master-centos7 + echo centos7 + distro_arg=centos7 + [ -z ] + docker_upstream_distro_from_image_name osmo-pcap-master-centos7 + echo centos:centos7 + upstream_distro_arg=centos:centos7 + docker_dir_from_image_name osmo-pcap-master-centos7 + echo osmo-pcap-master-centos7 + sed s/-centos7$// + 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= + set +x Building image: osmo-pcap-master-centos7 (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../osmo-pcap-master BUILD_ARGS= UPSTREAM_DISTRO=centos:centos7 DISTRO=centos7 IMAGE=osmocom-build/osmo-pcap-master-centos7 make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-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-centos7-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=centos:centos7 \ --build-arg DISTRO=centos7 \ --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-centos7:latest . Sending build context to Docker daemon 29.18kB Step 1/14 : ARG USER Step 2/14 : ARG DISTRO Step 3/14 : FROM $USER/$DISTRO-build ---> eee425d5db0e Step 4/14 : ARG DISTRO ---> Running in 625e0ade610e Removing intermediate container 625e0ade610e ---> 13b6eee3c5e7 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 4bfca0c52b47 Nightly packages of the Osmocom project (CentOS 0.0 B/s | 0 B 00:00 Nightly packages of the Osmocom project (CentOS 813 kB/s | 22 kB 00:00 CentOS-7 - Base 0.0 B/s | 0 B 00:00 CentOS-7 - Updates 0.0 B/s | 0 B 00:00 CentOS-7 - Updates 86 MB/s | 28 MB 00:00 CentOS-7 - Extras 0.0 B/s | 0 B 00:00 [91mError: Problem 1: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmocore-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 2: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmoctrl-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 3: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmogb-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 4: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmogsm-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 5: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmovty-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 [0mThe command '/bin/sh -c 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' returned a non-zero code: 1 make: *** [../make/Makefile:90: docker-build] Error 1 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-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?
See https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/624/display/redirect
Changes:
------------------------------------------ [...truncated 2.94 KB...]
git rev-list --no-walk 832b09e718c8d45dc13e20584740c7b19971f4e1 # timeout=10
[TTCN3-centos7-pcap-client-test] $ /bin/sh -xe /tmp/jenkins13625745647105110059.sh + export REGISTRY_HOST=registry.osmocom.org + echo TTCN3-centos7-pcap-client-test + sed s/^TTCN3-centos7-/ttcn3-/ + DIR=ttcn3-pcap-client-test + export IMAGE_SUFFIX=master-centos7 + cd ttcn3-pcap-client-test + ./jenkins.sh + [ x = x ] + REPO_USER=osmocom-build + [ xhttps://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/ = x ] + VOL_BASE_DIR=https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs + rm -rf https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs + mkdir -p https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs + [ ! -d https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs ] + [ xjenkins-TTCN3-centos7-pcap-client-test-624 = x ] + basename https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/ttcn3-pcap-client-test + SUITE_NAME=ttcn3-pcap-client-test + IMAGE_SUFFIX=master-centos7 + docker_images_require osmo-pcap-master-centos7 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-centos7 + local feed + echo centos7-build + depends=centos7-build + [ -n centos7-build ] + docker_images_require centos7-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 centos7-build + local feed + depends= + [ -n ] + docker_distro_from_image_name centos7-build + echo centos7 + distro_arg=centos7 + [ -z ] + docker_upstream_distro_from_image_name centos7-build + echo centos:centos7 + upstream_distro_arg=centos:centos7 + docker_dir_from_image_name centos7-build + echo centos7-build + dir=centos7-build + pull_arg=--pull + grep ^FROM ../centos7-build/Dockerfile + from_line=FROM ${REGISTRY}/${UPSTREAM_DISTRO} + echo FROM ${REGISTRY}/${UPSTREAM_DISTRO} + grep -q $USER + set +x Building image: centos7-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../centos7-build BUILD_ARGS=--pull UPSTREAM_DISTRO=centos:centos7 DISTRO=centos7 IMAGE=osmocom-build/centos7-build make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/centos7-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-centos7-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=centos:centos7 \ --build-arg DISTRO=centos7 \ --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/centos7-build:latest . Sending build context to Docker daemon 28.67kB Step 1/11 : ARG REGISTRY=docker.io Step 2/11 : ARG UPSTREAM_DISTRO=centos:centos7 Step 3/11 : FROM ${REGISTRY}/${UPSTREAM_DISTRO} centos7: Pulling from centos Digest: sha256:dead07b4d8ed7e29e98de0f4504d87e8880d4347859d839686a31da35a3b532f Status: Image is up to date for registry.osmocom.org/centos:centos7 ---> eeb6ee3f44bd Step 4/11 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> 8247d1fc7ffa Step 5/11 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> b3d90c502f36 Step 6/11 : RUN yum install -y dnf ---> Using cache ---> 58d7f722e6de Step 7/11 : RUN echo "metadata_expire=60" >> /etc/dnf/dnf.conf && cat /etc/dnf/dnf.conf ---> Using cache ---> e630d2eaa199 Step 8/11 : RUN export MIRROR_HTTPS="$(echo $OSMOCOM_REPO_MIRROR | sed s/^http:/https:/)" && { echo "[network_osmocom_nightly]"; echo "name=Nightly packages of the Osmocom project (CentOS_7)"; echo "type=rpm-md"; echo "baseurl=${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/CentOS_7/"; echo "gpgcheck=1"; echo "gpgkey=${MIRROR_HTTPS}/${OSMOCOM_REPO_PATH}/nightly/CentOS_7/repodata/repomd.xml.key"; echo "enabled=1"; } > /etc/yum.repos.d/network:osmocom:nightly.repo ---> Using cache ---> 02ce9344b8b2 Step 9/11 : RUN dnf install -y autoconf autoconf-archive autogen automake bison c-ares-devel doxygen fftw-devel flex gawk gcc gcc-c++ git gnupg gnutls-devel gsm-devel libdbi-dbd-sqlite libdbi-devel libpcap-devel libtalloc-devel libtool libusb1-devel lksctp-tools-devel make ncurses-devel openssl-devel ortp-devel pcsc-lite-devel pkgconfig readline-devel sqlite sqlite-devel telnet ---> Using cache ---> 2205e5b156db Step 10/11 : COPY .common/respawn.sh /usr/local/bin/respawn.sh ---> Using cache ---> 40f749557b73 Step 11/11 : ADD ${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/CentOS_7/repodata/repomd.xml /tmp/repomd.xml
---> c20629153388 [Warning] One or more build-args [LIBOSMOCORE_BRANCH OSMO_GGSN_BRANCH OSMO_SGSN_BRANCH OSMO_UECUPS_BRANCH OSMO_BB_BRANCH OSMO_GBPROXY_BRANCH OSMO_STP_BRANCH OSMOCOM_REPO_VERSION OSMO_BSC_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_HNBGW_BRANCH OSMO_MGW_BRANCH UID OSMO_PCU_BRANCH OSMO_TTCN3_BRANCH OPEN5GS_BRANCH OSMO_IUH_BRANCH DISTRO OSMO_BTS_BRANCH OSMO_CBC_BRANCH OSMO_MSC_BRANCH OSMO_SIP_BRANCH OSMO_HNODEB_BRANCH OSMO_NITB_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_HLR_BRANCH USER] were not consumed Successfully built c20629153388 Successfully tagged osmocom-build/centos7-build:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/centos7-build' + docker_image_exists centos7-build + docker images -q osmocom-build/centos7-build + test -n c20629153388 + list_osmo_packages centos7 centos7-build + local distro=centos7 + local image=centos7-build + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/centos7-build -c + [ -n ] + return + docker_distro_from_image_name osmo-pcap-master-centos7 + echo centos7 + distro_arg=centos7 + [ -z ] + docker_upstream_distro_from_image_name osmo-pcap-master-centos7 + echo centos:centos7 + upstream_distro_arg=centos:centos7 + docker_dir_from_image_name osmo-pcap-master-centos7 + echo osmo-pcap-master-centos7 + sed s/-centos7$// + 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= + set +x Building image: osmo-pcap-master-centos7 (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../osmo-pcap-master BUILD_ARGS= UPSTREAM_DISTRO=centos:centos7 DISTRO=centos7 IMAGE=osmocom-build/osmo-pcap-master-centos7 make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-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-centos7-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=centos:centos7 \ --build-arg DISTRO=centos7 \ --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-centos7:latest . Sending build context to Docker daemon 29.18kB Step 1/14 : ARG USER Step 2/14 : ARG DISTRO Step 3/14 : FROM $USER/$DISTRO-build ---> c20629153388 Step 4/14 : ARG DISTRO ---> Running in bce54afde3a2 Removing intermediate container bce54afde3a2 ---> 8418769200b3 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 ff70e16d4a8c Nightly packages of the Osmocom project (CentOS 0.0 B/s | 0 B 00:00 Nightly packages of the Osmocom project (CentOS 373 kB/s | 22 kB 00:00 CentOS-7 - Base 0.0 B/s | 0 B 00:00 CentOS-7 - Updates 0.0 B/s | 0 B 00:00 CentOS-7 - Updates 72 MB/s | 28 MB 00:00 CentOS-7 - Extras 0.0 B/s | 0 B 00:00 [91mError: Problem 1: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmocore-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 2: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmoctrl-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 3: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmogb-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 4: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmogsm-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 5: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmovty-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 [0mThe command '/bin/sh -c 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' returned a non-zero code: 1 make: *** [../make/Makefile:90: docker-build] Error 1 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-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?
Changes:
[Oliver Smith] debian-bookworm-build: add curl
[Pau Espin Pedrol] debian-*-erlang: Install libsctp to enable sctp support in erlang apps
------------------------------------------ [...truncated 2.94 KB...]
git rev-list --no-walk 832b09e718c8d45dc13e20584740c7b19971f4e1 # timeout=10
[TTCN3-centos7-pcap-client-test] $ /bin/sh -xe /tmp/jenkins5599535350527220171.sh + export REGISTRY_HOST=registry.osmocom.org + echo TTCN3-centos7-pcap-client-test + sed s/^TTCN3-centos7-/ttcn3-/ + DIR=ttcn3-pcap-client-test + export IMAGE_SUFFIX=master-centos7 + cd ttcn3-pcap-client-test + ./jenkins.sh + [ x = x ] + REPO_USER=osmocom-build + [ xhttps://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/ = x ] + VOL_BASE_DIR=https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs + rm -rf https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs + mkdir -p https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs + [ ! -d https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs ] + [ xjenkins-TTCN3-centos7-pcap-client-test-625 = x ] + basename https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/ttcn3-pcap-client-test + SUITE_NAME=ttcn3-pcap-client-test + IMAGE_SUFFIX=master-centos7 + docker_images_require osmo-pcap-master-centos7 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-centos7 + local feed + echo centos7-build + depends=centos7-build + [ -n centos7-build ] + docker_images_require centos7-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 centos7-build + local feed + depends= + [ -n ] + docker_distro_from_image_name centos7-build + echo centos7 + distro_arg=centos7 + [ -z ] + docker_upstream_distro_from_image_name centos7-build + echo centos:centos7 + upstream_distro_arg=centos:centos7 + docker_dir_from_image_name centos7-build + echo centos7-build + dir=centos7-build + pull_arg=--pull + grep ^FROM ../centos7-build/Dockerfile + from_line=FROM ${REGISTRY}/${UPSTREAM_DISTRO} + echo FROM ${REGISTRY}/${UPSTREAM_DISTRO} + grep -q $USER + set +x Building image: centos7-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../centos7-build BUILD_ARGS=--pull UPSTREAM_DISTRO=centos:centos7 DISTRO=centos7 IMAGE=osmocom-build/centos7-build make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/centos7-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-centos7-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=centos:centos7 \ --build-arg DISTRO=centos7 \ --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/centos7-build:latest . Sending build context to Docker daemon 28.67kB Step 1/11 : ARG REGISTRY=docker.io Step 2/11 : ARG UPSTREAM_DISTRO=centos:centos7 Step 3/11 : FROM ${REGISTRY}/${UPSTREAM_DISTRO} centos7: Pulling from centos Digest: sha256:dead07b4d8ed7e29e98de0f4504d87e8880d4347859d839686a31da35a3b532f Status: Image is up to date for registry.osmocom.org/centos:centos7 ---> eeb6ee3f44bd Step 4/11 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> 8247d1fc7ffa Step 5/11 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> b3d90c502f36 Step 6/11 : RUN yum install -y dnf ---> Using cache ---> 58d7f722e6de Step 7/11 : RUN echo "metadata_expire=60" >> /etc/dnf/dnf.conf && cat /etc/dnf/dnf.conf ---> Using cache ---> e630d2eaa199 Step 8/11 : RUN export MIRROR_HTTPS="$(echo $OSMOCOM_REPO_MIRROR | sed s/^http:/https:/)" && { echo "[network_osmocom_nightly]"; echo "name=Nightly packages of the Osmocom project (CentOS_7)"; echo "type=rpm-md"; echo "baseurl=${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/CentOS_7/"; echo "gpgcheck=1"; echo "gpgkey=${MIRROR_HTTPS}/${OSMOCOM_REPO_PATH}/nightly/CentOS_7/repodata/repomd.xml.key"; echo "enabled=1"; } > /etc/yum.repos.d/network:osmocom:nightly.repo ---> Using cache ---> 02ce9344b8b2 Step 9/11 : RUN dnf install -y autoconf autoconf-archive autogen automake bison c-ares-devel doxygen fftw-devel flex gawk gcc gcc-c++ git gnupg gnutls-devel gsm-devel libdbi-dbd-sqlite libdbi-devel libpcap-devel libtalloc-devel libtool libusb1-devel lksctp-tools-devel make ncurses-devel openssl-devel ortp-devel pcsc-lite-devel pkgconfig readline-devel sqlite sqlite-devel telnet ---> Using cache ---> 2205e5b156db Step 10/11 : COPY .common/respawn.sh /usr/local/bin/respawn.sh ---> Using cache ---> 40f749557b73 Step 11/11 : ADD ${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/CentOS_7/repodata/repomd.xml /tmp/repomd.xml
---> bd8860c17301 [Warning] One or more build-args [OPEN5GS_BRANCH OSMO_GBPROXY_BRANCH OSMO_UECUPS_BRANCH OSMO_BTS_BRANCH USER OSMO_TTCN3_BRANCH UID OSMO_BSC_BRANCH OSMO_HLR_BRANCH OSMO_HNODEB_BRANCH OSMO_IUH_BRANCH OSMO_MGW_BRANCH OSMO_PCU_BRANCH OSMO_CBC_BRANCH OSMO_HNBGW_BRANCH OSMO_MSC_BRANCH DISTRO OSMOCOM_REPO_TESTSUITE_MIRROR OSMOCOM_REPO_VERSION OSMO_NITB_BRANCH OSMO_SIP_BRANCH OSMO_STP_BRANCH LIBOSMOCORE_BRANCH OSMO_BB_BRANCH OSMO_GGSN_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_SGSN_BRANCH] were not consumed Successfully built bd8860c17301 Successfully tagged osmocom-build/centos7-build:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/centos7-build' + docker_image_exists centos7-build + docker images -q osmocom-build/centos7-build + test -n bd8860c17301 + list_osmo_packages centos7 centos7-build + local distro=centos7 + local image=centos7-build + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/centos7-build -c + [ -n ] + return + docker_distro_from_image_name osmo-pcap-master-centos7 + echo centos7 + distro_arg=centos7 + [ -z ] + docker_upstream_distro_from_image_name osmo-pcap-master-centos7 + echo centos:centos7 + upstream_distro_arg=centos:centos7 + docker_dir_from_image_name osmo-pcap-master-centos7 + echo osmo-pcap-master-centos7 + sed s/-centos7$// + 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= + set +x Building image: osmo-pcap-master-centos7 (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../osmo-pcap-master BUILD_ARGS= UPSTREAM_DISTRO=centos:centos7 DISTRO=centos7 IMAGE=osmocom-build/osmo-pcap-master-centos7 make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-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-centos7-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=centos:centos7 \ --build-arg DISTRO=centos7 \ --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-centos7:latest . Sending build context to Docker daemon 29.18kB Step 1/14 : ARG USER Step 2/14 : ARG DISTRO Step 3/14 : FROM $USER/$DISTRO-build ---> bd8860c17301 Step 4/14 : ARG DISTRO ---> Running in dca12e2ab888 Removing intermediate container dca12e2ab888 ---> 149bf3e1b79f 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 c72870a924e3 Nightly packages of the Osmocom project (CentOS 0.0 B/s | 0 B 00:00 Nightly packages of the Osmocom project (CentOS 716 kB/s | 22 kB 00:00 CentOS-7 - Base 0.0 B/s | 0 B 00:00 CentOS-7 - Updates 0.0 B/s | 0 B 00:00 CentOS-7 - Updates 47 MB/s | 28 MB 00:00 CentOS-7 - Extras 0.0 B/s | 0 B 00:00 [91mError: Problem 1: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmocore-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 2: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmoctrl-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 3: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmogb-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 4: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmogsm-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 5: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmovty-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 [0mThe command '/bin/sh -c 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' returned a non-zero code: 1 make: *** [../make/Makefile:90: docker-build] Error 1 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-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?
Changes:
[Pau Espin Pedrol] Introduce osmo-dia2gsup-master, ttcn3-dia2gsup-test
[Pau Espin Pedrol] dia2gsup: Fix logfile name
------------------------------------------ [...truncated 3.06 KB...] + export REGISTRY_HOST=registry.osmocom.org + echo TTCN3-centos7-pcap-client-test + sed s/^TTCN3-centos7-/ttcn3-/ + DIR=ttcn3-pcap-client-test + export IMAGE_SUFFIX=master-centos7 + cd ttcn3-pcap-client-test + ./jenkins.sh + [ x = x ] + REPO_USER=osmocom-build + [ xhttps://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/ = x ] + VOL_BASE_DIR=https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs + rm -rf https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs + mkdir -p https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs + [ ! -d https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/logs ] + [ xjenkins-TTCN3-centos7-pcap-client-test-626 = x ] + basename https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/ttcn3-pcap-client-test + SUITE_NAME=ttcn3-pcap-client-test + IMAGE_SUFFIX=master-centos7 + docker_images_require osmo-pcap-master-centos7 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-centos7 + local feed + echo centos7-build + depends=centos7-build + [ -n centos7-build ] + docker_images_require centos7-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 centos7-build + local feed + depends= + [ -n ] + docker_distro_from_image_name centos7-build + echo centos7 + distro_arg=centos7 + [ -z ] + docker_upstream_distro_from_image_name centos7-build + echo centos:centos7 + upstream_distro_arg=centos:centos7 + docker_dir_from_image_name centos7-build + echo centos7-build + dir=centos7-build + pull_arg=--pull + grep ^FROM ../centos7-build/Dockerfile + from_line=FROM ${REGISTRY}/${UPSTREAM_DISTRO} + echo FROM ${REGISTRY}/${UPSTREAM_DISTRO} + grep -q $USER + set +x Building image: centos7-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../centos7-build BUILD_ARGS=--pull UPSTREAM_DISTRO=centos:centos7 DISTRO=centos7 IMAGE=osmocom-build/centos7-build make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/centos7-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-centos7-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=centos:centos7 \ --build-arg DISTRO=centos7 \ --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_DIA2GSUP_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/centos7-build:latest . Sending build context to Docker daemon 28.67kB Step 1/11 : ARG REGISTRY=docker.io Step 2/11 : ARG UPSTREAM_DISTRO=centos:centos7 Step 3/11 : FROM ${REGISTRY}/${UPSTREAM_DISTRO} centos7: Pulling from centos Digest: sha256:dead07b4d8ed7e29e98de0f4504d87e8880d4347859d839686a31da35a3b532f Status: Image is up to date for registry.osmocom.org/centos:centos7 ---> eeb6ee3f44bd Step 4/11 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> 8247d1fc7ffa Step 5/11 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> b3d90c502f36 Step 6/11 : RUN yum install -y dnf ---> Using cache ---> 58d7f722e6de Step 7/11 : RUN echo "metadata_expire=60" >> /etc/dnf/dnf.conf && cat /etc/dnf/dnf.conf ---> Using cache ---> e630d2eaa199 Step 8/11 : RUN export MIRROR_HTTPS="$(echo $OSMOCOM_REPO_MIRROR | sed s/^http:/https:/)" && { echo "[network_osmocom_nightly]"; echo "name=Nightly packages of the Osmocom project (CentOS_7)"; echo "type=rpm-md"; echo "baseurl=${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/CentOS_7/"; echo "gpgcheck=1"; echo "gpgkey=${MIRROR_HTTPS}/${OSMOCOM_REPO_PATH}/nightly/CentOS_7/repodata/repomd.xml.key"; echo "enabled=1"; } > /etc/yum.repos.d/network:osmocom:nightly.repo ---> Using cache ---> 02ce9344b8b2 Step 9/11 : RUN dnf install -y autoconf autoconf-archive autogen automake bison c-ares-devel doxygen fftw-devel flex gawk gcc gcc-c++ git gnupg gnutls-devel gsm-devel libdbi-dbd-sqlite libdbi-devel libpcap-devel libtalloc-devel libtool libusb1-devel lksctp-tools-devel make ncurses-devel openssl-devel ortp-devel pcsc-lite-devel pkgconfig readline-devel sqlite sqlite-devel telnet ---> Using cache ---> 2205e5b156db Step 10/11 : COPY .common/respawn.sh /usr/local/bin/respawn.sh ---> Using cache ---> 40f749557b73 Step 11/11 : ADD ${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/CentOS_7/repodata/repomd.xml /tmp/repomd.xml
---> e4dae594b050 [Warning] One or more build-args [OSMOCOM_REPO_VERSION OSMO_GGSN_BRANCH OSMO_SGSN_BRANCH OSMO_STP_BRANCH USER OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_DIA2GSUP_BRANCH OSMO_HLR_BRANCH OSMO_HNODEB_BRANCH OSMO_TTCN3_BRANCH OPEN5GS_BRANCH OSMO_MSC_BRANCH OSMO_GBPROXY_BRANCH OSMO_SIP_BRANCH UID OSMO_BTS_BRANCH OSMO_MGW_BRANCH OSMO_PCU_BRANCH OSMO_UECUPS_BRANCH OSMO_BB_BRANCH OSMO_BSC_BRANCH OSMO_HNBGW_BRANCH OSMO_NITB_BRANCH DISTRO OSMO_IUH_BRANCH LIBOSMOCORE_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_CBC_BRANCH] were not consumed Successfully built e4dae594b050 Successfully tagged osmocom-build/centos7-build:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/ws/centos7-build' + docker_image_exists centos7-build + docker images -q osmocom-build/centos7-build + test -n e4dae594b050 + list_osmo_packages centos7 centos7-build + local distro=centos7 + local image=centos7-build + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/centos7-build -c + [ -n ] + return + docker_distro_from_image_name osmo-pcap-master-centos7 + echo centos7 + distro_arg=centos7 + [ -z ] + docker_upstream_distro_from_image_name osmo-pcap-master-centos7 + echo centos:centos7 + upstream_distro_arg=centos:centos7 + docker_dir_from_image_name osmo-pcap-master-centos7 + echo osmo-pcap-master-centos7 + sed s/-centos7$// + 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= + set +x Building image: osmo-pcap-master-centos7 (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../osmo-pcap-master BUILD_ARGS= UPSTREAM_DISTRO=centos:centos7 DISTRO=centos7 IMAGE=osmocom-build/osmo-pcap-master-centos7 make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-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-centos7-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=centos:centos7 \ --build-arg DISTRO=centos7 \ --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_DIA2GSUP_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-centos7:latest . Sending build context to Docker daemon 29.18kB Step 1/14 : ARG USER Step 2/14 : ARG DISTRO Step 3/14 : FROM $USER/$DISTRO-build ---> e4dae594b050 Step 4/14 : ARG DISTRO ---> Running in 2eb9e3272700 Removing intermediate container 2eb9e3272700 ---> fa00945dc091 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 b899a90e2e1c Nightly packages of the Osmocom project (CentOS 0.0 B/s | 0 B 00:00 Nightly packages of the Osmocom project (CentOS 633 kB/s | 22 kB 00:00 CentOS-7 - Base 0.0 B/s | 0 B 00:00 CentOS-7 - Updates 0.0 B/s | 0 B 00:00 CentOS-7 - Updates 84 MB/s | 28 MB 00:00 CentOS-7 - Extras 0.0 B/s | 0 B 00:00 [91mError: Problem 1: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmocore-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 2: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmoctrl-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 3: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmogb-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 4: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmogsm-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 Problem 5: conflicting requests - nothing provides osmocom-nightly = 202308240026 needed by libosmovty-devel-1.8.0.232.0ef0a.202308240026-1.1.x86_64 [0mThe command '/bin/sh -c 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' returned a non-zero code: 1 make: *** [../make/Makefile:91: docker-build] Error 1 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-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?
jenkins-notifications@lists.osmocom.org