See https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1768/display/redirect?page=changes
Changes:
[Neels Hofmeyr] hnbgw: fixup: with-pfcp cfg: set missing x26 timer
[Neels Hofmeyr] hnbgw: fixup: with-pfcp cfg: missing 'pfcp' section
------------------------------------------ [...truncated 151.96 KB...] --build-arg OPEN5GS_BRANCH=main \ -t osmocom-build/osmo-stp-latest:latest . Sending build context to Docker daemon 29.7kB 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 ---> 1db071b51fb8 Step 5/11 : ARG DISTRO ---> Using cache ---> 966666c9c21e Step 6/11 : RUN case "$DISTRO" in debian*) apt-get update && apt-get install -y --no-install-recommends osmo-stp && apt-get clean ;; centos*) dnf install -y osmo-stp ;; esac ---> Using cache ---> faf8afec2689 Step 7/11 : WORKDIR /data ---> Using cache ---> bac4fc51d799 Step 8/11 : VOLUME /data ---> Using cache ---> 05694dd45909 Step 9/11 : COPY osmo-stp.cfg /data/ ---> Using cache ---> 8545cf04fc08 Step 10/11 : CMD ["/bin/sh", "-c", "/usr/bin/osmo-stp -c /data/osmo-stp.cfg >/data/osmo-stp.log 2>&1"] ---> Using cache ---> 8075c56308bc Step 11/11 : EXPOSE 2905 14001 4239 ---> Using cache ---> 13ae099c322a [Warning] One or more build-args [OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_MSC_BRANCH OSMO_TTCN3_BRANCH OSMOCOM_REPO_PATH OSMO_SGSN_BRANCH OSMO_UECUPS_BRANCH OPEN5GS_BRANCH OSMO_BTS_BRANCH OSMO_MGW_BRANCH OSMO_NITB_BRANCH OSMO_BB_BRANCH UPSTREAM_DISTRO OSMO_BSC_BRANCH OSMO_HNODEB_BRANCH UID OSMO_CBC_BRANCH OSMO_GBPROXY_BRANCH OSMO_STP_BRANCH OSMO_GGSN_BRANCH OSMO_HLR_BRANCH OSMO_HNBGW_BRANCH OSMO_PCU_BRANCH OSMO_SIP_BRANCH LIBOSMOCORE_BRANCH OSMOCOM_REPO_MIRROR OSMO_GSM_TESTER_BRANCH OSMO_IUH_BRANCH REGISTRY] were not consumed Successfully built 13ae099c322a Successfully tagged osmocom-build/osmo-stp-latest:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/ws/osmo-stp-latest' + docker_image_exists osmo-stp-latest + docker images -q osmocom-build/osmo-stp-latest + test -n 13ae099c322a + list_osmo_packages debian-bookworm osmo-stp-latest + local distro=debian-bookworm + local image=osmo-stp-latest + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/osmo-stp-latest -c + [ -n ] + set +x
### Installed Osmocom packages in: osmo-stp-latest ###
ii libosmo-sigtran7:amd64 1.7.1 amd64 Osmocom SIGTRAN library (SCCP, SUA, M3UA and more) ii libosmocore20:amd64 1.8.0 amd64 Osmo Core library ii libosmogsm18:amd64 1.8.0 amd64 Osmo GSM utility library ii libosmoisdn0:amd64 1.8.0 amd64 Osmo ISDN utility library ii libosmonetif11:amd64 1.3.0 amd64 Common/shared code regarding network interface for OpenBSC ii libosmovty9:amd64 1.8.0 amd64 Osmo VTY library ii osmo-stp:amd64 1.7.1 amd64 Osmocom SIGTRAN STP (Signaling Transfer Point) ii osmocom-latest 1.0.0 amd64 Dummy package, which conflicts with: osmocom-nightly osmocom-next
+ [ 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:c0f7ea392f00e431c6fe3580d3355811b1e2e94a722755623e346fedb3d90b0d 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 + [ registry.osmocom.org = registry.osmocom.org ] + docker_depends nplab-m3ua-test + local feed + depends= + [ -n ] + docker_distro_from_image_name nplab-m3ua-test + echo debian-bookworm + distro_arg=debian-bookworm + [ -z ] + docker_upstream_distro_from_image_name nplab-m3ua-test + echo debian:bookworm + upstream_distro_arg=debian:bookworm + docker_dir_from_image_name nplab-m3ua-test + echo nplab-m3ua-test + dir=nplab-m3ua-test + pull_arg=--pull + grep ^FROM ../nplab-m3ua-test/Dockerfile + from_line=FROM $USER/sigtran-tests + grep -q $USER + echo FROM $USER/sigtran-tests + pull_arg= + set +x Building image: nplab-m3ua-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../nplab-m3ua-test BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/nplab-m3ua-test make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/ws/nplab-m3ua-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/nplab-m3ua-test-latest/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/nplab-m3ua-test:latest . Sending build context to Docker daemon 41.98kB Step 1/10 : ARG USER=osmocom-build Step 2/10 : FROM $USER/sigtran-tests ---> 53507a73f497 Step 3/10 : RUN cd /tmp && git clone https://git.osmocom.org/nplab/m3ua-testtool ---> Running in 1988693a6337 [91mCloning into 'm3ua-testtool'... [0m[91mwarning: redirecting to https://gitea.osmocom.org/nplab/m3ua-testtool/ [0mRemoving intermediate container 1988693a6337 ---> b363a3a11f21 Step 4/10 : ADD http://git.osmocom.org/nplab/m3ua-testtool/patch/?h=laforge/python3 /tmp/commit
---> e01b404a5ac7 Step 5/10 : RUN cd /tmp/m3ua-testtool && git fetch && git checkout -f laforge/python3 && cp runtest-junitxml.py /usr/local/bin/ ---> Running in aab83f952e9e [91mwarning: redirecting to https://gitea.osmocom.org/nplab/m3ua-testtool/ [0m[91mSwitched to a new branch 'laforge/python3' [0mBranch 'laforge/python3' set up to track remote branch 'laforge/python3' from 'origin'. Removing intermediate container aab83f952e9e ---> a9fb172f0097 Step 6/10 : COPY dotguile /root/.guile ---> 1ed4431eaae9 Step 7/10 : RUN mkdir /data ---> Running in 3841f0e00c0e Removing intermediate container 3841f0e00c0e ---> 4efe78bc9113 Step 8/10 : VOLUME /data ---> Running in 1e88ba0fcf15 Removing intermediate container 1e88ba0fcf15 ---> 3a06d417349b Step 9/10 : COPY m3ua-param-testtool.scm all-sgp-tests.txt /data/ ---> 0dd341e6ffef Step 10/10 : CMD /usr/local/bin/runtest-junitxml.py -s 0.1 -t 10 -d /root /data/all-sgp-tests.txt ---> Running in 5d7aea4cb4d1 Removing intermediate container 5d7aea4cb4d1 ---> d32272350aee [Warning] One or more build-args [OSMO_TTCN3_BRANCH OSMO_GBPROXY_BRANCH OSMO_GGSN_BRANCH OSMO_HLR_BRANCH OSMO_MGW_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_MSC_BRANCH OSMOCOM_REPO_MIRROR OSMOCOM_REPO_PATH OSMOCOM_REPO_TESTSUITE_MIRROR OSMOCOM_REPO_VERSION OSMO_SGSN_BRANCH OSMO_BTS_BRANCH OSMO_HNBGW_BRANCH OSMO_HNODEB_BRANCH OSMO_PCU_BRANCH REGISTRY OPEN5GS_BRANCH OSMO_BSC_BRANCH OSMO_IUH_BRANCH OSMO_NITB_BRANCH OSMO_CBC_BRANCH OSMO_SIP_BRANCH OSMO_STP_BRANCH DISTRO LIBOSMOCORE_BRANCH OSMO_UECUPS_BRANCH OSMO_BB_BRANCH UID UPSTREAM_DISTRO] were not consumed Successfully built d32272350aee Successfully tagged osmocom-build/nplab-m3ua-test:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/ws/nplab-m3ua-test' + docker_image_exists nplab-m3ua-test + docker images -q osmocom-build/nplab-m3ua-test + test -n d32272350aee + list_osmo_packages debian-bookworm nplab-m3ua-test + local distro=debian-bookworm + local image=nplab-m3ua-test + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/nplab-m3ua-test -c + [ -n ] + return + set_clean_up_trap + trap clean_up_common EXIT INT TERM 0 + set -e + mkdir https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1768/artifact/logs/m3ua-tester + cp m3ua-param-testtool.scm all-sgp-tests.txt https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1768/artifact/logs/m3ua-tester/ + mkdir https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1768/artifact/logs/stp + cp osmo-stp.cfg https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1768/artifact/logs/stp/ + network_create + SUBNET=1121314 + seq 1 30 + echo (1121314 + 1) % 256 + bc + SUBNET=35 + NET_NAME=nplab-m3ua-test-35 + SUB4=172.18.35.0/24 + SUB6=fd02:db8:35::/64 + set +x Creating network nplab-m3ua-test-35, trying SUBNET=35... + docker network create --internal --subnet 172.18.35.0/24 --ipv6 --subnet fd02:db8:35::/64 nplab-m3ua-test-35 3aad3febaf81101d94a36591fb76d1b5741ba070bdd62d0ff59cea3ea39e7e55 + set +x
### Network nplab-m3ua-test-35 created (SUBNET=35) ###
+ return + network_replace_subnet_in_configs + set +x Applying SUBNET=35 to: https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1768/artifact/logs/stp/osmo-stp.cfg Applying SUBNET=35 to: https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1768/artifact/logs/m3ua-tester/m3ua-param-testtool.scm Applying SUBNET=35 to: https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1768/artifact/logs/m3ua-tester/all-sgp-tests.txt + docker_network_params 35 200 + NET=35 + ADDR_SUFIX=200 + echo --network nplab-m3ua-test-35 --ip 172.18.35.200 --ip6 fd02:db8:35::200 + docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network nplab-m3ua-test-35 --ip 172.18.35.200 --ip6 fd02:db8:35::200 --ulimit core=-1 -v https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1768/artifact/logs/stp:/data --name jenkins-nplab-m3ua-test-latest-1768-stp -d osmocom-build/osmo-stp-latest Unable to find image 'osmocom-build/osmo-stp-latest:latest' locally docker: Error response from daemon: pull access denied for osmocom-build/osmo-stp-latest, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'. + clean_up_common + set +e + set +x
### Clean up ###
+ trap - EXIT INT TERM 0 + type clean_up + network_clean + docker network inspect nplab-m3ua-test-35 + grep Name + cut -d : -f2 + awk -F" NR>1{print $2} + local containers= + [ -n ] + network_remove + set +x Removing network nplab-m3ua-test-35 + docker network remove nplab-m3ua-test-35 nplab-m3ua-test-35 + rm -rf https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1768/artifact/logs/unix + fix_perms + set +x Fixing permissions + docker run --rm -v https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/ws/logs:/data -v https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/ws/_cache:/cache --name jenkins-nplab-m3ua-test-latest-1768-cleaner debian:bookworm chmod -R a+rX /data/ /cache/ + collect_logs + cat https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1768/artifact/logs/*/junit-*.log cat: 'https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1768/artifact/logs/*/junit-*.log': No such file or directory + true 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?