Skip to content
Failed

Console Output

Started by upstream project "master-osmo-pcu" build number 7282
originally caused by:
 Started by upstream project "master-libosmo-gprs" build number 1087
 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/osmo-gsm-tester_build-osmo-pcu-oc2g
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-pcu-oc2g/osmo-gsm-tester/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-gsm-tester
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f7d64b0bcf946ec21ce9c7562194343a12213a80 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
Commit message: "jenkins.sh: libosmo-netif no longer depends on libosmo-abis"
 > git rev-list --no-walk f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
[osmo-gsm-tester_build-osmo-pcu-oc2g] $ /bin/sh -xe /tmp/jenkins4081895227850796051.sh
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
a214a38 debian-bookworm-build: add xxd
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-pcu-oc2g/docker-playground/osmo-gsm-tester'
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/osmo-gsm-tester_build-osmo-pcu-oc2g/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--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_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.1s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 4.84kB done
#2 DONE 0.1s

#3 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build
#3 CACHED

#4 https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-tester/+/master?format=TEXT
#4 DONE 0.2s

#5 [ 2/28] RUN     useradd -ms /bin/bash jenkins
#5 DONE 0.9s

#6 [ 3/28] RUN     groupadd osmo-gsm-tester
#6 DONE 0.5s

#7 [ 4/28] RUN     usermod -a -G osmo-gsm-tester jenkins
#7 DONE 0.5s

#8 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#8 DONE 0.0s

#9 [internal] load build context
#9 transferring context: 5.76kB done
#9 DONE 0.1s

