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

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
Fri Aug 14 10:03:53 UTC 2020


See <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos/feed=next,label=build2-deb9build-ansible/92/display/redirect?page=changes>

Changes:

[laforge] old-tags-against-master: Don't build osmo-gsgsn 1.6.0+1.6.1


------------------------------------------
[...truncated 4.03 KB...]
	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=centos
+ docker_images_require centos-repo-install-test
+ local oldpwd=<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos/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 873f496 migrate ttcn3-msc-test from 172.18.1.0/24 to 172.18.20.0/24
+ cd centos-repo-install-test
+ . ../jenkins-common.sh
+ set -x
+ [ x = x ]
+ REPO_USER=osmocom-build
+ [ x<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos/feed=next,label=build2-deb9build-ansible/ws/> = x ]
+ VOL_BASE_DIR=<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos/feed=next,label=build2-deb9build-ansible/ws/logs>
+ rm -rf <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos/feed=next,label=build2-deb9build-ansible/ws/logs>
+ mkdir -p <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos/feed=next,label=build2-deb9build-ansible/ws/logs>
+ [ ! -d <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos/feed=next,label=build2-deb9build-ansible/ws/logs> ]
+ [ xjenkins-Osmocom-repo-install-centos-feed=next,label=build2-deb9build-ansible-92 = x ]
+ basename <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos/feed=next,label=build2-deb9build-ansible/ws/_docker_playground/centos-repo-install-test>
+ SUITE_NAME=centos-repo-install-test
+ NET_NAME=centos-repo-install-test
+ docker_images_require centos-repo-install-test
+ local i
+ local from_line
+ local pull_arg
+ local distro_arg
+ local depends
+ local dir
+ docker_depends centos-repo-install-test
+ depends=
+ [ -n  ]
+ [ -z  ]
+ docker_distro_from_image_name centos-repo-install-test
+ echo debian-stretch
+ distro_arg=debian-stretch
+ docker_dir_from_image_name centos-repo-install-test
+ echo centos-repo-install-test
+ dir=centos-repo-install-test
+ pull_arg=--pull
+ grep ^FROM ../centos-repo-install-test/Dockerfile
+ from_line=FROM	centos:centos8
+ echo FROM	centos:centos8
+ grep -q $USER
+ echo Building image: centos-repo-install-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
Building image: centos-repo-install-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ make -C ../centos-repo-install-test PULL=--pull DISTRO=debian-stretch IMAGE=osmocom-build/centos-repo-install-test
make: Entering directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos/feed=next,label=build2-deb9build-ansible/ws/_docker_playground/centos-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 OSMO_TTCN3_BRANCH=master \
	--build-arg DISTRO=debian-stretch \
	--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/centos-repo-install-test:latest .
Sending build context to Docker daemon  4.096kB
Step 1/4 : ARG	USER
Step 2/4 : FROM	centos:centos8
centos8: Pulling from library/centos
Digest: sha256:76d24f3ba3317fa945743bb3746fbaf3a0b752f10b10376960de01da70685fbd
Status: Image is up to date for centos:centos8
 ---> 0d120b6ccaa8
Step 3/4 : RUN	dnf install -y 		systemd 		dnf-utils
 ---> Using cache
 ---> 0a92cd355765
Step 4/4 : RUN	yum config-manager --set-enabled PowerTools
 ---> Using cache
 ---> 6c317a76e900
[Warning] One or more build-args [OSMO_MGW_BRANCH OSMO_SGSN_BRANCH DISTRO OSMO_BB_BRANCH OSMO_BTS_BRANCH OSMO_HLR_BRANCH LIBOSMOCORE_BRANCH OSMO_BSC_BRANCH OSMO_TTCN3_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_MSC_BRANCH OSMO_PCU_BRANCH OSMO_SIP_BRANCH OSMO_GGSN_BRANCH OSMO_IUH_BRANCH OSMO_NITB_BRANCH OSMO_STP_BRANCH] were not consumed
Successfully built 6c317a76e900
Successfully tagged osmocom-build/centos-repo-install-test:latest
make: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos/feed=next,label=build2-deb9build-ansible/ws/_docker_playground/centos-repo-install-test'>
+ docker_image_exists centos-repo-install-test
+ docker images -q osmocom-build/centos-repo-install-test
+ test -n 6c317a76e900
+ ret=0
+ cd <https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos/feed=next,label=build2-deb9build-ansible/ws/>
+ return 0
+ [ -z next ]
+ CONTAINER=centos-repo-install-test-next
+ docker inspect -f {{.State.Running}} centos-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-centos/feed=next,label=build2-deb9build-ansible/ws/scripts/repo-install-test>:/repo-install-test:ro --name centos-repo-install-test-next -e FEED=next -e DISTRO=centos -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/centos-repo-install-test /lib/systemd/systemd
+ seq 1 10
+ sleep 1
+ docker exec centos-repo-install-test-next systemctl status
● d6ce89016b1c
    State: degraded
     Jobs: 0 queued
   Failed: 1 units
    Since: Fri 2020-08-14 10:03:47 UTC; 372ms ago
   CGroup: /docker/d6ce89016b1c7e0df9a418fb454f8fcfe392ae255ef2e42aa72ca1a5e726e17a
           ├─38 systemctl status
           ├─init.scope
           │ └─1 /lib/systemd/systemd
           └─system.slice
             ├─systemd-journald.service
             │ └─25 /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 centos-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'
