See
<https://jenkins.osmocom.org/jenkins/job/ttcn3-msc-test-asan/219/display/redirect>
Changes:
------------------------------------------
[...truncated 6.21 KiB...]
--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=asan \
--build-arg
OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--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_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_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_REMSIM_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 \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
--pull -t osmocom-build/debian-bookworm-obs-asan:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.38kB done
#1 DONE 0.0s
#2 [auth] sharing credentials for
registry.osmocom.org
#2 DONE 0.0s
#3 [internal] load metadata for
registry.osmocom.org/debian:bookworm
#3 DONE 0.0s
#4 [internal] load .dockerignore
#4 transferring context: 2B done
#4 DONE 0.0s
#5 [internal] load build context
#5 DONE 0.0s
#6 [1/6] FROM
registry.osmocom.org/debian:bookworm@sha256:98958457bd33415cb6133bbadf631c9…
#6 resolve
registry.osmocom.org/debian:bookworm@sha256:98958457bd33415cb6133bbadf631c9…
0.0s done
#6 DONE 0.0s
#7 [6/6]
ADD
HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY:/ASAN/DEBIAN_12//RE…
/tmp/Release
#7 DONE 0.1s
#5 [internal] load build context
#5 transferring context: 1.96kB done
#5 DONE 0.0s
#8 [4/6] RUN SET -x && useradd --uid=1000 -d /build -m build && chown -R
build:build /usr/local && echo "path-exclude=/usr/share/man/*" >
/etc/dpkg/dpkg.cfg.d/exclude-man-pages && rm -rf /usr/share/man/
#8 CACHED
#9 [2/6] COPY .COMMON/RESPAWN.SH /usr/local/bin/respawn.sh
#9 CACHED
#10 [3/6] COPY .COMMON/RELEASE.KEY /usr/share/keyrings/osmocom-nightly-asan.asc
#10 CACHED
#11 [5/6] RUN SET -x && apt-get update && apt-get install -y
--no-install-recommends ca-certificates telnet && apt-get clean &&
echo "deb [signed-by=/usr/share/keyrings/osmocom-nightly-asan.asc]
https://downloads.osmocom.org/packages/osmocom:/nightly:/asan/Debian_12/ ./" >
/etc/apt/sources.list.d/osmocom-nightly-asan.list
#11 CACHED
#12 [6/6]
ADD
HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY:/ASAN/DEBIAN_12//RE…
/tmp/Release
#12 CACHED
#13 exporting to image
#13 exporting layers done
#13 writing image sha256:47d74995a332bf39e3c2d560c012509d14753fe8ac6299321a65cf9e3a257acd
done
#13 naming to docker.io/osmocom-build/debian-bookworm-obs-asan:latest done
#13 DONE 0.0s
rm -rf .common
make: Leaving directory
'<https://jenkins.osmocom.org/jenkins/job/ttcn3-msc-test-asan/ws/debian-bookworm-obs-asan'>
+ docker_image_exists debian-bookworm-obs-asan
+ docker images -q osmocom-build/debian-bookworm-obs-asan
+ test -n 47d74995a332
+ list_osmo_packages debian-bookworm debian-bookworm-obs-asan
+ local distro=debian-bookworm
+ local image=debian-bookworm-obs-asan
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh
osmocom-build/debian-bookworm-obs-asan -c
+ [ -n ]
+ return
+ docker_distro_from_image_name osmo-stp-asan
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z ]
+ docker_upstream_distro_from_image_name osmo-stp-asan
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name osmo-stp-asan
+ echo osmo-stp-asan
+ sed s/-asan/-latest/
+ dir=osmo-stp-latest
+ [ -z ]
+ pull_arg=--pull
+ grep ^FROM ../osmo-stp-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-stp-asan (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n ]
+ echo master
+ make -C ../osmo-stp-latest BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm
DISTRO=debian-bookworm IMAGE=osmocom-build/osmo-stp-asan OSMO_TTCN3_BRANCH=master
make: Entering directory
'<https://jenkins.osmocom.org/jenkins/job/ttcn3-msc-test-asan/ws/osmo-stp-latest'>
awk: cannot open .release (No such file or directory)
awk: cannot open .release (No such file or directory)
awk: cannot open .release (No such file or directory)
rm -rf .common
cp -r <https://jenkins.osmocom.org/jenkins/job/ttcn3-msc-test-asan/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=asan \
--build-arg
OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--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_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_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_REMSIM_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 \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t osmocom-build/osmo-stp-asan:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 576B done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG
$USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION results in empty or invalid base image name (line
4)
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-obs-asan:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [1/4] FROM docker.io/osmocom-build/debian-bookworm-obs-asan:latest
#4 CACHED
#5 [internal] load build context
#5 transferring context: 1.12kB done
#5 DONE 0.1s
#6 [2/4] RUN CASE "debian-bookworm" in debian*) apt-get update &&
apt-get install -y --no-install-recommends osmo-stp && apt-get clean ;;
centos*) dnf install -y osmo-stp ;; esac
#6 0.280 Hit:1
http://deb.debian.org/debian bookworm InRelease
#6 0.280 Hit:2
http://deb.debian.org/debian bookworm-updates InRelease
#6 0.280 Get:3
https://downloads.osmocom.org/packages/osmocom:/nightly:/asan/Debian_12 ./
InRelease [1570 B]
#6 0.283 Hit:4
http://deb.debian.org/debian-security bookworm-security InRelease
#6 0.579 Get:5
https://downloads.osmocom.org/packages/osmocom:/nightly:/asan/Debian_12 ./
Packages [53.7 kB]
#6 0.667 Fetched 55.3 kB in 0s (135 kB/s)
#6 0.667 Reading package lists...
#6 0.913 Reading package lists...
#6 1.154 Building dependency tree...
#6 1.201 Reading state information...
#6 1.223 Some packages could not be installed. This may mean that you have
#6 1.223 requested an impossible situation or if you are using the unstable
#6 1.223 distribution that some required packages have not yet been created
#6 1.223 or been moved out of Incoming.
#6 1.223 The following information may help to resolve the situation:
#6 1.223
#6 1.223 The following packages have unmet dependencies:
#6 1.256 libosmonetif11 : Depends: osmocom-nightly-asan (= 202501132029) but 202501122029
is to be installed
#6 1.257 E: Unable to correct problems, you have held broken packages.
#6 ERROR: process "/bin/sh -c case \"$DISTRO\" in \tdebian*) \t\tapt-get
update && \t\tapt-get install -y --no-install-recommends \t\t\tosmo-stp &&
\t\tapt-get clean \t\t;; \tcentos*) \t\tdnf install -y \t\t\tosmo-stp \t\t;; \tesac"
did not complete successfully: exit code: 100
------
[2/4] RUN CASE "debian-bookworm" in
debian*) apt-get update && apt-get install -y --no-install-recommends
osmo-stp && apt-get clean ;; centos*) dnf install -y osmo-stp ;;
esac:
1.201 Reading state information...
1.223 Some packages could not be installed. This may mean that you have
1.223 requested an impossible situation or if you are using the unstable
1.223 distribution that some required packages have not yet been created
1.223 or been moved out of Incoming.
1.223 The following information may help to resolve the situation:
1.223
1.223 The following packages have unmet dependencies:
1.256 libosmonetif11 : Depends: osmocom-nightly-asan (= 202501132029) but 202501122029 is
to be installed
1.257 E: Unable to correct problems, you have held broken packages.
------
[33m1 warning found (use docker --debug to expand):
[0m - InvalidDefaultArgInFrom: Default value for ARG
$USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION results in empty or invalid base image name (line
4)
Dockerfile:8
--------------------
7 |
8 | >>> RUN case "$DISTRO" in \
9 | >>> debian*) \
10 | >>> apt-get update && \
11 | >>> apt-get install -y --no-install-recommends \
12 | >>> osmo-stp && \
13 | >>> apt-get clean \
14 | >>> ;; \
15 | >>> centos*) \
16 | >>> dnf install -y \
17 | >>> osmo-stp \
18 | >>> ;; \
19 | >>> esac
20 |
--------------------
ERROR: failed to solve: process "/bin/sh -c case \"$DISTRO\" in \tdebian*)
\t\tapt-get update && \t\tapt-get install -y --no-install-recommends
\t\t\tosmo-stp && \t\tapt-get clean \t\t;; \tcentos*) \t\tdnf install -y
\t\t\tosmo-stp \t\t;; \tesac" did not complete successfully: exit code: 100
make: *** [../make/Makefile:95: docker-build] Error 1
make: Leaving directory
'<https://jenkins.osmocom.org/jenkins/job/ttcn3-msc-test-asan/ws/osmo-stp-latest'>
+ 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?