#10 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#10 0.475 Hit:1 http://deb.debian.org/debian bookworm InRelease
#10 0.475 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#10 0.475 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#10 0.475 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#10 0.607 Reading package lists...
#10 0.906 Reading package lists...
#10 1.201 Building dependency tree...
#10 1.347 Reading state information...
#10 1.514 dbus is already the newest version (1.14.10-1~deb12u1).
#10 1.514 tcpdump is already the newest version (4.99.3-1).
#10 1.514 sqlite3 is already the newest version (3.40.1-2+deb12u1).
#10 1.514 python3 is already the newest version (3.11.2-1+b1).
#10 1.514 python3-setuptools is already the newest version (66.1.1-1+deb12u1).
#10 1.514 python3-yaml is already the newest version (6.0-3+b2).
#10 1.514 python3-mako is already the newest version (1.2.4+ds-1).
#10 1.514 python3-gi is already the newest version (3.42.2-3+b1).
#10 1.514 python3-wheel is already the newest version (0.38.4-2).
#10 1.514 python3-wheel set to manually installed.
#10 1.514 ofono is already the newest version (1.31-3+b1).
#10 1.514 patchelf is already the newest version (0.14.3-1+b1).
#10 1.514 sudo is already the newest version (1.9.13p3-1+deb12u1).
#10 1.514 libcap2-bin is already the newest version (1:2.66-4).
#10 1.514 libcap2-bin set to manually installed.
#10 1.514 python3-pip is already the newest version (23.0.1+dfsg-1).
#10 1.514 The following additional packages will be installed:
#10 1.514   busybox libblas3 libc-bin libc-dev-bin libc-l10n libc6 libc6-dev libiperf0
#10 1.515   liblapack3 librpm9 librpmio9 rpm-common
#10 1.515 Suggested packages:
#10 1.515   libarchive-dev glibc-doc libnss-nis libnss-nisplus manpages-dev gfortran
#10 1.515   python3-pytest rpm-i18n
#10 1.515 Recommended packages:
#10 1.515   manpages manpages-dev libc-devtools
#10 1.577 The following NEW packages will be installed:
#10 1.578   busybox cpio iperf3 libblas3 libiperf0 liblapack3 librpm9 librpmio9
#10 1.578   python3-numpy python3-watchdog rpm-common rpm2cpio udhcpc
#10 1.578 The following packages will be upgraded:
#10 1.578   libc-bin libc-dev-bin libc-l10n libc6 libc6-dev locales
#10 1.596 6 upgraded, 13 newly installed, 0 to remove and 9 not upgraded.
#10 1.596 Need to get 24.7 MB of archives.
#10 1.596 After this operation, 45.5 MB of additional disk space will be used.
#10 1.596 Get:1 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u10 [1903 kB]
#10 1.661 Get:2 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u10 [47.1 kB]
#10 1.661 Get:3 http://deb.debian.org/debian bookworm/main amd64 libc6 amd64 2.36-9+deb12u10 [2757 kB]
#10 1.687 Get:4 http://deb.debian.org/debian bookworm/main amd64 libc-bin amd64 2.36-9+deb12u10 [608 kB]
#10 1.692 Get:5 http://deb.debian.org/debian bookworm/main amd64 libiperf0 amd64 3.12-1+deb12u1 [91.2 kB]
#10 1.701 Get:6 http://deb.debian.org/debian bookworm/main amd64 iperf3 amd64 3.12-1+deb12u1 [33.9 kB]
#10 1.701 Get:7 http://deb.debian.org/debian bookworm/main amd64 cpio amd64 2.13+dfsg-7.1 [245 kB]
#10 1.702 Get:8 http://deb.debian.org/debian bookworm/main amd64 libc-l10n all 2.36-9+deb12u10 [676 kB]
#10 1.704 Get:9 http://deb.debian.org/debian bookworm/main amd64 locales all 2.36-9+deb12u10 [3905 kB]
#10 1.736 Get:10 http://deb.debian.org/debian bookworm/main amd64 busybox amd64 1:1.35.0-4+b3 [452 kB]
#10 1.738 Get:11 http://deb.debian.org/debian bookworm/main amd64 libblas3 amd64 3.11.0-2 [149 kB]
#10 1.740 Get:12 http://deb.debian.org/debian bookworm/main amd64 liblapack3 amd64 3.11.0-2 [2323 kB]
#10 1.768 Get:13 http://deb.debian.org/debian bookworm/main amd64 librpmio9 amd64 4.18.0+dfsg-1+deb12u1 [1625 kB]
#10 1.779 Get:14 http://deb.debian.org/debian bookworm/main amd64 librpm9 amd64 4.18.0+dfsg-1+deb12u1 [1720 kB]
#10 1.794 Get:15 http://deb.debian.org/debian bookworm/main amd64 python3-numpy amd64 1:1.24.2-1+deb12u1 [4960 kB]
#10 1.845 Get:16 http://deb.debian.org/debian bookworm/main amd64 python3-watchdog all 2.2.1-1 [124 kB]
#10 1.845 Get:17 http://deb.debian.org/debian bookworm/main amd64 rpm-common amd64 4.18.0+dfsg-1+deb12u1 [1571 kB]
#10 1.851 Get:18 http://deb.debian.org/debian bookworm/main amd64 rpm2cpio amd64 4.18.0+dfsg-1+deb12u1 [1547 kB]
#10 1.864 Get:19 http://deb.debian.org/debian bookworm/main amd64 udhcpc amd64 1:1.35.0-4+b3 [6284 B]
#10 1.984 debconf: delaying package configuration, since apt-utils is not installed
#10 2.024 Fetched 24.7 MB in 0s (87.4 MB/s)
#10 2.070 (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 ... 117461 files and directories currently installed.)
#10 2.097 Preparing to unpack .../libc6-dev_2.36-9+deb12u10_amd64.deb ...
#10 2.152 Unpacking libc6-dev:amd64 (2.36-9+deb12u10) over (2.36-9+deb12u9) ...
#10 6.945 Preparing to unpack .../libc-dev-bin_2.36-9+deb12u10_amd64.deb ...
#10 6.992 Unpacking libc-dev-bin (2.36-9+deb12u10) over (2.36-9+deb12u9) ...
#10 7.252 Preparing to unpack .../libc6_2.36-9+deb12u10_amd64.deb ...
#10 7.352 debconf: unable to initialize frontend: Dialog
#10 7.352 debconf: (TERM is not set, so the dialog frontend is not usable.)
#10 7.352 debconf: falling back to frontend: Readline
#10 7.354 debconf: unable to initialize frontend: Readline
#10 7.354 debconf: (This frontend requires a controlling tty.)
#10 7.354 debconf: falling back to frontend: Teletype
#10 7.380 Unpacking libc6:amd64 (2.36-9+deb12u10) over (2.36-9+deb12u9) ...
#10 10.52 Setting up libc6:amd64 (2.36-9+deb12u10) ...
#10 10.63 debconf: unable to initialize frontend: Dialog
#10 10.63 debconf: (TERM is not set, so the dialog frontend is not usable.)
#10 10.63 debconf: falling back to frontend: Readline
#10 10.63 debconf: unable to initialize frontend: Readline
#10 10.63 debconf: (This frontend requires a controlling tty.)
#10 10.63 debconf: falling back to frontend: Teletype
#10 11.83 (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 ... 117461 files and directories currently installed.)
#10 11.87 Preparing to unpack .../libc-bin_2.36-9+deb12u10_amd64.deb ...
#10 11.92 Unpacking libc-bin (2.36-9+deb12u10) over (2.36-9+deb12u9) ...
#10 12.40 Setting up libc-bin (2.36-9+deb12u10) ...
#10 12.66 Selecting previously unselected package libiperf0:amd64.
#10 12.66 (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 ... 117461 files and directories currently installed.)
#10 12.70 Preparing to unpack .../00-libiperf0_3.12-1+deb12u1_amd64.deb ...
#10 12.73 Unpacking libiperf0:amd64 (3.12-1+deb12u1) ...
#10 12.88 Selecting previously unselected package iperf3.
#10 12.88 Preparing to unpack .../01-iperf3_3.12-1+deb12u1_amd64.deb ...
#10 12.90 Unpacking iperf3 (3.12-1+deb12u1) ...
#10 13.01 Selecting previously unselected package cpio.
#10 13.02 Preparing to unpack .../02-cpio_2.13+dfsg-7.1_amd64.deb ...
#10 13.03 Unpacking cpio (2.13+dfsg-7.1) ...
#10 13.14 Preparing to unpack .../03-libc-l10n_2.36-9+deb12u10_all.deb ...
#10 13.19 Unpacking libc-l10n (2.36-9+deb12u10) over (2.36-9+deb12u9) ...
#10 13.83 Preparing to unpack .../04-locales_2.36-9+deb12u10_all.deb ...
#10 13.88 Unpacking locales (2.36-9+deb12u10) over (2.36-9+deb12u9) ...
#10 19.62 Selecting previously unselected package busybox.
#10 19.62 Preparing to unpack .../05-busybox_1%3a1.35.0-4+b3_amd64.deb ...
#10 19.64 Unpacking busybox (1:1.35.0-4+b3) ...
#10 19.79 Selecting previously unselected package libblas3:amd64.
#10 19.79 Preparing to unpack .../06-libblas3_3.11.0-2_amd64.deb ...
#10 19.81 Unpacking libblas3:amd64 (3.11.0-2) ...
#10 19.94 Selecting previously unselected package liblapack3:amd64.
#10 19.95 Preparing to unpack .../07-liblapack3_3.11.0-2_amd64.deb ...
#10 19.97 Unpacking liblapack3:amd64 (3.11.0-2) ...
#10 20.18 Selecting previously unselected package librpmio9.
#10 20.18 Preparing to unpack .../08-librpmio9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 20.20 Unpacking librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 20.32 Selecting previously unselected package librpm9.
#10 20.34 Preparing to unpack .../09-librpm9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 20.35 Unpacking librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 20.48 Selecting previously unselected package python3-numpy.
#10 20.50 Preparing to unpack .../10-python3-numpy_1%3a1.24.2-1+deb12u1_amd64.deb ...
#10 20.51 Unpacking python3-numpy (1:1.24.2-1+deb12u1) ...
#10 20.83 Selecting previously unselected package python3-watchdog.
#10 20.84 Preparing to unpack .../11-python3-watchdog_2.2.1-1_all.deb ...
#10 20.86 Unpacking python3-watchdog (2.2.1-1) ...
#10 20.96 Selecting previously unselected package rpm-common.
#10 20.97 Preparing to unpack .../12-rpm-common_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 20.99 Unpacking rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 21.12 Selecting previously unselected package rpm2cpio.
#10 21.12 Preparing to unpack .../13-rpm2cpio_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 21.14 Unpacking rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 21.28 Selecting previously unselected package udhcpc:amd64.
#10 21.29 Preparing to unpack .../14-udhcpc_1%3a1.35.0-4+b3_amd64.deb ...
#10 21.31 Unpacking udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 21.45 Setting up cpio (2.13+dfsg-7.1) ...
#10 21.50 update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
#10 21.50 update-alternatives: warning: skip creation of /usr/share/man/man1/mt.1.gz because associated file /usr/share/man/man1/mt-gnu.1.gz (of link group mt) doesn't exist
#10 21.53 Setting up libc-l10n (2.36-9+deb12u10) ...
#10 21.58 Setting up python3-watchdog (2.2.1-1) ...
#10 21.72 Setting up locales (2.36-9+deb12u10) ...
#10 21.80 debconf: unable to initialize frontend: Dialog
#10 21.80 debconf: (TERM is not set, so the dialog frontend is not usable.)
#10 21.80 debconf: falling back to frontend: Readline
#10 21.81 debconf: unable to initialize frontend: Readline
#10 21.81 debconf: (This frontend requires a controlling tty.)
#10 21.81 debconf: falling back to frontend: Teletype
#10 22.00 Generating locales (this might take a while)...
#10 22.00 Generation complete.
#10 22.05 Setting up busybox (1:1.35.0-4+b3) ...
#10 22.09 Setting up libblas3:amd64 (3.11.0-2) ...
#10 22.13 update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
#10 22.16 Setting up libiperf0:amd64 (3.12-1+deb12u1) ...
#10 22.21 Setting up libc-dev-bin (2.36-9+deb12u10) ...
#10 22.26 Setting up udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 22.32 Setting up librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 22.37 Setting up librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 22.42 Setting up liblapack3:amd64 (3.11.0-2) ...
#10 22.45 update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
#10 22.48 Setting up iperf3 (3.12-1+deb12u1) ...
#10 22.58 debconf: unable to initialize frontend: Dialog
#10 22.58 debconf: (TERM is not set, so the dialog frontend is not usable.)
#10 22.58 debconf: falling back to frontend: Readline
#10 22.59 debconf: unable to initialize frontend: Readline
#10 22.59 debconf: (This frontend requires a controlling tty.)
#10 22.59 debconf: falling back to frontend: Teletype
#10 22.59 Configuring iperf3
#10 22.59 ------------------
#10 22.59 
#10 22.59 Choose this option if Iperf3 should start automatically as a daemon, now and at 
#10 22.59 boot time.
#10 22.59 
#10 22.59 Start Iperf3 as a daemon automatically? [yes/no] 
#10 22.59 Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 111.
#10 22.63 invoke-rc.d: could not determine current runlevel
#10 22.64 invoke-rc.d: policy-rc.d denied execution of stop.
#10 22.82 Use of uninitialized value $val in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 83, <GEN6> line 1.
#10 22.82 Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 84, <GEN6> line 1.
#10 22.86 Setting up rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 22.92 Setting up python3-numpy (1:1.24.2-1+deb12u1) ...
#10 23.78 Setting up libc6-dev:amd64 (2.36-9+deb12u10) ...
#10 23.83 Setting up rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 23.88 Processing triggers for man-db (2.11.2-2) ...
#10 23.93 Processing triggers for dbus (1.14.10-1~deb12u1) ...
#10 23.97 Processing triggers for libc-bin (2.36-9+deb12u10) ...
#10 DONE 24.4s

