See <https://jenkins.osmocom.org/jenkins/job/simtester-sanitize/6/display/redirect>
Changes:
------------------------------------------
Started by timer
Running as SYSTEM
Building remotely on simtester in workspace
<https://jenkins.osmocom.org/jenkins/job/simtester-sanitize/ws/>
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository
https://gerrit.osmocom.org/pysim
git init
<https://jenkins.osmocom.org/jenkins/job/simtester-sanitize/ws/> # timeout=10
Fetching upstream changes from
https://gerrit.osmocom.org/pysim
git --version # timeout=10
git --version # 'git version 2.39.5'
git fetch --tags --force --progress --
https://gerrit.osmocom.org/pysim
+refs/heads/*:refs/remotes/origin/* # timeout=10
git config remote.origin.url
https://gerrit.osmocom.org/pysim # timeout=10
git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
git rev-parse refs/remotes/origin/master^{commit} #
timeout=10
Checking out Revision 93c89856c825139e8ead856b4439f24e2851418a
(refs/remotes/origin/master)
git config core.sparsecheckout # timeout=10
git checkout -f 93c89856c825139e8ead856b4439f24e2851418a # timeout=10
Commit
message: "utils: move enc_msisdn and dec_msisdn to legacy/utils.py"
git rev-list --no-walk
93c89856c825139e8ead856b4439f24e2851418a # timeout=10
[simtester-sanitize] $ /bin/sh
-xe /tmp/jenkins13321907239417838053.sh
+ virtualenv -p python3 venv --system-site-packages
created virtual environment CPython3.11.2.final.0-64 in 982ms
creator
CPython3Posix(dest=<https://jenkins.osmocom.org/jenkins/job/simtester-sa…
clear=False, no_vcs_ignore=False, global=True)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle,
via=copy, app_data_dir=/home/jenkins/.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
+ [ = /tmp/jenkins13321907239417838053.sh ]
+ deactivate nondestructive
+ unset -f pydoc
+ [ -z ]
+ [ -z ]
+ hash -r
+ [ -z ]
+ unset VIRTUAL_ENV
+ [ ! nondestructive = nondestructive ]
+
VIRTUAL_ENV=<https://jenkins.osmocom.org/jenkins/job/simtester-sanitize/…
+ [ = cygwin ]
+ [ = msys ]
+ export VIRTUAL_ENV
+ _OLD_VIRTUAL_PATH=/usr/local/bin:/usr/bin:/bin:/usr/games:/home/jenkins/bin
+
PATH=<https://jenkins.osmocom.org/jenkins/job/simtester-sanitize/ws/venv…
+ export PATH
+ [ -z ]
+ [ -z ]
+ _OLD_VIRTUAL_PS1=$
+ [ x != x ]
+ basename <https://jenkins.osmocom.org/jenkins/job/simtester-sanitize/ws/venv>
+ PS1=(venv) $
+ export PS1
+ alias pydoc
+ true
+ hash -r
+ pip install -r requirements.txt
Collecting
git+https://github.com/osmocom/asn1tools (from -r requirements.txt (line 14))
Cloning
https://github.com/osmocom/asn1tools to /tmp/pip-req-build-kynd52d8
Running command git clone --filter=blob:none --quiet
https://github.com/osmocom/asn1tools /tmp/pip-req-build-kynd52d8
Resolved
https://github.com/osmocom/asn1tools to commit
44277cdb34959196f317b6a02af20a4a1c3c4e2d
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting
git+https://github.com/hologram-io/smpp.pdu (from -r requirements.txt (line
16))
Cloning
https://github.com/hologram-io/smpp.pdu to /tmp/pip-req-build-ytsuuozo
Running command git clone --filter=blob:none --quiet
https://github.com/hologram-io/smpp.pdu /tmp/pip-req-build-ytsuuozo
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/lib/python3/dist-packages (from -r
requirements.txt (line 1)) (2.0.5)
Collecting pyserial
Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB)
Requirement already satisfied: pytlv in /usr/local/lib/python3.11/dist-packages (from -r
requirements.txt (line 3)) (0.71)
Collecting cmd2>=1.5
Using cached cmd2-2.4.3-py3-none-any.whl (147 kB)
Collecting jsonpath-ng
Using cached jsonpath_ng-1.6.1-py3-none-any.whl (29 kB)
Collecting construct>=2.10.70
Using cached construct-2.10.70-py3-none-any.whl (63 kB)
Collecting bidict
Using cached bidict-0.23.1-py3-none-any.whl (32 kB)
Collecting pyosmocom>=0.0.3
Using cached pyosmocom-0.0.4-py3-none-any.whl (38 kB)
Collecting pyyaml>=5.1
Using cached PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
(762 kB)
Collecting termcolor
Using cached termcolor-2.4.0-py3-none-any.whl (7.7 kB)
Collecting colorlog
Using cached colorlog-6.8.2-py3-none-any.whl (11 kB)
Requirement already satisfied: pycryptodomex in /usr/lib/python3/dist-packages (from -r
requirements.txt (line 12)) (3.11.0)
Collecting cryptography
Using cached cryptography-43.0.1-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB)
Collecting packaging
Using cached packaging-24.1-py3-none-any.whl (53 kB)
Collecting attrs>=16.3.0
Using cached attrs-24.2.0-py3-none-any.whl (63 kB)
Collecting pyperclip>=1.6
Using cached pyperclip-1.9.0-py3-none-any.whl
Collecting wcwidth>=0.1.7
Using cached wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Collecting ply
Using cached ply-3.11-py2.py3-none-any.whl (49 kB)
Collecting gsm0338
Using cached gsm0338-1.0.0-py2.py3-none-any.whl (9.7 kB)
Collecting cffi>=1.12
Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467
kB)
Collecting bitstruct
Using cached bitstruct-8.19.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
(82 kB)
Collecting pyparsing>=3.0.6
Using cached pyparsing-3.1.4-py3-none-any.whl (104 kB)
Collecting pycparser
Using cached pycparser-2.22-py3-none-any.whl (117 kB)
Collecting six
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Building wheels for collected packages: asn1tools, smpp.pdu
Building wheel for asn1tools (setup.py): started
Building wheel for asn1tools (setup.py): finished with status 'done'
Created wheel for asn1tools: filename=asn1tools-0.166.0-py3-none-any.whl size=119699
sha256=7f8bebeaadcfb83e7c1c31c29fa5093e4fe29619adaf7b07d7fd3731bd4c8dda
Stored in directory:
/tmp/pip-ephem-wheel-cache-709nte64/wheels/2a/6a/86/4ace26b2e8568f96ceac6272ea7db506da59e1b3c2fc4c8699
Building wheel for smpp.pdu (setup.py): started
Building wheel for smpp.pdu (setup.py): finished with status 'done'
Created wheel for smpp.pdu: filename=smpp.pdu-0.3-py3-none-any.whl size=31683
sha256=1e1b269743a81df9f198a44e2dfee86b34d14a084a6eb587640ea958e1946187
Stored in directory:
/tmp/pip-ephem-wheel-cache-709nte64/wheels/32/96/03/ef03cb1f288aec2fb1552d40911360548b181fe570b8fc2432
Successfully built asn1tools smpp.pdu
Installing collected packages: wcwidth, smpp.pdu, pyserial, pyperclip, ply, termcolor,
six, pyyaml, pyparsing, pycparser, packaging, jsonpath-ng, construct, colorlog, bitstruct,
bidict, attrs, gsm0338, cmd2, cffi, asn1tools, pyosmocom, cryptography
Successfully installed asn1tools-0.166.0 attrs-24.2.0 bidict-0.23.1 bitstruct-8.19.0
cffi-1.17.1 cmd2-2.4.3 colorlog-6.8.2 construct-2.10.70 cryptography-43.0.1 gsm0338-1.0.0
jsonpath-ng-1.6.1 packaging-24.1 ply-3.11 pycparser-2.22 pyosmocom-0.0.4 pyparsing-3.1.4
pyperclip-1.9.0 pyserial-3.5 pyyaml-6.0.2 six-1.16.0 smpp.pdu-0.3 termcolor-2.4.0
wcwidth-0.2.13
+ pip install pyshark
Collecting pyshark
Using cached pyshark-0.6-py3-none-any.whl (41 kB)
Collecting lxml
Using cached lxml-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB)
Requirement already satisfied: termcolor in ./venv/lib/python3.11/site-packages (from
pyshark) (2.4.0)
Requirement already satisfied: packaging in ./venv/lib/python3.11/site-packages (from
pyshark) (24.1)
Collecting appdirs
Using cached 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.3.0 pyshark-0.6
+ tests/card_sanitizer/card_sanitizer.py
/tmp/jenkins13321907239417838053.sh: 6: tests/card_sanitizer/card_sanitizer.py: not found
Build step 'Execute shell' marked build as failure