See
<https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test/940/display/redirect?page=changes>
Changes:
[Pau Espin Pedrol] ttcn3-asterisk: Allow running testsuite with IPv4 and IPv6 configs
------------------------------------------
[...truncated 6.78 KB...]
--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_EPDG_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 \
--build-arg PJPROJECT_BRANCH=jolly/work \
--pull -t osmocom-build/centos7-build:latest .
#0 building with "default" instance using docker driver
#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 1.92kB done
#2 DONE 0.0s
#3 [auth] sharing credentials for
registry.osmocom.org
#3 DONE 0.0s
#4 [internal] load metadata for
registry.osmocom.org/centos:centos7
#4 DONE 0.1s
#5 [1/7] FROM
registry.osmocom.org/centos:centos7@sha256:dead07b4d8ed7e29e98de0f4504d87e8…
#5 DONE 0.0s
#6 [internal] load build context
#6 transferring context: 492B done
#6 DONE 0.0s
#7
https://downloads.osmocom.org/packages/osmocom:/nightly/CentOS_7/repodata/r…
#7 DONE 0.1s
#8 [4/7] RUN EXPORT MIRROR_HTTPS="$(echo
https://downloads.osmocom.org | sed
s/^http:/https:/)" && { echo "[network_osmocom_nightly]"; echo
"name=Nightly packages of the Osmocom project (CentOS_7)"; echo
"type=rpm-md"; echo
"baseurl=https://downloads.osmocom.org/packages/osmocom:/nightly/CentOS_7/";
echo "gpgcheck=1"; echo
"gpgkey=${MIRROR_HTTPS}/packages/osmocom:/nightly/CentOS_7/repodata/repomd.xml.key";
echo "enabled=1"; } > /etc/yum.repos.d/network:osmocom:nightly.repo
#8 CACHED
#9 [5/7] 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
#9 CACHED
#10 [6/7] COPY .COMMON/RESPAWN.SH /usr/local/bin/respawn.sh
#10 CACHED
#11 [2/7] RUN YUM install -y dnf
#11 CACHED
#12 [3/7] RUN ECHO "metadata_expire=60" >> /etc/dnf/dnf.conf &&
cat /etc/dnf/dnf.conf
#12 CACHED
#13 [7/7]
ADD
HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY/CENTOS_7/REPODATA/R…
/tmp/repomd.xml
#13 CACHED
#14 exporting to image
#14 exporting layers done
#14 writing image sha256:09db609406bd22f9b66f539bbcc8452d171671ba35782805b1a46cebee1e30a3
done
#14 naming to docker.io/osmocom-build/centos7-build:latest done
#14 DONE 0.0s
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 09db609406bd
+ 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
+ grep -q $USER
+ echo FROM $USER/$DISTRO-build
+ pull_arg=
+ set +x
Building image: osmo-pcap-master-centos7 (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n ]
+ echo master
+ make -C ../osmo-pcap-master BUILD_ARGS= UPSTREAM_DISTRO=centos:centos7 DISTRO=centos7
IMAGE=osmocom-build/osmo-pcap-master-centos7 OSMO_TTCN3_BRANCH=master
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 ASTERISK_BRANCH=jolly/work \
--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_EPDG_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 \
--build-arg PJPROJECT_BRANCH=jolly/work \
-t osmocom-build/osmo-pcap-master-centos7:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.30kB done
#1 DONE 0.0s
#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/osmocom-build/centos7-build:latest
#3 DONE 0.0s
#4 [1/8] FROM docker.io/osmocom-build/centos7-build
#4 CACHED
#5
https://gerrit.osmocom.org/plugins/gitiles/osmo-pcap/+/master?format=TEXT
#5 CACHED
#6 [internal] load build context
#6 transferring context: 251B done
#6 DONE 0.0s
#7 [2/8] RUN CASE "centos7" 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
#7 0.930 Nightly packages of the Osmocom project (CentOS 0.0 B/s | 0 B 00:00
#7 0.973 Nightly packages of the Osmocom project (CentOS 857 kB/s | 23 kB 00:00
#7 0.987 CentOS-7 - Base 0.0 B/s | 0 B 00:00
#7 0.989 CentOS-7 - Updates 0.0 B/s | 0 B 00:00
#7 0.992 CentOS-7 - Extras 0.0 B/s | 0 B 00:00
#7 0.992 Failed to synchronize cache for repo 'base', ignoring this repo.
#7 0.992 Failed to synchronize cache for repo 'updates', ignoring this repo.
#7 0.992 Failed to synchronize cache for repo 'extras', ignoring this repo.
#7 1.004 Error:
#7 1.004 Problem 1: conflicting requests
#7 1.004 - nothing provides pkgconfig(libmnl) needed by
libosmocore-devel-1.9.0.208.10d4d.202406162026-1.1.x86_64
#7 1.004 Problem 2: conflicting requests
#7 1.004 - nothing provides pkgconfig(libunwind) needed by
zeromq-devel-4.3.5-4.1.x86_64
#7 1.004 Problem 3: package libosmovty-devel-1.9.0.208.10d4d.202406162026-1.1.x86_64
requires libosmovty.so.13()(64bit), but none of the providers can be installed
#7 1.004 - package libosmovty-devel-1.9.0.208.10d4d.202406162026-1.1.x86_64 requires
libosmovty13 = 1.9.0.208.10d4d.202406162026, but none of the providers can be installed
#7 1.004 - conflicting requests
#7 1.004 - nothing provides libmnl.so.0()(64bit) needed by
libosmovty13-1.9.0.208.10d4d.202406162026-1.1.x86_64
#7 1.004 Problem 4: package libosmogsm-devel-1.9.0.208.10d4d.202406162026-1.1.x86_64
requires libosmoisdn0 = 1.9.0.208.10d4d.202406162026, but none of the providers can be
installed
#7 1.004 - conflicting requests
#7 1.004 - nothing provides libmnl.so.0()(64bit) needed by
libosmoisdn0-1.9.0.208.10d4d.202406162026-1.1.x86_64
#7 1.004 Problem 5: package libosmogb-devel-1.9.0.208.10d4d.202406162026-1.1.x86_64
requires libosmogb.so.14()(64bit), but none of the providers can be installed
#7 1.004 - package libosmogb-devel-1.9.0.208.10d4d.202406162026-1.1.x86_64 requires
libosmogb14 = 1.9.0.208.10d4d.202406162026, but none of the providers can be installed
#7 1.004 - conflicting requests
#7 1.004 - nothing provides libmnl.so.0()(64bit) needed by
libosmogb14-1.9.0.208.10d4d.202406162026-1.1.x86_64
#7 1.004 Problem 6: package libosmoctrl-devel-1.9.0.208.10d4d.202406162026-1.1.x86_64
requires libosmoctrl.so.0()(64bit), but none of the providers can be installed
#7 1.004 - package libosmoctrl-devel-1.9.0.208.10d4d.202406162026-1.1.x86_64 requires
libosmoctrl0 = 1.9.0.208.10d4d.202406162026, but none of the providers can be installed
#7 1.004 - conflicting requests
#7 1.004 - nothing provides libmnl.so.0()(64bit) needed by
libosmoctrl0-1.9.0.208.10d4d.202406162026-1.1.x86_64
#7 ERROR: process "/bin/sh -c case \"$DISTRO\" in \tdebian*) \t\tapt-get
update && \t\tapt-get install -y --no-install-recommends \t\t\tlibosmocore-dev
\t\t\tlibzmq3-dev \t\t\t&& \t\tapt-get clean \t\t;; \tcentos*) \t\tdnf install -y
\t\t\t\"pkgconfig(libosmocore)\" \t\t\t\"pkgconfig(libosmoctrl)\"
\t\t\t\"pkgconfig(libosmogb)\" \t\t\t\"pkgconfig(libosmogsm)\"
\t\t\t\"pkgconfig(libosmovty)\" \t\t\t\"pkgconfig(libzmq)\" \t\t;;
\tesac" did not complete successfully: exit code: 1
------
[2/8] RUN CASE "centos7" 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:
1.004 - conflicting requests
1.004 - nothing provides libmnl.so.0()(64bit) needed by
libosmoisdn0-1.9.0.208.10d4d.202406162026-1.1.x86_64
1.004 Problem 5: package libosmogb-devel-1.9.0.208.10d4d.202406162026-1.1.x86_64 requires
libosmogb.so.14()(64bit), but none of the providers can be installed
1.004 - package libosmogb-devel-1.9.0.208.10d4d.202406162026-1.1.x86_64 requires
libosmogb14 = 1.9.0.208.10d4d.202406162026, but none of the providers can be installed
1.004 - conflicting requests
1.004 - nothing provides libmnl.so.0()(64bit) needed by
libosmogb14-1.9.0.208.10d4d.202406162026-1.1.x86_64
1.004 Problem 6: package libosmoctrl-devel-1.9.0.208.10d4d.202406162026-1.1.x86_64
requires libosmoctrl.so.0()(64bit), but none of the providers can be installed
1.004 - package libosmoctrl-devel-1.9.0.208.10d4d.202406162026-1.1.x86_64 requires
libosmoctrl0 = 1.9.0.208.10d4d.202406162026, but none of the providers can be installed
1.004 - conflicting requests
1.004 - nothing provides libmnl.so.0()(64bit) needed by
libosmoctrl0-1.9.0.208.10d4d.202406162026-1.1.x86_64
------
Dockerfile:7
--------------------
6 |
7 | >>> RUN case "$DISTRO" in \
8 | >>> debian*) \
9 | >>> apt-get update && \
10 | >>> apt-get install -y --no-install-recommends \
11 | >>> libosmocore-dev \
12 | >>> libzmq3-dev \
13 | >>> && \
14 | >>> apt-get clean \
15 | >>> ;; \
16 | >>> centos*) \
17 | >>> dnf install -y \
18 | >>> "pkgconfig(libosmocore)" \
19 | >>> "pkgconfig(libosmoctrl)" \
20 | >>> "pkgconfig(libosmogb)" \
21 | >>> "pkgconfig(libosmogsm)" \
22 | >>> "pkgconfig(libosmovty)" \
23 | >>> "pkgconfig(libzmq)" \
24 | >>> ;; \
25 | >>> esac
26 |
--------------------
ERROR: failed to solve: process "/bin/sh -c case \"$DISTRO\" in \tdebian*)
\t\tapt-get update && \t\tapt-get install -y --no-install-recommends
\t\t\tlibosmocore-dev \t\t\tlibzmq3-dev \t\t\t&& \t\tapt-get clean \t\t;;
\tcentos*) \t\tdnf install -y \t\t\t\"pkgconfig(libosmocore)\"
\t\t\t\"pkgconfig(libosmoctrl)\" \t\t\t\"pkgconfig(libosmogb)\"
\t\t\t\"pkgconfig(libosmogsm)\" \t\t\t\"pkgconfig(libosmovty)\"
\t\t\t\"pkgconfig(libzmq)\" \t\t;; \tesac" did not complete successfully:
exit code: 1
make: *** [../make/Makefile:94: 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?