#11 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#11 0.865 Collecting smpplib
#11 0.866   Cloning https://github.com/podshumok/python-smpplib.git (to revision master) to /tmp/pip-install-22j3w75m/smpplib_f7b0c39377a8408189e25932562c3bbc
#11 0.867   Running command git clone --filter=blob:none --quiet https://github.com/podshumok/python-smpplib.git /tmp/pip-install-22j3w75m/smpplib_f7b0c39377a8408189e25932562c3bbc
#11 1.686   Resolved https://github.com/podshumok/python-smpplib.git to commit 29e611d20b21c4c6aff55ee867f2355f4c7085c8
#11 1.694   Preparing metadata (setup.py): started
#11 1.843   Preparing metadata (setup.py): finished with status 'done'
#11 1.844 Requirement already satisfied: pydbus in /usr/local/lib/python3.11/dist-packages (0.6.0)
#11 1.844 Requirement already satisfied: pyusb in /usr/lib/python3/dist-packages (1.2.1.post2)
#11 1.844 Requirement already satisfied: pysispm in /usr/local/lib/python3.11/dist-packages (0.6)
#11 2.174 Collecting pymongo
#11 2.210   Downloading pymongo-4.11.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB)
#11 2.272      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 24.6 MB/s eta 0:00:00
#11 2.283 Requirement already satisfied: six in /usr/lib/python3/dist-packages (from smpplib) (1.16.0)
#11 2.320 Collecting dnspython<3.0.0,>=1.16.0
#11 2.327   Downloading dnspython-2.7.0-py3-none-any.whl (313 kB)
#11 2.339      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 27.6 MB/s eta 0:00:00
#11 2.523 Installing collected packages: dnspython, pymongo
#11 2.854 Successfully installed dnspython-2.7.0 pymongo-4.11.2
#11 2.855 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#11 DONE 3.0s

