Changes:
------------------------------------------ [...truncated 2.45 KB...] + dirname scripts/repo-install-test.sh + . scripts/common.sh + dirname scripts/repo-install-test.sh + realpath scripts/.. + OSMO_CI_DIR=https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=repo-install-test/ws/ + OSMO_GIT_URL_GITEA=https://gitea.osmocom.org + OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org + OSMO_RELEASE_REPOS= libasn1c libosmo-abis libosmo-gprs libosmo-netif libosmo-pfcp libosmo-sccp libosmocore libsmpp34 libusrp osmo-bsc osmo-bts osmo-cbc osmo-e1d osmo-gbproxy osmo-ggsn osmo-gsm-manuals osmo-hlr osmo-hnodeb osmo-hnbgw osmo-iuh osmo-mgw osmo-msc osmo-pcap osmo-pcu osmo-remsim osmo-sgsn osmo-sip-connector osmo-smlc osmo-sysmon osmo-trx osmo-uecups osmo-upf osmocom-bb simtrace2
+ OSMO_BRANCH_DOCKER_PLAYGROUND=master + DISTRO=centos8 + DISTROS= centos8 debian10 debian11
+ check_usage + local i + [ centos8 = centos8 ] + return + docker_images_require centos8-repo-install-test + local oldpwd=https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=repo-install-test/ws/ + [ -L _docker_playground ] + [ -d _docker_playground ] + git clone https://gerrit.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 0ecbb79 ttcn3-{pgw,ggsn}-test: Update smf.yml with new metrics section location + cd centos8-repo-install-test + . ../jenkins-common.sh + realpath ../_cache + CACHE_DIR=https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=repo-install-test/ws/_docker_playground/_cache + realpath ../scripts/kernel-test + KERNEL_TEST_DIR=https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=repo-install-test/ws/_docker_playground/scripts/kernel-test + IMAGE_DIR_PREFIX=.. + set -x + [ x = x ] + REPO_USER=osmocom-build + [ xhttps://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=repo-install-test/ws/ = x ] + VOL_BASE_DIR=https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=repo-install-test/ws/logs + rm -rf https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=repo-install-test/ws/logs + mkdir -p https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=repo-install-test/ws/logs + [ ! -d https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=repo-install-test/ws/logs ] + [ xjenkins-Osmocom-repo-install-centos8-feed=nightly,label=repo-install-test-755 = x ] + basename https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=repo-install-test/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 + [ = registry.osmocom.org ] + docker_depends centos8-repo-install-test + local feed + depends= + [ -n ] + docker_distro_from_image_name centos8-repo-install-test + echo centos8 + distro_arg=centos8 + [ -z ] + docker_upstream_distro_from_image_name centos8-repo-install-test + echo almalinux:8 + upstream_distro_arg=almalinux:8 + 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 BUILD_ARGS=--pull UPSTREAM_DISTRO=almalinux:8 DISTRO=centos8 IMAGE=osmocom-build/centos8-repo-install-test make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=repo-install-test/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) rm -rf .common cp -r https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=repo-install-test/ws/_docker_playground/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=docker.io \ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=almalinux:8 \ --build-arg DISTRO=centos8 \ --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/centos8-repo-install-test:latest . Sending build context to Docker daemon 24.06kB Step 1/6 : ARG USER Step 2/6 : ARG REGISTRY=docker.io Step 3/6 : ARG UPSTREAM_DISTRO=almalinux:8 Step 4/6 : FROM ${REGISTRY}/${UPSTREAM_DISTRO} 8: Pulling from library/almalinux Digest: sha256:aeb2dca8a737ae0bbd5d9cb7de68acd88e8c4593f77b053c46a1669ca9c99ac9 Status: Image is up to date for almalinux:8 ---> 39f63d416992 Step 5/6 : RUN dnf install -y systemd dnf-utils ---> Using cache ---> 1f66dae5960a Step 6/6 : RUN yum config-manager --set-enabled powertools ---> Using cache ---> 04742d52e573 [Warning] One or more build-args [OSMO_MSC_BRANCH UID DISTRO OSMO_CBC_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_BTS_BRANCH OSMO_GGSN_BRANCH OSMO_HNODEB_BRANCH OSMO_BB_BRANCH OSMO_BSC_BRANCH OSMO_HNBGW_BRANCH OSMO_NITB_BRANCH OSMO_STP_BRANCH OSMOCOM_REPO_MIRROR OSMO_HLR_BRANCH OSMO_UECUPS_BRANCH OPEN5GS_BRANCH OSMOCOM_REPO_PATH OSMOCOM_REPO_VERSION OSMO_GSM_TESTER_BRANCH LIBOSMOCORE_BRANCH OSMO_MGW_BRANCH OSMO_PCU_BRANCH OSMO_TTCN3_BRANCH OSMO_GBPROXY_BRANCH OSMO_IUH_BRANCH OSMO_SGSN_BRANCH OSMO_SIP_BRANCH] were not consumed Successfully built 04742d52e573 Successfully tagged osmocom-build/centos8-repo-install-test:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=repo-install-test/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 04742d52e573 + list_osmo_packages centos8 centos8-repo-install-test + local distro=centos8 + local image=centos8-repo-install-test + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/centos8-repo-install-test -c + [ -n ] + return + ret=0 + cd https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=repo-install-test/ws/ + return 0 + FEED=nightly + PROJ=osmocom:nightly + CONTAINER=centos8-repo-install-test-nightly + [ -z ] + TESTS= test_conflict install_repo_packages test_binaries services_check + [ -z ] + PROJ_CONFLICT=osmocom:latest + docker inspect -f {{.State.Running}} centos8-repo-install-test-nightly + [ = true ] + args= + [ -n ] + check_if_systemd_is_running + docker run --rm -v https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=nightly,label=repo-install-test/ws/scripts/repo-install-test:/repo-install-test:ro --name centos8-repo-install-test-nightly -e FEED=nightly -e PROJ=osmocom:nightly -e PROJ_CONFLICT=osmocom:latest -e DISTRO=centos8 -e TESTS= test_conflict install_repo_packages test_binaries services_check -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: Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown. + docker exec centos8-repo-install-test-nightly systemctl status Error: No such container: centos8-repo-install-test-nightly + sleep 1 + docker exec centos8-repo-install-test-nightly systemctl status Error: No such container: centos8-repo-install-test-nightly + sleep 1 + docker exec centos8-repo-install-test-nightly systemctl status Error: No such container: centos8-repo-install-test-nightly + sleep 1 + docker exec centos8-repo-install-test-nightly systemctl status Error: No such container: centos8-repo-install-test-nightly + sleep 1 + docker exec centos8-repo-install-test-nightly systemctl status Error: No such container: centos8-repo-install-test-nightly + sleep 1 + docker exec centos8-repo-install-test-nightly systemctl status Error: No such container: centos8-repo-install-test-nightly + sleep 1 + docker exec centos8-repo-install-test-nightly systemctl status Error: No such container: centos8-repo-install-test-nightly + sleep 1 + docker exec centos8-repo-install-test-nightly systemctl status Error: No such container: centos8-repo-install-test-nightly + sleep 1 + docker exec centos8-repo-install-test-nightly systemctl status Error: No such container: centos8-repo-install-test-nightly + sleep 1 + docker exec centos8-repo-install-test-nightly systemctl status Error: No such container: centos8-repo-install-test-nightly + echo ERROR: systemd is not running properly. ERROR: systemd is not running properly. + docker container kill centos8-repo-install-test-nightly Error response from daemon: Cannot kill container: centos8-repo-install-test-nightly: No such container: centos8-repo-install-test-nightly Build step 'Execute shell' marked build as failure