See https://jenkins.osmocom.org/jenkins/job/TTCN3-centos-pcu-test-2022q2/161/display/redirect
Changes:
------------------------------------------ [...truncated 6.33 KB...] 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=almalinux:8 \ --build-arg DISTRO=centos8 \ --build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \ --build-arg OSMOCOM_REPO_PATH=osmo-maintained \ --build-arg OSMOCOM_REPO_VERSION=2022q2 \ --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-obs-2022q2:latest . Sending build context to Docker daemon 25.09kB Step 1/11 : ARG REGISTRY=docker.io Step 2/11 : ARG UPSTREAM_DISTRO=almalinux:8 Step 3/11 : FROM ${REGISTRY}/${UPSTREAM_DISTRO} 8: Pulling from almalinux Digest: sha256:c4991cae291f8bd85fadd77ecf1718a51feed2ae280eba426db7e229be5e1b1b Status: Image is up to date for registry.osmocom.org/almalinux:8 ---> 39f63d416992 Step 4/11 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> 16395fc2f273 Step 5/11 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> 473597ee56f7 Step 6/11 : ARG OSMOCOM_REPO_VERSION="latest" ---> Using cache ---> 87bfa3cba6e1 Step 7/11 : RUN echo "metadata_expire=60" >> /etc/dnf/dnf.conf && cat /etc/dnf/dnf.conf ---> Using cache ---> 2bf1702fdd62 Step 8/11 : RUN dnf install -y dnf-utils wget && yum config-manager --set-enabled powertools && export MIRROR_HTTPS="$(echo $OSMOCOM_REPO_MIRROR | sed s/^http:/https:/)" && { echo "[network_osmocom_${OSMOCOM_REPO_VERSION}]"; echo "name=Osmocom ${OSMOCOM_REPO_VERSION}"; echo "type=rpm-md"; echo "baseurl=${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/${OSMOCOM_REPO_VERSION}/CentOS_8/"; echo "gpgcheck=1"; echo "gpgkey=${MIRROR_HTTPS}/${OSMOCOM_REPO_PATH}/${OSMOCOM_REPO_VERSION}/CentOS_8/repodata/repomd.xml.key"; echo "enabled=1"; } > "/etc/yum.repos.d/network:osmocom:${OSMOCOM_REPO_VERSION}.repo" ---> Using cache ---> 1f5568c71493 Step 9/11 : RUN dnf install -y telnet ---> Using cache ---> 0c9039f48ccc Step 10/11 : COPY .common/respawn.sh /usr/local/bin/respawn.sh ---> Using cache ---> fe1722803da3 Step 11/11 : ADD ${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/${OSMOCOM_REPO_VERSION}/CentOS_8/repodata/repomd.xml /tmp/repomd.xml
---> Using cache ---> 5d8e7e24ea58 [Warning] One or more build-args [OSMO_GGSN_BRANCH OSMO_MSC_BRANCH OSMO_SIP_BRANCH OSMO_TTCN3_BRANCH OSMO_CBC_BRANCH OSMO_MGW_BRANCH OSMO_HLR_BRANCH UID OSMO_GBPROXY_BRANCH OSMO_HNODEB_BRANCH OSMO_IUH_BRANCH OSMO_NITB_BRANCH OSMO_PCU_BRANCH DISTRO OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_BSC_BRANCH OSMO_STP_BRANCH OSMO_UECUPS_BRANCH USER OPEN5GS_BRANCH OSMO_BB_BRANCH LIBOSMOCORE_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_SGSN_BRANCH OSMO_BTS_BRANCH OSMO_HNBGW_BRANCH] were not consumed Successfully built 5d8e7e24ea58 Successfully tagged osmocom-build/centos8-obs-2022q2:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos-pcu-test-2022q2/ws/centos8-obs-latest' + docker_image_exists centos8-obs-2022q2 + docker images -q osmocom-build/centos8-obs-2022q2 + test -n 5d8e7e24ea58 + list_osmo_packages centos8 centos8-obs-2022q2 + local distro=centos8 + local image=centos8-obs-2022q2 + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/centos8-obs-2022q2 -c + [ -n ] + return + docker_distro_from_image_name osmo-pcu-2022q2-centos8 + echo centos8 + distro_arg=centos8 + [ -z ] + docker_upstream_distro_from_image_name osmo-pcu-2022q2-centos8 + echo almalinux:8 + upstream_distro_arg=almalinux:8 + docker_dir_from_image_name osmo-pcu-2022q2-centos8 + sed s/20[0-9][0-9]q.*-centos8$/latest/ + echo osmo-pcu-2022q2-centos8 + dir=osmo-pcu-latest + pull_arg=--pull + grep ^FROM ../osmo-pcu-latest/Dockerfile + from_line=FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION + echo FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION + grep -q $USER + pull_arg= + echo Building image: osmo-pcu-2022q2-centos8 (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) Building image: osmo-pcu-2022q2-centos8 (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../osmo-pcu-latest BUILD_ARGS= UPSTREAM_DISTRO=almalinux:8 DISTRO=centos8 IMAGE=osmocom-build/osmo-pcu-2022q2-centos8 make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos-pcu-test-2022q2/ws/osmo-pcu-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-centos-pcu-test-2022q2/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=almalinux:8 \ --build-arg DISTRO=centos8 \ --build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \ --build-arg OSMOCOM_REPO_PATH=osmo-maintained \ --build-arg OSMOCOM_REPO_VERSION=2022q2 \ --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 \ -t osmocom-build/osmo-pcu-2022q2-centos8:latest . Sending build context to Docker daemon 25.09kB Step 1/11 : ARG USER Step 2/11 : ARG DISTRO Step 3/11 : ARG OSMOCOM_REPO_VERSION="latest" Step 4/11 : FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION ---> 5d8e7e24ea58 Step 5/11 : ARG DISTRO ---> Using cache ---> 2e9b3978616f Step 6/11 : RUN case "$DISTRO" in debian*) apt-get update && apt-get install -y --no-install-recommends osmo-pcu && apt-get clean ;; centos*) dnf install -y osmo-pcu ;; esac ---> Using cache ---> 4adb53538a9b Step 7/11 : WORKDIR /tmp ---> Using cache ---> 54a75820fb9b Step 8/11 : VOLUME /data ---> Using cache ---> 407fb41b71db Step 9/11 : COPY osmo-pcu.cfg /data/osmo-pcu.cfg ---> Using cache ---> 26b2ae51828a Step 10/11 : WORKDIR /data ---> Using cache ---> 9d352f4c6bc9 Step 11/11 : CMD ["/usr/bin/osmo-pcu"] ---> Using cache ---> 68931cf11265 [Warning] One or more build-args [OSMOCOM_REPO_MIRROR OSMO_MGW_BRANCH REGISTRY LIBOSMOCORE_BRANCH OSMO_BSC_BRANCH OSMO_BTS_BRANCH OSMO_HNBGW_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_GGSN_BRANCH OSMO_NITB_BRANCH UPSTREAM_DISTRO OSMO_GBPROXY_BRANCH OSMO_HNODEB_BRANCH OSMO_STP_BRANCH OSMO_TTCN3_BRANCH OSMO_BB_BRANCH OSMO_CBC_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_HLR_BRANCH UID OSMOCOM_REPO_PATH OSMO_IUH_BRANCH OSMO_UECUPS_BRANCH OPEN5GS_BRANCH OSMO_PCU_BRANCH OSMO_SGSN_BRANCH OSMO_SIP_BRANCH OSMO_MSC_BRANCH] were not consumed Successfully built 68931cf11265 Successfully tagged osmocom-build/osmo-pcu-2022q2-centos8:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos-pcu-test-2022q2/ws/osmo-pcu-latest' + docker_image_exists osmo-pcu-2022q2-centos8 + docker images -q osmocom-build/osmo-pcu-2022q2-centos8 + test -n 68931cf11265 + list_osmo_packages centos8 osmo-pcu-2022q2-centos8 + local distro=centos8 + local image=osmo-pcu-2022q2-centos8 + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/osmo-pcu-2022q2-centos8 -c + [ -n ] + set +x
### Installed Osmocom packages in: osmo-pcu-2022q2-centos8 ###
libosmogsm17-1.6.0.132.0239.1.1.2-1.1.x86_64 libosmoctrl0-1.6.0.132.0239.1.1.2-1.1.x86_64 osmo-pcu-1.0.0.20.cd18a.1.1.2-1.1.x86_64 osmocom-2022q2-1.1.2-1.1.x86_64 libosmocore18-1.6.0.132.0239.1.1.2-1.1.x86_64 libosmovty9-1.6.0.132.0239.1.1.2-1.1.x86_64 libosmogb12-1.6.0.132.0239.1.1.2-1.1.x86_64
+ [ registry.osmocom.org = registry.osmocom.org ] + docker_depends ttcn3-pcu-test + local feed + echo debian-bullseye-titan + depends=debian-bullseye-titan + [ -n debian-bullseye-titan ] + docker_images_require debian-bullseye-titan + local i + local from_line + local pull_arg + local upstream_distro_arg + local distro_arg + local depends + local dir + [ registry.osmocom.org = registry.osmocom.org ] + docker pull registry.osmocom.org/osmocom-build/debian-bullseye-titan Using default tag: latest latest: Pulling from osmocom-build/debian-bullseye-titan Digest: sha256:f810973c444a557b09873fe3ebfd694b03a431b0d51aeaf6eae67554a4b35ab8 Status: Image is up to date for registry.osmocom.org/osmocom-build/debian-bullseye-titan:latest registry.osmocom.org/osmocom-build/debian-bullseye-titan:latest + continue + docker_distro_from_image_name ttcn3-pcu-test + echo debian-bullseye + distro_arg=debian-bullseye + [ -z ] + docker_upstream_distro_from_image_name ttcn3-pcu-test + echo debian:bullseye + upstream_distro_arg=debian:bullseye + docker_dir_from_image_name ttcn3-pcu-test + echo ttcn3-pcu-test + dir=ttcn3-pcu-test + pull_arg=--pull + grep ^FROM ../ttcn3-pcu-test/Dockerfile + from_line=FROM $REGISTRY/$USER/debian-bullseye-titan + echo FROM $REGISTRY/$USER/debian-bullseye-titan + grep -q $USER + pull_arg= + echo Building image: ttcn3-pcu-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) Building image: ttcn3-pcu-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../ttcn3-pcu-test BUILD_ARGS= UPSTREAM_DISTRO=debian:bullseye DISTRO=debian-bullseye IMAGE=osmocom-build/ttcn3-pcu-test make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos-pcu-test-2022q2/ws/ttcn3-pcu-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/TTCN3-centos-pcu-test-2022q2/ws/common .common cp: cannot create directory '.common': No space left on device ../make/Makefile:78: recipe for target 'pre-build' failed make: *** [pre-build] Error 1 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/TTCN3-centos-pcu-test-2022q2/ws/ttcn3-pcu-test' + 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?
jenkins-notifications@lists.osmocom.org