Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 2500 originally caused by: Started by timer Running as SYSTEM Building remotely on build4-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build ttcn3_with_linux_6.1_or_higher qemu io_uring 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.39.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/osmith/wip^{commit} # timeout=10 > git rev-parse osmith/wip^{commit} # timeout=10 Checking out Revision 4a69fc916f60ae35a22d800f7a85151edf5b8431 (refs/remotes/origin/osmith/wip) > git config core.sparsecheckout # timeout=10 > git checkout -f 4a69fc916f60ae35a22d800f7a85151edf5b8431 # timeout=10 Commit message: "debian-bookworm-android: new container" > git rev-list --no-walk 4a69fc916f60ae35a22d800f7a85151edf5b8431 # timeout=10 [registry-rebuild-upload-titan] $ /bin/sh -xe /tmp/jenkins6667986537319632909.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=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_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 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.15kB done #1 DONE 0.1s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.1s #3 [internal] load metadata for registry.osmocom.org/debian:bookworm #3 DONE 0.0s #4 [ 1/16] FROM registry.osmocom.org/debian:bookworm #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 19.37kB done #5 DONE 0.1s #6 https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master?format=TEXT #6 DONE 0.2s #7 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12//Release #7 DONE 0.2s #8 [ 8/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/PYTHON/OSMO-PYTHON-TESTS/+/MASTER?FORMAT=TEXT /tmp/osmo-python-tests-commit #8 CACHED #9 [ 2/16] COPY .COMMON/RELEASE.KEY /usr/share/keyrings/osmocom-latest.asc #9 CACHED #10 [ 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 #10 CACHED #11 [ 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 #11 CACHED #12 [ 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 #12 CACHED #13 [ 3/16] COPY .COMMON/PIPEWORK /usr/local/bin/pipework #13 CACHED #14 [ 5/16] COPY .COMMON/TTCN3-DOCKER-RUN.SH /usr/local/bin/ttcn3-docker-run #14 CACHED #15 [10/16] RUN GIT config --global user.email docker@dock.er && git config --global user.name "Dock Er" #15 CACHED #16 [ 4/16] COPY .COMMON/TTCN3-DOCKER-PREPARE.SH /usr/local/bin/ttcn3-docker-prepare #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 https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/refs/heads/master/deps/Makefile?format=TEXT #18 DONE 0.2s #19 [12/16] ADD HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/LATEST/DEBIAN_12//RELEASE /tmp/Release #19 DONE 0.3s #20 [13/16] RUN SET -x && apt-get update && apt-get install -y --no-install-recommends eclipse-titan && apt-get clean #20 0.339 + apt-get update #20 0.411 Hit:1 http://deb.debian.org/debian bookworm InRelease #20 0.411 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] #20 0.413 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #20 0.414 Get:4 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ InRelease [1580 B] #20 0.678 Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [245 kB] #20 0.748 Get:6 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ Packages [196 kB] #20 0.779 Fetched 546 kB in 0s (1337 kB/s) #20 0.779 Reading package lists... #20 1.051 + apt-get install -y --no-install-recommends eclipse-titan #20 1.054 Reading package lists... #20 1.302 Building dependency tree... #20 1.353 Reading state information... #20 1.423 The following additional packages will be installed: #20 1.423 expect icu-devtools libbsd-dev libdbus-1-dev libedit-dev libedit2 libicu-dev #20 1.423 libmd-dev libncurses-dev libncurses6 libpcap-dev libpcap0.8-dev libpcre16-3 #20 1.423 libpcre3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpkgconf3 libsctp-dev #20 1.423 libsctp1 libssl-dev libtcl8.6 libxml2-dev pkg-config pkgconf pkgconf-bin #20 1.423 sgml-base tcl-expect tcl8.6 xml-core #20 1.423 Suggested packages: #20 1.423 tk8.6 icu-doc ncurses-doc lksctp-tools libssl-doc sgml-base-doc #20 1.423 tcl-tclreadline debhelper #20 1.544 The following NEW packages will be installed: #20 1.544 eclipse-titan expect icu-devtools libbsd-dev libdbus-1-dev libedit-dev #20 1.544 libedit2 libicu-dev libmd-dev libncurses-dev libncurses6 libpcap-dev #20 1.544 libpcap0.8-dev libpcre16-3 libpcre3 libpcre3-dev libpcre32-3 libpcrecpp0v5 #20 1.544 libpkgconf3 libsctp-dev libsctp1 libssl-dev libtcl8.6 libxml2-dev pkg-config #20 1.544 pkgconf pkgconf-bin sgml-base tcl-expect tcl8.6 xml-core #20 1.564 0 upgraded, 31 newly installed, 0 to remove and 1 not upgraded. #20 1.564 Need to get 32.4 MB of archives. #20 1.564 After this operation, 189 MB of additional disk space will be used. #20 1.564 Get:1 http://deb.debian.org/debian bookworm/main amd64 sgml-base all 1.31 [15.4 kB] #20 1.596 Get:2 http://deb.debian.org/debian bookworm/main amd64 libtcl8.6 amd64 8.6.13+dfsg-2 [1035 kB] #20 1.600 Get:3 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ eclipse-titan 9.0.0.3.0bbfc~osmocom [13.8 MB] #20 1.653 Get:4 http://deb.debian.org/debian bookworm/main amd64 tcl8.6 amd64 8.6.13+dfsg-2 [120 kB] #20 1.659 Get:5 http://deb.debian.org/debian bookworm/main amd64 tcl-expect amd64 5.45.4-2+b1 [133 kB] #20 1.689 Get:6 http://deb.debian.org/debian bookworm/main amd64 expect amd64 5.45.4-2+b1 [166 kB] #20 1.702 Get:7 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] #20 1.702 Get:8 http://deb.debian.org/debian bookworm/main amd64 libmd-dev amd64 1.0.4-2 [47.0 kB] #20 1.710 Get:9 http://deb.debian.org/debian bookworm/main amd64 libbsd-dev amd64 0.11.7-2 [243 kB] #20 1.711 Get:10 http://deb.debian.org/debian bookworm/main amd64 libncurses6 amd64 6.4-4 [103 kB] #20 1.711 Get:11 http://deb.debian.org/debian bookworm/main amd64 libncurses-dev amd64 6.4-4 [349 kB] #20 1.724 Get:12 http://deb.debian.org/debian bookworm/main amd64 libedit-dev amd64 3.1-20221030-2 [113 kB] #20 1.727 Get:13 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB] #20 1.728 Get:14 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB] #20 1.728 Get:15 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB] #20 1.729 Get:16 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB] #20 1.729 Get:17 http://deb.debian.org/debian bookworm/main amd64 xml-core all 0.18+nmu1 [23.8 kB] #20 1.730 Get:18 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-dev amd64 1.14.10-1~deb12u1 [241 kB] #20 1.736 Get:19 http://deb.debian.org/debian bookworm/main amd64 libpcap0.8-dev amd64 1.10.3-1 [281 kB] #20 1.743 Get:20 http://deb.debian.org/debian bookworm/main amd64 libpcap-dev amd64 1.10.3-1 [28.2 kB] #20 1.744 Get:21 http://deb.debian.org/debian bookworm/main amd64 libpcre3 amd64 2:8.39-15 [341 kB] #20 1.749 Get:22 http://deb.debian.org/debian bookworm/main amd64 libpcre16-3 amd64 2:8.39-15 [257 kB] #20 1.755 Get:23 http://deb.debian.org/debian bookworm/main amd64 libpcre32-3 amd64 2:8.39-15 [248 kB] #20 1.758 Get:24 http://deb.debian.org/debian bookworm/main amd64 libpcrecpp0v5 amd64 2:8.39-15 [143 kB] #20 1.760 Get:25 http://deb.debian.org/debian bookworm/main amd64 libpcre3-dev amd64 2:8.39-15 [653 kB] #20 1.771 Get:26 http://deb.debian.org/debian bookworm/main amd64 libsctp1 amd64 1.0.19+dfsg-2 [29.7 kB] #20 1.771 Get:27 http://deb.debian.org/debian bookworm/main amd64 libsctp-dev amd64 1.0.19+dfsg-2 [72.2 kB] #20 1.772 Get:28 http://deb.debian.org/debian bookworm/main amd64 libssl-dev amd64 3.0.15-1~deb12u1 [2439 kB] #20 1.807 Get:29 http://deb.debian.org/debian bookworm/main amd64 icu-devtools amd64 72.1-3 [206 kB] #20 1.810 Get:30 http://deb.debian.org/debian bookworm/main amd64 libicu-dev amd64 72.1-3 [10.3 MB] #20 1.974 Get:31 http://deb.debian.org/debian bookworm/main amd64 libxml2-dev amd64 2.9.14+dfsg-1.3~deb12u1 [782 kB] #20 2.098 debconf: delaying package configuration, since apt-utils is not installed #20 2.143 Fetched 32.4 MB in 0s (70.6 MB/s) #20 2.254 Selecting previously unselected package sgml-base. #20 2.254 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18430 files and directories currently installed.) #20 2.283 Preparing to unpack .../00-sgml-base_1.31_all.deb ... #20 2.306 Unpacking sgml-base (1.31) ... #20 2.568 Selecting previously unselected package libtcl8.6:amd64. #20 2.572 Preparing to unpack .../01-libtcl8.6_8.6.13+dfsg-2_amd64.deb ... #20 2.608 Unpacking libtcl8.6:amd64 (8.6.13+dfsg-2) ... #20 2.780 Selecting previously unselected package tcl8.6. #20 2.784 Preparing to unpack .../02-tcl8.6_8.6.13+dfsg-2_amd64.deb ... #20 2.802 Unpacking tcl8.6 (8.6.13+dfsg-2) ... #20 2.925 Selecting previously unselected package tcl-expect:amd64. #20 2.929 Preparing to unpack .../03-tcl-expect_5.45.4-2+b1_amd64.deb ... #20 2.947 Unpacking tcl-expect:amd64 (5.45.4-2+b1) ... #20 3.060 Selecting previously unselected package expect. #20 3.064 Preparing to unpack .../04-expect_5.45.4-2+b1_amd64.deb ... #20 3.081 Unpacking expect (5.45.4-2+b1) ... #20 3.217 Selecting previously unselected package libedit2:amd64. #20 3.221 Preparing to unpack .../05-libedit2_3.1-20221030-2_amd64.deb ... #20 3.238 Unpacking libedit2:amd64 (3.1-20221030-2) ... #20 3.357 Selecting previously unselected package libmd-dev:amd64. #20 3.361 Preparing to unpack .../06-libmd-dev_1.0.4-2_amd64.deb ... #20 3.378 Unpacking libmd-dev:amd64 (1.0.4-2) ... #20 3.493 Selecting previously unselected package libbsd-dev:amd64. #20 3.497 Preparing to unpack .../07-libbsd-dev_0.11.7-2_amd64.deb ... #20 3.514 Unpacking libbsd-dev:amd64 (0.11.7-2) ... #20 3.679 Selecting previously unselected package libncurses6:amd64. #20 3.684 Preparing to unpack .../08-libncurses6_6.4-4_amd64.deb ... #20 3.701 Unpacking libncurses6:amd64 (6.4-4) ... #20 3.820 Selecting previously unselected package libncurses-dev:amd64. #20 3.823 Preparing to unpack .../09-libncurses-dev_6.4-4_amd64.deb ... #20 3.841 Unpacking libncurses-dev:amd64 (6.4-4) ... #20 3.983 Selecting previously unselected package libedit-dev:amd64. #20 3.987 Preparing to unpack .../10-libedit-dev_3.1-20221030-2_amd64.deb ... #20 4.004 Unpacking libedit-dev:amd64 (3.1-20221030-2) ... #20 4.164 Selecting previously unselected package libpkgconf3:amd64. #20 4.168 Preparing to unpack .../11-libpkgconf3_1.8.1-1_amd64.deb ... #20 4.189 Unpacking libpkgconf3:amd64 (1.8.1-1) ... #20 4.303 Selecting previously unselected package pkgconf-bin. #20 4.307 Preparing to unpack .../12-pkgconf-bin_1.8.1-1_amd64.deb ... #20 4.325 Unpacking pkgconf-bin (1.8.1-1) ... #20 4.457 Selecting previously unselected package pkgconf:amd64. #20 4.461 Preparing to unpack .../13-pkgconf_1.8.1-1_amd64.deb ... #20 4.485 Unpacking pkgconf:amd64 (1.8.1-1) ... #20 4.617 Selecting previously unselected package pkg-config:amd64. #20 4.621 Preparing to unpack .../14-pkg-config_1.8.1-1_amd64.deb ... #20 4.642 Unpacking pkg-config:amd64 (1.8.1-1) ... #20 4.813 Selecting previously unselected package xml-core. #20 4.817 Preparing to unpack .../15-xml-core_0.18+nmu1_all.deb ... #20 4.838 Unpacking xml-core (0.18+nmu1) ... #20 4.989 Selecting previously unselected package libdbus-1-dev:amd64. #20 4.993 Preparing to unpack .../16-libdbus-1-dev_1.14.10-1~deb12u1_amd64.deb ... #20 5.011 Unpacking libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ... #20 5.151 Selecting previously unselected package libpcap0.8-dev:amd64. #20 5.155 Preparing to unpack .../17-libpcap0.8-dev_1.10.3-1_amd64.deb ... #20 5.176 Unpacking libpcap0.8-dev:amd64 (1.10.3-1) ... #20 5.315 Selecting previously unselected package libpcap-dev:amd64. #20 5.319 Preparing to unpack .../18-libpcap-dev_1.10.3-1_amd64.deb ... #20 5.338 Unpacking libpcap-dev:amd64 (1.10.3-1) ... #20 5.479 Selecting previously unselected package libpcre3:amd64. #20 5.483 Preparing to unpack .../19-libpcre3_2%3a8.39-15_amd64.deb ... #20 5.500 Unpacking libpcre3:amd64 (2:8.39-15) ... #20 5.651 Selecting previously unselected package libpcre16-3:amd64. #20 5.655 Preparing to unpack .../20-libpcre16-3_2%3a8.39-15_amd64.deb ... #20 5.673 Unpacking libpcre16-3:amd64 (2:8.39-15) ... #20 5.828 Selecting previously unselected package libpcre32-3:amd64. #20 5.832 Preparing to unpack .../21-libpcre32-3_2%3a8.39-15_amd64.deb ... #20 5.849 Unpacking libpcre32-3:amd64 (2:8.39-15) ... #20 5.995 Selecting previously unselected package libpcrecpp0v5:amd64. #20 5.999 Preparing to unpack .../22-libpcrecpp0v5_2%3a8.39-15_amd64.deb ... #20 6.017 Unpacking libpcrecpp0v5:amd64 (2:8.39-15) ... #20 6.129 Selecting previously unselected package libpcre3-dev:amd64. #20 6.132 Preparing to unpack .../23-libpcre3-dev_2%3a8.39-15_amd64.deb ... #20 6.150 Unpacking libpcre3-dev:amd64 (2:8.39-15) ... #20 6.316 Selecting previously unselected package libsctp1:amd64. #20 6.320 Preparing to unpack .../24-libsctp1_1.0.19+dfsg-2_amd64.deb ... #20 6.337 Unpacking libsctp1:amd64 (1.0.19+dfsg-2) ... #20 6.450 Selecting previously unselected package libsctp-dev:amd64. #20 6.454 Preparing to unpack .../25-libsctp-dev_1.0.19+dfsg-2_amd64.deb ... #20 6.471 Unpacking libsctp-dev:amd64 (1.0.19+dfsg-2) ... #20 6.592 Selecting previously unselected package libssl-dev:amd64. #20 6.596 Preparing to unpack .../26-libssl-dev_3.0.15-1~deb12u1_amd64.deb ... #20 6.614 Unpacking libssl-dev:amd64 (3.0.15-1~deb12u1) ... #20 6.821 Selecting previously unselected package icu-devtools. #20 6.825 Preparing to unpack .../27-icu-devtools_72.1-3_amd64.deb ... #20 6.842 Unpacking icu-devtools (72.1-3) ... #20 6.964 Selecting previously unselected package libicu-dev:amd64. #20 6.968 Preparing to unpack .../28-libicu-dev_72.1-3_amd64.deb ... #20 6.985 Unpacking libicu-dev:amd64 (72.1-3) ... #20 7.413 Selecting previously unselected package libxml2-dev:amd64. #20 7.417 Preparing to unpack .../29-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... #20 7.434 Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ... #20 7.613 Selecting previously unselected package eclipse-titan. #20 7.617 Preparing to unpack .../30-eclipse-titan_9.0.0.3.0bbfc~osmocom_amd64.deb ... #20 7.634 Unpacking eclipse-titan (9.0.0.3.0bbfc~osmocom) ... #20 8.104 Setting up libpcre16-3:amd64 (2:8.39-15) ... #20 8.162 Setting up libedit2:amd64 (3.1-20221030-2) ... #20 8.215 Setting up libpcre3:amd64 (2:8.39-15) ... #20 8.267 Setting up libpkgconf3:amd64 (1.8.1-1) ... #20 8.319 Setting up libncurses6:amd64 (6.4-4) ... #20 8.373 Setting up libssl-dev:amd64 (3.0.15-1~deb12u1) ... #20 8.426 Setting up libpcre32-3:amd64 (2:8.39-15) ... #20 8.478 Setting up libtcl8.6:amd64 (8.6.13+dfsg-2) ... #20 8.535 Setting up icu-devtools (72.1-3) ... #20 8.591 Setting up pkgconf-bin (1.8.1-1) ... #20 8.643 Setting up libsctp1:amd64 (1.0.19+dfsg-2) ... #20 8.695 Setting up libmd-dev:amd64 (1.0.4-2) ... #20 8.746 Setting up sgml-base (1.31) ... #20 8.848 Setting up libicu-dev:amd64 (72.1-3) ... #20 8.900 Setting up libbsd-dev:amd64 (0.11.7-2) ... #20 8.953 Setting up libpcrecpp0v5:amd64 (2:8.39-15) ... #20 9.006 Setting up tcl8.6 (8.6.13+dfsg-2) ... #20 9.058 Setting up libncurses-dev:amd64 (6.4-4) ... #20 9.111 Setting up libpcre3-dev:amd64 (2:8.39-15) ... #20 9.162 Setting up tcl-expect:amd64 (5.45.4-2+b1) ... #20 9.215 Setting up pkgconf:amd64 (1.8.1-1) ... #20 9.268 Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ... #20 9.320 Setting up libedit-dev:amd64 (3.1-20221030-2) ... #20 9.373 Setting up libsctp-dev:amd64 (1.0.19+dfsg-2) ... #20 9.426 Setting up pkg-config:amd64 (1.8.1-1) ... #20 9.478 Setting up xml-core (0.18+nmu1) ... #20 9.707 Setting up expect (5.45.4-2+b1) ... #20 9.765 Processing triggers for libc-bin (2.36-9+deb12u9) ... #20 9.839 Processing triggers for sgml-base (1.31) ... #20 9.902 Setting up libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ... #20 10.06 Setting up libpcap0.8-dev:amd64 (1.10.3-1) ... #20 10.11 Setting up libpcap-dev:amd64 (1.10.3-1) ... #20 10.16 Setting up eclipse-titan (9.0.0.3.0bbfc~osmocom) ... #20 10.22 Processing triggers for libc-bin (2.36-9+deb12u9) ... #20 10.34 + apt-get clean #20 DONE 10.7s #21 [14/16] RUN GIT clone https://gerrit.osmocom.org/osmo-ttcn3-hacks && make -j8 -C /osmo-ttcn3-hacks deps #21 0.417 Cloning into 'osmo-ttcn3-hacks'... #21 1.480 make: Entering directory '/osmo-ttcn3-hacks' #21 1.500 (make -j20 -C deps || make -j1 -C deps) #21 1.500 make[1]: Entering directory '/osmo-ttcn3-hacks' #21 1.500 make[1]: warning: -j20 forced in submake: resetting jobserver mode. #21 1.658 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP' #21 1.658 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP' #21 1.658 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP/update' #21 1.658 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP/update' #21 1.658 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP/clean' #21 1.658 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP/clean' #21 1.658 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP/distclean' #21 1.658 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP/distclean' #21 1.691 [titan.Libraries.TCCUsefulFunctions] Initial git clone #21 1.691 [titan.ProtocolEmulations.M3UA] Initial git clone #21 1.692 [titan.ProtocolEmulations.SCCP] Initial git clone #21 1.692 [titan.ProtocolModules.BSSAPP_v7.3.0] Initial git clone #21 1.695 [titan.ProtocolModules.DIAMETER_ProtocolModule_Generator] Initial git clone #21 1.695 [titan.ProtocolModules.DNS] Initial git clone #21 1.696 [titan.ProtocolModules.GRE] Initial git clone #21 1.697 [titan.ProtocolModules.GTP_v13.5.0] Initial git clone #21 1.698 [titan.ProtocolModules.GTPv2_v13.7.0] Initial git clone #21 1.699 [titan.ProtocolModules.ICMP] Initial git clone #21 1.700 [titan.ProtocolModules.ICMPv6] Initial git clone #21 1.701 [titan.ProtocolModules.IP] Initial git clone #21 1.702 [titan.ProtocolModules.ISUP_Q.762] Initial git clone #21 1.703 [titan.ProtocolModules.JSON_v07_2006] Initial git clone #21 1.705 [titan.ProtocolModules.L2TP] Initial git clone #21 1.705 [titan.ProtocolModules.LLC_v7.1.0] Initial git clone #21 1.706 [titan.ProtocolModules.M3UA] Initial git clone #21 1.709 [titan.ProtocolModules.MobileL3_v13.4.0] Initial git clone #21 1.710 [titan.ProtocolModules.SMPP] Initial git clone #21 1.711 [titan.ProtocolModules.TCP] Initial git clone #21 2.143 [titan.ProtocolModules.UDP] Initial git clone #21 2.150 [titan.ProtocolModules.RTP] Initial git clone #21 2.153 [titan.ProtocolModules.M2PA] Initial git clone #21 2.156 [titan.ProtocolModules.ROSE] Initial git clone #21 2.156 [titan.ProtocolModules.SCTP] Initial git clone #21 2.165 [titan.ProtocolModules.SDP] Initial git clone #21 2.169 [titan.ProtocolModules.SUA] Initial git clone #21 2.174 [titan.ProtocolModules.NAS_EPS_15.2.0.1] Initial git clone #21 2.175 [titan.ProtocolModules.NS_v7.3.0] Initial git clone #21 2.176 [titan.ProtocolModules.SGsAP_13.2.0] Initial git clone #21 2.176 [titan.ProtocolModules.SNDCP_v7.0.0] Initial git clone #21 2.177 [titan.ProtocolModules.PFCP_v15.1.0] Initial git clone #21 2.185 [titan.TestPorts.Common_Components.Socket-API] Initial git clone #21 2.198 [titan.TestPorts.Common_Components.Abstract_Socket] Initial git clone #21 2.199 [titan.TestPorts.HTTPmsg] Initial git clone #21 2.199 [titan.TestPorts.IPL4asp] Initial git clone #21 2.226 [titan.TestPorts.LANL2asp] Initial git clone #21 2.226 [titan.TestPorts.PCAPasp] Initial git clone #21 2.231 [titan.TestPorts.PIPEasp] Initial git clone #21 2.265 [titan.TestPorts.SIPmsg] Initial git clone #21 2.478 [titan.TestPorts.TELNETasp] Initial git clone #21 2.484 [titan.TestPorts.TCPasp] Initial git clone #21 2.499 [titan.TestPorts.UDPasp] Initial git clone #21 2.507 [titan.TestPorts.UNIX_DOMAIN_SOCKETasp] Initial git clone #21 2.510 [titan.TestPorts.SCTPasp] Initial git clone #21 2.510 [titan.TestPorts.MTP3asp] Initial git clone #21 2.516 [titan.ProtocolModules.BSSGP_v13.0.0] Initial git clone #21 2.522 [osmo-uecups] Initial git clone #21 2.522 [titan.ProtocolModules.BSSMAP] Initial git clone #21 2.522 [titan.ProtocolModules.MAP] Initial git clone #21 2.537 [titan.TestPorts.AF_PACKET] Initial git clone #21 2.550 [titan.TestPorts.USB] Initial git clone #21 2.557 [titan.Libraries.TCCUsefulFunctions] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.Libraries.TCCUsefulFunctions #21 2.558 [titan.ProtocolEmulations.M3UA] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA #21 2.581 [titan.ProtocolEmulations.SCCP] Updating URL to https://github.com/osmocom/titan.ProtocolEmulations.SCCP #21 2.585 [titan.ProtocolModules.BSSAPP_v7.3.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.BSSAPP_v7.3.0 #21 2.588 [titan.ProtocolModules.DIAMETER_ProtocolModule_Generator] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator #21 2.589 [titan.ProtocolModules.DNS] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DNS #21 2.598 [titan.ProtocolModules.GRE] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GRE #21 2.616 [titan.ProtocolModules.GTP_v13.5.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0 #21 2.623 [titan.ProtocolModules.GTPv2_v13.7.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTPv2_v13.7.0 #21 2.624 [titan.ProtocolModules.ICMP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP #21 2.624 [titan.ProtocolModules.ICMPv6] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6 #21 2.630 [titan.ProtocolModules.IP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP #21 2.670 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA.git/ #21 2.683 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.Libraries.TCCUsefulFunctions.git/ #21 2.701 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git/ #21 2.704 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.BSSAPP_v7.3.0.git/ #21 2.714 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GRE.git/ #21 2.714 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DNS.git/ #21 2.734 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTPv2_v13.7.0.git/ #21 2.735 [titan.ProtocolModules.ISUP_Q.762] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ISUP_Q.762 #21 2.737 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git/ #21 2.739 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0.git/ #21 2.744 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git/ #21 2.747 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git/ #21 2.747 [titan.Libraries.TCCUsefulFunctions] Checking out origin/R.35.B-6-gb3687da #21 2.759 [titan.ProtocolModules.BSSAPP_v7.3.0] Checking out origin/R.2.A-4-g20cfaf8 #21 2.762 [titan.ProtocolModules.JSON_v07_2006] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.JSON_v07_2006 #21 2.764 [titan.ProtocolModules.L2TP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP #21 2.765 [titan.ProtocolModules.DIAMETER_ProtocolModule_Generator] Checking out ffd939595a08da1b8c8176aaa1f8578bfe02a912 #21 2.768 [titan.ProtocolModules.LLC_v7.1.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0 #21 2.768 [titan.ProtocolModules.DNS] Checking out R.7.B #21 2.772 [titan.ProtocolModules.M3UA] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA #21 2.778 [titan.ProtocolModules.GRE] Checking out origin/R.2.A-5-g654c446 #21 2.780 [titan.ProtocolModules.MobileL3_v13.4.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0 #21 2.780 [titan.ProtocolModules.SMPP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMPP #21 2.788 [titan.ProtocolModules.GTPv2_v13.7.0] Checking out origin/R.2.A-5-g85cb124 #21 2.791 [titan.ProtocolModules.TCP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.TCP #21 2.791 [titan.ProtocolModules.UDP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.UDP #21 2.795 [titan.ProtocolModules.ICMP] Checking out e49d9fb9f7de637b4bf4803dc6b6e911a8661640 #21 2.798 [titan.ProtocolModules.RTP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTP #21 2.799 [titan.ProtocolModules.IP] Checking out 1be86705f39ae38f3c04b2109806ee20d25e91d0 #21 2.799 [titan.ProtocolModules.ICMPv6] Checking out 46f4d9b6e1e3c794294a92588401a81e4881dd27 #21 2.801 [titan.ProtocolModules.M2PA] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M2PA #21 2.802 [titan.ProtocolModules.ROSE] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ROSE #21 2.812 [titan.ProtocolModules.SCTP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SCTP #21 2.821 [titan.ProtocolModules.SDP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SDP #21 2.821 [titan.ProtocolModules.SUA] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SUA #21 2.822 [titan.ProtocolModules.NAS_EPS_15.2.0.1] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.NAS_EPS_15.2.0.1 #21 2.852 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ISUP_Q.762.git/ #21 2.861 [titan.ProtocolModules.NS_v7.3.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.NS_v7.3.0 #21 2.880 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0.git/ #21 2.881 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.JSON_v07_2006.git/ #21 2.893 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git/ #21 2.899 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0.git/ #21 2.905 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMPP.git/ #21 2.915 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.TCP.git/ #21 2.920 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTP.git/ #21 2.930 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M2PA.git/ #21 2.931 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ROSE.git/ #21 2.935 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SUA.git/ #21 2.937 [titan.ProtocolModules.ISUP_Q.762] Checking out origin/R.8.A-5-g42d428b #21 2.945 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SCTP.git/ #21 2.948 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SDP.git/ #21 2.949 [titan.ProtocolModules.SGsAP_13.2.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SGsAP_13.2.0 #21 2.954 [titan.ProtocolModules.JSON_v07_2006] Checking out R.1.A #21 2.957 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.NAS_EPS_15.2.0.1.git/ #21 2.964 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git/ #21 2.966 [titan.ProtocolModules.SNDCP_v7.0.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SNDCP_v7.0.0 #21 2.967 [titan.ProtocolModules.LLC_v7.1.0] Checking out 09817f113255d7fb56f1d45d3dd629a093d9248d #21 2.968 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.NS_v7.3.0.git/ #21 2.968 [titan.ProtocolModules.M3UA] Checking out c496d298876fed55c2b730278b7ee77982555563 #21 2.979 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.UDP.git/ #21 2.980 [titan.ProtocolModules.PFCP_v15.1.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0 #21 2.987 [titan.ProtocolModules.TCP] Checking out origin/R.3.A-5-g39e5f45 #21 2.989 [titan.TestPorts.Common_Components.Socket-API] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Socket-API #21 2.990 [titan.TestPorts.Common_Components.Abstract_Socket] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Abstract_Socket #21 2.996 [titan.TestPorts.HTTPmsg] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.HTTPmsg #21 2.996 [titan.ProtocolModules.SMPP] Checking out origin/R.2.A-5-gf2c9017 #21 2.997 [titan.ProtocolModules.ROSE] Checking out origin/R.1.C-5-g0f6774c #21 3.000 [titan.ProtocolModules.RTP] Checking out origin/R.5.A-8-g5157e9d #21 3.002 [titan.TestPorts.IPL4asp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.IPL4asp #21 3.002 [titan.TestPorts.LANL2asp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LANL2asp #21 3.007 [titan.ProtocolModules.SDP] Checking out origin/R.14.A-6-g7f00ea0 #21 3.008 [titan.TestPorts.PCAPasp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PCAPasp #21 3.010 [titan.ProtocolModules.SUA] Checking out origin/R.5.A-5-gcf1137a #21 3.011 [titan.ProtocolModules.M2PA] Checking out origin/R.2.A-5-ga75b589 #21 3.014 [titan.TestPorts.PIPEasp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PIPEasp #21 3.016 [titan.TestPorts.SIPmsg] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SIPmsg #21 3.016 [titan.ProtocolModules.SCTP] Checking out origin/R.2.A-5-g556ef3f #21 3.016 [titan.TestPorts.TELNETasp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp #21 3.018 [titan.ProtocolModules.L2TP] Checking out 17e76d3662bd0bb815158e8a9de1ec413f21b530 #21 3.019 [titan.TestPorts.TCPasp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TCPasp #21 3.019 [titan.TestPorts.UDPasp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp #21 3.020 [titan.TestPorts.UNIX_DOMAIN_SOCKETasp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UNIX_DOMAIN_SOCKETasp #21 3.021 [titan.TestPorts.MTP3asp] Updating URL to https://github.com/osmocom/titan.TestPorts.MTP3asp #21 3.025 [titan.ProtocolModules.NAS_EPS_15.2.0.1] Checking out origin/R.1.A-2-g2ba853c #21 3.028 [titan.ProtocolModules.BSSGP_v13.0.0] Updating URL to https://github.com/osmocom/titan.ProtocolModules.BSSGP_v13.0.0 #21 3.028 [osmo-uecups] Updating URL to https://gerrit.osmocom.org/osmo-uecups #21 3.034 [titan.ProtocolModules.UDP] Checking out origin/R.4.A-5-geea8aa3 #21 3.038 [titan.ProtocolModules.BSSMAP] Updating URL to https://gitea.osmocom.org/ttcn3/titan.ProtocolModules.BSSMAP #21 3.068 [titan.ProtocolModules.NS_v7.3.0] Checking out origin/R.2.A-6-gf73f195 #21 3.070 [titan.ProtocolModules.MAP] Updating URL to https://gitea.osmocom.org/ttcn3/titan.ProtocolModules.MAP #21 3.076 [osmo-uecups] Checking out 8362efef7c6fa341eb947a75786878e0685767b7 #21 3.079 [titan.TestPorts.AF_PACKET] Updating URL to https://gitea.osmocom.org/ttcn3/titan.TestPorts.AF_PACKET #21 3.080 [titan.ProtocolModules.BSSMAP] Checking out 4acb6ab5f058477f0b90c2da182d52054e3614b0 #21 3.083 [titan.TestPorts.USB] Updating URL to https://gitea.osmocom.org/ttcn3/titan.TestPorts.USB #21 3.111 [titan.ProtocolModules.MAP] Checking out origin/R.2.A-1-g79c6a3d #21 3.113 [titan.TestPorts.SCTPasp] Updating URL to https://github.com/osmocom/titan.TestPorts.SCTPasp #21 3.121 [titan.TestPorts.USB] Checking out a9470fdc99c82fbf988f4508c3161118c9106e28 #21 3.122 [titan.TestPorts.AF_PACKET] Checking out origin/0.1-5-g89ebea6 #21 3.124 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SGsAP_13.2.0.git/ #21 3.144 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SNDCP_v7.0.0.git/ #21 3.144 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0.git/ #21 3.152 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PCAPasp.git/ #21 3.152 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/ #21 3.154 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UNIX_DOMAIN_SOCKETasp.git/ #21 3.154 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Socket-API.git/ #21 3.156 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LANL2asp.git/ #21 3.158 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Abstract_Socket.git/ #21 3.166 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SIPmsg.git/ #21 3.166 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git/ #21 3.166 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.IPL4asp.git/ #21 3.168 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.HTTPmsg.git/ #21 3.171 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TCPasp.git/ #21 3.219 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PIPEasp.git/ #21 3.219 [titan.ProtocolModules.SNDCP_v7.0.0] Checking out origin/R.2.A-5-gd0f0ce6 #21 3.219 [titan.ProtocolModules.SGsAP_13.2.0] Checking out origin/R.1.B-3-g5ccaeab #21 3.228 [titan.TestPorts.Common_Components.Abstract_Socket] Checking out origin/R.9.B-4-gbd41994 #21 3.230 [titan.TestPorts.PCAPasp] Checking out origin/R.8.A-3-g9ad320f #21 3.231 [titan.TestPorts.UDPasp] Checking out 54176e95850654e5e8b0ffa2f1b5f35c412b949c #21 3.235 [titan.ProtocolModules.PFCP_v15.1.0] Checking out d550ad9ddb6f9c823c9a555254cd76cf0e738d18 #21 3.236 [titan.TestPorts.TELNETasp] Checking out 873fe539642542cd9a901c208f1ec11c6d2f5387 #21 3.237 [titan.TestPorts.HTTPmsg] Checking out origin/R.9.B-4-g9a0dfde #21 3.238 [titan.TestPorts.UNIX_DOMAIN_SOCKETasp] Checking out origin/R.2.A-13-gd34ab71 #21 3.249 [titan.TestPorts.LANL2asp] Checking out origin/R.8.C-3-gb07c265 #21 3.253 [titan.TestPorts.Common_Components.Socket-API] Checking out origin/R.6.A-6-gf4380d0 #21 3.256 [titan.TestPorts.IPL4asp] Checking out origin/R.30.E-7-g029bccb #21 3.278 [titan.TestPorts.PIPEasp] Checking out origin/R.7.D-3-g8b01154 #21 3.366 [titan.TestPorts.TCPasp] Checking out origin/R.9.A-5-g2c91bc6 #21 3.425 [titan.TestPorts.SCTPasp] Checking out origin/R.11.A-8-g2e911c3 #21 3.434 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps' #21 3.435 touch .make.deps #21 3.437 make: Leaving directory '/osmo-ttcn3-hacks' #21 DONE 3.6s #22 [15/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-TTCN3-HACKS/+/REFS/HEADS/MASTER/DEPS/MAKEFILE?FORMAT=TEXT /tmp/deps-Makefile #22 DONE 0.1s #23 [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 && chown -R 1000:1000 /osmo-ttcn3-hacks/deps #23 0.350 Files /tmp/deps-Makefile and /osmo-ttcn3-hacks/deps/Makefile differ #23 0.396 Already up to date. #23 0.469 make: Nothing to be done for 'deps'. #23 DONE 22.4s #24 exporting to image #24 exporting layers #24 exporting layers 0.9s done #24 writing image sha256:a7f933a8604bc0e624f97db8f8fc3ad916fe068fa6793bc5f32bcc5e4aadfd49 done #24 naming to registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest 0.0s done #24 DONE 0.9s 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] abaa22b88980: Preparing 397cb9575b27: Preparing 7c9a8dac4849: Preparing 2001c3ba5cd5: Preparing 3b5aae9177b1: Preparing 6537cacf4b05: Preparing 688351887fc7: Preparing 03bb6a24abae: Preparing e5dea51870ce: Preparing 8d31508244a5: Preparing 27c56577617c: Preparing e0d43468760d: Preparing fb3a7bd740b1: Preparing a27bc914393c: Preparing 59f24893fb43: Preparing 91b542912d12: Preparing 8d31508244a5: Waiting 27c56577617c: Waiting e0d43468760d: Waiting fb3a7bd740b1: Waiting a27bc914393c: Waiting 59f24893fb43: Waiting 91b542912d12: Waiting 688351887fc7: Waiting 03bb6a24abae: Waiting 6537cacf4b05: Waiting e5dea51870ce: Waiting 3b5aae9177b1: Pushed 397cb9575b27: Pushed 6537cacf4b05: Layer already exists 688351887fc7: Layer already exists 03bb6a24abae: Layer already exists e5dea51870ce: Layer already exists 8d31508244a5: Layer already exists 27c56577617c: Layer already exists e0d43468760d: Layer already exists fb3a7bd740b1: Layer already exists a27bc914393c: Layer already exists 59f24893fb43: Layer already exists 91b542912d12: Layer already exists abaa22b88980: Pushed 7c9a8dac4849: Pushed 2001c3ba5cd5: Pushed latest: digest: sha256:7e27fdb5737899c4c747b173064e773cc8c601b38195460176212563fd88df31 size: 3663 Triggering a new build of registry-rebuild-upload-ttcn3-bts-tests Finished: SUCCESS