See
<https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test-latest/943/display/redirect?page=changes>
Changes:
[Pau Espin Pedrol] asterisk: pjsip.conf: Forward Hold/Resume SIP UA -> IMS Core
------------------------------------------
[...truncated 6.08 KB...]
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-latest/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 \
--pull -t osmocom-build/centos7-obs-latest:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.54kB done
#1 DONE 0.0s
#2 [internal] load .dockerignore
#2 transferring context: 2B 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:/latest/CentOS_7/repodata/re…
#7 DONE 0.1s
#8 [4/7] RUN EXPORT MIRROR_HTTPS="$(echo
https://downloads.osmocom.org | sed
s/^http:/https:/)" && { echo "[network_osmocom_latest]"; echo
"name=Osmocom latest"; echo "type=rpm-md"; echo
"baseurl=https://downloads.osmocom.org/packages/osmocom:/latest/CentOS_7/";
echo "gpgcheck=1"; echo
"gpgkey=${MIRROR_HTTPS}/packages/osmocom:/latest/CentOS_7/repodata/repomd.xml.key";
echo "enabled=1"; } >
"/etc/yum.repos.d/network:osmocom:latest.repo"
#8 CACHED
#9 [5/7] RUN DNF install -y telnet
#9 CACHED
#10 [2/7] RUN YUM install -y dnf
#10 CACHED
#11 [3/7] RUN ECHO "metadata_expire=60" >> /etc/dnf/dnf.conf &&
cat /etc/dnf/dnf.conf
#11 CACHED
#12 [6/7] COPY .COMMON/RESPAWN.SH /usr/local/bin/respawn.sh
#12 CACHED
#13 [7/7]
ADD
HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/LATEST/CENTOS_7/REPODATA/RE…
/tmp/repomd.xml
#13 DONE 0.1s
#14 exporting to image
#14 exporting layers 0.0s done
#14 writing image sha256:4d1bdd24df2653e4927e93737875dcd35f312673f066f79df81b889dbbd844d2
done
#14 naming to docker.io/osmocom-build/centos7-obs-latest:latest done
#14 DONE 0.0s
rm -rf .common
make: Leaving directory
'<https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test-latest/ws/centos7-obs-latest'>
+ docker_image_exists centos7-obs-latest
+ docker images -q osmocom-build/centos7-obs-latest
+ test -n 4d1bdd24df26
+ list_osmo_packages centos7 centos7-obs-latest
+ local distro=centos7
+ local image=centos7-obs-latest
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh
osmocom-build/centos7-obs-latest -c
+ [ -n ]
+ return
+ docker_distro_from_image_name osmo-pcap-latest-centos7
+ echo centos7
+ distro_arg=centos7
+ [ -z ]
+ docker_upstream_distro_from_image_name osmo-pcap-latest-centos7
+ echo centos:centos7
+ upstream_distro_arg=centos:centos7
+ docker_dir_from_image_name osmo-pcap-latest-centos7
+ echo osmo-pcap-latest-centos7
+ sed s/\-centos7$//
+ dir=osmo-pcap-latest
+ pull_arg=--pull
+ grep ^FROM ../osmo-pcap-latest/Dockerfile
+ from_line=FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION
+ echo FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: osmo-pcap-latest-centos7 (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n ]
+ echo master
+ make -C ../osmo-pcap-latest BUILD_ARGS= UPSTREAM_DISTRO=centos:centos7 DISTRO=centos7
IMAGE=osmocom-build/osmo-pcap-latest-centos7 OSMO_TTCN3_BRANCH=master
make: Entering directory
'<https://jenkins.osmocom.org/jenkins/job/TTCN3-centos7-pcap-client-test-latest/ws/osmo-pcap-latest'>
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-latest/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-latest-centos7: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: 657B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/osmocom-build/centos7-obs-latest:latest
#3 DONE 0.0s
#4 [internal] load build context
#4 transferring context: 251B done
#4 DONE 0.0s
#5 [1/4] FROM docker.io/osmocom-build/centos7-obs-latest
#5 DONE 0.0s
#6 [2/4] RUN CASE "centos7" in debian*) apt-get update && apt-get
install -y --no-install-recommends osmo-pcap-client osmo-pcap-server &&
apt-get clean ;; centos*) dnf install -y osmo-pcap ;; esac
#6 0.590 Osmocom latest 0.0 B/s | 0 B 00:00
#6 0.636 Osmocom latest 792 kB/s | 25 kB 00:00
#6 0.651 CentOS-7 - Base 0.0 B/s | 0 B 00:00
#6 0.654 CentOS-7 - Updates 0.0 B/s | 0 B 00:00
#6 0.656 CentOS-7 - Extras 0.0 B/s | 0 B 00:00
#6 0.656 Failed to synchronize cache for repo 'base', ignoring this repo.
#6 0.656 Failed to synchronize cache for repo 'updates', ignoring this repo.
#6 0.656 Failed to synchronize cache for repo 'extras', ignoring this repo.
#6 0.662 Error:
#6 0.662 Problem: conflicting requests
#6 0.662 - nothing provides libtalloc.so.2()(64bit) needed by
osmo-pcap-0.4.2-1.5.x86_64
#6 0.662 - nothing provides libtalloc.so.2(TALLOC_2.0.2)(64bit) needed by
osmo-pcap-0.4.2-1.5.x86_64
#6 0.662 - nothing provides libgnutls.so.28()(64bit) needed by
osmo-pcap-0.4.2-1.5.x86_64
#6 0.662 - nothing provides libgnutls.so.28(GNUTLS_1_4)(64bit) needed by
osmo-pcap-0.4.2-1.5.x86_64
#6 0.662 - nothing provides libgnutls.so.28(GNUTLS_2_10)(64bit) needed by
osmo-pcap-0.4.2-1.5.x86_64
#6 0.662 - nothing provides libgnutls.so.28(GNUTLS_2_12)(64bit) needed by
osmo-pcap-0.4.2-1.5.x86_64
#6 0.662 - nothing provides libgnutls.so.28(GNUTLS_3_0_0)(64bit) needed by
osmo-pcap-0.4.2-1.5.x86_64
#6 0.662 - nothing provides libgnutls.so.28(GNUTLS_3_1_0)(64bit) needed by
osmo-pcap-0.4.2-1.5.x86_64
#6 0.662 - nothing provides libpcap.so.1()(64bit) needed by osmo-pcap-0.4.2-1.5.x86_64
#6 ERROR: process "/bin/sh -c case \"$DISTRO\" in \tdebian*) \t\tapt-get
update && \t\tapt-get install -y --no-install-recommends \t\t\tosmo-pcap-client
osmo-pcap-server && \t\tapt-get clean \t\t;; \tcentos*) \t\tdnf install -y
\t\t\tosmo-pcap \t\t;; \tesac" did not complete successfully: exit code: 1
------
[2/4] RUN CASE "centos7" in debian*)
apt-get update && apt-get install -y --no-install-recommends
osmo-pcap-client osmo-pcap-server && apt-get clean ;; centos*) dnf
install -y osmo-pcap ;; esac:
0.662 Problem: conflicting requests
0.662 - nothing provides libtalloc.so.2()(64bit) needed by osmo-pcap-0.4.2-1.5.x86_64
0.662 - nothing provides libtalloc.so.2(TALLOC_2.0.2)(64bit) needed by
osmo-pcap-0.4.2-1.5.x86_64
0.662 - nothing provides libgnutls.so.28()(64bit) needed by osmo-pcap-0.4.2-1.5.x86_64
0.662 - nothing provides libgnutls.so.28(GNUTLS_1_4)(64bit) needed by
osmo-pcap-0.4.2-1.5.x86_64
0.662 - nothing provides libgnutls.so.28(GNUTLS_2_10)(64bit) needed by
osmo-pcap-0.4.2-1.5.x86_64
0.662 - nothing provides libgnutls.so.28(GNUTLS_2_12)(64bit) needed by
osmo-pcap-0.4.2-1.5.x86_64
0.662 - nothing provides libgnutls.so.28(GNUTLS_3_0_0)(64bit) needed by
osmo-pcap-0.4.2-1.5.x86_64
0.662 - nothing provides libgnutls.so.28(GNUTLS_3_1_0)(64bit) needed by
osmo-pcap-0.4.2-1.5.x86_64
0.662 - nothing provides libpcap.so.1()(64bit) needed by osmo-pcap-0.4.2-1.5.x86_64
------
Dockerfile:8
--------------------
7 |
8 | >>> RUN case "$DISTRO" in \
9 | >>> debian*) \
10 | >>> apt-get update && \
11 | >>> apt-get install -y --no-install-recommends \
12 | >>> osmo-pcap-client osmo-pcap-server && \
13 | >>> apt-get clean \
14 | >>> ;; \
15 | >>> centos*) \
16 | >>> dnf install -y \
17 | >>> osmo-pcap \
18 | >>> ;; \
19 | >>> esac
20 |
--------------------
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\tosmo-pcap-client osmo-pcap-server && \t\tapt-get clean \t\t;; \tcentos*)
\t\tdnf install -y \t\t\tosmo-pcap \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-latest/ws/osmo-pcap-latest'>
+ 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?