Checking feed: next
Linux distribution: centos
+ '[' -n centos ']'
+ echo 'Linux distribution: centos'
+ configure_keep_cache_centos
+ '[' -z '' ']'
+ return
+ configure_osmocom_repo_centos
+ echo 'Configuring Osmocom repository'
+ cat
Configuring Osmocom repository
+ install_repo_packages_centos
+ 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_centos.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 libdbi libdbi-dbd-mysql libdbi-dbd-mysql-debuginfo libdbi-dbd-pgsql libdbi-dbd-pgsql-debuginfo libdbi-dbd-sqlite libdbi-dbd-sqlite-debuginfo libdbi-debuginfo libdbi-debugsource libdbi-devel libdbi-doc libdbi-drivers libdbi-drivers-debuginfo libdbi-drivers-debugsource 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 libortp9 libortp9-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_6 libulfius2_6-debuginfo libunwind libunwind-debuginfo libunwind-debugsource libunwind-devel libyder1_4 libyder1_4-debuginfo libzmq5 libzmq5-debuginfo openpgm-debugsource openpgm-devel orcania-debugsource orcania-devel ortp-debugsource ortp-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-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 python-cheetah-debugsource python3-cheetah python3-cheetah-debuginfo simtrace2 simtrace2-debuginfo simtrace2-debugsource sofia-sip sofia-sip-debuginfo sofia-sip-debugsource sofia-sip-devel uhd uhd-debuginfo uhd-debugsource uhd-devel uhd-doc uhd-firmware uhd-tools uhd-tools-debuginfo ulfius-debuginfo ulfius-debugsource uwsc uwsc-debuginfo yder-debugsource yder-devel zeromq-debuginfo zeromq-debugsource zeromq-devel zeromq-tools zeromq-tools-debuginfo
CentOS-8 - AppStream                             14 kB/s | 4.3 kB     00:00    
CentOS-8 - AppStream                             10 MB/s | 5.8 MB     00:00    
CentOS-8 - Base                                  76 kB/s | 3.9 kB     00:00    
CentOS-8 - Base                                 5.4 MB/s | 2.2 MB     00:00    
CentOS-8 - Extras                                42 kB/s | 1.5 kB     00:00    
CentOS-8 - Extras                               133 kB/s | 7.0 kB     00:00    
CentOS-8 - PowerTools                           4.7 MB/s | 1.9 MB     00:00    
Error: 
 Problem 1: cannot install the best candidate for the job
  - nothing provides libosmocore.so.12()(64bit) needed by libosmo-mgcp-client6-1.7.0.69.efd0-7.1.x86_64
 Problem 2: cannot install the best candidate for the job
  - nothing provides libosmocore.so.12()(64bit) needed by osmo-bsc-1.6.0.222.f954e-3.1.x86_64
  - nothing provides libosmogsm.so.13()(64bit) needed by osmo-bsc-1.6.0.222.f954e-3.1.x86_64
  - nothing provides libosmogsm.so.13(LIBOSMOGSM_1.0)(64bit) needed by osmo-bsc-1.6.0.222.f954e-3.1.x86_64
  - nothing provides libosmoabis.so.6()(64bit) needed by osmo-bsc-1.6.0.222.f954e-3.1.x86_64
 Problem 3: cannot install the best candidate for the job
  - nothing provides libosmocore.so.12()(64bit) needed by osmo-bsc-abisip-find-1.6.0.222.f954e-3.1.x86_64
  - nothing provides libosmogsm.so.13()(64bit) needed by osmo-bsc-abisip-find-1.6.0.222.f954e-3.1.x86_64
  - nothing provides libosmogsm.so.13(LIBOSMOGSM_1.0)(64bit) needed by osmo-bsc-abisip-find-1.6.0.222.f954e-3.1.x86_64
  - nothing provides libosmoabis.so.6()(64bit) needed by osmo-bsc-abisip-find-1.6.0.222.f954e-3.1.x86_64
 Problem 4: cannot install the best candidate for the job
  - nothing provides libosmocore.so.12()(64bit) needed by osmo-bsc-bs11-utils-1.6.0.222.f954e-3.1.x86_64
  - nothing provides libosmogsm.so.13()(64bit) needed by osmo-bsc-bs11-utils-1.6.0.222.f954e-3.1.x86_64
  - nothing provides libosmogsm.so.13(LIBOSMOGSM_1.0)(64bit) needed by osmo-bsc-bs11-utils-1.6.0.222.f954e-3.1.x86_64
  - nothing provides libosmoabis.so.6()(64bit) needed by osmo-bsc-bs11-utils-1.6.0.222.f954e-3.1.x86_64
 Problem 5: cannot install the best candidate for the job
  - nothing provides libosmocore.so.12()(64bit) needed by osmo-bsc-ipaccess-utils-1.6.0.222.f954e-3.1.x86_64
  - nothing provides libosmogsm.so.13()(64bit) needed by osmo-bsc-ipaccess-utils-1.6.0.222.f954e-3.1.x86_64
  - nothing provides libosmogsm.so.13(LIBOSMOGSM_1.0)(64bit) needed by osmo-bsc-ipaccess-utils-1.6.0.222.f954e-3.1.x86_64
  - nothing provides libosmoabis.so.6()(64bit) needed by osmo-bsc-ipaccess-utils-1.6.0.222.f954e-3.1.x86_64
 Problem 6: cannot install the best candidate for the job
  - nothing provides libosmocore.so.12()(64bit) needed by osmo-bsc-meas-utils-1.6.0.222.f954e-3.1.x86_64
  - nothing provides libosmogsm.so.13()(64bit) needed by osmo-bsc-meas-utils-1.6.0.222.f954e-3.1.x86_64
  - nothing provides libosmogsm.so.13(LIBOSMOGSM_1.0)(64bit) needed by osmo-bsc-meas-utils-1.6.0.222.f954e-3.1.x86_64
  - nothing provides libosmoabis.so.6()(64bit) needed by osmo-bsc-meas-utils-1.6.0.222.f954e-3.1.x86_64
 Problem 7: cannot install the best candidate for the job
  - nothing provides libosmocore.so.12()(64bit) needed by osmo-mgw-1.7.0.69.efd0-7.1.x86_64
  - nothing provides libosmogsm.so.13()(64bit) needed by osmo-mgw-1.7.0.69.efd0-7.1.x86_64
  - nothing provides libosmogsm.so.13(LIBOSMOGSM_1.0)(64bit) needed by osmo-mgw-1.7.0.69.efd0-7.1.x86_64
 Problem 8: cannot install the best candidate for the job
  - nothing provides libosmocore.so.12()(64bit) needed by osmo-msc-1.6.1.60.817a-17.1.x86_64
  - nothing provides libosmogsm.so.13()(64bit) needed by osmo-msc-1.6.1.60.817a-17.1.x86_64
  - nothing provides libosmogsm.so.13(LIBOSMOGSM_1.0)(64bit) needed by osmo-msc-1.6.1.60.817a-17.1.x86_64
  - nothing provides libosmoabis.so.6()(64bit) needed by osmo-msc-1.6.1.60.817a-17.1.x86_64
 Problem 9: package libosmo-mgcp-client-devel-1.7.0.69.efd0-7.1.x86_64 requires libosmo-mgcp-client.so.6()(64bit), but none of the providers can be installed
  - package libosmo-mgcp-client-devel-1.7.0.69.efd0-7.1.x86_64 requires libosmo-mgcp-client6 = 1.7.0.69.efd0, but none of the providers can be installed
  - cannot install the best candidate for the job
  - nothing provides libosmocore.so.12()(64bit) needed by libosmo-mgcp-client6-1.7.0.69.efd0-7.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 centos-repo-install-test-next
centos-repo-install-test-next
+ exit 1
Build step 'Execute shell' marked build as failure



More information about the jenkins-notifications mailing list