Changes:
[laforge] dahdi: use buster, not stretch
[laforge] dahdi-linux: Add gerrit build verification against master
------------------------------------------ [...truncated 4.91 KB...] + 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=http://download.opensuse.org \ --build-arg OSMOCOM_REPO_PATH=repositories/network:/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=http://download.opensuse.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_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:a21996e1faa92e26a48c7fe3ae5652efc4b0eacb4ead710f0cca9167251dd27e Status: Image is up to date for almalinux:8 ---> 6bfdc3e60b10 Step 5/6 : RUN dnf install -y systemd dnf-utils ---> Using cache ---> 9a8d256a71ab Step 6/6 : RUN yum config-manager --set-enabled powertools ---> Using cache ---> 8966d761abe3 [Warning] One or more build-args [OSMO_UECUPS_BRANCH OSMOCOM_REPO_VERSION OSMO_BTS_BRANCH OSMO_HNBGW_BRANCH OSMO_HNODEB_BRANCH OSMO_STP_BRANCH DISTRO OPEN5GS_BRANCH OSMO_BSC_BRANCH OSMO_GGSN_BRANCH OSMO_MGW_BRANCH OSMO_SIP_BRANCH UID OSMOCOM_REPO_PATH OSMO_HLR_BRANCH OSMO_PCU_BRANCH LIBOSMOCORE_BRANCH OSMOCOM_REPO_MIRROR OSMO_SGSN_BRANCH OSMO_TTCN3_BRANCH OSMO_BB_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_GBPROXY_BRANCH OSMO_MSC_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_IUH_BRANCH OSMO_NITB_BRANCH] were not consumed Successfully built 8966d761abe3 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 8966d761abe3 + 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=network:osmocom:nightly + CONTAINER=centos8-repo-install-test-nightly + [ -z ] + TESTS= test_conflict install_repo_packages test_binaries services_check + [ -z ] + PROJ_CONFLICT=network:osmocom:latest + [ centos8 = centos8 ] + PROJ_CONFLICT=network:osmocom:next + docker inspect -f {{.State.Running}} centos8-repo-install-test-nightly + [ = true ] + args= + [ -n ] + check_if_systemd_is_running + seq 1 10 + 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=network:osmocom:nightly -e PROJ_CONFLICT=network:osmocom:next -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 + sleep 1 + docker exec centos8-repo-install-test-nightly systemctl status ● 24153442002b State: initializing Jobs: 17 queued Failed: 0 units Since: Tue 2022-04-26 10:04:20 UTC; 87ms ago CGroup: /docker/24153442002bc59dd0b947c4137d12534963cde0c81ce97771f2d66f85348a4a ├─16 systemctl status ├─init.scope │ └─1 /lib/systemd/systemd └─system.slice ├─ldconfig.service │ └─25 /sbin/ldconfig -X └─systemd-journald.service └─24 /usr/lib/systemd/systemd-journald + return + ret=0 + docker exec centos8-repo-install-test-nightly /repo-install-test/run-inside-docker.sh + SERVICES=' osmo-bsc osmo-bts-virtual osmo-gbproxy osmo-gtphub osmo-hlr osmo-hnbgw osmo-mgw osmo-msc osmo-pcap-client osmo-pcu osmo-sgsn osmo-sip-connector osmo-stp ' + SERVICES_NIGHTLY=' osmo-pcap-server osmo-hnodeb ' ++ distro_obsdir ++ case "$DISTRO" in ++ echo CentOS_8 + DISTRO_OBSDIR=CentOS_8 Checking feed: nightly Checking project: network:osmocom:nightly Checking conflicting project: network:osmocom:next Linux distribution: centos8 Enabled tests: test_conflict install_repo_packages test_binaries services_check + check_env + '[' -n nightly ']' + echo 'Checking feed: nightly' + '[' -n network:osmocom:nightly ']' + echo 'Checking project: network:osmocom:nightly' + '[' -n network:osmocom:next ']' + echo 'Checking conflicting project: network:osmocom:next' + '[' -n centos8 ']' + echo 'Linux distribution: centos8' + '[' -n ' test_conflict install_repo_packages test_binaries services_check ' ']' + echo 'Enabled tests: test_conflict install_repo_packages test_binaries services_check ' + configure_keep_cache + '[' -z '' ']' + return + configure_osmocom_repo network:osmocom:nightly + case "$DISTRO" in + configure_osmocom_repo_centos network:osmocom:nightly + local proj=network:osmocom:nightly ++ proj_with_slashes network:osmocom:nightly ++ echo network:osmocom:nightly ++ sed s.:.:/.g + local baseurl=https://download.opensuse.org/repositories/network:/osmocom:/nightly/CentOS_... Configuring Osmocom repository + echo 'Configuring Osmocom repository' + cat ++ proj_with_underscore network:osmocom:nightly ++ tr : _ ++ echo network:osmocom:nightly + for test in $TESTS
### Running test: test_conflict ###
+ set +x + case "$test" in + test_conflict + case "$DISTRO" in + test_conflict_centos + dnf -y install libosmocore-devel AlmaLinux 8 - BaseOS 7.0 kB/s | 4.3 kB 00:00 AlmaLinux 8 - BaseOS 11 MB/s | 7.0 MB 00:00 AlmaLinux 8 - AppStream 9.4 kB/s | 4.7 kB 00:00 AlmaLinux 8 - AppStream 12 MB/s | 10 MB 00:00 AlmaLinux 8 - Extras 8.6 kB/s | 3.9 kB 00:00 AlmaLinux 8 - PowerTools 1.8 MB/s | 2.6 MB 00:01 network:osmocom:nightly 1.5 kB/s | 634 B 00:00 Errors during downloading metadata for repository 'network_osmocom_nightly': - Status code: 404 for https://ftp.gwdg.de/pub/opensuse/repositories/network:/osmocom:/nightly/Cent... (IP: 134.76.12.6) - Status code: 404 for https://ftp.gwdg.de/pub/opensuse/repositories/network:/osmocom:/nightly/Cent... (IP: 134.76.12.6) Error: Failed to download metadata for repo 'network_osmocom_nightly': Yum repo downloading error: Downloading error(s): repodata/f2f6bc9eaab9d88d80363c49804031141c7f2d8a54beb26bb95af53fe331d85c-primary.xml.gz - Cannot download, all mirrors were already tried without success; repodata/61d059b8bbd23b6f29bf9b6383b255993b81390f7a40f4a75c427ad57ece3fb8-filelists.xml.gz - Cannot download, all mirrors were already tried without success + ret=1 + [ -n ] + docker container kill centos8-repo-install-test-nightly centos8-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure
jenkins-notifications@lists.osmocom.org