Build failed in Jenkins: Osmocom-repo-install-centos8 » next,build2-deb9build-ansible #31

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/jenkins-notifications@lists.osmocom.org/.

jenkins at lists.osmocom.org jenkins at lists.osmocom.org
Sat Jan 2 04:04:16 UTC 2021


See <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=next,label=build2-deb9build-ansible/31/display/redirect>

Changes:


------------------------------------------
[...truncated 2.98 KB...]
	libosmo-abis
	libosmocore
	libosmo-netif
	libosmo-sccp
	libsmpp34
	libusrp
	osmo-bsc
	osmo-bts
	osmo-ggsn
	osmo-hlr
	osmo-iuh
	osmo-mgw
	osmo-msc
	osmo-pcu
	osmo-sgsn
	osmo-sip-connector
	osmo-sysmon
	osmo-trx
	osmocom-bb

+ OSMO_BRANCH_DOCKER_PLAYGROUND=master
+ [ 1 -ne 1 ]
+ DISTRO=centos8
+ docker_images_require centos8-repo-install-test
+ local oldpwd=<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=next,label=build2-deb9build-ansible/ws/>
+ [ -L _docker_playground ]
+ [ -d _docker_playground ]
+ git clone https://git.osmocom.org/docker-playground/ _docker_playground
Cloning into '_docker_playground'...
+ cd _docker_playground
+ git checkout master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
+ git reset --hard origin/master
HEAD is now at a6fc3bf osmo-gbproxy: Change config file to comply with change in upstream
+ cd centos8-repo-install-test
+ . ../jenkins-common.sh
+ IMAGE_DIR_PREFIX=..
+ set -x
+ [ x = x ]
+ REPO_USER=osmocom-build
+ [ x<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=next,label=build2-deb9build-ansible/ws/> = x ]
+ VOL_BASE_DIR=<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=next,label=build2-deb9build-ansible/ws/logs>
+ rm -rf <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=next,label=build2-deb9build-ansible/ws/logs>
+ mkdir -p <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=next,label=build2-deb9build-ansible/ws/logs>
+ [ ! -d <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=next,label=build2-deb9build-ansible/ws/logs> ]
+ [ xjenkins-Osmocom-repo-install-centos8-feed=next,label=build2-deb9build-ansible-31 = x ]
+ basename <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=next,label=build2-deb9build-ansible/ws/_docker_playground/centos8-repo-install-test>
+ SUITE_NAME=centos8-repo-install-test
+ NET_NAME=centos8-repo-install-test
+ docker_images_require centos8-repo-install-test
+ local i
+ local from_line
+ local pull_arg
+ local upstream_distro_arg
+ local distro_arg
+ local depends
+ local dir
+ docker_depends centos8-repo-install-test
+ depends=
+ [ -n  ]
+ [ -z  ]
+ docker_upstream_distro_from_image_name centos8-repo-install-test
+ echo centos:centos8
+ upstream_distro_arg=centos:centos8
+ docker_distro_from_image_name centos8-repo-install-test
+ echo centos8
+ distro_arg=centos8
+ docker_dir_from_image_name centos8-repo-install-test
+ echo centos8-repo-install-test
+ dir=centos8-repo-install-test
+ pull_arg=--pull
+ grep ^FROM ../centos8-repo-install-test/Dockerfile
+ from_line=FROM	${REGISTRY}/${UPSTREAM_DISTRO}
+ echo FROM	${REGISTRY}/${UPSTREAM_DISTRO}
+ grep -q $USER
+ echo Building image: centos8-repo-install-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
Building image: centos8-repo-install-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ make -C ../centos8-repo-install-test PULL=--pull UPSTREAM_DISTRO=centos:centos8 DISTRO=centos8 IMAGE=osmocom-build/centos8-repo-install-test
make: Entering directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=next,label=build2-deb9build-ansible/ws/_docker_playground/centos8-repo-install-test'>
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)
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=centos:centos8 \
	--build-arg DISTRO=centos8 \
	--build-arg OSMOCOM_REPO_MIRROR=http://download.opensuse.org \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--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_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_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 \
	--pull -t osmocom-build/centos8-repo-install-test:latest .
Sending build context to Docker daemon  4.096kB
Step 1/6 : ARG	USER
Step 2/6 : ARG	REGISTRY=docker.io
Step 3/6 : ARG	UPSTREAM_DISTRO=centos:centos8
Step 4/6 : FROM	${REGISTRY}/${UPSTREAM_DISTRO}
centos8: Pulling from library/centos
Digest: sha256:5528e8b1b1719d34604c87e11dcd1c0a20bedf46e83b5632cdeac91b8c04efc1
Status: Image is up to date for centos:centos8
 ---> 300e315adb2f
