Skip to content

Console Output

Started by upstream project "gerrit-pysim-build" build number 1115
originally caused by:
 Started by upstream project "gerrit-pysim" build number 1115
 originally caused by:
  Triggered by Gerrit: https://gerrit.osmocom.org/c/pysim/+/36837 in silent mode.
Running as SYSTEM
Building remotely on build4-deb12build-ansible (ttcn3 obs ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/gerrit-pysim-build/JOB_TYPE/distcheck/a1/default/a3/default/a4/default/label/osmocom-gerrit
The recommended git tool is: NONE
using credential d5eda5e9-b59d-44ba-88d2-43473cb6e42d
Cloning the remote Git repository
Cloning repository ssh://jenkins@gerrit.osmocom.org:29418/pysim
 > git init /home/osmocom-build/jenkins/workspace/gerrit-pysim-build/JOB_TYPE/distcheck/a1/default/a3/default/a4/default/label/osmocom-gerrit # timeout=10
Fetching upstream changes from ssh://jenkins@gerrit.osmocom.org:29418/pysim
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
using GIT_SSH to set credentials gerrit.osmocom.org
Verifying host key using known hosts file, will automatically accept unseen keys
 > git fetch --tags --force --progress -- ssh://jenkins@gerrit.osmocom.org:29418/pysim +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url ssh://jenkins@gerrit.osmocom.org:29418/pysim # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url ssh://jenkins@gerrit.osmocom.org:29418/pysim # timeout=10
Fetching upstream changes from ssh://jenkins@gerrit.osmocom.org:29418/pysim
using GIT_SSH to set credentials gerrit.osmocom.org
Verifying host key using known hosts file, will automatically accept unseen keys
 > git fetch --tags --force --progress -- ssh://jenkins@gerrit.osmocom.org:29418/pysim refs/changes/37/36837/1 # timeout=10
Checking out Revision f4192b04a25d9db60551eacd7dac6e7703ed32ff (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f4192b04a25d9db60551eacd7dac6e7703ed32ff # timeout=10
Commit message: "euicc: clarify which eUICCs are supported"
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
 > git rev-list --no-walk 73a5c74114ffdda7295f2d8b2f329a535e062cb3 # timeout=10
[osmocom-gerrit] $ /bin/sh -xe /tmp/jenkins17928234388068852010.sh
+ docker run --rm=true --cap-add SYS_PTRACE -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=gerrit-pysim-build/JOB_TYPE=distcheck,a1=default,a3=default,a4=default,label=osmocom-gerrit -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 12 -e WITH_MANUALS=1 -w /build -i -u build -v /home/osmocom-build/jenkins/workspace/gerrit-pysim-build/JOB_TYPE/distcheck/a1/default/a3/default/a4/default/label/osmocom-gerrit:/build -e JOB_TYPE=distcheck osmocom-build/debian-bookworm-build /usr/bin/timeout 30m /build/contrib/jenkins.sh
+ export PYTHONUNBUFFERED=1
+ [ ! -d ./pysim-testdata/ ]
+ virtualenv -p python3 venv --system-site-packages
created virtual environment CPython3.11.2.final.0-64 in 109ms
  creator CPython3Posix(dest=/build/venv, clear=False, no_vcs_ignore=False, global=True)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/build/.local/share/virtualenv)
    added seed packages: pip==23.0.1, setuptools==66.1.1, wheel==0.38.4
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
+ . venv/bin/activate
+ [  = /build/contrib/jenkins.sh ]
+ deactivate nondestructive
+ unset -f pydoc
+ [ -z  ]
+ [ -z  ]
+ hash -r
+ [ -z  ]
+ unset VIRTUAL_ENV
+ [ ! nondestructive = nondestructive ]
+ VIRTUAL_ENV=/build/venv
+ [  = cygwin ]
+ [  = msys ]
+ export VIRTUAL_ENV
+ _OLD_VIRTUAL_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/build/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH
+ [ -z  ]
+ [ -z  ]
+ _OLD_VIRTUAL_PS1=$ 
+ [ x != x ]
+ basename /build/venv
+ PS1=(venv) $ 
+ export PS1
+ alias pydoc
+ true
+ hash -r
+ pip install .
Processing /build
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting smpp.pdu@ git+https://github.com/hologram-io/smpp.pdu
  Cloning https://github.com/hologram-io/smpp.pdu to /tmp/pip-install-f1oeo1ml/smpp-pdu_3aa1985903a44df29c0f67737848faf1
  Running command git clone --filter=blob:none --quiet https://github.com/hologram-io/smpp.pdu /tmp/pip-install-f1oeo1ml/smpp-pdu_3aa1985903a44df29c0f67737848faf1
  Resolved https://github.com/hologram-io/smpp.pdu to commit 20acc840ded958898eeb35ae9a18df9b29bdaaac
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: pyscard in /usr/local/lib/python3.11/dist-packages (from pySim==1.0) (2.0.9)
Requirement already satisfied: pyserial in /usr/local/lib/python3.11/dist-packages (from pySim==1.0) (3.5)
Requirement already satisfied: pytlv in /usr/local/lib/python3.11/dist-packages (from pySim==1.0) (0.71)
Requirement already satisfied: cmd2>=1.5.0 in /usr/local/lib/python3.11/dist-packages (from pySim==1.0) (2.4.3)
Requirement already satisfied: jsonpath-ng in /usr/local/lib/python3.11/dist-packages (from pySim==1.0) (1.6.1)
Requirement already satisfied: construct>=2.9.51 in /usr/local/lib/python3.11/dist-packages (from pySim==1.0) (2.10.70)
Requirement already satisfied: bidict in /usr/local/lib/python3.11/dist-packages (from pySim==1.0) (0.23.1)
Requirement already satisfied: gsm0338 in /usr/local/lib/python3.11/dist-packages (from pySim==1.0) (1.0.0)
Requirement already satisfied: pyyaml>=5.1 in /usr/lib/python3/dist-packages (from pySim==1.0) (6.0)
Requirement already satisfied: termcolor in /usr/local/lib/python3.11/dist-packages (from pySim==1.0) (2.4.0)
Requirement already satisfied: colorlog in /usr/local/lib/python3.11/dist-packages (from pySim==1.0) (6.8.2)
Requirement already satisfied: pycryptodomex in /usr/local/lib/python3.11/dist-packages (from pySim==1.0) (3.20.0)
Requirement already satisfied: packaging in /usr/local/lib/python3.11/dist-packages (from pySim==1.0) (24.0)
Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.11/dist-packages (from cmd2>=1.5.0->pySim==1.0) (23.2.0)
Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.11/dist-packages (from cmd2>=1.5.0->pySim==1.0) (1.8.2)
Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.11/dist-packages (from cmd2>=1.5.0->pySim==1.0) (0.2.13)
Requirement already satisfied: six in /usr/local/lib/python3.11/dist-packages (from gsm0338->pySim==1.0) (1.16.0)
Requirement already satisfied: ply in /usr/local/lib/python3.11/dist-packages (from jsonpath-ng->pySim==1.0) (3.11)
Building wheels for collected packages: pySim
  Building wheel for pySim (pyproject.toml): started
  Building wheel for pySim (pyproject.toml): finished with status 'done'
  Created wheel for pySim: filename=pySim-1.0-py3-none-any.whl size=286279 sha256=b9cee00afdfeb300d473a0ce15025c8762c6837b7e8e5e662e205de695d5dbdf
  Stored in directory: /tmp/pip-ephem-wheel-cache-kg31mxcv/wheels/de/58/76/633f094fc07d1863c26645e86c4bc9a1104f2a5bea1d5c5943
Successfully built pySim
Installing collected packages: pySim
Successfully installed pySim-1.0
+ pip install pyshark
Collecting pyshark
  Downloading pyshark-0.6-py3-none-any.whl (41 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.4/41.4 kB 2.1 MB/s eta 0:00:00
Collecting lxml
  Downloading lxml-5.2.2-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 56.6 MB/s eta 0:00:00
Requirement already satisfied: termcolor in /usr/local/lib/python3.11/dist-packages (from pyshark) (2.4.0)
Requirement already satisfied: packaging in /usr/local/lib/python3.11/dist-packages (from pyshark) (24.0)
Collecting appdirs
  Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Installing collected packages: appdirs, lxml, pyshark
Successfully installed appdirs-1.4.4 lxml-5.2.2 pyshark-0.6
+ venv/bin/pySim-prog.py --help
+ venv/bin/pySim-read.py --help
+ venv/bin/pySim-shell.py --help
+ venv/bin/pySim-trace.py --help
Finished: SUCCESS