#12 [ 7/28] RUN	APT-GET update && apt-get install -y openssh-server
#12 0.458 Hit:1 http://deb.debian.org/debian bookworm InRelease
#12 0.458 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#12 0.458 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#12 0.459 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#12 0.854 Reading package lists...
#12 1.108 Reading package lists...
#12 1.362 Building dependency tree...
#12 1.417 Reading state information...
#12 1.518 The following additional packages will be installed:
#12 1.519   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.519   openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.520 Suggested packages:
#12 1.520   molly-guard monkeysphere ssh-askpass ufw
#12 1.620 The following NEW packages will be installed:
#12 1.621   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.621   openssh-server openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.644 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded.
#12 1.644 Need to get 1599 kB of archives.
#12 1.644 After this operation, 7878 kB of additional disk space will be used.
#12 1.644 Get:1 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB]
#12 1.674 Get:2 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u5 [65.8 kB]
#12 1.679 Get:3 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B]
#12 1.679 Get:4 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u5 [457 kB]
#12 1.690 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB]
#12 1.692 Get:6 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB]
#12 1.694 Get:7 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB]
#12 1.698 Get:8 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB]
#12 1.699 Get:9 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB]
#12 1.699 Get:10 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB]
#12 1.819 debconf: delaying package configuration, since apt-utils is not installed
#12 1.862 Fetched 1599 kB in 0s (22.6 MB/s)
#12 1.936 Selecting previously unselected package systemd-sysv.
#12 1.936 (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 ... 118810 files and directories currently installed.)
#12 1.977 Preparing to unpack .../0-systemd-sysv_252.36-1~deb12u1_amd64.deb ...
#12 1.994 Unpacking systemd-sysv (252.36-1~deb12u1) ...
#12 2.132 Selecting previously unselected package openssh-sftp-server.
#12 2.150 Preparing to unpack .../1-openssh-sftp-server_1%3a9.2p1-2+deb12u5_amd64.deb ...
#12 2.167 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u5) ...
#12 2.298 Selecting previously unselected package runit-helper.
#12 2.306 Preparing to unpack .../2-runit-helper_2.15.2_all.deb ...
#12 2.324 Unpacking runit-helper (2.15.2) ...
#12 2.509 Selecting previously unselected package openssh-server.
#12 2.517 Preparing to unpack .../3-openssh-server_1%3a9.2p1-2+deb12u5_amd64.deb ...
#12 2.547 Unpacking openssh-server (1:9.2p1-2+deb12u5) ...
#12 2.743 Selecting previously unselected package libnss-systemd:amd64.
#12 2.751 Preparing to unpack .../4-libnss-systemd_252.36-1~deb12u1_amd64.deb ...
#12 2.792 Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ...
#12 2.933 Selecting previously unselected package libpam-systemd:amd64.
#12 2.941 Preparing to unpack .../5-libpam-systemd_252.36-1~deb12u1_amd64.deb ...
#12 2.959 Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ...
#12 3.078 Selecting previously unselected package ncurses-term.
#12 3.095 Preparing to unpack .../6-ncurses-term_6.4-4_all.deb ...
#12 3.112 Unpacking ncurses-term (6.4-4) ...
#12 3.374 Selecting previously unselected package dbus-user-session.
#12 3.393 Preparing to unpack .../7-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ...
#12 3.411 Unpacking dbus-user-session (1.14.10-1~deb12u1) ...
#12 3.560 Selecting previously unselected package libxmuu1:amd64.
#12 3.579 Preparing to unpack .../8-libxmuu1_2%3a1.1.3-3_amd64.deb ...
#12 3.596 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
#12 3.721 Selecting previously unselected package xauth.
#12 3.740 Preparing to unpack .../9-xauth_1%3a1.1.2-1_amd64.deb ...
#12 3.757 Unpacking xauth (1:1.1.2-1) ...
#12 3.920 Setting up runit-helper (2.15.2) ...
#12 3.972 Setting up openssh-sftp-server (1:9.2p1-2+deb12u5) ...
#12 4.026 Setting up systemd-sysv (252.36-1~deb12u1) ...
#12 4.082 Setting up openssh-server (1:9.2p1-2+deb12u5) ...
#12 4.317 debconf: unable to initialize frontend: Dialog
#12 4.317 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 4.317 debconf: falling back to frontend: Readline
#12 4.320 debconf: unable to initialize frontend: Readline
#12 4.320 debconf: (This frontend requires a controlling tty.)
#12 4.320 debconf: falling back to frontend: Teletype
#12 4.358 
#12 4.358 Creating config file /etc/ssh/sshd_config with new version
#12 4.412 Creating SSH2 RSA key; this may take some time ...
#12 4.981 3072 SHA256:M08T/Fwl/CbAXbTvyzarRHq+B+9rCMbm0r6Zlxjdosw root@buildkitsandbox (RSA)
#12 4.983 Creating SSH2 ECDSA key; this may take some time ...
#12 4.994 256 SHA256:c3iBxQb0+cZZc85iQuwpRt9+vI3U9My25hjFPiqT4Ik root@buildkitsandbox (ECDSA)
#12 4.995 Creating SSH2 ED25519 key; this may take some time ...
#12 4.999 256 SHA256:jNZqEOipYQgODgNve8quRb5vo2sI5opCFyeni75POdo root@buildkitsandbox (ED25519)
#12 5.193 invoke-rc.d: could not determine current runlevel
#12 5.198 invoke-rc.d: policy-rc.d denied execution of start.
#12 5.266 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.