Step 5/6 : RUN	dnf install -y 		systemd 		dnf-utils
 ---> Using cache
 ---> c1ed2c0d2087
Step 6/6 : RUN	yum config-manager --set-enabled powertools
 ---> Using cache
 ---> cb189d7244f2
[Warning] One or more build-args [DISTRO LIBOSMOCORE_BRANCH OSMO_BTS_BRANCH OSMO_SIP_BRANCH OSMO_TTCN3_BRANCH OSMOCOM_REPO_VERSION OSMO_BSC_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_IUH_BRANCH OSMO_MGW_BRANCH OSMOCOM_REPO_MIRROR OSMO_BB_BRANCH OSMO_NITB_BRANCH OSMO_SGSN_BRANCH OSMO_STP_BRANCH OSMO_GGSN_BRANCH OSMO_HLR_BRANCH OSMO_MSC_BRANCH OSMO_PCU_BRANCH] were not consumed
Successfully built cb189d7244f2
Successfully tagged osmocom-build/centos8-repo-install-test:latest
make: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=next,label=build2-deb9build-ansible/ws/_docker_playground/centos8-repo-install-test'>
+ docker_image_exists centos8-repo-install-test
+ docker images -q osmocom-build/centos8-repo-install-test
+ test -n cb189d7244f2
+ ret=0
+ cd <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=next,label=build2-deb9build-ansible/ws/>
+ return 0
+ [ -z next ]
+ CONTAINER=centos8-repo-install-test-next
+ docker inspect -f {{.State.Running}} centos8-repo-install-test-next
+ [  = true ]
+ args=
+ [ -n  ]
+ check_if_systemd_is_running
+ docker run --rm -v <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=next,label=build2-deb9build-ansible/ws/scripts/repo-install-test>:/repo-install-test:ro --name centos8-repo-install-test-next -e FEED=next -e DISTRO=centos8 -e container=docker --tmpfs /run --tmpfs /run/lock --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro --cap-add SYS_ADMIN --cap-add SYS_NICE osmocom-build/centos8-repo-install-test /lib/systemd/systemd
+ seq 1 10
+ sleep 1
+ docker exec centos8-repo-install-test-next systemctl status
● 1e825bd17ec4
    State: degraded
     Jobs: 0 queued
   Failed: 1 units
    Since: Sat 2021-01-02 04:04:09 UTC; 350ms ago
   CGroup: /docker/1e825bd17ec4bb10b900f5ee4d41b836d1e0607637405d2f16196161fad12f8a
           ├─38 systemctl status
           ├─init.scope
           │ └─1 /lib/systemd/systemd
           └─system.slice
             ├─systemd-journald.service
             │ └─23 /usr/lib/systemd/systemd-journald
             └─dbus.service
               └─33 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
+ return
+ ret=0
+ docker exec centos8-repo-install-test-next /repo-install-test/run-inside-docker.sh
+ SERVICES='
	osmo-bsc
	osmo-gbproxy
	osmo-gtphub
	osmo-hlr
	osmo-mgw
	osmo-msc
	osmo-pcap-client
	osmo-sip-connector
	osmo-stp
'
+ SERVICES_NIGHTLY='
	osmo-pcap-server
	osmo-sgsn
	osmo-pcu
	osmo-hnbgw
	osmo-bts-virtual
