See
<https://jenkins.osmocom.org/jenkins/job/ttcn3-remsim-test-asan/218/display/redirect>
Changes:
------------------------------------------
[...truncated 6.36 KiB...]
--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
#5 [internal] load build context
#5 transferring context: 1.96kB done
#5 DONE 0.0s
#7 [6/6]
ADD
HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY:/ASAN/DEBIAN_12//RE…
/tmp/Release
#7 DONE 0.1s
#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 [3/6] COPY .COMMON/RELEASE.KEY /usr/share/keyrings/osmocom-nightly-asan.asc
#9 CACHED
#10 [2/6] COPY .COMMON/RESPAWN.SH /usr/local/bin/respawn.sh
#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-remsim-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-remsim-asan
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z ]
+ docker_upstream_distro_from_image_name osmo-remsim-asan
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name osmo-remsim-asan
+ echo osmo-remsim-asan
+ sed s/-asan/-latest/
+ dir=osmo-remsim-latest
+ [ -z ]
+ pull_arg=--pull
+ grep ^FROM ../osmo-remsim-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-remsim-asan (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n ]
+ echo master
+ make -C ../osmo-remsim-latest BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm
DISTRO=debian-bookworm IMAGE=osmocom-build/osmo-remsim-asan OSMO_TTCN3_BRANCH=master
make: Entering directory
'<https://jenkins.osmocom.org/jenkins/job/ttcn3-remsim-test-asan/ws/osmo-remsim-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-remsim-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-remsim-asan:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 811B 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.0s
#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 [2/4] RUN CASE "debian-bookworm" in debian*) apt-get update &&
apt-get install -y --no-install-recommends osmo-remsim-server
osmo-remsim-client-shell osmo-remsim-client-st2 osmo-remsim-bankd &&
apt-get clean ;; centos*) dnf install -y osmo-remsim-server
osmo-remsim-client-shell osmo-remsim-client-st2 osmo-remsim-bankd ;; esac
#5 0.375 Hit:1
http://deb.debian.org/debian bookworm InRelease
#5 0.375 Hit:2
http://deb.debian.org/debian bookworm-updates InRelease
#5 0.375 Hit:3
http://deb.debian.org/debian-security bookworm-security InRelease
#5 0.389 Get:4
https://downloads.osmocom.org/packages/osmocom:/nightly:/asan/Debian_12 ./
InRelease [1570 B]
#5 0.725 Get:5
https://downloads.osmocom.org/packages/osmocom:/nightly:/asan/Debian_12 ./
Packages [53.7 kB]
#5 0.749 Fetched 55.3 kB in 0s (132 kB/s)
#5 0.749 Reading package lists...
#5 1.009 Reading package lists...
#5 1.255 Building dependency tree...
#5 1.306 Reading state information...
#5 1.329 Some packages could not be installed. This may mean that you have
#5 1.329 requested an impossible situation or if you are using the unstable
#5 1.329 distribution that some required packages have not yet been created
#5 1.329 or been moved out of Incoming.
#5 1.329 The following information may help to resolve the situation:
#5 1.329
#5 1.329 The following packages have unmet dependencies:
#5 1.364 libosmo-simtrace2-1 : Depends: osmocom-nightly-asan (= 202501132029) but
202501122029 is to be installed
#5 1.364 libosmonetif11 : Depends: osmocom-nightly-asan (= 202501132029) but 202501122029
is to be installed
#5 1.365 E: Unable to correct problems, you have held broken packages.
#5 ERROR: process "/bin/sh -c case \"$DISTRO\" in \tdebian*) \t\tapt-get
update && \t\tapt-get install -y --no-install-recommends \t\t\tosmo-remsim-server
\t\t\tosmo-remsim-client-shell \t\t\tosmo-remsim-client-st2 \t\t\tosmo-remsim-bankd
&& \t\tapt-get clean \t\t;; \tcentos*) \t\tdnf install -y \t\t\tosmo-remsim-server
\t\t\tosmo-remsim-client-shell \t\t\tosmo-remsim-client-st2 \t\t\tosmo-remsim-bankd \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-remsim-server osmo-remsim-client-shell osmo-remsim-client-st2
osmo-remsim-bankd && apt-get clean ;; centos*) dnf install -y
osmo-remsim-server osmo-remsim-client-shell osmo-remsim-client-st2
osmo-remsim-bankd ;; esac:
1.329 Some packages could not be installed. This
may mean that you have
1.329 requested an impossible situation or if you are using the unstable
1.329 distribution that some required packages have not yet been created
1.329 or been moved out of Incoming.
1.329 The following information may help to resolve the situation:
1.329
1.329 The following packages have unmet dependencies:
1.364 libosmo-simtrace2-1 : Depends: osmocom-nightly-asan (= 202501132029) but
202501122029 is to be installed
1.364 libosmonetif11 : Depends: osmocom-nightly-asan (= 202501132029) but 202501122029 is
to be installed
1.365 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-remsim-server \
13 | >>> osmo-remsim-client-shell \
14 | >>> osmo-remsim-client-st2 \
15 | >>> osmo-remsim-bankd && \
16 | >>> apt-get clean \
17 | >>> ;; \
18 | >>> centos*) \
19 | >>> dnf install -y \
20 | >>> osmo-remsim-server \
21 | >>> osmo-remsim-client-shell \
22 | >>> osmo-remsim-client-st2 \
23 | >>> osmo-remsim-bankd \
24 | >>> ;; \
25 | >>> esac
26 |
--------------------
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-remsim-server \t\t\tosmo-remsim-client-shell \t\t\tosmo-remsim-client-st2
\t\t\tosmo-remsim-bankd && \t\tapt-get clean \t\t;; \tcentos*) \t\tdnf install -y
\t\t\tosmo-remsim-server \t\t\tosmo-remsim-client-shell \t\t\tosmo-remsim-client-st2
\t\t\tosmo-remsim-bankd \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-remsim-test-asan/ws/osmo-remsim-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?