See https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/8/display/redirect?page=changes
Changes:
[Oliver Smith] osmo-uecups-master: remove useradd
[Oliver Smith] scripts/kernel-test: adjust to usr-merge
[Oliver Smith] scripts/kernel-test/run-qemu: set init=/init
[Oliver Smith] scripts/kernel-test/run-qemu: update qemu args
[Oliver Smith] scripts/kernel-test: fixup for initrd_add_file
[Pau Espin Pedrol] hnbgw: Skip asn1 talloc mem checks in osmo-hnbgw-latest
------------------------------------------ [...truncated 3.95 KB...] + basename https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/ws/ttcn3-mme-test-ogs + SUITE_NAME=ttcn3-mme-test-ogs + IMAGE_SUFFIX=master + docker_images_require open5gs-master ttcn3-mme-test-ogs + 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_depends open5gs-master + local feed + echo debian-bookworm-build + depends=debian-bookworm-build + [ -n debian-bookworm-build ] + docker_images_require debian-bookworm-build + 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_depends debian-bookworm-build + local feed + depends= + [ -n ] + docker_distro_from_image_name debian-bookworm-build + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name debian-bookworm-build + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name debian-bookworm-build + echo debian-bookworm-build + dir=debian-bookworm-build + pull_arg=--pull + grep ^FROM ../debian-bookworm-build/Dockerfile + from_line=FROM ${REGISTRY}/${UPSTREAM_DISTRO} + echo FROM ${REGISTRY}/${UPSTREAM_DISTRO} + grep -q $USER + set +x Building image: debian-bookworm-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../debian-bookworm-build BUILD_ARGS=--pull UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/debian-bookworm-build make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/ws/debian-bookworm-build' 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-mme-test-ogs/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=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --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/debian-bookworm-build:latest . Sending build context to Docker daemon 32.77kB Step 1/23 : ARG REGISTRY=docker.io Step 2/23 : ARG UPSTREAM_DISTRO=debian:bookworm Step 3/23 : FROM ${REGISTRY}/${UPSTREAM_DISTRO} bookworm: Pulling from debian Digest: sha256:60774985572749dc3c39147d43089d53e7ce17b844eebcf619d84467160217ab Status: Image is up to date for registry.osmocom.org/debian:bookworm ---> 3676c78a12ad Step 4/23 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> 2f42a5517a58 Step 5/23 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> 0d2e3eab3a1b Step 6/23 : ARG OSMOCOM_REPO="$OSMOCOM_REPO_MIRROR/${OSMOCOM_REPO_PATH}/nightly/Debian_12/" ---> Using cache ---> 3594b3a170a0 Step 7/23 : ARG UID ---> Using cache ---> db9df32d1740 Step 8/23 : ARG LLVM_VERSION="14.0.0" ---> Using cache ---> 7f4bc266581e Step 9/23 : COPY .common/respawn.sh /usr/local/bin/respawn.sh ---> Using cache ---> 3e01204a22e4 Step 10/23 : COPY .common/Release.key /etc/apt/trusted.gpg.d/obs.osmocom.org.asc ---> Using cache ---> d4b711faf2c9 Step 11/23 : RUN set -x && useradd --uid=${UID} build && mkdir /build && chown -R build:build /build /usr/local && echo "path-exclude=/usr/share/man/*" > /etc/dpkg/dpkg.cfg.d/exclude-man-pages && rm -rf /usr/share/man/ ---> Using cache ---> 1fe07134f059 Step 12/23 : RUN if [ "$(arch)" != "x86_64" ]; then echo "ERROR: use debian-bookworm-build-arm instead"; exit 1; fi && set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates libtinfo5 wget && apt-get clean && wget https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/dow... && tar -xf LLVMEmbeddedToolchainForArm-${LLVM_VERSION}-linux.tar.gz && rm LLVMEmbeddedToolchainForArm-${LLVM_VERSION}-linux.tar.gz && mv LLVMEmbeddedToolchainForArm-${LLVM_VERSION} /opt/llvm-arm && /opt/llvm-arm/bin/clang --version && /opt/llvm-arm/bin/clang --print-targets ---> Using cache ---> 10093638c0b3 Step 13/23 : RUN set -x && apt-get update && apt-get install -y --no-install-recommends asciidoc asciidoc-dblatex autoconf autoconf-archive autogen automake bc bison build-essential bzip2 ca-certificates ccache cmake coccinelle cppcheck dahdi-source dblatex dbus debhelper devscripts dh-autoreconf docbook5-xml doxygen equivs flex g++ gawk gcc gcc-arm-none-eabi ghostscript git gnupg graphviz htop inkscape iproute2 latexmk lcov libaio-dev libasound2-dev libboost-all-dev libc-ares-dev libcdk5-dev libcsv-dev libdbd-sqlite3 libdbi-dev libelf-dev libffi-dev libfftw3-dev libgmp-dev libgnutls28-dev libgps-dev libgsm1-dev libjansson-dev liblua5.3-dev libmnl-dev libncurses5-dev libnewlib-arm-none-eabi libnl-3-dev libnl-route-3-dev liboping-dev libortp-dev libpcap-dev libpcsclite-dev libreadline-dev libsctp-dev libsigsegv-dev libsnmp-dev libsofia-sip-ua-glib-dev libsqlite3-dev libssl-dev libtalloc-dev libtinfo5 libtool liburing-dev libusb-1.0-0-dev libusb-dev libxml2-utils libzmq3-dev locales lua-socket make mscgen ofono openssh-client patchelf picolibc-arm-none-eabi pkg-config python3 python3-gi python3-mako python3-nwdiag python3-pip python3-pyflakes python3-setuptools python3-usb python3-yaml rsync sdcc source-highlight sqlite3 stow sudo swig systemd tcpdump telnet tex-gyre texinfo unzip xsltproc && apt-get clean ---> Using cache ---> ed217eb22c96 Step 14/23 : ADD https://gitea.osmocom.org/sim-card/pysim/raw/branch/master/requirements.txt /tmp/pysim_requirements.txt
---> Using cache ---> 0739fbf8bc82 Step 15/23 : RUN set -x && cat /tmp/pysim_requirements.txt && pip3 install --break-system-packages 'git+https://github.com/eriwen/lcov-to-cobertura-xml.git' 'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse' 'git+https://github.com/podshumok/python-smpplib.git' 'pydbus' 'pylint' 'pysispm' 'sphinx' 'sphinxcontrib-napoleon' -r /tmp/pysim_requirements.txt ---> Using cache ---> 3fc9702d8d56 Step 16/23 : ADD https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master... /tmp/osmo-python-tests-commit
---> Using cache ---> 48cb3262719d Step 17/23 : RUN set -x && git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests && cd osmo-python-tests && python3 setup.py clean build install && rm -rf osmo-python-tests ---> Using cache ---> c01a668d64c7 Step 18/23 : ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ci/+/master?format=TEXT /tmp/osmo-ci-commit
---> Using cache ---> 88d1176d5990 Step 19/23 : RUN set -x && git clone --depth=1 https://gerrit.osmocom.org/osmo-ci osmo-ci && su build -c "cd osmo-ci/scripts && cp -v *.sh *.py /usr/local/bin" && rm -rf osmo-ci ---> Using cache ---> 774fdef5303b Step 20/23 : ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-manuals/+/master?format=... /tmp/osmo-gsm-manuals-commit
---> Using cache ---> fa976eb6f76c Step 21/23 : RUN git -C /opt clone --depth=1 https://gerrit.osmocom.org/osmo-gsm-manuals ---> Using cache ---> ad8cb86aef7e Step 22/23 : ADD $OSMOCOM_REPO/Release /tmp/Release
---> Using cache ---> 8981193beb8b Step 23/23 : RUN set -x && echo "deb [signed-by=/etc/apt/trusted.gpg.d/obs.osmocom.org.asc] $OSMOCOM_REPO ./" > /etc/apt/sources.list.d/osmocom-nightly.list && apt-get update && apt-get install -y --no-install-recommends liblimesuite-dev libuhd-dev libulfius-dev && apt-get clean ---> Using cache ---> a66c26909f0e [Warning] One or more build-args [OSMO_STP_BRANCH OSMO_GGSN_BRANCH OSMO_IUH_BRANCH OSMO_PCU_BRANCH LIBOSMOCORE_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR USER OPEN5GS_BRANCH OSMO_BTS_BRANCH OSMO_GBPROXY_BRANCH OSMO_HNODEB_BRANCH OSMOCOM_REPO_VERSION OSMO_BB_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_HLR_BRANCH OSMO_HNBGW_BRANCH OSMO_NITB_BRANCH DISTRO OSMO_SIP_BRANCH OSMO_TTCN3_BRANCH OSMO_UECUPS_BRANCH OSMO_SGSN_BRANCH OSMO_CBC_BRANCH OSMO_MGW_BRANCH OSMO_MSC_BRANCH OSMO_BSC_BRANCH] were not consumed Successfully built a66c26909f0e Successfully tagged osmocom-build/debian-bookworm-build:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/ws/debian-bookworm-build' + docker_image_exists debian-bookworm-build + docker images -q osmocom-build/debian-bookworm-build + test -n a66c26909f0e + list_osmo_packages debian-bookworm debian-bookworm-build + local distro=debian-bookworm + local image=debian-bookworm-build + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian-bookworm-build -c + [ -n ] + return + docker_distro_from_image_name open5gs-master + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name open5gs-master + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name open5gs-master + echo open5gs-master + dir=open5gs-master + pull_arg=--pull + grep ^FROM ../open5gs-master/Dockerfile + from_line=FROM $USER/debian-bullseye-build + + echo FROM $USER/debian-bullseye-build grep -q $USER + pull_arg= + set +x Building image: open5gs-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../open5gs-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/open5gs-master make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/ws/open5gs-master' 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-mme-test-ogs/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=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --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 \ -t osmocom-build/open5gs-master:latest . Sending build context to Docker daemon 28.67kB Step 1/16 : ARG REGISTRY=docker.io Step 2/16 : ARG USER Step 3/16 : FROM $USER/debian-bullseye-build pull access denied for osmocom-build/debian-bullseye-build, repository does not exist or may require 'docker login': denied: requested access to the resource is denied make: *** [../make/Makefile:90: docker-build] Error 1 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/ws/open5gs-master' + 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?
See https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/9/display/redirect?page=changes
Changes:
[Oliver Smith] Cosmetic: ttcn3-ggsn-test: env vars -> README
------------------------------------------ [...truncated 3.94 KB...] + basename https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/ws/ttcn3-mme-test-ogs + SUITE_NAME=ttcn3-mme-test-ogs + IMAGE_SUFFIX=master + docker_images_require open5gs-master ttcn3-mme-test-ogs + 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_depends open5gs-master + local feed + echo debian-bookworm-build + depends=debian-bookworm-build + [ -n debian-bookworm-build ] + docker_images_require debian-bookworm-build + 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_depends debian-bookworm-build + local feed + depends= + [ -n ] + docker_distro_from_image_name debian-bookworm-build + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name debian-bookworm-build + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name debian-bookworm-build + echo debian-bookworm-build + dir=debian-bookworm-build + pull_arg=--pull + grep ^FROM ../debian-bookworm-build/Dockerfile + from_line=FROM ${REGISTRY}/${UPSTREAM_DISTRO} + echo FROM ${REGISTRY}/${UPSTREAM_DISTRO} + grep -q $USER + set +x Building image: debian-bookworm-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../debian-bookworm-build BUILD_ARGS=--pull UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/debian-bookworm-build make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/ws/debian-bookworm-build' 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-mme-test-ogs/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=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --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/debian-bookworm-build:latest . Sending build context to Docker daemon 32.77kB Step 1/23 : ARG REGISTRY=docker.io Step 2/23 : ARG UPSTREAM_DISTRO=debian:bookworm Step 3/23 : FROM ${REGISTRY}/${UPSTREAM_DISTRO} bookworm: Pulling from debian Digest: sha256:60774985572749dc3c39147d43089d53e7ce17b844eebcf619d84467160217ab Status: Image is up to date for registry.osmocom.org/debian:bookworm ---> 3676c78a12ad Step 4/23 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> 2f42a5517a58 Step 5/23 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> 0d2e3eab3a1b Step 6/23 : ARG OSMOCOM_REPO="$OSMOCOM_REPO_MIRROR/${OSMOCOM_REPO_PATH}/nightly/Debian_12/" ---> Using cache ---> 3594b3a170a0 Step 7/23 : ARG UID ---> Using cache ---> db9df32d1740 Step 8/23 : ARG LLVM_VERSION="14.0.0" ---> Using cache ---> 7f4bc266581e Step 9/23 : COPY .common/respawn.sh /usr/local/bin/respawn.sh ---> Using cache ---> 3e01204a22e4 Step 10/23 : COPY .common/Release.key /etc/apt/trusted.gpg.d/obs.osmocom.org.asc ---> Using cache ---> d4b711faf2c9 Step 11/23 : RUN set -x && useradd --uid=${UID} build && mkdir /build && chown -R build:build /build /usr/local && echo "path-exclude=/usr/share/man/*" > /etc/dpkg/dpkg.cfg.d/exclude-man-pages && rm -rf /usr/share/man/ ---> Using cache ---> 1fe07134f059 Step 12/23 : RUN if [ "$(arch)" != "x86_64" ]; then echo "ERROR: use debian-bookworm-build-arm instead"; exit 1; fi && set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates libtinfo5 wget && apt-get clean && wget https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/dow... && tar -xf LLVMEmbeddedToolchainForArm-${LLVM_VERSION}-linux.tar.gz && rm LLVMEmbeddedToolchainForArm-${LLVM_VERSION}-linux.tar.gz && mv LLVMEmbeddedToolchainForArm-${LLVM_VERSION} /opt/llvm-arm && /opt/llvm-arm/bin/clang --version && /opt/llvm-arm/bin/clang --print-targets ---> Using cache ---> 10093638c0b3 Step 13/23 : RUN set -x && apt-get update && apt-get install -y --no-install-recommends asciidoc asciidoc-dblatex autoconf autoconf-archive autogen automake bc bison build-essential bzip2 ca-certificates ccache cmake coccinelle cppcheck dahdi-source dblatex dbus debhelper devscripts dh-autoreconf docbook5-xml doxygen equivs flex g++ gawk gcc gcc-arm-none-eabi ghostscript git gnupg graphviz htop inkscape iproute2 latexmk lcov libaio-dev libasound2-dev libboost-all-dev libc-ares-dev libcdk5-dev libcsv-dev libdbd-sqlite3 libdbi-dev libelf-dev libffi-dev libfftw3-dev libgmp-dev libgnutls28-dev libgps-dev libgsm1-dev libjansson-dev liblua5.3-dev libmnl-dev libncurses5-dev libnewlib-arm-none-eabi libnl-3-dev libnl-route-3-dev liboping-dev libortp-dev libpcap-dev libpcsclite-dev libreadline-dev libsctp-dev libsigsegv-dev libsnmp-dev libsofia-sip-ua-glib-dev libsqlite3-dev libssl-dev libtalloc-dev libtinfo5 libtool liburing-dev libusb-1.0-0-dev libusb-dev libxml2-utils libzmq3-dev locales lua-socket make mscgen ofono openssh-client patchelf picolibc-arm-none-eabi pkg-config python3 python3-gi python3-mako python3-nwdiag python3-pip python3-pyflakes python3-setuptools python3-usb python3-yaml rsync sdcc source-highlight sqlite3 stow sudo swig systemd tcpdump telnet tex-gyre texinfo unzip xsltproc && apt-get clean ---> Using cache ---> ed217eb22c96 Step 14/23 : ADD https://gitea.osmocom.org/sim-card/pysim/raw/branch/master/requirements.txt /tmp/pysim_requirements.txt
---> Using cache ---> 0739fbf8bc82 Step 15/23 : RUN set -x && cat /tmp/pysim_requirements.txt && pip3 install --break-system-packages 'git+https://github.com/eriwen/lcov-to-cobertura-xml.git' 'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse' 'git+https://github.com/podshumok/python-smpplib.git' 'pydbus' 'pylint' 'pysispm' 'sphinx' 'sphinxcontrib-napoleon' -r /tmp/pysim_requirements.txt ---> Using cache ---> 3fc9702d8d56 Step 16/23 : ADD https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master... /tmp/osmo-python-tests-commit
---> Using cache ---> 48cb3262719d Step 17/23 : RUN set -x && git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests && cd osmo-python-tests && python3 setup.py clean build install && rm -rf osmo-python-tests ---> Using cache ---> c01a668d64c7 Step 18/23 : ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ci/+/master?format=TEXT /tmp/osmo-ci-commit
---> Using cache ---> 88d1176d5990 Step 19/23 : RUN set -x && git clone --depth=1 https://gerrit.osmocom.org/osmo-ci osmo-ci && su build -c "cd osmo-ci/scripts && cp -v *.sh *.py /usr/local/bin" && rm -rf osmo-ci ---> Using cache ---> 774fdef5303b Step 20/23 : ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-manuals/+/master?format=... /tmp/osmo-gsm-manuals-commit
---> Using cache ---> fa976eb6f76c Step 21/23 : RUN git -C /opt clone --depth=1 https://gerrit.osmocom.org/osmo-gsm-manuals ---> Using cache ---> ad8cb86aef7e Step 22/23 : ADD $OSMOCOM_REPO/Release /tmp/Release
---> Using cache ---> f5e9e7f385e8 Step 23/23 : RUN set -x && echo "deb [signed-by=/etc/apt/trusted.gpg.d/obs.osmocom.org.asc] $OSMOCOM_REPO ./" > /etc/apt/sources.list.d/osmocom-nightly.list && apt-get update && apt-get install -y --no-install-recommends liblimesuite-dev libuhd-dev libulfius-dev && apt-get clean ---> Using cache ---> 41410f3952c1 [Warning] One or more build-args [OSMO_BB_BRANCH OSMO_BTS_BRANCH OSMO_MSC_BRANCH OSMO_SGSN_BRANCH OSMO_SIP_BRANCH USER OSMO_GSM_TESTER_BRANCH OSMO_HLR_BRANCH OSMO_PCU_BRANCH OSMO_HNBGW_BRANCH OSMO_IUH_BRANCH OSMO_TTCN3_BRANCH DISTRO LIBOSMOCORE_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMOCOM_REPO_VERSION OPEN5GS_BRANCH OSMO_BSC_BRANCH OSMO_UECUPS_BRANCH OSMO_CBC_BRANCH OSMO_GBPROXY_BRANCH OSMO_MGW_BRANCH OSMO_NITB_BRANCH OSMO_GGSN_BRANCH OSMO_HNODEB_BRANCH OSMO_STP_BRANCH] were not consumed Successfully built 41410f3952c1 Successfully tagged osmocom-build/debian-bookworm-build:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/ws/debian-bookworm-build' + docker_image_exists debian-bookworm-build + docker images -q osmocom-build/debian-bookworm-build + test -n 41410f3952c1 + list_osmo_packages debian-bookworm debian-bookworm-build + local distro=debian-bookworm + local image=debian-bookworm-build + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian-bookworm-build -c + [ -n ] + return + docker_distro_from_image_name open5gs-master + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name open5gs-master + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name open5gs-master + echo open5gs-master + dir=open5gs-master + pull_arg=--pull + grep ^FROM ../open5gs-master/Dockerfile + from_line=FROM $USER/debian-bullseye-build + echo FROM $USER/debian-bullseye-build + grep -q $USER + pull_arg= + set +x Building image: open5gs-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../open5gs-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/open5gs-master make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/ws/open5gs-master' 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-mme-test-ogs/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=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --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 \ -t osmocom-build/open5gs-master:latest . Sending build context to Docker daemon 28.67kB Step 1/16 : ARG REGISTRY=docker.io Step 2/16 : ARG USER Step 3/16 : FROM $USER/debian-bullseye-build pull access denied for osmocom-build/debian-bullseye-build, repository does not exist or may require 'docker login': denied: requested access to the resource is denied make: *** [../make/Makefile:90: docker-build] Error 1 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/ws/open5gs-master' + 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?
See https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/10/display/redirect?page=changes
Changes:
[Oliver Smith] open5gs-master: use DISTRO variable
------------------------------------------ [...truncated 10.83 KB...] Step 14/23 : ADD https://gitea.osmocom.org/sim-card/pysim/raw/branch/master/requirements.txt /tmp/pysim_requirements.txt
---> Using cache ---> 0739fbf8bc82 Step 15/23 : RUN set -x && cat /tmp/pysim_requirements.txt && pip3 install --break-system-packages 'git+https://github.com/eriwen/lcov-to-cobertura-xml.git' 'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse' 'git+https://github.com/podshumok/python-smpplib.git' 'pydbus' 'pylint' 'pysispm' 'sphinx' 'sphinxcontrib-napoleon' -r /tmp/pysim_requirements.txt ---> Using cache ---> 3fc9702d8d56 Step 16/23 : ADD https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master... /tmp/osmo-python-tests-commit
---> Using cache ---> 48cb3262719d Step 17/23 : RUN set -x && git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests && cd osmo-python-tests && python3 setup.py clean build install && rm -rf osmo-python-tests ---> Using cache ---> c01a668d64c7 Step 18/23 : ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ci/+/master?format=TEXT /tmp/osmo-ci-commit
---> Using cache ---> 88d1176d5990 Step 19/23 : RUN set -x && git clone --depth=1 https://gerrit.osmocom.org/osmo-ci osmo-ci && su build -c "cd osmo-ci/scripts && cp -v *.sh *.py /usr/local/bin" && rm -rf osmo-ci ---> Using cache ---> 774fdef5303b Step 20/23 : ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-manuals/+/master?format=... /tmp/osmo-gsm-manuals-commit
---> Using cache ---> fa976eb6f76c Step 21/23 : RUN git -C /opt clone --depth=1 https://gerrit.osmocom.org/osmo-gsm-manuals ---> Using cache ---> ad8cb86aef7e Step 22/23 : ADD $OSMOCOM_REPO/Release /tmp/Release
---> Using cache ---> 1222ae4f59d5 Step 23/23 : RUN set -x && echo "deb [signed-by=/etc/apt/trusted.gpg.d/obs.osmocom.org.asc] $OSMOCOM_REPO ./" > /etc/apt/sources.list.d/osmocom-nightly.list && apt-get update && apt-get install -y --no-install-recommends liblimesuite-dev libuhd-dev libulfius-dev && apt-get clean ---> Using cache ---> 4987bdfbd048 [Warning] One or more build-args [OPEN5GS_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_BB_BRANCH OSMO_GSM_TESTER_BRANCH LIBOSMOCORE_BRANCH OSMO_HNODEB_BRANCH OSMO_SIP_BRANCH OSMOCOM_REPO_VERSION OSMO_NITB_BRANCH DISTRO OSMO_GBPROXY_BRANCH OSMO_HNBGW_BRANCH OSMO_MGW_BRANCH OSMO_PCU_BRANCH USER OSMO_BSC_BRANCH OSMO_GGSN_BRANCH OSMO_MSC_BRANCH OSMO_TTCN3_BRANCH OSMO_SGSN_BRANCH OSMO_BTS_BRANCH OSMO_CBC_BRANCH OSMO_HLR_BRANCH OSMO_IUH_BRANCH OSMO_STP_BRANCH OSMO_UECUPS_BRANCH] were not consumed Successfully built 4987bdfbd048 Successfully tagged osmocom-build/debian-bookworm-build:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/ws/debian-bookworm-build' + docker_image_exists debian-bookworm-build + docker images -q osmocom-build/debian-bookworm-build + test -n 4987bdfbd048 + list_osmo_packages debian-bookworm debian-bookworm-build + local distro=debian-bookworm + local image=debian-bookworm-build + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian-bookworm-build -c + [ -n ] + return + docker_distro_from_image_name open5gs-master + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name open5gs-master + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name open5gs-master + echo open5gs-master + dir=open5gs-master + pull_arg=--pull + grep ^FROM ../open5gs-master/Dockerfile + from_line=FROM $USER/$DISTRO-build + echo FROM $USER/$DISTRO-build + grep -q $USER + pull_arg= + set +x Building image: open5gs-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../open5gs-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/open5gs-master make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/ws/open5gs-master' 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-mme-test-ogs/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=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --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 \ -t osmocom-build/open5gs-master:latest . Sending build context to Docker daemon 28.67kB Step 1/17 : ARG REGISTRY=docker.io Step 2/17 : ARG USER Step 3/17 : ARG DISTRO Step 4/17 : FROM $USER/$DISTRO-build ---> 4987bdfbd048 Step 5/17 : RUN apt-get update && apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends cmake vim sudo iproute2 iputils-ping libcap2-bin net-tools && apt-get clean ---> Running in 358621a2f4d4 Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [48.0 kB] Hit:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease Fetched 148 kB in 0s (848 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... cmake is already the newest version (3.25.1-1). sudo is already the newest version (1.9.13p3-1). iproute2 is already the newest version (6.1.0-3). libcap2-bin is already the newest version (1:2.66-4). libcap2-bin set to manually installed. The following additional packages will be installed: libgpm2 vim-common vim-runtime Suggested packages: gpm ctags vim-doc vim-scripts Recommended packages: xxd The following NEW packages will be installed: iputils-ping libgpm2 net-tools vim vim-common vim-runtime 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. Need to get 9021 kB of archives. After this operation, 42.4 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main amd64 iputils-ping amd64 3:20221126-1 [47.1 kB] Get:2 http://deb.debian.org/debian bookworm/main amd64 vim-common all 2:9.0.1378-2 [124 kB] Get:3 http://deb.debian.org/debian bookworm/main amd64 libgpm2 amd64 1.20.7-10+b1 [14.2 kB] Get:4 http://deb.debian.org/debian bookworm/main amd64 net-tools amd64 2.10-0.1 [243 kB] Get:5 http://deb.debian.org/debian bookworm/main amd64 vim-runtime all 2:9.0.1378-2 [7025 kB] Get:6 http://deb.debian.org/debian bookworm/main amd64 vim amd64 2:9.0.1378-2 [1567 kB] [91mdebconf: delaying package configuration, since apt-utils is not installed [0mFetched 9021 kB in 0s (75.6 MB/s) Selecting previously unselected package iputils-ping. (Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading database ... 127898 files and directories currently installed.) Preparing to unpack .../0-iputils-ping_3%3a20221126-1_amd64.deb ... Unpacking iputils-ping (3:20221126-1) ... Selecting previously unselected package vim-common. Preparing to unpack .../1-vim-common_2%3a9.0.1378-2_all.deb ... Unpacking vim-common (2:9.0.1378-2) ... Selecting previously unselected package libgpm2:amd64. Preparing to unpack .../2-libgpm2_1.20.7-10+b1_amd64.deb ... Unpacking libgpm2:amd64 (1.20.7-10+b1) ... Selecting previously unselected package net-tools. Preparing to unpack .../3-net-tools_2.10-0.1_amd64.deb ... Unpacking net-tools (2.10-0.1) ... Selecting previously unselected package vim-runtime. Preparing to unpack .../4-vim-runtime_2%3a9.0.1378-2_all.deb ... Adding 'diversion of /usr/share/vim/vim90/doc/help.txt to /usr/share/vim/vim90/doc/help.txt.vim-tiny by vim-runtime' Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime' Unpacking vim-runtime (2:9.0.1378-2) ... Selecting previously unselected package vim. Preparing to unpack .../5-vim_2%3a9.0.1378-2_amd64.deb ... Unpacking vim (2:9.0.1378-2) ... Setting up net-tools (2.10-0.1) ... Setting up libgpm2:amd64 (1.20.7-10+b1) ... Setting up vim-common (2:9.0.1378-2) ... Setting up vim-runtime (2:9.0.1378-2) ... Setting up iputils-ping (3:20221126-1) ... Setting up vim (2:9.0.1378-2) ... update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/editor.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/da/man1/editor.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/de/man1/editor.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/fr/man1/editor.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/it/man1/editor.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ja/man1/editor.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/pl/man1/editor.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ru/man1/editor.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/tr/man1/editor.1.gz because associated file /usr/share/man/tr/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/ex.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/da/man1/ex.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/de/man1/ex.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/fr/man1/ex.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/it/man1/ex.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ja/man1/ex.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/pl/man1/ex.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ru/man1/ex.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/tr/man1/ex.1.gz because associated file /usr/share/man/tr/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/vi.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/da/man1/vi.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/de/man1/vi.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/fr/man1/vi.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/it/man1/vi.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ja/man1/vi.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/pl/man1/vi.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ru/man1/vi.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/tr/man1/vi.1.gz because associated file /usr/share/man/tr/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/view.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/da/man1/view.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/de/man1/view.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/fr/man1/view.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/it/man1/view.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ja/man1/view.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/pl/man1/view.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ru/man1/view.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/tr/man1/view.1.gz because associated file /usr/share/man/tr/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode Processing triggers for libc-bin (2.36-9) ... Processing triggers for man-db (2.11.2-2) ... Processing triggers for mailcap (3.70+nmu1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Removing intermediate container 358621a2f4d4 ---> e52d72bea4bd Step 6/17 : ARG username=osmocom ---> Running in a86da5df312e Removing intermediate container a86da5df312e ---> 9f0bbe4187c9 Step 7/17 : RUN useradd -m --uid=1000 ${username} && echo "${username} ALL=(root) NOPASSWD:ALL" > /etc/sudoers.d/${username} && chmod 0440 /etc/sudoers.d/${username} ---> Running in 7cc21801b761 [91museradd: UID 1000 is not unique [0mThe command '/bin/sh -c useradd -m --uid=1000 ${username} && echo "${username} ALL=(root) NOPASSWD:ALL" > /etc/sudoers.d/${username} && chmod 0440 /etc/sudoers.d/${username}' returned a non-zero code: 4 make: *** [../make/Makefile:90: docker-build] Error 4 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-mme-test-ogs/ws/open5gs-master' + 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