See https://jenkins.osmocom.org/jenkins/job/ttcn3-bts-test-latest/1631/display/redirect
Changes:
------------------------------------------ [...truncated 19.64 KB...] ---> Using cache ---> 1496c04829d2 Step 10/11 : COPY .common/respawn.sh /usr/local/bin/respawn.sh ---> Using cache ---> 36734641e9dc Step 11/11 : ADD $OSMOCOM_REPO/Release /tmp/Release
---> Using cache ---> 1d74a788fc2c [Warning] One or more build-args [OSMO_BB_BRANCH OSMO_SGSN_BRANCH UID OPEN5GS_BRANCH OSMO_HLR_BRANCH OSMO_MGW_BRANCH OSMO_IUH_BRANCH OSMO_NITB_BRANCH DISTRO OSMO_BSC_BRANCH OSMO_HNBGW_BRANCH OSMO_HNODEB_BRANCH LIBOSMOCORE_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_BTS_BRANCH USER OSMO_UECUPS_BRANCH OSMO_GBPROXY_BRANCH OSMO_PCU_BRANCH OSMO_STP_BRANCH OSMO_CBC_BRANCH OSMO_SIP_BRANCH OSMO_TTCN3_BRANCH OSMO_MSC_BRANCH OSMOCOM_REPO_VERSION OSMO_GGSN_BRANCH OSMO_GSM_TESTER_BRANCH] were not consumed Successfully built 1d74a788fc2c Successfully tagged osmocom-build/debian-bullseye-obs-latest:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-bts-test-latest/ws/debian-bullseye-obs-latest' + docker_image_exists debian-bullseye-obs-latest + docker images -q osmocom-build/debian-bullseye-obs-latest + test -n 1d74a788fc2c + list_osmo_packages debian-bullseye debian-bullseye-obs-latest + local distro=debian-bullseye + local image=debian-bullseye-obs-latest + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian-bullseye-obs-latest -c + [ -n ] + return + docker_distro_from_image_name osmo-bts-latest + echo debian-bullseye + distro_arg=debian-bullseye + [ -z ] + docker_upstream_distro_from_image_name osmo-bts-latest + echo debian:bullseye + upstream_distro_arg=debian:bullseye + docker_dir_from_image_name osmo-bts-latest + echo osmo-bts-latest + dir=osmo-bts-latest + pull_arg=--pull + grep ^FROM ../osmo-bts-latest/Dockerfile + from_line=FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION + echo FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION + grep -q $USER + pull_arg= + set +x Building image: osmo-bts-latest (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../osmo-bts-latest BUILD_ARGS= UPSTREAM_DISTRO=debian:bullseye DISTRO=debian-bullseye IMAGE=osmocom-build/osmo-bts-latest make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-bts-test-latest/ws/osmo-bts-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-bts-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/osmo-bts-latest:latest . Sending build context to Docker daemon 30.21kB 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-bts-trx osmo-bts-virtual && apt-get clean ;; centos*) dnf install -y osmo-bts osmo-bts-virtual osmo-bts-omldummy ;; esac ---> Using cache ---> 633f93785baf Step 7/11 : WORKDIR /tmp ---> Using cache ---> f5716b5c814d Step 8/11 : VOLUME /data ---> Using cache ---> 83dab2529391 Step 9/11 : COPY osmo-bts.cfg /data/osmo-bts.cfg ---> Using cache ---> 04534515ec03 Step 10/11 : WORKDIR /data ---> Using cache ---> a2691daa94b6 Step 11/11 : CMD ["/bin/sh", "-c", "/usr/bin/osmo-bts-virtual -c /data/osmo-bts.cfg -i 172.18.0.230 >>/data/osmo-bts-virtual.log 2>&1"] ---> Using cache ---> 0063b6acd4c9 [Warning] One or more build-args [LIBOSMOCORE_BRANCH OSMO_HNODEB_BRANCH UID OSMOCOM_REPO_PATH OSMO_BB_BRANCH OSMO_SGSN_BRANCH OSMO_STP_BRANCH UPSTREAM_DISTRO OSMO_BSC_BRANCH OSMO_CBC_BRANCH OSMO_PCU_BRANCH OSMO_UECUPS_BRANCH OSMO_GSM_TESTER_BRANCH OSMO_IUH_BRANCH OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_BTS_BRANCH OSMO_GBPROXY_BRANCH OSMO_HLR_BRANCH OSMO_NITB_BRANCH OSMO_SIP_BRANCH OSMOCOM_REPO_MIRROR OSMO_HNBGW_BRANCH OSMO_MSC_BRANCH OSMO_TTCN3_BRANCH OPEN5GS_BRANCH OSMO_GGSN_BRANCH REGISTRY OSMO_MGW_BRANCH] were not consumed Successfully built 0063b6acd4c9 Successfully tagged osmocom-build/osmo-bts-latest:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-bts-test-latest/ws/osmo-bts-latest' + docker_image_exists osmo-bts-latest + docker images -q osmocom-build/osmo-bts-latest + test -n 0063b6acd4c9 + list_osmo_packages debian-bullseye osmo-bts-latest + local distro=debian-bullseye + local image=osmo-bts-latest + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/osmo-bts-latest -c + [ -n ] + set +x
### Installed Osmocom packages in: osmo-bts-latest ###
ii libosmoabis10:amd64 1.4.0 amd64 GSM A-bis handling ii libosmocodec0:amd64 1.8.0 amd64 Osmo codec library ii libosmocoding0:amd64 1.8.0 amd64 Osmo coding library ii libosmocore20:amd64 1.8.0 amd64 Osmo Core library ii libosmoctrl0:amd64 1.8.0 amd64 Osmo control 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 libosmotrau2:amd64 1.4.0 amd64 GSM trau handling ii libosmovty9:amd64 1.8.0 amd64 Osmo VTY library ii osmo-bts-trx 1.6.0 amd64 osmo-bts-trx GSM BTS with osmo-trx ii osmo-bts-virtual 1.6.0 amd64 Virtual Osmocom GSM BTS (no RF hardware; GSMTAP/UDP) ii osmocom-latest 1.0.0 amd64 Dummy package, which conflicts with: osmocom-nightly osmocom-next
+ [ registry.osmocom.org = registry.osmocom.org ] + docker_depends osmocom-bb-host-master + local feed + depends= + [ -n ] + docker_distro_from_image_name osmocom-bb-host-master + echo debian-bullseye + distro_arg=debian-bullseye + [ -z ] + docker_upstream_distro_from_image_name osmocom-bb-host-master + echo debian:bullseye + upstream_distro_arg=debian:bullseye + docker_dir_from_image_name osmocom-bb-host-master + echo osmocom-bb-host-master + dir=osmocom-bb-host-master + pull_arg=--pull + grep ^FROM ../osmocom-bb-host-master/Dockerfile + from_line=FROM $USER/$DISTRO-build + echo FROM $USER/$DISTRO-build + grep -q $USER + pull_arg= + set +x Building image: osmocom-bb-host-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + make -C ../osmocom-bb-host-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bullseye DISTRO=debian-bullseye IMAGE=osmocom-build/osmocom-bb-host-master make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-bts-test-latest/ws/osmocom-bb-host-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-bts-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/osmocom-bb-host-master:latest . Sending build context to Docker daemon 27.65kB Step 1/15 : ARG USER Step 2/15 : ARG DISTRO Step 3/15 : FROM $USER/$DISTRO-build ---> 54fdb6331451 Step 4/15 : ARG DISTRO ---> Using cache ---> c1d5239d0246 Step 5/15 : ARG OSMO_BB_BRANCH="master" ---> Running in 3fe439819292 Removing intermediate container 3fe439819292 ---> 67cb2d1feb97 Step 6/15 : RUN apt-get update && apt-get install -y --no-install-recommends libosmocore-dev && apt-get clean ---> Running in b60e64b531eb Hit:1 http://deb.debian.org/debian bullseye InRelease Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [236 kB] Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ InRelease [1577 B] Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ Packages [162 kB] Fetched 492 kB in 0s (2107 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: libosmocore-dev : Depends: osmocom-nightly (= 1.8.0.79-b394d.202303170006) but it is not going to be installed Depends: libosmocore but it is not going to be installed [91mE: Unable to correct problems, you have held broken packages. [0mThe command '/bin/sh -c apt-get update && apt-get install -y --no-install-recommends libosmocore-dev && apt-get clean' returned a non-zero code: 100 make: *** [../make/Makefile:90: docker-build] Error 100 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/ttcn3-bts-test-latest/ws/osmocom-bb-host-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