#12 5.266 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service.

#12 5.345 Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ...
#12 5.417 Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ...
#12 5.496 debconf: unable to initialize frontend: Dialog
#12 5.496 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 5.496 debconf: falling back to frontend: Readline
#12 5.500 debconf: unable to initialize frontend: Readline
#12 5.500 debconf: (This frontend requires a controlling tty.)
#12 5.500 debconf: falling back to frontend: Teletype
#12 5.561 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
#12 5.611 Setting up ncurses-term (6.4-4) ...
#12 5.662 Setting up dbus-user-session (1.14.10-1~deb12u1) ...
#12 5.729 Setting up xauth (1:1.1.2-1) ...
#12 5.782 Processing triggers for man-db (2.11.2-2) ...
#12 5.837 Processing triggers for libc-bin (2.36-9+deb12u10) ...
#12 DONE 6.1s

#13 [ 8/28] RUN	MKDIR /var/run/sshd
#13 DONE 0.5s

#14 exporting to image
#14 exporting layers
#14 exporting layers 3.7s done
#14 writing image sha256:a10750df5805edecffe0d1c2a40ac53b580af8a0037886d0c008224840139ab2 0.0s done
#14 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#14 DONE 3.8s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-pcu-oc2g/docker-playground/osmo-gsm-tester'
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-pcu-oc2g:/build -v /opt/poky-sdk:/opt/poky-sdk -v /opt/poky-oc2g:/opt/poky-oc2g --user build osmocom-build/osmo-gsm-tester sh -e -x -c 
    cd /build
    ./osmo-gsm-tester/contrib/jenkins-build-osmo-pcu-oc2g.sh
  
