Started by user Oliver Smith Running as SYSTEM Building remotely on simtester in workspace /home/jenkins/workspace/simtester-sanitize 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 /home/jenkins/workspace/simtester-sanitize # 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/osmith/wip^{commit} # timeout=10 > git rev-parse osmith/wip^{commit} # timeout=10 Checking out Revision b52b9704ed57386959a73c98e946c756e0188e6c (refs/remotes/origin/osmith/wip) > git config core.sparsecheckout # timeout=10 > git checkout -f b52b9704ed57386959a73c98e946c756e0188e6c # timeout=10 Commit message: "tests: sanitize all cards before running tests" First time build. Skipping changelog. [simtester-sanitize] $ /bin/sh -xe /tmp/jenkins13031804231492078129.sh + tests/card_sanitizer/card_sanitizer.py Traceback (most recent call last): File "/home/jenkins/workspace/simtester-sanitize/tests/card_sanitizer/card_sanitizer.py", line 36, in from pySim.utils import i2h, h2i, dec_iccid, boxed_heading_str File "/home/jenkins/workspace/simtester-sanitize/./pySim/utils.py", line 13, in from osmocom.utils import * ModuleNotFoundError: No module named 'osmocom' Build step 'Execute shell' marked build as failure An attempt to send an e-mail to empty list of recipients, ignored. Finished: FAILURE