See https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1625/display/redirect?page=changes
Changes:
[Oliver Smith] README: add example: nightlies from different date
------------------------------------------ [...truncated 151.88 KB...] --build-arg OPEN5GS_BRANCH=main \ -t osmocom-build/osmo-stp-latest:latest . Sending build context to Docker daemon 29.18kB 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 ---> 1d74a788fc2c Step 5/11 : ARG DISTRO ---> Using cache ---> 67ad952a4b2d 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 ---> 6e771ff2315c Step 7/11 : WORKDIR /data ---> Using cache ---> 6905f7dc7773 Step 8/11 : VOLUME /data ---> Using cache ---> d4a0b8ca6b07 Step 9/11 : COPY osmo-stp.cfg /data/ ---> Using cache ---> 3df1bd7ac92a Step 10/11 : CMD ["/bin/sh", "-c", "/usr/bin/osmo-stp -c /data/osmo-stp.cfg >/data/osmo-stp.log 2>&1"] ---> Using cache ---> 79f6b2f97e13 Step 11/11 : EXPOSE 2905 14001 4239 ---> Using cache ---> 04f039e6671c [Warning] One or more build-args [OSMO_HNBGW_BRANCH OPEN5GS_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_BSC_BRANCH OSMO_PCU_BRANCH OSMOCOM_REPO_PATH OSMO_BTS_BRANCH OSMO_SGSN_BRANCH OSMO_STP_BRANCH OSMO_TTCN3_BRANCH OSMO_UECUPS_BRANCH OSMO_BB_BRANCH OSMO_MGW_BRANCH REGISTRY OSMOCOM_REPO_MIRROR OSMO_GBPROXY_BRANCH OSMO_GGSN_BRANCH OSMO_HLR_BRANCH OSMO_MSC_BRANCH UID LIBOSMOCORE_BRANCH OSMO_SIP_BRANCH UPSTREAM_DISTRO OSMO_CBC_BRANCH OSMO_HNODEB_BRANCH OSMO_IUH_BRANCH OSMO_NITB_BRANCH OSMO_GSM_TESTER_BRANCH] were not consumed Successfully built 04f039e6671c 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 04f039e6671c + list_osmo_packages debian-bullseye osmo-stp-latest + local distro=debian-bullseye + 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.0 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.0 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:95d4688f4345d536ff738edde5c961da403c097955b570b7f68bda5cf185e2fb 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-bullseye + distro_arg=debian-bullseye + [ -z ] + docker_upstream_distro_from_image_name nplab-m3ua-test + echo debian:bullseye + upstream_distro_arg=debian:bullseye + 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 + echo FROM $USER/sigtran-tests + grep -q $USER + 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:bullseye DISTRO=debian-bullseye 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:bullseye \ --build-arg DISTRO=debian-bullseye \ --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 ---> 3c7f38444b61 Step 3/10 : RUN cd /tmp && git clone https://git.osmocom.org/nplab/m3ua-testtool ---> Running in 46c8a453b924 [91mCloning into 'm3ua-testtool'... [0m[91mwarning: redirecting to https://gitea.osmocom.org/nplab/m3ua-testtool/ [0mRemoving intermediate container 46c8a453b924 ---> a1cd83a24653 Step 4/10 : ADD http://git.osmocom.org/nplab/m3ua-testtool/patch/?h=laforge/python3 /tmp/commit
---> 4ce6474ba997 Step 5/10 : RUN cd /tmp/m3ua-testtool && git fetch && git checkout -f laforge/python3 && cp runtest-junitxml.py /usr/local/bin/ ---> Running in d1b41fb3883c [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 d1b41fb3883c ---> 6bd03839a205 Step 6/10 : COPY dotguile /root/.guile ---> 31fe79cdc19e Step 7/10 : RUN mkdir /data ---> Running in 4ac751af7e57 Removing intermediate container 4ac751af7e57 ---> 16512c6037f5 Step 8/10 : VOLUME /data ---> Running in b0e73f931b95 Removing intermediate container b0e73f931b95 ---> ac56b388947b Step 9/10 : COPY m3ua-param-testtool.scm all-sgp-tests.txt /data/ ---> 1b6235e1e673 Step 10/10 : CMD /usr/local/bin/runtest-junitxml.py -s 0.1 -t 10 -d /root /data/all-sgp-tests.txt ---> Running in d33fc19b5e6c Removing intermediate container d33fc19b5e6c ---> 196eff0c95f2 [Warning] One or more build-args [LIBOSMOCORE_BRANCH OSMO_BB_BRANCH OSMO_SIP_BRANCH OSMO_STP_BRANCH OSMO_BSC_BRANCH OSMO_HLR_BRANCH OSMO_PCU_BRANCH OSMO_TTCN3_BRANCH OPEN5GS_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_BTS_BRANCH OSMO_UECUPS_BRANCH OSMO_HNBGW_BRANCH OSMO_HNODEB_BRANCH OSMO_MGW_BRANCH OSMO_NITB_BRANCH UID OSMOCOM_REPO_PATH OSMOCOM_REPO_VERSION OSMO_CBC_BRANCH OSMO_GGSN_BRANCH OSMO_GBPROXY_BRANCH OSMO_MSC_BRANCH DISTRO OSMOCOM_REPO_MIRROR OSMO_GSM_TESTER_BRANCH REGISTRY OSMO_IUH_BRANCH OSMO_SGSN_BRANCH UPSTREAM_DISTRO] were not consumed Successfully built 196eff0c95f2 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 196eff0c95f2 + list_osmo_packages debian-bullseye nplab-m3ua-test + local distro=debian-bullseye + 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/1625/artifact/logs/m3ua-tester + cp m3ua-param-testtool.scm all-sgp-tests.txt https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1625/artifact/logs/m3ua-tester/ + mkdir https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1625/artifact/logs/stp + cp osmo-stp.cfg https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1625/artifact/logs/stp/ + network_create + SUBNET=3320731 + seq 1 30 + echo (3320731 + 1) % 256 + bc + SUBNET=156 + NET_NAME=nplab-m3ua-test-156 + SUB4=172.18.156.0/24 + SUB6=fd02:db8:156::/64 + set +x Creating network nplab-m3ua-test-156, trying SUBNET=156... + docker network create --internal --subnet 172.18.156.0/24 --ipv6 --subnet fd02:db8:156::/64 nplab-m3ua-test-156 07e4fa6991378efd67e0823fb1a49cf71ae089bd50816d11e2fb14cd53ca3aa3 + set +x
### Network nplab-m3ua-test-156 created (SUBNET=156) ###
+ return + network_replace_subnet_in_configs + set +x Applying SUBNET=156 to: https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1625/artifact/logs/stp/osmo-stp.cfg Applying SUBNET=156 to: https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1625/artifact/logs/m3ua-tester/m3ua-param-testtool.scm Applying SUBNET=156 to: https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1625/artifact/logs/m3ua-tester/all-sgp-tests.txt + docker_network_params 156 200 + NET=156 + ADDR_SUFIX=200 + echo --network nplab-m3ua-test-156 --ip 172.18.156.200 --ip6 fd02:db8:156::200 + docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network nplab-m3ua-test-156 --ip 172.18.156.200 --ip6 fd02:db8:156::200 --ulimit core=-1 -v https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1625/artifact/logs/stp:/data --name jenkins-nplab-m3ua-test-latest-1625-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-156 + grep Name + cut -d : -f2 + awk -F" NR>1{print $2} + local containers= + [ -n ] + network_remove + set +x Removing network nplab-m3ua-test-156 + docker network remove nplab-m3ua-test-156 nplab-m3ua-test-156 + rm -rf https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1625/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-1625-cleaner debian:bullseye chmod -R a+rX /data/ /cache/ + collect_logs + cat https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1625/artifact/logs/*/junit-*.log cat: 'https://jenkins.osmocom.org/jenkins/job/nplab-m3ua-test-latest/1625/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?
jenkins-notifications@lists.osmocom.org