'
+ HTTP=http://download.opensuse.org/repositories/network:/osmocom:/next/Debian_9.0/
+ OBS=obs://build.opensuse.org/network:osmocom:next/Debian_9.0
+ check_env
+ '[' -n next ']'
+ echo 'Checking feed: next'
+ '[' -n centos8 ']'
+ echo 'Linux distribution: centos8'
+ configure_keep_cache_centos8
+ '[' -z '' ']'
+ return
+ configure_osmocom_repo_centos8
+ echo 'Configuring Osmocom repository'
+ cat
Checking feed: next
Linux distribution: centos8
Configuring Osmocom repository
+ install_repo_packages_centos8
+ echo 'Installing all repository packages'
+ LANG=C.UTF-8
+ repoquery --quiet --repoid=network_osmocom_next --archlist=x86_64,noarch '--qf=%{name}'
Installing all repository packages
+ filter_packages_txt
+ grep -v '^#' /repo-install-test/blacklist_centos8.txt
+ sort -u
+ comm -23 osmocom_packages_all.txt blacklist.txt
++ cat osmocom_packages.txt
+ dnf install -y fdupes fdupes-debuginfo fdupes-debugsource libasn1c-debugsource libasn1c-devel libasn1c1 libasn1c1-debuginfo libcsv-debugsource libcsv-devel libcsv3 libcsv3-debuginfo libgtp-devel libgtp6 libgtp6-debuginfo libgtpnl-debugsource libgtpnl-devel libgtpnl0 libgtpnl0-debuginfo libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-debuginfo liborcania2_1 liborcania2_1-debuginfo libosmo-abis-debuginfo libosmo-abis-debugsource libosmo-gsup-client-devel libosmo-gsup-client-devel-debuginfo libosmo-gsup-client0 libosmo-gsup-client0-debuginfo libosmo-mgcp-client-devel libosmo-mgcp-client6 libosmo-mgcp-client6-debuginfo libosmo-mgcp-devel libosmo-mslookup-devel libosmo-mslookup0 libosmo-mslookup0-debuginfo libosmo-mtp-devel libosmo-netif-debugsource libosmo-ranap-devel libosmo-ranap3 libosmo-ranap3-debuginfo libosmo-rspro-devel libosmo-rspro1 libosmo-rspro1-debuginfo libosmo-sabp-devel libosmo-sabp0 libosmo-sabp0-debuginfo libosmo-sccp-debuginfo libosmo-sccp-debugsource libosmo-sccp-devel libosmo-sigtran-devel libosmo-sigtran5 libosmo-sigtran5-debuginfo libosmo-simtrace2-0 libosmo-simtrace2-0-debuginfo libosmo-simtrace2-devel libosmo-xua-devel libosmoabis-devel libosmoabis9 libosmoabis9-debuginfo libosmocodec-devel libosmocodec0 libosmocodec0-debuginfo libosmocoding-devel libosmocoding0 libosmocoding0-debuginfo libosmocore-debuginfo libosmocore-debugsource libosmocore-devel libosmocore-tools libosmocore-tools-debuginfo libosmocore16 libosmocore16-debuginfo libosmoctrl-devel libosmoctrl0 libosmoctrl0-debuginfo libosmogb-devel libosmogb11 libosmogb11-debuginfo libosmogsm-devel libosmogsm15 libosmogsm15-debuginfo libosmonetif-devel libosmonetif8 libosmonetif8-debuginfo libosmosim-devel libosmosim2 libosmosim2-debuginfo libosmotrau-devel libosmotrau2 libosmotrau2-debuginfo libosmousb-devel libosmousb0 libosmousb0-debuginfo libosmovty-devel libosmovty4 libosmovty4-debuginfo libpgm-5_2-0 libpgm-5_2-0-debuginfo libsmpp34-1 libsmpp34-1-debuginfo libsmpp34-1-devel libsmpp34-debugsource libsodium-debugsource libsodium-devel libsodium23 libsodium23-debuginfo libsofia-sip-ua-glib3 libsofia-sip-ua-glib3-debuginfo libsofia-sip-ua0 libsofia-sip-ua0-debuginfo libulfius2_7 libulfius2_7-debuginfo libunwind libunwind-debuginfo libunwind-debugsource libunwind-devel libyder1_4 libyder1_4-debuginfo libzmq5 libzmq5-debuginfo openpgm-debugsource openpgm-devel orcania-debugsource orcania-devel osmo-bsc osmo-bsc-abisip-find osmo-bsc-abisip-find-debuginfo osmo-bsc-bs11-utils osmo-bsc-bs11-utils-debuginfo osmo-bsc-debuginfo osmo-bsc-debugsource osmo-bsc-ipaccess-utils osmo-bsc-ipaccess-utils-debuginfo osmo-bsc-meas-utils osmo-bsc-meas-utils-debuginfo osmo-bts osmo-bts-debuginfo osmo-bts-debugsource osmo-bts-omldummy osmo-bts-omldummy-debuginfo osmo-bts-virtual osmo-bts-virtual-debuginfo osmo-gbproxy osmo-gbproxy-debuginfo osmo-ggsn osmo-ggsn-debuginfo osmo-ggsn-debugsource osmo-gtphub osmo-gtphub-debuginfo osmo-hlr osmo-hlr-debuginfo osmo-hlr-debugsource osmo-iuh osmo-iuh-debuginfo osmo-iuh-debugsource osmo-mgw osmo-mgw-debuginfo osmo-mgw-debugsource osmo-msc osmo-msc-debuginfo osmo-msc-debugsource osmo-mslookup-client osmo-mslookup-client-debuginfo osmo-pcap osmo-pcap-debuginfo osmo-pcap-debugsource osmo-pcu osmo-pcu-debuginfo osmo-pcu-debugsource osmo-remsim-bankd osmo-remsim-bankd-debuginfo osmo-remsim-client-shell osmo-remsim-client-shell-debuginfo osmo-remsim-client-st2 osmo-remsim-client-st2-debuginfo osmo-remsim-debuginfo osmo-remsim-debugsource osmo-remsim-server osmo-remsim-server-debuginfo osmo-sgsn osmo-sgsn-debuginfo osmo-sgsn-debugsource osmo-sip-connector osmo-sip-connector-debuginfo osmo-sip-connector-debugsource osmo-smlc osmo-smlc-debuginfo osmo-smlc-debugsource osmo-stp osmo-stp-debuginfo osmo-trx osmo-trx-debuginfo osmo-trx-debugsource osmo-trx-ipc osmo-trx-ipc-debuginfo osmo-trx-uhd osmo-trx-uhd-debuginfo simtrace2 simtrace2-debuginfo simtrace2-debugsource sofia-sip sofia-sip-debuginfo sofia-sip-debugsource sofia-sip-devel ulfius-debuginfo ulfius-debugsource uwsc uwsc-debuginfo yder-debugsource yder-devel zeromq-debuginfo zeromq-debugsource zeromq-devel zeromq-tools zeromq-tools-debuginfo
CentOS Linux 8 - AppStream                      108 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - AppStream                       17 MB/s | 6.3 MB     00:00    
CentOS Linux 8 - BaseOS                          12 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - BaseOS                         6.6 MB/s | 2.3 MB     00:00    
CentOS Linux 8 - Extras                         8.7 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - Extras                          31 kB/s | 8.6 kB     00:00    
CentOS Linux 8 - PowerTools                     3.4 MB/s | 2.0 MB     00:00    
Error: 
 Problem 1: cannot install the best candidate for the job
  - nothing provides libortp.so.9()(64bit) needed by libosmotrau2-1.0.0.28.6e83-12.1.x86_64
 Problem 2: cannot install the best candidate for the job
  - nothing provides libdbi-dbd-sqlite needed by osmo-hlr-1.2.0.68.6e23-5.1.x86_64
 Problem 3: cannot install the best candidate for the job
  - nothing provides libdbi.so.1()(64bit) needed by osmo-msc-1.6.1.87.e917b-39.1.x86_64
 Problem 4: cannot install the best candidate for the job
  - nothing provides libuhd.so.3.15.0()(64bit) needed by osmo-trx-ipc-1.2.0.117.4a4e-24.1.x86_64
 Problem 5: cannot install the best candidate for the job
  - nothing provides libuhd.so.3.15.0()(64bit) needed by osmo-trx-uhd-1.2.0.117.4a4e-24.1.x86_64
  - nothing provides uhd-firmware needed by osmo-trx-uhd-1.2.0.117.4a4e-24.1.x86_64
 Problem 6: package osmo-mgw-1.7.0.133.92a7-24.1.x86_64 requires libosmotrau.so.2()(64bit), but none of the providers can be installed
  - cannot install the best candidate for the job
  - nothing provides libortp.so.9()(64bit) needed by libosmotrau2-1.0.0.28.6e83-12.1.x86_64
 Problem 7: package osmo-bts-virtual-1.2.0.374.f158-2.1.x86_64 requires libosmotrau.so.2()(64bit), but none of the providers can be installed
  - cannot install the best candidate for the job
  - nothing provides libortp.so.9()(64bit) needed by libosmotrau2-1.0.0.28.6e83-12.1.x86_64
 Problem 8: package osmo-bts-omldummy-1.2.0.374.f158-2.1.x86_64 requires libosmotrau.so.2()(64bit), but none of the providers can be installed
  - cannot install the best candidate for the job
  - nothing provides libortp.so.9()(64bit) needed by libosmotrau2-1.0.0.28.6e83-12.1.x86_64
 Problem 9: package osmo-bts-1.2.0.374.f158-2.1.x86_64 requires libosmotrau.so.2()(64bit), but none of the providers can be installed
  - cannot install the best candidate for the job
  - nothing provides libortp.so.9()(64bit) needed by libosmotrau2-1.0.0.28.6e83-12.1.x86_64
 Problem 10: package libosmotrau-devel-1.0.0.28.6e83-12.1.x86_64 requires libosmotrau.so.2()(64bit), but none of the providers can be installed
  - package libosmotrau-devel-1.0.0.28.6e83-12.1.x86_64 requires libosmotrau2 = 1.0.0.28.6e83, but none of the providers can be installed
  - cannot install the best candidate for the job
  - nothing provides libortp.so.9()(64bit) needed by libosmotrau2-1.0.0.28.6e83-12.1.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
+ ret=1
+ [ -n  ]
+ docker container kill centos8-repo-install-test-next
centos8-repo-install-test-next
+ exit 1
Build step 'Execute shell' marked build as failure



More information about the jenkins-notifications mailing list