Skip to content

Console Output

Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 2107
originally caused by:
 Started by timer
Running as SYSTEM
Building remotely on build2-deb11build-ansible (ttcn3 obs osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/registry-rebuild-upload-titan
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://gerrit.osmocom.org/docker-playground
 > git init /home/osmocom-build/jenkins/workspace/registry-rebuild-upload-titan # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/docker-playground
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gerrit.osmocom.org/docker-playground # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision ec98e2158577b497cc1632db904660177d0ff032 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ec98e2158577b497cc1632db904660177d0ff032 # timeout=10
Commit message: "ttcn3-asterisk: Allow running testsuite with IPv4 and IPv6 configs"
 > git rev-list --no-walk ec98e2158577b497cc1632db904660177d0ff032 # timeout=10
[registry-rebuild-upload-titan] $ /bin/sh -xe /tmp/jenkins7499907801275597589.sh
+ REGISTRY=registry.osmocom.org
+ make -C debian-bookworm-titan REGISTRY_HOST=registry.osmocom.org
make: Entering directory '/home/osmocom-build/jenkins/workspace/registry-rebuild-upload-titan/debian-bookworm-titan'
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 /home/osmocom-build/jenkins/workspace/registry-rebuild-upload-titan/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 ASTERISK_BRANCH=jolly/work \
	--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_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=jolly/work \
	 -t registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 3.03kB 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.1s

#4 [internal] load .dockerignore
#4 transferring context: 2B done
#4 DONE 0.0s

#5 [internal] load build context
#5 DONE 0.0s

#6 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12//Release
#6 DONE 0.1s

#7 [ 1/16] FROM registry.osmocom.org/debian:bookworm@sha256:820a611dc036cb57cee73613ce9da12530435b03007578153c04622e7f03f19b
#7 resolve registry.osmocom.org/debian:bookworm@sha256:820a611dc036cb57cee73613ce9da12530435b03007578153c04622e7f03f19b 0.1s done
#7 DONE 0.1s

#8 https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master?format=TEXT
#8 DONE 0.2s

#9 https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/refs/heads/master/deps/Makefile?format=TEXT
#9 DONE 0.2s

#5 [internal] load build context
#5 transferring context: 19.37kB done
#5 DONE 0.0s

#10 [ 8/16] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/PYTHON/OSMO-PYTHON-TESTS/+/MASTER?FORMAT=TEXT /tmp/osmo-python-tests-commit
#10 CACHED

#11 [ 9/16] RUN	SET -x && 	git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests && 	cd osmo-python-tests && 	python3 setup.py clean build install && 	cd .. && 	rm -rf osmo-python-tests
#11 CACHED

#12 [10/16] RUN	GIT config --global user.email docker@dock.er && 	git config --global user.name "Dock Er"
#12 CACHED

#13 [ 6/16] RUN	SET -x && 	apt-get update && 	apt-get install -y --no-install-recommends 		build-essential 		ca-certificates 		ccache 		git 		iproute2 		iputils-ping 		netcat-openbsd 		procps 		python3-setuptools 		tcpdump 		vim 		wget 		wireshark-common 		&& 	apt-get clean
#13 CACHED

#14 [ 2/16] COPY	.COMMON/RELEASE.KEY /usr/share/keyrings/osmocom-latest.asc
#14 CACHED

#15 [ 5/16] COPY	.COMMON/TTCN3-DOCKER-RUN.SH /usr/local/bin/ttcn3-docker-run
#15 CACHED

#16 [ 3/16] COPY	.COMMON/PIPEWORK /usr/local/bin/pipework
#16 CACHED

#17 [11/16] RUN	ECHO "deb [signed-by=/usr/share/keyrings/osmocom-latest.asc] https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12/ ./" 		> /etc/apt/sources.list.d/osmocom-latest.list
#17 CACHED

#18 [13/16] RUN	SET -x && 	apt-get update && 	apt-get install -y --no-install-recommends 		eclipse-titan 		&& 	apt-get clean
#18 CACHED

#19 [ 7/16] RUN	SET -x && 	export DPKG_ARCH="$(dpkg --print-architecture)" && 	wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.5_${DPKG_ARCH}.deb && 	wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.5_${DPKG_ARCH}.deb && 	dpkg -i ./libfftranscode0_0.5_${DPKG_ARCH}.deb ./libfftranscode-dev_0.5_${DPKG_ARCH}.deb && 	apt install --fix-broken && 	rm libfftranscode*.deb
#19 CACHED

#20 [ 4/16] COPY	.COMMON/TTCN3-DOCKER-PREPARE.SH /usr/local/bin/ttcn3-docker-prepare
#20 CACHED

#21 [12/16] ADD	HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/LATEST/DEBIAN_12//RELEASE /tmp/Release
#21 CACHED

#22 [14/16] RUN	GIT clone https://gerrit.osmocom.org/osmo-ttcn3-hacks && 	make -j8 -C /osmo-ttcn3-hacks deps
#22 CACHED

#23 [15/16] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-TTCN3-HACKS/+/REFS/HEADS/MASTER/DEPS/MAKEFILE?FORMAT=TEXT /tmp/deps-Makefile
#23 DONE 0.2s

#24 [16/16] RUN	IF ! diff -q /tmp/deps-Makefile /osmo-ttcn3-hacks/deps/Makefile; then 		cd /osmo-ttcn3-hacks && 		git pull && 		make -j8 deps; 	fi
#24 0.410 Files /tmp/deps-Makefile and /osmo-ttcn3-hacks/deps/Makefile differ
#24 0.598 From https://gerrit.osmocom.org/osmo-ttcn3-hacks
#24 0.598    aac2ecc0..a988f009  master             -> origin/master
#24 0.598  + 0e01fdfd...686456d6 neels/wip          -> origin/neels/wip  (forced update)
#24 0.599  + bd2b17d7...4799196e osmith/wip-testenv -> origin/osmith/wip-testenv  (forced update)
#24 0.599  + 9e115345...c47c23f8 pespin/asterisk    -> origin/pespin/asterisk  (forced update)
#24 0.681 Updating aac2ecc0..a988f009
#24 0.681 Fast-forward
#24 0.688  asterisk/Asterisk_Tests.ttcn        | 24 ++++++++++++++---
#24 0.688  asterisk/IMS_ConnectionHandler.ttcn | 51 +++++++++++++++++++++++--------------
#24 0.688  asterisk/SIP_ConnectionHandler.ttcn |  3 ++-
#24 0.688  deps/Makefile                       |  8 +++---
#24 0.688  library/SIP_Templates.ttcn          | 27 ++++++++++++++++++--
#24 0.688  library/s1ap/S1AP_EncDec.cc         | 22 ----------------
#24 0.688  library/s1ap/S1AP_Types.ttcn        |  4 ---
#24 0.688  mme/MME_Tests.ttcn                  | 29 +++++++++++++++++++++
#24 0.688  sip/SIP_Tests.ttcn                  |  6 +++--
#24 0.688  9 files changed, 116 insertions(+), 58 deletions(-)
#24 0.748 (make -j16 -C deps || make -j1 -C deps)
#24 0.749 make[1]: warning: -j16 forced in submake: resetting jobserver mode.
#24 0.750 make[1]: Entering directory '/osmo-ttcn3-hacks/deps'
#24 1.284 cd titan.ProtocolEmulations.M3UA && git fetch && if git rev-parse "origin/f086e78d74defa044d864f17adaad9433fedc961" 2>/dev/null; then set -x && git checkout -q -f "origin/f086e78d74defa044d864f17adaad9433fedc961"; else set -x && git checkout -q -f "f086e78d74defa044d864f17adaad9433fedc961"; fi
#24 1.284 cd titan.ProtocolModules.DIAMETER_ProtocolModule_Generator && git fetch && if git rev-parse "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912" 2>/dev/null; then set -x && git checkout -q -f "origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912"; else set -x && git checkout -q -f "ffd939595a08da1b8c8176aaa1f8578bfe02a912"; fi
#24 1.284 cd titan.ProtocolModules.GTP_v13.5.0 && git fetch && if git rev-parse "origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e" 2>/dev/null; then set -x && git checkout -q -f "origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e"; else set -x && git checkout -q -f "6b769f985eb91bf5a4332f29faa4a043b23ce62e"; fi
#24 1.285 cd titan.ProtocolModules.ICMP && git fetch && if git rev-parse "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640" 2>/dev/null; then set -x && git checkout -q -f "origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; else set -x && git checkout -q -f "e49d9fb9f7de637b4bf4803dc6b6e911a8661640"; fi
#24 1.285 cd titan.ProtocolModules.ICMPv6 && git fetch && if git rev-parse "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27" 2>/dev/null; then set -x && git checkout -q -f "origin/46f4d9b6e1e3c794294a92588401a81e4881dd27"; else set -x && git checkout -q -f "46f4d9b6e1e3c794294a92588401a81e4881dd27"; fi
#24 1.285 cd titan.ProtocolModules.IP && git fetch && if git rev-parse "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0" 2>/dev/null; then set -x && git checkout -q -f "origin/1be86705f39ae38f3c04b2109806ee20d25e91d0"; else set -x && git checkout -q -f "1be86705f39ae38f3c04b2109806ee20d25e91d0"; fi
#24 1.285 cd titan.ProtocolModules.L2TP && git fetch && if git rev-parse "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530" 2>/dev/null; then set -x && git checkout -q -f "origin/17e76d3662bd0bb815158e8a9de1ec413f21b530"; else set -x && git checkout -q -f "17e76d3662bd0bb815158e8a9de1ec413f21b530"; fi
#24 1.286 cd titan.ProtocolModules.LLC_v7.1.0 && git fetch && if git rev-parse "origin/09817f113255d7fb56f1d45d3dd629a093d9248d" 2>/dev/null; then set -x && git checkout -q -f "origin/09817f113255d7fb56f1d45d3dd629a093d9248d"; else set -x && git checkout -q -f "09817f113255d7fb56f1d45d3dd629a093d9248d"; fi
#24 1.286 cd titan.ProtocolModules.M3UA && git fetch && if git rev-parse "origin/c496d298876fed55c2b730278b7ee77982555563" 2>/dev/null; then set -x && git checkout -q -f "origin/c496d298876fed55c2b730278b7ee77982555563"; else set -x && git checkout -q -f "c496d298876fed55c2b730278b7ee77982555563"; fi
#24 1.286 cd titan.ProtocolModules.MobileL3_v13.4.0 && git fetch && if git rev-parse "origin/b6602eb357673f097ea1a1d22edd568ecd239da1" 2>/dev/null; then set -x && git checkout -q -f "origin/b6602eb357673f097ea1a1d22edd568ecd239da1"; else set -x && git checkout -q -f "b6602eb357673f097ea1a1d22edd568ecd239da1"; fi
#24 1.287 cd titan.ProtocolModules.PFCP_v15.1.0 && git fetch && if git rev-parse "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18" 2>/dev/null; then set -x && git checkout -q -f "origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; else set -x && git checkout -q -f "d550ad9ddb6f9c823c9a555254cd76cf0e738d18"; fi
#24 1.287 cd titan.TestPorts.TELNETasp && git fetch && if git rev-parse "origin/873fe539642542cd9a901c208f1ec11c6d2f5387" 2>/dev/null; then set -x && git checkout -q -f "origin/873fe539642542cd9a901c208f1ec11c6d2f5387"; else set -x && git checkout -q -f "873fe539642542cd9a901c208f1ec11c6d2f5387"; fi
#24 1.287 cd titan.TestPorts.UDPasp && git fetch && if git rev-parse "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c" 2>/dev/null; then set -x && git checkout -q -f "origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c"; else set -x && git checkout -q -f "54176e95850654e5e8b0ffa2f1b5f35c412b949c"; fi
#24 1.287 cd titan.ProtocolModules.BSSGP_v13.0.0 && git fetch && if git rev-parse "origin/e97d92a8b66bec399babea52f593771b76cb175a" 2>/dev/null; then set -x && git checkout -q -f "origin/e97d92a8b66bec399babea52f593771b76cb175a"; else set -x && git checkout -q -f "e97d92a8b66bec399babea52f593771b76cb175a"; fi
#24 1.288 cd osmo-uecups && git fetch && if git rev-parse "origin/8362efef7c6fa341eb947a75786878e0685767b7" 2>/dev/null; then set -x && git checkout -q -f "origin/8362efef7c6fa341eb947a75786878e0685767b7"; else set -x && git checkout -q -f "8362efef7c6fa341eb947a75786878e0685767b7"; fi
#24 1.288 cd titan.ProtocolModules.BSSMAP && git fetch && if git rev-parse "origin/4acb6ab5f058477f0b90c2da182d52054e3614b0" 2>/dev/null; then set -x && git checkout -q -f "origin/4acb6ab5f058477f0b90c2da182d52054e3614b0"; else set -x && git checkout -q -f "4acb6ab5f058477f0b90c2da182d52054e3614b0"; fi
#24 1.349 origin/8362efef7c6fa341eb947a75786878e0685767b7
#24 1.350 + git checkout -q -f 8362efef7c6fa341eb947a75786878e0685767b7
#24 1.352 origin/4acb6ab5f058477f0b90c2da182d52054e3614b0
#24 1.352 + git checkout -q -f 4acb6ab5f058477f0b90c2da182d52054e3614b0
#24 1.355 cd titan.TestPorts.SIPmsg && git remote set-url origin https://gitea.osmocom.org/ttcn3/titan.TestPorts.SIPmsg && git fetch
#24 1.587 origin/e97d92a8b66bec399babea52f593771b76cb175a
#24 1.587 + git checkout -q -f e97d92a8b66bec399babea52f593771b76cb175a
#24 1.629 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0.git/
#24 1.631 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/
#24 1.635 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git/
#24 1.636 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0.git/
#24 1.637 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0.git/
#24 1.638 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0.git/
#24 1.642 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git/
#24 1.644 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git/
#24 1.647 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git/
#24 1.651 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git/
#24 1.651 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git/
#24 1.661 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git/
#24 1.678 From https://gitea.osmocom.org/ttcn3/titan.TestPorts.SIPmsg
#24 1.678    a9f62ae..2d0b9be  master         -> origin/master
#24 1.678  * [new branch]      osmocom/master -> origin/osmocom/master
#24 1.682 cd titan.TestPorts.SIPmsg && git fetch && if git rev-parse "origin/b37ea251eff2d6cd4e8d317aff71d463863b59f9" 2>/dev/null; then set -x && git checkout -q -f "origin/b37ea251eff2d6cd4e8d317aff71d463863b59f9"; else set -x && git checkout -q -f "b37ea251eff2d6cd4e8d317aff71d463863b59f9"; fi
#24 1.706 origin/ffd939595a08da1b8c8176aaa1f8578bfe02a912
#24 1.706 origin/54176e95850654e5e8b0ffa2f1b5f35c412b949c
#24 1.706 origin/6b769f985eb91bf5a4332f29faa4a043b23ce62e
#24 1.706 + git checkout -q -f ffd939595a08da1b8c8176aaa1f8578bfe02a912+ git checkout -q -f 54176e95850654e5e8b0ffa2f1b5f35c412b949c
#24 1.706 
#24 1.706 + git checkout -q -f 6b769f985eb91bf5a4332f29faa4a043b23ce62e
#24 1.706 origin/e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#24 1.706 origin/b6602eb357673f097ea1a1d22edd568ecd239da1
#24 1.706 origin/873fe539642542cd9a901c208f1ec11c6d2f5387
#24 1.706 + git checkout -q -f e49d9fb9f7de637b4bf4803dc6b6e911a8661640
#24 1.706 + git checkout -q -f b6602eb357673f097ea1a1d22edd568ecd239da1
#24 1.707 origin/09817f113255d7fb56f1d45d3dd629a093d9248d
#24 1.707 + git checkout -q -f 873fe539642542cd9a901c208f1ec11c6d2f5387
#24 1.707 origin/46f4d9b6e1e3c794294a92588401a81e4881dd27
#24 1.707 origin/d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#24 1.707 + git checkout -q -f 09817f113255d7fb56f1d45d3dd629a093d9248d
#24 1.707 + git checkout -q -f 46f4d9b6e1e3c794294a92588401a81e4881dd27
#24 1.707 + git checkout -q -f d550ad9ddb6f9c823c9a555254cd76cf0e738d18
#24 1.708 origin/1be86705f39ae38f3c04b2109806ee20d25e91d0
#24 1.708 + git checkout -q -f 1be86705f39ae38f3c04b2109806ee20d25e91d0
#24 1.716 origin/c496d298876fed55c2b730278b7ee77982555563
#24 1.716 origin/17e76d3662bd0bb815158e8a9de1ec413f21b530
#24 1.716 + git checkout -q -f c496d298876fed55c2b730278b7ee77982555563
#24 1.716 + git checkout -q -f 17e76d3662bd0bb815158e8a9de1ec413f21b530
#24 1.752 origin/b37ea251eff2d6cd4e8d317aff71d463863b59f9
#24 1.752 + git checkout -q -f b37ea251eff2d6cd4e8d317aff71d463863b59f9
#24 6.421 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA.git/
#24 6.499 origin/f086e78d74defa044d864f17adaad9433fedc961
#24 6.499 + git checkout -q -f f086e78d74defa044d864f17adaad9433fedc961
#24 6.503 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#24 DONE 6.6s

#25 exporting to image
#25 exporting layers
#25 exporting layers 0.2s done
#25 writing image sha256:3b927dd2a081fc1661fe9ca716a44a978a613d0281d29d462d18c4194be730b9 done
#25 naming to registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest 0.0s done
#25 DONE 0.2s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/registry-rebuild-upload-titan/debian-bookworm-titan'
+ docker push registry.osmocom.org/osmocom-build/debian-bookworm-titan
Using default tag: latest
The push refers to repository [registry.osmocom.org/osmocom-build/debian-bookworm-titan]
0c5002883a82: Preparing
1ff346f8d0a8: Preparing
045558aad470: Preparing
adc4c1178506: Preparing
7fb287a55457: Preparing
1bc9285341d6: Preparing
00ecce38e1b5: Preparing
7a8a3b48d110: Preparing
229875c5e334: Preparing
ba9e84914683: Preparing
019d7234902f: Preparing
e45cc451b41e: Preparing
87182d3aba74: Preparing
0fc0a289d464: Preparing
0ab372187b50: Preparing
15bb10f9bb3a: Preparing
1bc9285341d6: Waiting
00ecce38e1b5: Waiting
ba9e84914683: Waiting
019d7234902f: Waiting
7a8a3b48d110: Waiting
e45cc451b41e: Waiting
229875c5e334: Waiting
15bb10f9bb3a: Waiting
0ab372187b50: Waiting
0fc0a289d464: Waiting
87182d3aba74: Waiting
adc4c1178506: Layer already exists
7fb287a55457: Layer already exists
045558aad470: Layer already exists
1bc9285341d6: Layer already exists
7a8a3b48d110: Layer already exists
00ecce38e1b5: Layer already exists
229875c5e334: Layer already exists
ba9e84914683: Layer already exists
019d7234902f: Layer already exists
e45cc451b41e: Layer already exists
87182d3aba74: Layer already exists
0fc0a289d464: Layer already exists
0ab372187b50: Layer already exists
15bb10f9bb3a: Layer already exists
1ff346f8d0a8: Pushed
0c5002883a82: Pushed
latest: digest: sha256:7011fd1d20ffaf89274f92a2835eb9fd953921b5c947cbdacfacff77862a7b31 size: 3662
Triggering a new build of registry-rebuild-upload-ttcn3-bts-tests
Finished: SUCCESS