Started by upstream project "registry-trigger-osmo-ttcn3-hacks" build number 2387 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/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/jenkins5274621956644312307.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.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 [ 1/16] FROM registry.osmocom.org/debian:bookworm@sha256:c6ee1b882ba0b5f90939f42c028f4e1a4f4b960c504b67d50f8e46f4e84ac485 #6 resolve registry.osmocom.org/debian:bookworm@sha256:c6ee1b882ba0b5f90939f42c028f4e1a4f4b960c504b67d50f8e46f4e84ac485 #6 resolve registry.osmocom.org/debian:bookworm@sha256:c6ee1b882ba0b5f90939f42c028f4e1a4f4b960c504b67d50f8e46f4e84ac485 0.2s done #6 DONE 0.2s #7 https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master?format=TEXT #7 DONE 0.2s #5 [internal] load build context #5 transferring context: 19.37kB done #5 DONE 0.1s #8 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12//Release #8 DONE 0.3s #9 [10/16] RUN GIT config --global user.email docker@dock.er && git config --global user.name "Dock Er" #9 CACHED #10 [ 3/16] COPY .COMMON/PIPEWORK /usr/local/bin/pipework #10 CACHED #11 [ 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 #11 CACHED #12 [ 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 #12 CACHED #13 [ 5/16] COPY .COMMON/TTCN3-DOCKER-RUN.SH /usr/local/bin/ttcn3-docker-run #13 CACHED #14 [ 2/16] COPY .COMMON/RELEASE.KEY /usr/share/keyrings/osmocom-latest.asc #14 CACHED #15 [ 4/16] COPY .COMMON/TTCN3-DOCKER-PREPARE.SH /usr/local/bin/ttcn3-docker-prepare #15 CACHED #16 [ 8/16] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/PYTHON/OSMO-PYTHON-TESTS/+/MASTER?FORMAT=TEXT /tmp/osmo-python-tests-commit #16 CACHED #17 [ 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 #17 CACHED #18 [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 #18 CACHED #19 https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/refs/heads/master/deps/Makefile?format=TEXT #19 CACHED #20 [12/16] ADD HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/LATEST/DEBIAN_12//RELEASE /tmp/Release #20 DONE 0.2s #21 [13/16] RUN SET -x && apt-get update && apt-get install -y --no-install-recommends eclipse-titan && apt-get clean #21 0.367 + apt-get update #21 0.445 Hit:1 http://deb.debian.org/debian bookworm InRelease #21 0.445 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] #21 0.449 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #21 0.450 Get:4 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ InRelease [1580 B] #21 0.591 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [12.8 kB] #21 0.598 Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-11-27-1405.46-F-2024-11-27-1405.46.pdiff [435 B] #21 0.610 Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-11-27-1405.46-F-2024-11-27-1405.46.pdiff [435 B] #21 0.656 Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [206 kB] #21 0.717 Get:8 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ Packages [181 kB] #21 0.744 Fetched 505 kB in 0s (1543 kB/s) #21 0.744 Reading package lists... #21 1.128 + apt-get install -y --no-install-recommends eclipse-titan #21 1.139 Reading package lists... #21 1.501 Building dependency tree... #21 1.587 Reading state information... #21 1.668 The following additional packages will be installed: #21 1.668 expect icu-devtools libbsd-dev libdbus-1-dev libedit-dev libedit2 libicu-dev #21 1.668 libmd-dev libncurses-dev libncurses6 libpcap-dev libpcap0.8-dev libpcre16-3 #21 1.668 libpcre3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpkgconf3 libsctp-dev #21 1.668 libsctp1 libssl-dev libtcl8.6 libxml2-dev pkg-config pkgconf pkgconf-bin #21 1.668 sgml-base tcl-expect tcl8.6 xml-core #21 1.668 Suggested packages: #21 1.668 tk8.6 icu-doc ncurses-doc lksctp-tools libssl-doc sgml-base-doc #21 1.668 tcl-tclreadline debhelper #21 1.839 The following NEW packages will be installed: #21 1.840 eclipse-titan expect icu-devtools libbsd-dev libdbus-1-dev libedit-dev #21 1.840 libedit2 libicu-dev libmd-dev libncurses-dev libncurses6 libpcap-dev #21 1.840 libpcap0.8-dev libpcre16-3 libpcre3 libpcre3-dev libpcre32-3 libpcrecpp0v5 #21 1.840 libpkgconf3 libsctp-dev libsctp1 libssl-dev libtcl8.6 libxml2-dev pkg-config #21 1.840 pkgconf pkgconf-bin sgml-base tcl-expect tcl8.6 xml-core #21 1.885 0 upgraded, 31 newly installed, 0 to remove and 2 not upgraded. #21 1.885 Need to get 32.4 MB of archives. #21 1.885 After this operation, 189 MB of additional disk space will be used. #21 1.885 Get:1 http://deb.debian.org/debian bookworm/main amd64 sgml-base all 1.31 [15.4 kB] #21 1.904 Get:2 http://deb.debian.org/debian bookworm/main amd64 libtcl8.6 amd64 8.6.13+dfsg-2 [1035 kB] #21 1.906 Get:3 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ eclipse-titan 9.0.0.3.0bbfc~osmocom [13.8 MB] #21 1.932 Get:4 http://deb.debian.org/debian bookworm/main amd64 tcl8.6 amd64 8.6.13+dfsg-2 [120 kB] #21 1.933 Get:5 http://deb.debian.org/debian bookworm/main amd64 tcl-expect amd64 5.45.4-2+b1 [133 kB] #21 1.935 Get:6 http://deb.debian.org/debian bookworm/main amd64 expect amd64 5.45.4-2+b1 [166 kB] #21 1.937 Get:7 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] #21 1.938 Get:8 http://deb.debian.org/debian bookworm/main amd64 libmd-dev amd64 1.0.4-2 [47.0 kB] #21 1.938 Get:9 http://deb.debian.org/debian bookworm/main amd64 libbsd-dev amd64 0.11.7-2 [243 kB] #21 1.940 Get:10 http://deb.debian.org/debian bookworm/main amd64 libncurses6 amd64 6.4-4 [103 kB] #21 1.942 Get:11 http://deb.debian.org/debian bookworm/main amd64 libncurses-dev amd64 6.4-4 [349 kB] #21 1.945 Get:12 http://deb.debian.org/debian bookworm/main amd64 libedit-dev amd64 3.1-20221030-2 [113 kB] #21 1.946 Get:13 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB] #21 1.951 Get:14 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB] #21 1.952 Get:15 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB] #21 1.953 Get:16 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB] #21 1.962 Get:17 http://deb.debian.org/debian bookworm/main amd64 xml-core all 0.18+nmu1 [23.8 kB] #21 1.962 Get:18 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-dev amd64 1.14.10-1~deb12u1 [241 kB] #21 1.963 Get:19 http://deb.debian.org/debian bookworm/main amd64 libpcap0.8-dev amd64 1.10.3-1 [281 kB] #21 1.965 Get:20 http://deb.debian.org/debian bookworm/main amd64 libpcap-dev amd64 1.10.3-1 [28.2 kB] #21 1.966 Get:21 http://deb.debian.org/debian bookworm/main amd64 libpcre3 amd64 2:8.39-15 [341 kB] #21 1.968 Get:22 http://deb.debian.org/debian bookworm/main amd64 libpcre16-3 amd64 2:8.39-15 [257 kB] #21 1.969 Get:23 http://deb.debian.org/debian bookworm/main amd64 libpcre32-3 amd64 2:8.39-15 [248 kB] #21 1.971 Get:24 http://deb.debian.org/debian bookworm/main amd64 libpcrecpp0v5 amd64 2:8.39-15 [143 kB] #21 1.973 Get:25 http://deb.debian.org/debian bookworm/main amd64 libpcre3-dev amd64 2:8.39-15 [653 kB] #21 1.988 Get:26 http://deb.debian.org/debian bookworm/main amd64 libsctp1 amd64 1.0.19+dfsg-2 [29.7 kB] #21 1.989 Get:27 http://deb.debian.org/debian bookworm/main amd64 libsctp-dev amd64 1.0.19+dfsg-2 [72.2 kB] #21 1.990 Get:28 http://deb.debian.org/debian bookworm/main amd64 libssl-dev amd64 3.0.15-1~deb12u1 [2439 kB] #21 2.011 Get:29 http://deb.debian.org/debian bookworm/main amd64 icu-devtools amd64 72.1-3 [206 kB] #21 2.013 Get:30 http://deb.debian.org/debian bookworm/main amd64 libicu-dev amd64 72.1-3 [10.3 MB] #21 2.140 Get:31 http://deb.debian.org/debian bookworm/main amd64 libxml2-dev amd64 2.9.14+dfsg-1.3~deb12u1 [782 kB] #21 2.340 debconf: delaying package configuration, since apt-utils is not installed #21 2.387 Fetched 32.4 MB in 0s (93.0 MB/s) #21 2.476 Selecting previously unselected package sgml-base. #21 2.476 (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.) #21 2.512 Preparing to unpack .../00-sgml-base_1.31_all.deb ... #21 2.530 Unpacking sgml-base (1.31) ... #21 2.682 Selecting previously unselected package libtcl8.6:amd64. #21 2.684 Preparing to unpack .../01-libtcl8.6_8.6.13+dfsg-2_amd64.deb ... #21 2.716 Unpacking libtcl8.6:amd64 (8.6.13+dfsg-2) ... #21 2.893 Selecting previously unselected package tcl8.6. #21 2.895 Preparing to unpack .../02-tcl8.6_8.6.13+dfsg-2_amd64.deb ... #21 2.910 Unpacking tcl8.6 (8.6.13+dfsg-2) ... #21 3.023 Selecting previously unselected package tcl-expect:amd64. #21 3.026 Preparing to unpack .../03-tcl-expect_5.45.4-2+b1_amd64.deb ... #21 3.041 Unpacking tcl-expect:amd64 (5.45.4-2+b1) ... #21 3.148 Selecting previously unselected package expect. #21 3.150 Preparing to unpack .../04-expect_5.45.4-2+b1_amd64.deb ... #21 3.165 Unpacking expect (5.45.4-2+b1) ... #21 3.294 Selecting previously unselected package libedit2:amd64. #21 3.296 Preparing to unpack .../05-libedit2_3.1-20221030-2_amd64.deb ... #21 3.311 Unpacking libedit2:amd64 (3.1-20221030-2) ... #21 3.412 Selecting previously unselected package libmd-dev:amd64. #21 3.415 Preparing to unpack .../06-libmd-dev_1.0.4-2_amd64.deb ... #21 3.430 Unpacking libmd-dev:amd64 (1.0.4-2) ... #21 3.535 Selecting previously unselected package libbsd-dev:amd64. #21 3.537 Preparing to unpack .../07-libbsd-dev_0.11.7-2_amd64.deb ... #21 3.552 Unpacking libbsd-dev:amd64 (0.11.7-2) ... #21 3.710 Selecting previously unselected package libncurses6:amd64. #21 3.713 Preparing to unpack .../08-libncurses6_6.4-4_amd64.deb ... #21 3.728 Unpacking libncurses6:amd64 (6.4-4) ... #21 3.823 Selecting previously unselected package libncurses-dev:amd64. #21 3.826 Preparing to unpack .../09-libncurses-dev_6.4-4_amd64.deb ... #21 3.841 Unpacking libncurses-dev:amd64 (6.4-4) ... #21 3.965 Selecting previously unselected package libedit-dev:amd64. #21 3.968 Preparing to unpack .../10-libedit-dev_3.1-20221030-2_amd64.deb ... #21 3.983 Unpacking libedit-dev:amd64 (3.1-20221030-2) ... #21 4.114 Selecting previously unselected package libpkgconf3:amd64. #21 4.116 Preparing to unpack .../11-libpkgconf3_1.8.1-1_amd64.deb ... #21 4.134 Unpacking libpkgconf3:amd64 (1.8.1-1) ... #21 4.229 Selecting previously unselected package pkgconf-bin. #21 4.232 Preparing to unpack .../12-pkgconf-bin_1.8.1-1_amd64.deb ... #21 4.247 Unpacking pkgconf-bin (1.8.1-1) ... #21 4.360 Selecting previously unselected package pkgconf:amd64. #21 4.362 Preparing to unpack .../13-pkgconf_1.8.1-1_amd64.deb ... #21 4.379 Unpacking pkgconf:amd64 (1.8.1-1) ... #21 4.491 Selecting previously unselected package pkg-config:amd64. #21 4.494 Preparing to unpack .../14-pkg-config_1.8.1-1_amd64.deb ... #21 4.511 Unpacking pkg-config:amd64 (1.8.1-1) ... #21 4.652 Selecting previously unselected package xml-core. #21 4.655 Preparing to unpack .../15-xml-core_0.18+nmu1_all.deb ... #21 4.671 Unpacking xml-core (0.18+nmu1) ... #21 4.790 Selecting previously unselected package libdbus-1-dev:amd64. #21 4.792 Preparing to unpack .../16-libdbus-1-dev_1.14.10-1~deb12u1_amd64.deb ... #21 4.808 Unpacking libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ... #21 4.925 Selecting previously unselected package libpcap0.8-dev:amd64. #21 4.927 Preparing to unpack .../17-libpcap0.8-dev_1.10.3-1_amd64.deb ... #21 4.945 Unpacking libpcap0.8-dev:amd64 (1.10.3-1) ... #21 5.067 Selecting previously unselected package libpcap-dev:amd64. #21 5.070 Preparing to unpack .../18-libpcap-dev_1.10.3-1_amd64.deb ... #21 5.086 Unpacking libpcap-dev:amd64 (1.10.3-1) ... #21 5.205 Selecting previously unselected package libpcre3:amd64. #21 5.208 Preparing to unpack .../19-libpcre3_2%3a8.39-15_amd64.deb ... #21 5.223 Unpacking libpcre3:amd64 (2:8.39-15) ... #21 5.372 Selecting previously unselected package libpcre16-3:amd64. #21 5.374 Preparing to unpack .../20-libpcre16-3_2%3a8.39-15_amd64.deb ... #21 5.390 Unpacking libpcre16-3:amd64 (2:8.39-15) ... #21 5.522 Selecting previously unselected package libpcre32-3:amd64. #21 5.525 Preparing to unpack .../21-libpcre32-3_2%3a8.39-15_amd64.deb ... #21 5.540 Unpacking libpcre32-3:amd64 (2:8.39-15) ... #21 5.672 Selecting previously unselected package libpcrecpp0v5:amd64. #21 5.675 Preparing to unpack .../22-libpcrecpp0v5_2%3a8.39-15_amd64.deb ... #21 5.690 Unpacking libpcrecpp0v5:amd64 (2:8.39-15) ... #21 5.792 Selecting previously unselected package libpcre3-dev:amd64. #21 5.794 Preparing to unpack .../23-libpcre3-dev_2%3a8.39-15_amd64.deb ... #21 5.810 Unpacking libpcre3-dev:amd64 (2:8.39-15) ... #21 5.975 Selecting previously unselected package libsctp1:amd64. #21 5.978 Preparing to unpack .../24-libsctp1_1.0.19+dfsg-2_amd64.deb ... #21 5.993 Unpacking libsctp1:amd64 (1.0.19+dfsg-2) ... #21 6.080 Selecting previously unselected package libsctp-dev:amd64. #21 6.083 Preparing to unpack .../25-libsctp-dev_1.0.19+dfsg-2_amd64.deb ... #21 6.098 Unpacking libsctp-dev:amd64 (1.0.19+dfsg-2) ... #21 6.200 Selecting previously unselected package libssl-dev:amd64. #21 6.202 Preparing to unpack .../26-libssl-dev_3.0.15-1~deb12u1_amd64.deb ... #21 6.219 Unpacking libssl-dev:amd64 (3.0.15-1~deb12u1) ... #21 6.428 Selecting previously unselected package icu-devtools. #21 6.431 Preparing to unpack .../27-icu-devtools_72.1-3_amd64.deb ... #21 6.445 Unpacking icu-devtools (72.1-3) ... #21 6.550 Selecting previously unselected package libicu-dev:amd64. #21 6.553 Preparing to unpack .../28-libicu-dev_72.1-3_amd64.deb ... #21 6.568 Unpacking libicu-dev:amd64 (72.1-3) ... #21 7.060 Selecting previously unselected package libxml2-dev:amd64. #21 7.063 Preparing to unpack .../29-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... #21 7.081 Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ... #21 7.247 Selecting previously unselected package eclipse-titan. #21 7.249 Preparing to unpack .../30-eclipse-titan_9.0.0.3.0bbfc~osmocom_amd64.deb ... #21 7.265 Unpacking eclipse-titan (9.0.0.3.0bbfc~osmocom) ... #21 7.860 Setting up libpcre16-3:amd64 (2:8.39-15) ... #21 7.931 Setting up libedit2:amd64 (3.1-20221030-2) ... #21 8.008 Setting up libpcre3:amd64 (2:8.39-15) ... #21 8.065 Setting up libpkgconf3:amd64 (1.8.1-1) ... #21 8.110 Setting up libncurses6:amd64 (6.4-4) ... #21 8.157 Setting up libssl-dev:amd64 (3.0.15-1~deb12u1) ... #21 8.203 Setting up libpcre32-3:amd64 (2:8.39-15) ... #21 8.248 Setting up libtcl8.6:amd64 (8.6.13+dfsg-2) ... #21 8.293 Setting up icu-devtools (72.1-3) ... #21 8.337 Setting up pkgconf-bin (1.8.1-1) ... #21 8.381 Setting up libsctp1:amd64 (1.0.19+dfsg-2) ... #21 8.426 Setting up libmd-dev:amd64 (1.0.4-2) ... #21 8.474 Setting up sgml-base (1.31) ... #21 8.543 Setting up libicu-dev:amd64 (72.1-3) ... #21 8.588 Setting up libbsd-dev:amd64 (0.11.7-2) ... #21 8.634 Setting up libpcrecpp0v5:amd64 (2:8.39-15) ... #21 8.682 Setting up tcl8.6 (8.6.13+dfsg-2) ... #21 8.728 Setting up libncurses-dev:amd64 (6.4-4) ... #21 8.772 Setting up libpcre3-dev:amd64 (2:8.39-15) ... #21 8.818 Setting up tcl-expect:amd64 (5.45.4-2+b1) ... #21 8.868 Setting up pkgconf:amd64 (1.8.1-1) ... #21 8.913 Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ... #21 8.957 Setting up libedit-dev:amd64 (3.1-20221030-2) ... #21 9.000 Setting up libsctp-dev:amd64 (1.0.19+dfsg-2) ... #21 9.043 Setting up pkg-config:amd64 (1.8.1-1) ... #21 9.087 Setting up xml-core (0.18+nmu1) ... #21 9.338 Setting up expect (5.45.4-2+b1) ... #21 9.384 Processing triggers for libc-bin (2.36-9+deb12u9) ... #21 9.443 Processing triggers for sgml-base (1.31) ... #21 9.497 Setting up libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ... #21 9.662 Setting up libpcap0.8-dev:amd64 (1.10.3-1) ... #21 9.706 Setting up libpcap-dev:amd64 (1.10.3-1) ... #21 9.749 Setting up eclipse-titan (9.0.0.3.0bbfc~osmocom) ... #21 9.817 Processing triggers for libc-bin (2.36-9+deb12u9) ... #21 9.944 + apt-get clean #21 DONE 10.3s #22 [14/16] RUN GIT clone https://gerrit.osmocom.org/osmo-ttcn3-hacks && make -j8 -C /osmo-ttcn3-hacks deps #22 0.390 Cloning into 'osmo-ttcn3-hacks'... #22 1.604 make: Entering directory '/osmo-ttcn3-hacks' #22 1.660 (make -j16 -C deps || make -j1 -C deps) #22 1.662 make[1]: Entering directory '/osmo-ttcn3-hacks' #22 1.662 make[1]: warning: -j16 forced in submake: resetting jobserver mode. #22 1.744 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP' #22 1.744 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP' #22 1.744 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP/update' #22 1.744 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP/update' #22 1.744 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP/clean' #22 1.744 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP/clean' #22 1.744 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP/distclean' #22 1.744 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP/distclean' #22 1.757 [titan.Libraries.TCCUsefulFunctions] Initial git clone #22 1.757 [titan.ProtocolEmulations.M3UA] Initial git clone #22 1.758 [titan.ProtocolEmulations.SCCP] Initial git clone #22 1.758 [titan.ProtocolModules.BSSAPP_v7.3.0] Initial git clone #22 1.759 [titan.ProtocolModules.DIAMETER_ProtocolModule_Generator] Initial git clone #22 1.760 [titan.ProtocolModules.DNS] Initial git clone #22 1.760 [titan.ProtocolModules.GRE] Initial git clone #22 1.760 [titan.ProtocolModules.GTP_v13.5.0] Initial git clone #22 1.761 [titan.ProtocolModules.GTPv2_v13.7.0] Initial git clone #22 1.762 [titan.ProtocolModules.ICMP] Initial git clone #22 1.762 [titan.ProtocolModules.ICMPv6] Initial git clone #22 1.763 [titan.ProtocolModules.IP] Initial git clone #22 1.764 [titan.ProtocolModules.ISUP_Q.762] Initial git clone #22 1.765 [titan.ProtocolModules.JSON_v07_2006] Initial git clone #22 1.765 [titan.ProtocolModules.L2TP] Initial git clone #22 1.766 [titan.ProtocolModules.LLC_v7.1.0] Initial git clone #22 2.276 [titan.ProtocolModules.M3UA] Initial git clone #22 2.327 [titan.ProtocolModules.MobileL3_v13.4.0] Initial git clone #22 2.335 [titan.ProtocolModules.SMPP] Initial git clone #22 2.349 [titan.ProtocolModules.TCP] Initial git clone #22 2.350 [titan.ProtocolModules.UDP] Initial git clone #22 2.368 [titan.ProtocolModules.RTP] Initial git clone #22 2.387 [titan.ProtocolModules.M2PA] Initial git clone #22 2.388 [titan.ProtocolModules.ROSE] Initial git clone #22 2.391 [titan.ProtocolModules.SCTP] Initial git clone #22 2.407 [titan.ProtocolModules.SDP] Initial git clone #22 2.408 [titan.ProtocolModules.SUA] Initial git clone #22 2.427 [titan.ProtocolModules.NAS_EPS_15.2.0.1] Initial git clone #22 2.428 [titan.ProtocolModules.NS_v7.3.0] Initial git clone #22 2.429 [titan.ProtocolModules.SGsAP_13.2.0] Initial git clone #22 2.438 [titan.ProtocolModules.SNDCP_v7.0.0] Initial git clone #22 2.459 [titan.ProtocolModules.PFCP_v15.1.0] Initial git clone #22 2.616 [titan.TestPorts.Common_Components.Socket-API] Initial git clone #22 2.681 [titan.TestPorts.Common_Components.Abstract_Socket] Initial git clone #22 2.696 [titan.TestPorts.HTTPmsg] Initial git clone #22 2.715 [titan.TestPorts.IPL4asp] Initial git clone #22 2.765 [titan.TestPorts.LANL2asp] Initial git clone #22 2.765 [titan.TestPorts.PCAPasp] Initial git clone #22 2.786 [titan.TestPorts.PIPEasp] Initial git clone #22 2.803 [titan.TestPorts.SIPmsg] Initial git clone #22 2.805 [titan.TestPorts.TELNETasp] Initial git clone #22 2.805 [titan.TestPorts.TCPasp] Initial git clone #22 2.806 [titan.TestPorts.UDPasp] Initial git clone #22 2.809 [titan.TestPorts.UNIX_DOMAIN_SOCKETasp] Initial git clone #22 2.810 [titan.TestPorts.SCTPasp] Initial git clone #22 2.818 [titan.TestPorts.MTP3asp] Initial git clone #22 2.824 [titan.ProtocolModules.BSSGP_v13.0.0] Initial git clone #22 2.892 [osmo-uecups] Initial git clone #22 2.939 [titan.ProtocolModules.BSSMAP] Initial git clone #22 3.007 [titan.ProtocolModules.MAP] Initial git clone #22 3.059 [titan.TestPorts.AF_PACKET] Initial git clone #22 3.118 [titan.TestPorts.USB] Initial git clone #22 3.124 [titan.Libraries.TCCUsefulFunctions] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.Libraries.TCCUsefulFunctions #22 3.137 [titan.ProtocolEmulations.M3UA] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA #22 3.154 [titan.ProtocolEmulations.SCCP] Updating URL to https://github.com/osmocom/titan.ProtocolEmulations.SCCP #22 3.154 [titan.ProtocolModules.BSSAPP_v7.3.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.BSSAPP_v7.3.0 #22 3.165 [titan.ProtocolModules.DIAMETER_ProtocolModule_Generator] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator #22 3.201 [titan.ProtocolModules.DNS] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DNS #22 3.201 [titan.ProtocolModules.GRE] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GRE #22 3.207 [titan.ProtocolModules.GTP_v13.5.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0 #22 3.222 [titan.ProtocolModules.GTPv2_v13.7.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTPv2_v13.7.0 #22 3.243 [titan.ProtocolModules.ICMP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP #22 3.250 [titan.ProtocolModules.ICMPv6] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6 #22 3.260 [titan.ProtocolModules.IP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP #22 3.262 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.Libraries.TCCUsefulFunctions.git/ #22 3.276 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolEmulations.M3UA.git/ #22 3.295 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.BSSAPP_v7.3.0.git/ #22 3.308 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git/ #22 3.329 [titan.Libraries.TCCUsefulFunctions] Checking out origin/R.35.B-6-gb3687da #22 3.335 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GRE.git/ #22 3.347 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DNS.git/ #22 3.349 [titan.ProtocolModules.ISUP_Q.762] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ISUP_Q.762 #22 3.359 [titan.ProtocolModules.JSON_v07_2006] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.JSON_v07_2006 #22 3.361 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTPv2_v13.7.0.git/ #22 3.361 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.GTP_v13.5.0.git/ #22 3.363 [titan.ProtocolModules.BSSAPP_v7.3.0] Checking out origin/R.2.A-4-g20cfaf8 #22 3.363 [titan.ProtocolModules.L2TP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP #22 3.366 [titan.ProtocolModules.LLC_v7.1.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0 #22 3.368 [titan.ProtocolModules.M3UA] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA #22 3.370 [titan.ProtocolModules.DIAMETER_ProtocolModule_Generator] Checking out ffd939595a08da1b8c8176aaa1f8578bfe02a912 #22 3.378 [titan.ProtocolModules.MobileL3_v13.4.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0 #22 3.386 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git/ #22 3.392 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git/ #22 3.396 [titan.ProtocolModules.SMPP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMPP #22 3.397 [titan.ProtocolModules.GRE] Checking out origin/R.2.A-5-g654c446 #22 3.401 [titan.ProtocolModules.TCP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.TCP #22 3.405 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git/ #22 3.417 [titan.ProtocolModules.DNS] Checking out R.7.B #22 3.428 [titan.ProtocolModules.UDP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.UDP #22 3.430 [titan.ProtocolModules.RTP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTP #22 3.434 [titan.ProtocolModules.GTPv2_v13.7.0] Checking out origin/R.2.A-5-g85cb124 #22 3.440 [titan.ProtocolModules.M2PA] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M2PA #22 3.447 [titan.ProtocolModules.ICMP] Checking out e49d9fb9f7de637b4bf4803dc6b6e911a8661640 #22 3.452 [titan.ProtocolModules.ROSE] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ROSE #22 3.453 [titan.ProtocolModules.ICMPv6] Checking out 46f4d9b6e1e3c794294a92588401a81e4881dd27 #22 3.459 [titan.ProtocolModules.SCTP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SCTP #22 3.464 [titan.ProtocolModules.IP] Checking out 1be86705f39ae38f3c04b2109806ee20d25e91d0 #22 3.469 [titan.ProtocolModules.SDP] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SDP #22 3.472 [titan.ProtocolModules.SUA] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SUA #22 3.476 [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 #22 3.498 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git/ #22 3.498 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ISUP_Q.762.git/ #22 3.501 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git/ #22 3.504 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.JSON_v07_2006.git/ #22 3.504 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.LLC_v7.1.0.git/ #22 3.513 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MobileL3_v13.4.0.git/ #22 3.526 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMPP.git/ #22 3.549 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.TCP.git/ #22 3.563 [titan.ProtocolModules.ISUP_Q.762] Checking out origin/R.8.A-5-g42d428b #22 3.563 [titan.ProtocolModules.L2TP] Checking out 17e76d3662bd0bb815158e8a9de1ec413f21b530 #22 3.568 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.UDP.git/ #22 3.568 [titan.ProtocolModules.JSON_v07_2006] Checking out R.1.A #22 3.569 [titan.ProtocolModules.NS_v7.3.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.NS_v7.3.0 #22 3.572 [titan.ProtocolModules.SGsAP_13.2.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SGsAP_13.2.0 #22 3.575 [titan.ProtocolModules.SNDCP_v7.0.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SNDCP_v7.0.0 #22 3.576 [titan.ProtocolModules.PFCP_v15.1.0] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0 #22 3.576 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M2PA.git/ #22 3.579 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTP.git/ #22 3.581 [titan.ProtocolModules.LLC_v7.1.0] Checking out 09817f113255d7fb56f1d45d3dd629a093d9248d #22 3.581 [titan.ProtocolModules.M3UA] Checking out c496d298876fed55c2b730278b7ee77982555563 #22 3.586 [titan.TestPorts.Common_Components.Socket-API] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Socket-API #22 3.587 [titan.TestPorts.Common_Components.Abstract_Socket] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Abstract_Socket #22 3.587 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ROSE.git/ #22 3.593 [titan.ProtocolModules.SMPP] Checking out origin/R.2.A-5-gf2c9017 #22 3.598 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SCTP.git/ #22 3.599 [titan.TestPorts.HTTPmsg] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.HTTPmsg #22 3.601 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SDP.git/ #22 3.605 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.NAS_EPS_15.2.0.1.git/ #22 3.612 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SUA.git/ #22 3.620 [titan.ProtocolModules.TCP] Checking out origin/R.3.A-5-g39e5f45 #22 3.626 [titan.TestPorts.IPL4asp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.IPL4asp #22 3.628 [titan.ProtocolModules.UDP] Checking out origin/R.4.A-5-geea8aa3 #22 3.633 [titan.TestPorts.LANL2asp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LANL2asp #22 3.638 [titan.ProtocolModules.RTP] Checking out origin/R.5.A-8-g5157e9d #22 3.644 [titan.TestPorts.PCAPasp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PCAPasp #22 3.648 [titan.ProtocolModules.ROSE] Checking out origin/R.1.C-5-g0f6774c #22 3.652 [titan.TestPorts.PIPEasp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PIPEasp #22 3.656 [titan.ProtocolModules.M2PA] Checking out origin/R.2.A-5-ga75b589 #22 3.661 [titan.TestPorts.SIPmsg] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SIPmsg #22 3.665 [titan.ProtocolModules.SCTP] Checking out origin/R.2.A-5-g556ef3f #22 3.667 [titan.ProtocolModules.SDP] Checking out origin/R.14.A-6-g7f00ea0 #22 3.668 [titan.ProtocolModules.NAS_EPS_15.2.0.1] Checking out origin/R.1.A-2-g2ba853c #22 3.668 [titan.ProtocolModules.SUA] Checking out origin/R.5.A-5-gcf1137a #22 3.670 [titan.TestPorts.TELNETasp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp #22 3.673 [titan.TestPorts.TCPasp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TCPasp #22 3.673 [titan.TestPorts.UDPasp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp #22 3.681 [titan.TestPorts.UNIX_DOMAIN_SOCKETasp] Updating URL to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UNIX_DOMAIN_SOCKETasp #22 3.705 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.NS_v7.3.0.git/ #22 3.707 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SNDCP_v7.0.0.git/ #22 3.710 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PFCP_v15.1.0.git/ #22 3.722 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Abstract_Socket.git/ #22 3.725 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Socket-API.git/ #22 3.732 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SGsAP_13.2.0.git/ #22 3.740 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.HTTPmsg.git/ #22 3.770 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.IPL4asp.git/ #22 3.771 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LANL2asp.git/ #22 3.774 [titan.ProtocolModules.SNDCP_v7.0.0] Checking out origin/R.2.A-5-gd0f0ce6 #22 3.777 [titan.ProtocolModules.PFCP_v15.1.0] Checking out d550ad9ddb6f9c823c9a555254cd76cf0e738d18 #22 3.780 [titan.TestPorts.SCTPasp] Updating URL to https://github.com/osmocom/titan.TestPorts.SCTPasp #22 3.781 [titan.ProtocolModules.NS_v7.3.0] Checking out origin/R.2.A-6-gf73f195 #22 3.783 [titan.TestPorts.MTP3asp] Updating URL to https://github.com/osmocom/titan.TestPorts.MTP3asp #22 3.787 [titan.ProtocolModules.BSSGP_v13.0.0] Updating URL to https://github.com/osmocom/titan.ProtocolModules.BSSGP_v13.0.0 #22 3.790 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PCAPasp.git/ #22 3.791 [titan.TestPorts.Common_Components.Abstract_Socket] Checking out origin/R.9.B-4-gbd41994 #22 3.800 [osmo-uecups] Updating URL to https://gerrit.osmocom.org/osmo-uecups #22 3.808 [titan.TestPorts.Common_Components.Socket-API] Checking out origin/R.6.A-6-gf4380d0 #22 3.811 [titan.ProtocolModules.SGsAP_13.2.0] Checking out origin/R.1.B-3-g5ccaeab #22 3.811 [titan.TestPorts.HTTPmsg] Checking out origin/R.9.B-4-g9a0dfde #22 3.811 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PIPEasp.git/ #22 3.812 [titan.ProtocolModules.BSSMAP] Updating URL to https://gitea.osmocom.org/ttcn3/titan.ProtocolModules.BSSMAP #22 3.813 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UNIX_DOMAIN_SOCKETasp.git/ #22 3.813 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git/ #22 3.815 [titan.ProtocolModules.MAP] Updating URL to https://gitea.osmocom.org/ttcn3/titan.ProtocolModules.MAP #22 3.819 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TCPasp.git/ #22 3.820 [titan.TestPorts.AF_PACKET] Updating URL to https://gitea.osmocom.org/ttcn3/titan.TestPorts.AF_PACKET #22 3.822 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git/ #22 3.827 warning: redirecting to https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SIPmsg.git/ #22 3.831 [titan.TestPorts.IPL4asp] Checking out origin/R.30.E-7-g029bccb #22 3.843 [titan.TestPorts.USB] Updating URL to https://gitea.osmocom.org/ttcn3/titan.TestPorts.USB #22 3.846 [titan.TestPorts.LANL2asp] Checking out origin/R.8.C-3-gb07c265 #22 3.850 [titan.TestPorts.PCAPasp] Checking out origin/R.8.A-3-g9ad320f #22 3.876 [osmo-uecups] Checking out 8362efef7c6fa341eb947a75786878e0685767b7 #22 3.877 [titan.TestPorts.TCPasp] Checking out origin/R.9.A-5-g2c91bc6 #22 3.878 [titan.TestPorts.PIPEasp] Checking out origin/R.7.D-3-g8b01154 #22 3.883 [titan.ProtocolModules.MAP] Checking out origin/R.2.A-1-g79c6a3d #22 3.884 [titan.ProtocolModules.BSSMAP] Checking out 4acb6ab5f058477f0b90c2da182d52054e3614b0 #22 3.884 [titan.TestPorts.UDPasp] Checking out 54176e95850654e5e8b0ffa2f1b5f35c412b949c #22 3.886 [titan.TestPorts.UNIX_DOMAIN_SOCKETasp] Checking out origin/R.2.A-13-gd34ab71 #22 3.887 [titan.TestPorts.TELNETasp] Checking out 873fe539642542cd9a901c208f1ec11c6d2f5387 #22 3.893 [titan.TestPorts.AF_PACKET] Checking out origin/0.1-5-g89ebea6 #22 3.916 [titan.TestPorts.USB] Checking out a9470fdc99c82fbf988f4508c3161118c9106e28 #22 4.087 [titan.TestPorts.SCTPasp] Checking out origin/R.11.A-8-g2e911c3 #22 4.093 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps' #22 4.093 touch .make.deps #22 4.094 make: Leaving directory '/osmo-ttcn3-hacks' #22 DONE 4.3s #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 && chown -R 1000:1000 /osmo-ttcn3-hacks/deps #24 0.346 Files /tmp/deps-Makefile and /osmo-ttcn3-hacks/deps/Makefile differ #24 0.417 Already up to date. #24 0.480 make: Nothing to be done for 'deps'. #24 DONE 20.5s #25 exporting to image #25 exporting layers #25 exporting layers 0.8s done #25 writing image sha256:d649f5ef37cd32b02a0e95f0df8ac03a3593bde5c85812632544a7694760c26c done #25 naming to registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest 0.0s done #25 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] 8046381b646b: Preparing c15a96b648e8: Preparing 320c147326bb: Preparing 8b5b26487922: Preparing 9d8006606153: Preparing 048dfbd9ed74: Preparing 915ad7279d43: Preparing 419b507946b9: Preparing 5c763d8967da: Preparing b7fea965572c: Preparing 90de49d3c18b: Preparing b9cb724d4f6c: Preparing 6ac27f36c769: Preparing 4bca90c9b7c4: Preparing 3e4b2a443f9c: Preparing 915ad7279d43: Waiting 419b507946b9: Waiting 5c763d8967da: Waiting b7fea965572c: Waiting 24b5ce0f1e07: Preparing 90de49d3c18b: Waiting b9cb724d4f6c: Waiting 6ac27f36c769: Waiting 4bca90c9b7c4: Waiting 24b5ce0f1e07: Waiting 3e4b2a443f9c: Waiting 048dfbd9ed74: Waiting c15a96b648e8: Pushed 9d8006606153: Pushed 048dfbd9ed74: Layer already exists 915ad7279d43: Layer already exists 419b507946b9: Layer already exists 5c763d8967da: Layer already exists b7fea965572c: Layer already exists 90de49d3c18b: Layer already exists b9cb724d4f6c: Layer already exists 6ac27f36c769: Layer already exists 4bca90c9b7c4: Layer already exists 3e4b2a443f9c: Layer already exists 24b5ce0f1e07: Layer already exists 8046381b646b: Pushed 320c147326bb: Pushed 8b5b26487922: Pushed latest: digest: sha256:58de2e733ace86df157f1873be11e43708eddcb8616fec5376c56a0d317a4635 size: 3663 Triggering a new build of registry-rebuild-upload-ttcn3-bts-tests Finished: SUCCESS