Started by upstream project "gerrit-pysim-build" build number 1248 originally caused by: Started by upstream project "gerrit-pysim" build number 1241 originally caused by: Triggered by Gerrit: https://gerrit.osmocom.org/c/pysim/+/37011 in silent mode. Running as SYSTEM Building remotely on host2-deb11build-ansible (ttcn3 obs osmocom-gerrit osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/gerrit-pysim-build/JOB_TYPE/docs/a1/default/a3/default/a4/default/label/osmocom-gerrit The recommended git tool is: NONE using credential d5eda5e9-b59d-44ba-88d2-43473cb6e42d > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/gerrit-pysim-build/JOB_TYPE/docs/a1/default/a3/default/a4/default/label/osmocom-gerrit/.git # timeout=10 Fetching changes from the remote Git repository > 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 > git --version # timeout=10 > git --version # 'git version 2.30.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/changes/11/37011/6 # timeout=10 Checking out Revision 423a4f8d978339a10ab817c91c79265c7d929948 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 423a4f8d978339a10ab817c91c79265c7d929948 # timeout=10 Commit message: "add contrib/saip-tool.py" > git rev-parse FETCH_HEAD^{commit} # timeout=10 > git rev-list --no-walk b3b5512ccc36ccb3c756a3b2a890bc71cb856b37 # timeout=10 [osmocom-gerrit] $ /bin/sh -xe /tmp/jenkins9382551166193111672.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=docs,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 4 -e WITH_MANUALS=1 -w /build -i -u build -v /home/osmocom-build/jenkins/workspace/gerrit-pysim-build/JOB_TYPE/docs/a1/default/a3/default/a4/default/label/osmocom-gerrit:/build -e JOB_TYPE=docs osmocom-build/debian-bookworm-build /usr/bin/timeout 30m /build/contrib/jenkins.sh + export PYTHONUNBUFFERED=1 + [ ! -d ./pysim-testdata/ ] + rm -rf docs/_build + make -C docs html latexpdf make: Entering directory '/build/docs' Running Sphinx v7.3.7 making output directory... done WARNING: html_static_path entry '_static' does not exist building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 8 source files that are out of date updating environment: [new config] 8 added, 0 changed, 0 removed reading sources... [ 12%] card-key-provider reading sources... [ 25%] index reading sources... [ 38%] legacy reading sources... [ 50%] library reading sources... [ 62%] osmo-smdpp reading sources... [ 75%] shell reading sources... [ 88%] suci-tutorial reading sources... [100%] trace /build/docs/card-key-provider.rst:3: WARNING: Title underline too short. Retrieving card-individual keys via CardKeyProvider ================================================== /build/docs/legacy.rst:98: ERROR: Failed to import "option_parser" from "pySim-read". name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'filesystem' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/filesystem.py", line 41, in from pySim.commands import SimCardCommands File "/build/pySim/commands.py", line 33, in from pySim.transport import LinkBase File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'commands' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/commands.py", line 33, in from pySim.transport import LinkBase File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'transport' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'transport.calypso' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'transport.modem_atcmd' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'transport.pcsc' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'transport.serial' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'tlv' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'card_handler' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/card_handler.py", line 31, in from pySim.transport import LinkBase File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined /build/docs/osmo-smdpp.rst:31: ERROR: Unknown target name: "shelve". /build/docs/osmo-smdpp.rst:79: WARNING: duplicate label osmo-smdpp, other instance in /build/docs/osmo-smdpp.rst /build/docs/shell.rst:58: ERROR: Failed to import "option_parser" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:103: ERROR: Failed to import "PySimCommands" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:121: ERROR: Failed to import "PySimCommands" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:172: ERROR: Failed to import "PySimCommands" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:254: ERROR: Failed to import "PysimApp" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:261: ERROR: Failed to import "PysimApp" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:268: ERROR: Failed to import "PysimApp" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:381: ERROR: Failed to import "Iso7816Commands" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:388: ERROR: Failed to import "Iso7816Commands" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:395: ERROR: Failed to import "Iso7816Commands" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:402: ERROR: Failed to import "Iso7816Commands" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:409: ERROR: Failed to import "Iso7816Commands" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:432: ERROR: Failed to import "Iso7816Commands" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:438: ERROR: Failed to import "Iso7816Commands" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:444: ERROR: Failed to import "Iso7816Commands" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:450: ERROR: Failed to import "Iso7816Commands" from "pySim-shell". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:469: ERROR: Failed to import "CardProfileUICC" from "pySim.ts_102_221". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:484: ERROR: Failed to import "CardProfileUICC" from "pySim.ts_102_221". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:497: ERROR: Failed to import "CardProfileUICC" from "pySim.ts_102_221". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:509: ERROR: Failed to import "LinFixedEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:516: ERROR: Failed to import "LinFixedEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:526: ERROR: Failed to import "LinFixedEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:533: ERROR: Failed to import "LinFixedEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:543: ERROR: Failed to import "LinFixedEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:550: ERROR: Failed to import "LinFixedEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:560: ERROR: Failed to import "LinFixedEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:584: ERROR: Failed to import "LinFixedEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:598: ERROR: Failed to import "TransparentEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:605: ERROR: Failed to import "TransparentEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:614: ERROR: Failed to import "TransparentEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:621: ERROR: Failed to import "TransparentEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:690: ERROR: Failed to import "TransparentEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:712: ERROR: Failed to import "BerTlvEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:719: ERROR: Failed to import "BerTlvEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:726: ERROR: Failed to import "BerTlvEF" from "pySim.filesystem". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:739: ERROR: Failed to import "ADF_USIM" from "pySim.ts_31_102". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:745: ERROR: Failed to import "ADF_USIM" from "pySim.ts_31_102". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:751: ERROR: Failed to import "ADF_USIM" from "pySim.ts_31_102". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:757: ERROR: Failed to import "ADF_USIM" from "pySim.ts_31_102". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:763: ERROR: Failed to import "ADF_USIM" from "pySim.ts_31_102". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:858: ERROR: Failed to import "Ts102222Commands" from "pySim.ts_102_222". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:865: ERROR: Failed to import "Ts102222Commands" from "pySim.ts_102_222". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:871: ERROR: Failed to import "Ts102222Commands" from "pySim.ts_102_222". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:877: ERROR: Failed to import "Ts102222Commands" from "pySim.ts_102_222". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:883: ERROR: Failed to import "Ts102222Commands" from "pySim.ts_102_222". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:889: ERROR: Failed to import "Ts102222Commands" from "pySim.ts_102_222". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:895: ERROR: Failed to import "Ts102222Commands" from "pySim.ts_102_222". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:965: ERROR: Failed to import "ADF_ARAM" from "pySim.ara_m". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:990: ERROR: Failed to import "ADF_SD" from "pySim.global_platform". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:996: ERROR: Failed to import "ADF_SD" from "pySim.global_platform". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1002: ERROR: Failed to import "ADF_SD" from "pySim.global_platform". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1008: ERROR: Failed to import "ADF_SD" from "pySim.global_platform". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1014: ERROR: Failed to import "ADF_SD" from "pySim.global_platform". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1020: ERROR: Failed to import "ADF_SD" from "pySim.global_platform". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1026: ERROR: Failed to import "ADF_SD" from "pySim.global_platform". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1032: ERROR: Failed to import "ADF_SD" from "pySim.global_platform". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1038: ERROR: Failed to import "ADF_SD" from "pySim.global_platform". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1044: ERROR: Failed to import "ADF_SD" from "pySim.global_platform". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1050: ERROR: Failed to import "ADF_SD" from "pySim.global_platform". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1093: ERROR: Failed to import "ADF_ISDR" from "pySim.euicc". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1112: ERROR: Failed to import "ADF_ISDR" from "pySim.euicc". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1255: ERROR: Failed to import "ADF_ISDR" from "pySim.euicc". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1304: ERROR: Failed to import "ADF_ISDR" from "pySim.euicc". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1326: ERROR: Failed to import "ADF_ISDR" from "pySim.euicc". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1340: ERROR: Failed to import "ADF_ISDR" from "pySim.euicc". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:1367: ERROR: Failed to import "ADF_ISDR" from "pySim.euicc". name 'ComrpTlvMeta' is not defined /build/docs/shell.rst:689: WARNING: duplicate label decode_hex, other instance in /build/docs/shell.rst /build/docs/trace.rst:47: ERROR: Failed to import "option_parser" from "pySim-trace". name 'ComrpTlvMeta' is not defined looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying static files... done copying extra files... done done writing output... [ 12%] card-key-provider writing output... [ 25%] index writing output... [ 38%] legacy writing output... [ 50%] library writing output... [ 62%] osmo-smdpp writing output... [ 75%] shell writing output... [ 88%] suci-tutorial writing output... [100%] trace generating indices... genindex py-modindex done writing additional pages... search done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 82 warnings. The HTML pages are in _build/html. Running Sphinx v7.3.7 making output directory... done WARNING: html_static_path entry '_static' does not exist loading pickled environment... done building [mo]: targets for 0 po files that are out of date writing output... building [latex]: all documents updating environment: 0 added, 1 changed, 0 removed reading sources... [100%] library WARNING: autodoc: failed to import module 'filesystem' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/filesystem.py", line 41, in from pySim.commands import SimCardCommands File "/build/pySim/commands.py", line 33, in from pySim.transport import LinkBase File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'commands' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/commands.py", line 33, in from pySim.transport import LinkBase File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'transport' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'transport.calypso' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'transport.modem_atcmd' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'transport.pcsc' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'transport.serial' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'tlv' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined WARNING: autodoc: failed to import module 'card_handler' from module 'pySim'; the following exception was raised: Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/build/pySim/card_handler.py", line 31, in from pySim.transport import LinkBase File "/build/pySim/transport/__init__.py", line 14, in from pySim.cat import ProactiveCommand, CommandDetails, DeviceIdentities, Result File "/build/pySim/cat.py", line 26, in from pySim.tlv import TLV_IE, COMPR_TLV_IE, BER_TLV_IE, TLV_IE_Collection File "/build/pySim/tlv.py", line 284, in class COMPR_TLV_IE(TLV_IE, metaclass=ComrpTlvMeta): ^^^^^^^^^^^^ NameError: name 'ComrpTlvMeta' is not defined looking for now-outdated files... none found pickling environment... done checking consistency... done copying TeX support files... copying TeX support files... done processing osmopysim-usermanual.tex... index shell suci-tutorial card-key-provider trace legacy library osmo-smdpp resolving references... done writing... done build succeeded, 10 warnings. The LaTeX files are in _build/latex. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). make[1]: Entering directory '/build/docs/_build/latex' latexmk -pdf -dvi- -ps- 'osmopysim-usermanual.tex' Rc files read: /etc/LatexMk latexmkrc Latexmk: This is Latexmk, John Collins, 7 Jan. 2023. Version 4.79. No existing .aux file, so I'll make a simple one, and require run of *latex. Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': Reasons for rerun Category 'other': Rerun of 'pdflatex' forced or previously required ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -recorder "osmopysim-usermanual.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./osmopysim-usermanual.tex LaTeX2e <2022-11-01> patch level 1 L3 programming layer <2023-01-16> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2022/07/02 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texlive/texmf-dist/tex/generic/babel/locale/en/babel-english.tex) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/mathcolor.ltx)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file osmopysim-usermanual.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./osmopysim-usermanual.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) Overfull \hbox (153.71051pt too wide) in paragraph at lines 81--81 [][] [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] No file osmopysim-usermanual.toc. [1] [2] Chapter 1. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) LaTeX Warning: Hyper reference `library:pysim-library' on page 1 undefined on i nput line 121. LaTeX Warning: Hyper reference `shell:pysim-shell' on page 1 undefined on input line 126. LaTeX Warning: Hyper reference `trace:pysim-trace' on page 1 undefined on input line 130. LaTeX Warning: Hyper reference `legacy:legacy-tools' on page 1 undefined on inp ut line 134. [1] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [2] [3] Overfull \hbox (595.99188pt too wide) in paragraph at lines 405--405 []\T1/txtt/m/n/10 fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff[] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] LaTeX Warning: Hyper reference `shell:read-record' on page 14 undefined on inpu t line 1187. LaTeX Warning: Hyper reference `shell:read-records' on page 14 undefined on inp ut line 1197. LaTeX Warning: Hyper reference `shell:update-record' on page 14 undefined on in put line 1208. LaTeX Warning: Hyper reference `shell:update-record-decoded' on page 14 undefin ed on input line 1230. LaTeX Warning: Hyper reference `shell:update-record' on page 14 undefined on in put line 1230. LaTeX Warning: Hyper reference `shell:update-record' on page 14 undefined on in put line 1234. [14] LaTeX Warning: Hyper reference `shell:read-binary' on page 15 undefined on inpu t line 1252. LaTeX Warning: Hyper reference `shell:update-binary' on page 15 undefined on in put line 1304. [15] LaTeX Warning: Hyper reference `shell:update-binary-decoded' on page 16 undefin ed on input line 1326. LaTeX Warning: Hyper reference `shell:update-binary' on page 16 undefined on in put line 1326. LaTeX Warning: Hyper reference `shell:update-binary' on page 16 undefined on in put line 1330. [16] [17] [18] [19] [20] [21] [22] Overfull \hbox (301.99274pt too wide) in paragraph at lines 1833--1833 []\T1/txtt/m/n/10 "[][]801f312e322e3834302e313233343536372f6d79506c6174666f726d 4c6162656c812568747470733a2f2f6d79636f6d70616e792e636f6d2f6d79444c4f41526567697 374726172[][] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] LaTeX Warning: Hyper reference `library:pySim.card_key_provider.CardKeyProvider ' on page 42 undefined on input line 4329. [42] [43] [44] Chapter 2. [45] [46] LaTeX Warning: Reference `library:module-pySim.card_key_provider' on page 47 un defined on input line 4529. LaTeX Warning: Reference `library:module-pySim.construct' on page 47 undefined on input line 4530. LaTeX Warning: Reference `library:module-pySim.exceptions' on page 47 undefined on input line 4531. LaTeX Warning: Reference `library:module-pySim.utils' on page 47 undefined on i nput line 4532. [47] No file osmopysim-usermanual.ind. (./osmopysim-usermanual.aux) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package rerunfilecheck Warning: File `osmopysim-usermanual.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ts1.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ec.enc}< /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb> Output written on osmopysim-usermanual.pdf (51 pages, 292951 bytes). Transcript written on osmopysim-usermanual.log. Latexmk: Missing input file 'osmopysim-usermanual.toc' (or dependence on it) from following: No file osmopysim-usermanual.toc. Latexmk: Missing input file 'osmopysim-usermanual.ind' (or dependence on it) from following: No file osmopysim-usermanual.ind. Latexmk: Getting log file 'osmopysim-usermanual.log' Latexmk: Examining 'osmopysim-usermanual.fls' Latexmk: Examining 'osmopysim-usermanual.log' Latexmk: Index file 'osmopysim-usermanual.idx' was written Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'osmopysim-usermanual.pdf' Latexmk: applying rule 'makeindex osmopysim-usermanual.idx'... Rule 'makeindex osmopysim-usermanual.idx': Reasons for rerun Category 'other': Rerun of 'makeindex osmopysim-usermanual.idx' forced or previously required ------------ Run number 1 of rule 'makeindex osmopysim-usermanual.idx' ------------ ------------ Running 'makeindex -s python.ist -o "osmopysim-usermanual.ind" "osmopysim-usermanual.idx"' ------------ This is makeindex, version 2.16 [TeX Live 2022] (kpathsea + Thai support). Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored). Scanning input file osmopysim-usermanual.idx....done (117 entries accepted, 0 rejected). Sorting entries....done (850 comparisons). Generating output file osmopysim-usermanual.ind....done (192 lines written, 0 warnings). Output written in osmopysim-usermanual.ind. Transcript written in osmopysim-usermanual.ilg. Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': Reasons for rerun Changed files or newly in use/created: osmopysim-usermanual.aux osmopysim-usermanual.ind osmopysim-usermanual.out osmopysim-usermanual.toc ------------ Run number 2 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -recorder "osmopysim-usermanual.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./osmopysim-usermanual.tex LaTeX2e <2022-11-01> patch level 1 L3 programming layer <2023-01-16> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2022/07/02 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texlive/texmf-dist/tex/generic/babel/locale/en/babel-english.tex) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/mathcolor.ltx)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file osmopysim-usermanual.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./osmopysim-usermanual.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (./osmopysim-usermanual.out) (./osmopysim-usermanual.out) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) Overfull \hbox (153.71051pt too wide) in paragraph at lines 81--81 [][] [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (./osmopysim-usermanual.toc [1]) [2] Chapter 1. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [1] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [2] [3] Overfull \hbox (595.99188pt too wide) in paragraph at lines 405--405 []\T1/txtt/m/n/10 fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff[] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] Overfull \hbox (301.99274pt too wide) in paragraph at lines 1833--1833 []\T1/txtt/m/n/10 "[][]801f312e322e3834302e313233343536372f6d79506c6174666f726d 4c6162656c812568747470733a2f2f6d79636f6d70616e792e636f6d2f6d79444c4f41526567697 374726172[][] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] Chapter 2. [45] [46] [47] (./osmopysim-usermanual.ind [48] Underfull \hbox (badness 10000) in paragraph at lines 22--23 []\T1/txtt/m/n/10 bertlv_return_one_rawtlv() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 31--33 []\T1/txtt/m/n/10 card_key_provider_get() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mo d-ule Underfull \hbox (badness 10000) in paragraph at lines 33--35 []\T1/txtt/m/n/10 card_key_provider_get_field() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 35--37 []\T1/txtt/m/n/10 card_key_provider_register() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 40--41 []\T1/txtt/m/n/10 CardKeyProviderCsv \T1/qtm/m/n/10 (\T1/qtm/m/it/10 class in Underfull \hbox (badness 10000) in paragraph at lines 41--42 []\T1/txtt/m/n/10 comprehensiontlv_encode_tag() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 42--43 []\T1/txtt/m/n/10 comprehensiontlv_parse_one() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 43--44 []\T1/txtt/m/n/10 comprehensiontlv_parse_tag() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 44--46 []\T1/txtt/m/n/10 comprehensiontlv_parse_tag_raw() \T1/qtm/m/n/10 (\T1/qtm/m/it /10 in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 59--60 []\T1/txtt/m/n/10 decode_multi() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 pySim.utils.Da taObjectSequence Underfull \hbox (badness 10000) in paragraph at lines 73--74 []\T1/txtt/m/n/10 encode_multi() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 pySim.utils.Da taObjectSequence Underfull \hbox (badness 10000) in paragraph at lines 85--86 []\T1/txtt/m/n/10 get() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 pySim.card_key_provider .CardKeyProvider [49] Underfull \hbox (badness 10000) in paragraph at lines 86--88 []\T1/txtt/m/n/10 get() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 pySim.card_key_provider .CardKeyProviderCsv Overfull \hbox (7.66232pt too wide) in paragraph at lines 89--91 []\T1/txtt/m/n/10 get_field() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 pySim.card_key_pr ovider.CardKeyProvider Underfull \hbox (badness 10000) in paragraph at lines 146--148 []\T1/txtt/m/n/10 process_transport_keys() Overfull \hbox (3.2425pt too wide) in paragraph at lines 146--148 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 pySim.card_key_provider.CardKeyProviderCsv [50]) (./osmopysim-usermanual.aux) Package rerunfilecheck Warning: File `osmopysim-usermanual.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ts1.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ec.enc}< /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb> Output written on osmopysim-usermanual.pdf (54 pages, 316605 bytes). Transcript written on osmopysim-usermanual.log. Latexmk: Getting log file 'osmopysim-usermanual.log' Latexmk: Examining 'osmopysim-usermanual.fls' Latexmk: Examining 'osmopysim-usermanual.log' Latexmk: Index file 'osmopysim-usermanual.idx' was written Latexmk: References changed. Latexmk: Log file says output to 'osmopysim-usermanual.pdf' Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': Reasons for rerun Changed files or newly in use/created: osmopysim-usermanual.aux osmopysim-usermanual.out osmopysim-usermanual.toc ------------ Run number 3 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -recorder "osmopysim-usermanual.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./osmopysim-usermanual.tex LaTeX2e <2022-11-01> patch level 1 L3 programming layer <2023-01-16> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2022/07/02 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texlive/texmf-dist/tex/generic/babel/locale/en/babel-english.tex) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/graphics/mathcolor.ltx)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file osmopysim-usermanual.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./osmopysim-usermanual.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (./osmopysim-usermanual.out) (./osmopysim-usermanual.out) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) Overfull \hbox (153.71051pt too wide) in paragraph at lines 81--81 [][] [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] (./osmopysim-usermanual.toc [1]) [2] Chapter 1. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [1] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [2] [3] Overfull \hbox (595.99188pt too wide) in paragraph at lines 405--405 []\T1/txtt/m/n/10 fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff[] (/usr/share/texlive/texmf-dist/tex/latex/txfonts/ts1txtt.fd) [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] Overfull \hbox (301.99274pt too wide) in paragraph at lines 1833--1833 []\T1/txtt/m/n/10 "[][]801f312e322e3834302e313233343536372f6d79506c6174666f726d 4c6162656c812568747470733a2f2f6d79636f6d70616e792e636f6d2f6d79444c4f41526567697 374726172[][] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] Chapter 2. [45] [46] [47] (./osmopysim-usermanual.ind [48] Underfull \hbox (badness 10000) in paragraph at lines 22--23 []\T1/txtt/m/n/10 bertlv_return_one_rawtlv() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 31--33 []\T1/txtt/m/n/10 card_key_provider_get() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mo d-ule Underfull \hbox (badness 10000) in paragraph at lines 33--35 []\T1/txtt/m/n/10 card_key_provider_get_field() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 35--37 []\T1/txtt/m/n/10 card_key_provider_register() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 40--41 []\T1/txtt/m/n/10 CardKeyProviderCsv \T1/qtm/m/n/10 (\T1/qtm/m/it/10 class in Underfull \hbox (badness 10000) in paragraph at lines 41--42 []\T1/txtt/m/n/10 comprehensiontlv_encode_tag() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 42--43 []\T1/txtt/m/n/10 comprehensiontlv_parse_one() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 43--44 []\T1/txtt/m/n/10 comprehensiontlv_parse_tag() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 44--46 []\T1/txtt/m/n/10 comprehensiontlv_parse_tag_raw() \T1/qtm/m/n/10 (\T1/qtm/m/it /10 in mod-ule Underfull \hbox (badness 10000) in paragraph at lines 59--60 []\T1/txtt/m/n/10 decode_multi() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 pySim.utils.Da taObjectSequence Underfull \hbox (badness 10000) in paragraph at lines 73--74 []\T1/txtt/m/n/10 encode_multi() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 pySim.utils.Da taObjectSequence Underfull \hbox (badness 10000) in paragraph at lines 85--86 []\T1/txtt/m/n/10 get() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 pySim.card_key_provider .CardKeyProvider [49] Underfull \hbox (badness 10000) in paragraph at lines 86--88 []\T1/txtt/m/n/10 get() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 pySim.card_key_provider .CardKeyProviderCsv Overfull \hbox (7.66232pt too wide) in paragraph at lines 89--91 []\T1/txtt/m/n/10 get_field() \T1/qtm/m/n/10 (\T1/qtm/m/it/10 pySim.card_key_pr ovider.CardKeyProvider Underfull \hbox (badness 10000) in paragraph at lines 146--148 []\T1/txtt/m/n/10 process_transport_keys() Overfull \hbox (3.2425pt too wide) in paragraph at lines 146--148 \T1/qtm/m/n/10 (\T1/qtm/m/it/10 pySim.card_key_provider.CardKeyProviderCsv [50]) (./osmopysim-usermanual.aux) ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ts1.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ec.enc}< /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb> Output written on osmopysim-usermanual.pdf (54 pages, 316781 bytes). Transcript written on osmopysim-usermanual.log. Latexmk: Getting log file 'osmopysim-usermanual.log' Latexmk: Examining 'osmopysim-usermanual.fls' Latexmk: Examining 'osmopysim-usermanual.log' Latexmk: Index file 'osmopysim-usermanual.idx' was written Latexmk: Log file says output to 'osmopysim-usermanual.pdf' Latexmk: All targets () are up-to-date make[1]: Leaving directory '/build/docs/_build/latex' make: Leaving directory '/build/docs' + [ 1 = 1 ] + [ = 1 ] Finished: SUCCESS