+ cd /build
+ ./osmo-gsm-tester/contrib/jenkins-build-osmo-pcu-oc2g.sh
+ _poky_version=
+ _poky_path=
+ [ -z  ]
+ _poky_version=2.3.4
+ [ -z  ]
+ _poky_path=/opt/poky-oc2g/2.3.4
+ . /opt/poky-oc2g/2.3.4/environment-setup-cortexa15hf-neon-poky-linux-gnueabi
+ export SDKTARGETSYSROOT=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
+ export PATH=/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/bin:/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/sbin:/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/bin:/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/sbin:/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/bin/../x86_64-pokysdk-linux/bin:/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi:/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-uclibc:/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-musl:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PKG_CONFIG_SYSROOT_DIR=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
+ export PKG_CONFIG_PATH=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi/usr/lib/pkgconfig:/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi/usr/share/pkgconfig
+ export CONFIG_SITE=/opt/poky-oc2g/2.3.4/site-config-cortexa15hf-neon-poky-linux-gnueabi
+ export OECORE_NATIVE_SYSROOT=/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux
+ export OECORE_TARGET_SYSROOT=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
+ export OECORE_ACLOCAL_OPTS=-I /opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/share/aclocal
+ unset command_not_found_handle
+ export CC=arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
+ export CXX=arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
+ export CPP=arm-poky-linux-gnueabi-gcc -E  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
+ export AS=arm-poky-linux-gnueabi-as 
+ export LD=arm-poky-linux-gnueabi-ld  --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
+ export GDB=arm-poky-linux-gnueabi-gdb
+ export STRIP=arm-poky-linux-gnueabi-strip
+ export RANLIB=arm-poky-linux-gnueabi-ranlib
+ export OBJCOPY=arm-poky-linux-gnueabi-objcopy
+ export OBJDUMP=arm-poky-linux-gnueabi-objdump
+ export AR=arm-poky-linux-gnueabi-ar
+ export NM=arm-poky-linux-gnueabi-nm
+ export M4=m4
+ export TARGET_PREFIX=arm-poky-linux-gnueabi-
+ export CONFIGURE_FLAGS=--target=arm-poky-linux-gnueabi --host=arm-poky-linux-gnueabi --build=x86_64-linux --with-libtool-sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
+ export CFLAGS= -O2 -pipe
+ export CXXFLAGS=
+ export LDFLAGS=-Wl,-O1
+ export CPPFLAGS=
+ export KCFLAGS=--sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
+ export OECORE_DISTRO_VERSION=2.3.4
+ export OECORE_SDK_VERSION=2.3.4
+ export ARCH=arm
+ export CROSS_COMPILE=arm-poky-linux-gnueabi-
+ [ -d /opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi/environment-setup.d ]
+ [ -d /opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/environment-setup.d ]
+ . /opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/environment-setup.d/cmake.sh
+ alias cmake=cmake -DCMAKE_TOOLCHAIN_FILE=/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/share/cmake/OEToolchainConfig.cmake
+ export DESTDIR=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
+ export ac_cv_header_netinet_sctp_h=yes
+ base=/build
+ name=osmo-pcu-oc2g
+ prefix=/usr/local/jenkins-build/inst-osmo-pcu-oc2g
+ prefix_real=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi/usr/local/jenkins-build/inst-osmo-pcu-oc2g
+ dirname ./osmo-gsm-tester/contrib/jenkins-build-osmo-pcu-oc2g.sh
+ . ./osmo-gsm-tester/contrib/jenkins-build-common.sh
+ [ -z osmo-pcu-oc2g -o -z /build ]
+ git_url=https://gerrit.osmocom.org
+ prefix=/usr/local/jenkins-build/inst-osmo-pcu-oc2g
+ prefix_real=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi/usr/local/jenkins-build/inst-osmo-pcu-oc2g
+ SANITIZE_FLAGS=--enable-sanitize
+ export PKG_CONFIG_PATH=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi/usr/local/jenkins-build/inst-osmo-pcu-oc2g/lib/pkgconfig:/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi/usr/lib/pkgconfig:/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi/usr/share/pkgconfig
+ export LD_LIBRARY_PATH=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi/usr/local/jenkins-build/inst-osmo-pcu-oc2g/lib:
+ env
+ grep -v ^LESS
+ sort
ac_cv_header_netinet_sctp_h=yes
AR=arm-poky-linux-gnueabi-ar
ARCH=arm
AS=arm-poky-linux-gnueabi-as 
CC=arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
CFLAGS= -O2 -pipe
CONFIG_SITE=/opt/poky-oc2g/2.3.4/site-config-cortexa15hf-neon-poky-linux-gnueabi
CONFIGURE_FLAGS=--target=arm-poky-linux-gnueabi --host=arm-poky-linux-gnueabi --build=x86_64-linux --with-libtool-sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
CPP=arm-poky-linux-gnueabi-gcc -E  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
CPPFLAGS=
CROSS_COMPILE=arm-poky-linux-gnueabi-
CXX=arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
CXXFLAGS=
DESTDIR=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
GDB=arm-poky-linux-gnueabi-gdb
HOME=/build
HOSTNAME=7889be8a5181
KCFLAGS=--sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
LANG=en_US.UTF-8
LD=arm-poky-linux-gnueabi-ld  --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
LDFLAGS=-Wl,-O1
LD_LIBRARY_PATH=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi/usr/local/jenkins-build/inst-osmo-pcu-oc2g/lib:
M4=m4
NM=arm-poky-linux-gnueabi-nm
OBJCOPY=arm-poky-linux-gnueabi-objcopy
OBJDUMP=arm-poky-linux-gnueabi-objdump
OECORE_ACLOCAL_OPTS=-I /opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/share/aclocal
OECORE_DISTRO_VERSION=2.3.4
OECORE_NATIVE_SYSROOT=/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux
OECORE_SDK_VERSION=2.3.4
OECORE_TARGET_SYSROOT=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
OLDPWD=/data
PATH=/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/bin:/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/sbin:/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/bin:/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/sbin:/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/bin/../x86_64-pokysdk-linux/bin:/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi:/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-uclibc:/opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-musl:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_CONFIG_PATH=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi/usr/local/jenkins-build/inst-osmo-pcu-oc2g/lib/pkgconfig:/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi/usr/lib/pkgconfig:/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi/usr/share/pkgconfig
PKG_CONFIG_SYSROOT_DIR=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
PWD=/build
RANLIB=arm-poky-linux-gnueabi-ranlib
SDKTARGETSYSROOT=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
STRIP=arm-poky-linux-gnueabi-strip
TARGET_PREFIX=arm-poky-linux-gnueabi-
+ rm -f /build/*.build-*.tgz
+ rm -f /build/*.build-*.md5
+ rm -rf /opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi/usr/local/jenkins-build/inst-osmo-pcu-oc2g
+ mkdir -p /opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi/usr/local/jenkins-build/inst-osmo-pcu-oc2g
+ prev_git_url=https://gerrit.osmocom.org
+ git_url=https://gitlab.com/nrw_oc2g/
+ have_repo oc2g-fw nrw/oc2g
+ repo=oc2g-fw
+ branch=nrw/oc2g
+ echo OSMO_GSM_TESTER_BUILD_oc2g-fw
+ sed s/-/_/g
+ branch_override_var=OSMO_GSM_TESTER_BUILD_oc2g_fw
+ eval echo $OSMO_GSM_TESTER_BUILD_oc2g_fw
+ echo
+ branch_override=
+ [ -n  ]
+ cd /build
+ [ -d oc2g-fw ]
+ cd oc2g-fw
+ git fetch
warning: redirecting to https://gitlab.com/nrw_oc2g/oc2g-fw.git/
+ git rev-parse origin/nrw/oc2g
6695e55fc2a24742dd7158cd5d14364793732e3f
+ branch=origin/nrw/oc2g
+ git checkout -B build_branch origin/nrw/oc2g
Reset branch 'build_branch'
branch 'build_branch' set up to track 'origin/nrw/oc2g'.
Your branch is up to date with 'origin/nrw/oc2g'.
+ rm -rf bin inc readme.md
+ git reset --hard origin/nrw/oc2g
HEAD is now at 6695e55 Merge branch 'nrw/oc2g-next' into 'nrw/oc2g'
+ git rev-parse HEAD
6695e55fc2a24742dd7158cd5d14364793732e3f
+ git rev-parse HEAD
+ echo 6695e55fc2a24742dd7158cd5d14364793732e3f oc2g-fw
+ git submodule update --init
+ cd /build
+ git_url=https://gerrit.osmocom.org
+ L1_OC2G_HEADERS=/build/oc2g-fw/inc
+ build_repo libosmocore --disable-pcsc --disable-libmnl --disable-doxygen --disable-gnutls --disable-detect-tls-gcc-arm-bug --disable-uring
+ dir=libosmocore
+ shift
+ build_repo_dir libosmocore ./ --disable-pcsc --disable-libmnl --disable-doxygen --disable-gnutls --disable-detect-tls-gcc-arm-bug --disable-uring
+ dep=libosmocore
+ dir=./
+ branch=master
+ echo --disable-pcsc
+ grep ^-
+ [ -z --disable-pcsc ]
+ shift
+ shift


====================== libosmocore


+ configure_opts=--disable-pcsc --disable-libmnl --disable-doxygen --disable-gnutls --disable-detect-tls-gcc-arm-bug --disable-uring
+ set +x
+ have_repo libosmocore master
+ repo=libosmocore
+ branch=master
+ echo OSMO_GSM_TESTER_BUILD_libosmocore
+ sed s/-/_/g
+ branch_override_var=OSMO_GSM_TESTER_BUILD_libosmocore
+ eval echo $OSMO_GSM_TESTER_BUILD_libosmocore
+ echo
+ branch_override=
+ [ -n  ]
+ cd /build
+ [ -d libosmocore ]
+ cd libosmocore
+ git fetch
+ git rev-parse origin/master
489a6f1a61a8a67c6d725b4887b7e5e3e5a7fd02
+ branch=origin/master
+ git checkout -B build_branch origin/master
Reset branch 'build_branch'
branch 'build_branch' set up to track 'origin/master'.
Your branch is up to date with 'origin/master'.
+ rm -rf COPYING Doxyfile.codec.in Doxyfile.coding.in Doxyfile.core.in Doxyfile.ctrl.in Doxyfile.gb.in Doxyfile.gsm.in Doxyfile.isdn.in Doxyfile.sim.in Doxyfile.usb.in Doxyfile.vty.in Makefile.am Makefile.in README.md TODO-RELEASE aclocal.m4 autom4te.cache compile config.guess config.h.in config.log config.sub configure configure.ac contrib debian depcomp doc git-version-gen include install-sh libosmocodec.pc.in libosmocoding.pc.in libosmocore.pc.in libosmoctrl.pc.in libosmogb.pc.in libosmogsm.pc.in libosmoisdn.pc.in libosmosim.pc.in libosmousb.pc.in libosmovty.pc.in ltmain.sh m4 missing osmo-release.mk osmo-release.sh src tapset tests utils
+ git reset --hard origin/master
HEAD is now at 489a6f1a configure.ac: check for Python interpreter unconditionally
+ git rev-parse HEAD
489a6f1a61a8a67c6d725b4887b7e5e3e5a7fd02
+ git rev-parse HEAD
+ echo 489a6f1a61a8a67c6d725b4887b7e5e3e5a7fd02 libosmocore
+ git submodule update --init
+ cd /build
+ cd libosmocore/./
+ [ -f configure.ac ]
+ set +x
+ autoreconf -fi


libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:23: installing './compile'
configure.ac:25: installing './config.guess'
configure.ac:25: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
Makefile.am:64: warning: DOXYGEN was already defined in condition TRUE, which includes condition !HAVE_DOXYGEN ...
configure.ac:116: ... 'DOXYGEN' previously defined here
src/codec/Makefile.am: installing './depcomp'
+ set +x
+ ./configure --prefix=/usr/local/jenkins-build/inst-osmo-pcu-oc2g --with-systemdsystemunitdir=no --target=arm-poky-linux-gnueabi --host=arm-poky-linux-gnueabi --build=x86_64-linux --with-libtool-sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi --disable-pcsc --disable-libmnl --disable-doxygen --disable-gnutls --disable-detect-tls-gcc-arm-bug --disable-uring


configure: WARNING: unrecognized options: --with-systemdsystemunitdir
configure: loading site script /opt/poky-oc2g/2.3.4/site-config-cortexa15hf-neon-poky-linux-gnueabi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-poky-linux-gnueabi-strip... arm-poky-linux-gnueabi-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for arm-poky-linux-gnueabi-gcc... arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi accepts -g... yes
checking for arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi option to accept ISO C89... none needed
checking whether arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-poky-linux-gnueabi
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi... arm-poky-linux-gnueabi-ld  --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
checking if the linker (arm-poky-linux-gnueabi-ld  --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... arm-poky-linux-gnueabi-nm
checking the name lister (arm-poky-linux-gnueabi-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to arm-poky-linux-gnueabi format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for arm-poky-linux-gnueabi-ld  --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi option to reload object files... -r
checking for arm-poky-linux-gnueabi-objdump... arm-poky-linux-gnueabi-objdump
checking how to recognize dependent libraries... pass_all
checking for arm-poky-linux-gnueabi-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-poky-linux-gnueabi-ar... arm-poky-linux-gnueabi-ar
checking for archiver @FILE support... @
checking for arm-poky-linux-gnueabi-strip... (cached) arm-poky-linux-gnueabi-strip
checking for arm-poky-linux-gnueabi-ranlib... arm-poky-linux-gnueabi-ranlib
checking command to parse arm-poky-linux-gnueabi-nm output from arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi object... ok
checking for sysroot... /opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for arm-poky-linux-gnueabi-mt... no
checking for mt... configure: WARNING: using cross tools not prefixed with host triplet
mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... arm-poky-linux-gnueabi-gcc -E  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi supports -fno-rtti -fno-exceptions... no
checking for arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi option to produce PIC... -fPIC -DPIC
checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi PIC flag -fPIC -DPIC works... yes
checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi static flag -static works... no
checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi supports -c -o file.o... yes
checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi supports -c -o file.o... (cached) yes
checking whether the arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi linker (arm-poky-linux-gnueabi-ld  --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for pkg-config... /opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/bin/pkg-config
checking for arm-poky-linux-gnueabi-pkg-config... no
checking for pkg-config... /opt/poky-oc2g/2.3.4/sysroots/x86_64-pokysdk-linux/usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for ANSI C header files... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/signalfd.h usability... yes
checking sys/signalfd.h presence... yes
checking for sys/signalfd.h... yes
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking sys/timerfd.h usability... yes
checking sys/timerfd.h presence... yes
checking for sys/timerfd.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking whether HAVE_SYS_SOCKET_H is declared... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for library containing dlopen... -ldl
checking for library containing dlsym... -ldl
checking for backtrace in -lexecinfo... no
checking whether arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pthread_getname_np(pthread_t, char*, size_t)... yes
checking for library containing clock_gettime... none required
checking for doxygen... /usr/bin/doxygen
checking whether SYS_getrandom is declared... yes
checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a15 --sysroot=/opt/poky-oc2g/2.3.4/sysroots/cortexa15hf-neon-poky-linux-gnueabi supports -fvisibility=hidden... yes
checking for localtime_r... yes
checking whether struct tm has tm_gmtoff member... yes
checking for gettid... no
checking for a Python interpreter with version >= 3.6... none
configure: error: no suitable Python interpreter found
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful
Sending e-mails to: pespin@sysmocom.de jenkins-notifications@lists.osmocom.org
Finished: FAILURE