Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1.0: sphinx warnings reference target not found #357

Closed
kloczek opened this issue May 18, 2022 · 0 comments · Fixed by #369
Closed

1.1.0: sphinx warnings reference target not found #357

kloczek opened this issue May 18, 2022 · 0 comments · Fixed by #369

Comments

@kloczek
Copy link

kloczek commented May 18, 2022

On building my packages I'm using sphinx-build command with -n switch which shows warmings about missing references. These are not critical issues.

[tkloczko@devel-g2v tpm2-pytss-1.1.0]$ SETUPTOOLS_SCM_PRETEND_VERSION=1.1.0 PYTHONPATH=$PWD/build/$(cd build; ls -1d lib*) /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
Running Sphinx v4.5.0
Mocking tpm2_pytss._libtpm2_pytss
Warning: The Sphinx 'sphinx_rtd_theme' HTML theme was not found. Make sure you have the theme installed to produce pretty HTML output. Falling back to the default theme.
making output directory... done
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
myst v0.17.2: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=[], linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, highlight_code_blocks=True, number_code_blocks=[], title_to_header=False, heading_anchors=None, heading_slug_func=None, footnote_transition=True, sub_delimiters=('{', '}'), words_per_minute=200)
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 16 added, 0 changed, 0 removed
reading sources... [100%] utils
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.load_blob:9: ERROR: Unknown target name: "type".
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-tpm2-pytss.3 { install api constants types tcti esys fapi utils tsskey testing project release contributing maintainers CODE_OF_CONDUCT } /home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/types.py:docstring of tpm2_pytss.types.TPM2B_SENSITIVE.from_pem:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/types.py:docstring of tpm2_pytss.types.TPM2B_SENSITIVE.symcipher_from_secret:: WARNING: py:class reference target not found: TPM2_ALG. int
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/types.py:docstring of tpm2_pytss.types.TPMT_SENSITIVE.from_pem:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/types.py:docstring of tpm2_pytss.types.TPMT_SENSITIVE.keyedhash_from_secret:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/types.py:docstring of tpm2_pytss.types.TPMT_SENSITIVE.keyedhash_from_secret:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/types.py:docstring of tpm2_pytss.types.TPMT_SENSITIVE.symcipher_from_secret:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/types.py:docstring of tpm2_pytss.types.TPMT_SIGNATURE.verify_signature:: WARNING: py:exc reference target not found: InvalidSignature
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI:: WARNING: py:class reference target not found: tcti
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI:: WARNING: py:class reference target not found: is established using TCTILdr
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI:: WARNING: py:class reference target not found: a tpm2-tools style --tcti string in the format
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.activate_credential:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.certify:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.certify_creation:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.change_eps:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.change_pps:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.clear:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.clear_control:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.clock_rate_adjust:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.clock_set:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.commit:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.context_load:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.context_save:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.create:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.create_loaded:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.create_primary:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.dictionary_attack_lock_reset:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.dictionary_attack_parameters:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.duplicate:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.ec_ephemeral:: WARNING: py:class reference target not found: TPM2_ECC_CURVE
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.ec_ephemeral:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.ec_ephemeral:: WARNING: py:class reference target not found: A Tuple
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.ec_ephemeral:: WARNING: py:class reference target not found: which is the Ephemeral public key Q
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.ecc_parameters:: WARNING: py:class reference target not found: TPM2_ECC_CURVE
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.ecc_parameters:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.ecdh_key_gen:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.ecdh_key_gen:: WARNING: py:class reference target not found: A Tuple
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.ecdh_key_gen:: WARNING: py:class reference target not found: which is the zPoint Results of P
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.ecdh_zgen:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.encrypt_decrypt:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.encrypt_decrypt_2:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.event_sequence_complete:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.evict_control:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.field_upgrade_data:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.field_upgrade_start:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.firmware_read:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.flush_context:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.get_capability:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.get_command_audit_digest:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.get_random:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.get_session_audit_digest:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.get_test_result:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.get_time:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.hash:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.hash_sequence_start:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.hierarchy_change_auth:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.hierarchy_control:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.hmac:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.hmac_start:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.import_:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.incremental_self_test:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.load:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.load_blob:1: WARNING: py:const reference target not found: FAPI_ESYSBLOB.CONTEXTLOAD
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.load_blob:1: WARNING: py:const reference target not found: FAPI_ESYSBLOB.DESERIALIZE
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.load_blob:5: WARNING: py:const reference target not found: FAPI_ESYSBLOB.CONTEXTLOAD
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.load_blob:5: WARNING: py:const reference target not found: FAPI_ESYSBLOB.DESERIALIZE
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.load_blob:5: WARNING: py:const reference target not found: FAPI_ESYSBLOB.CONTEXTLOAD
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.load_external:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.make_credential:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.nv_certify:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.nv_change_auth:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.nv_define_space:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.nv_extend:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.nv_global_write_lock:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.nv_increment:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.nv_read:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.nv_read_lock:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.nv_read_public:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.nv_set_bits:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.nv_undefine_space:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.nv_undefine_space_special:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.nv_write:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.nv_write_lock:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.object_change_auth:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.pcr_allocate:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.pcr_event:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.pcr_extend:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.pcr_read:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.pcr_reset:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.pcr_set_auth_policy:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.pcr_set_auth_value:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_auth_value:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_authorize:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_authorize_nv:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_command_code:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_counter_timer:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_cp_hash:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_duplication_select:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_get_digest:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_locality:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_name_hash:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_nv:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_nv_written:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_or:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_password:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_pcr:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_physical_presence:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_restart:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_secret:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_signed:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_template:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.policy_ticket:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.pp_commands:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.quote:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.read_clock:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.read_public:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.rewrap:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.rsa_decrypt:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.rsa_encrypt:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.self_test:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.sequence_complete:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.sequence_update:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.set_algorithm_set:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.set_command_code_audit_status:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.set_primary_policy:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.shutdown:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.sign:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.start_auth_session:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.startup:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.stir_random:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.test_parms:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.tr_close:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.tr_deserialize:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.tr_from_tpmpublic:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.tr_get_name:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.tr_get_tpm_handle:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.tr_serialize:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.tr_set_auth:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.trsess_get_nonce_tpm:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.trsess_set_attributes:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.unseal:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.vendor_tcg_test:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.verify_signature:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/ESAPI.py:docstring of tpm2_pytss.ESAPI.ESAPI.zgen_2_phase:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.authorize_policy:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.authorize_policy:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.change_auth:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.change_auth:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.create_key:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.create_key:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.create_key:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.create_key:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.create_nv:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.create_nv:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.create_nv:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.create_nv:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.create_seal:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.create_seal:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.create_seal:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.create_seal:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.create_seal:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.create_seal:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.create_seal:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.decrypt:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.delete:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.encrypt:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.export_key:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.export_key:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.export_policy:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.get_app_data:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.get_certificate:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.get_description:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.get_esys_blob:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.get_esys_blob:10: WARNING: py:const reference target not found: FAPI_ESYSBLOB.CONTEXTLOAD
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.get_esys_blob:10: WARNING: py:const reference target not found: FAPI_ESYSBLOB.DESERIALIZE)
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.get_info:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.get_platform_certificates:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.get_platform_certificates:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.get_random:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.get_tpm_blobs:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.import_object:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.import_object:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.list:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.list:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.nv_extend:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.nv_extend:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.nv_increment:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.nv_read:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.nv_set_bits:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.nv_write:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.pcr_extend:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.pcr_extend:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.pcr_read:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.provision:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.provision:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.provision:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.provision:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.provision:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.provision:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.quote:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.quote:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.quote:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_app_data:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_app_data:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_auth_callback:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_auth_callback:: WARNING: py:class reference target not found: byte
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_auth_callback:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_auth_callback:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_branch_callback:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_branch_callback:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_branch_callback:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_certificate:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_certificate:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_description:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_description:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_policy_action_callback:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_policy_action_callback:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_policy_action_callback:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_sign_callback:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_sign_callback:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.set_sign_callback:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.sign:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.sign:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.unseal:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.verify_quote:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.verify_quote:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.verify_quote:: WARNING: py:class reference target not found: optional
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.verify_quote:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.verify_signature:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/FAPI.py:docstring of tpm2_pytss.FAPI.FAPI.write_authorize_nv:: WARNING: py:exc reference target not found: TSS2_Exception
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/utils.py:docstring of tpm2_pytss.utils.unwrap:: WARNING: py:class reference target not found: and symdef is defined a key will be generated based on the key size for
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/utils.py:docstring of tpm2_pytss.utils.unwrap:: WARNING: py:class reference target not found: TPMT_SYMDEF_OBJECT
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/utils.py:docstring of tpm2_pytss.utils.unwrap:: WARNING: py:class reference target not found: If None no inner wrapping is
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/utils.py:docstring of tpm2_pytss.utils.unwrap:: WARNING: py:class reference target not found: else this should be set to aes128CFB since that is
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/utils.py:docstring of tpm2_pytss.utils.unwrap:: WARNING: py:class reference target not found: the TPM supports. To set to
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/utils.py:docstring of tpm2_pytss.utils.wrap:: WARNING: py:class reference target not found: and symdef is defined a key will be generated based on the key size for
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/utils.py:docstring of tpm2_pytss.utils.wrap:: WARNING: py:class reference target not found: TPMT_SYMDEF_OBJECT
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/utils.py:docstring of tpm2_pytss.utils.wrap:: WARNING: py:class reference target not found: If None no inner wrapping is
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/utils.py:docstring of tpm2_pytss.utils.wrap:: WARNING: py:class reference target not found: else this should be set to aes128CFB since that is
/home/tkloczko/rpmbuild/BUILD/tpm2-pytss-1.1.0/build/lib.linux-x86_64-cpython-38/tpm2_pytss/utils.py:docstring of tpm2_pytss.utils.wrap:: WARNING: py:class reference target not found: the TPM supports. To set to
done
build succeeded, 241 warnings.

You can peak on fixes that kind of issues in other projects
latchset/jwcrypto#289
click-contrib/sphinx-click@abc31069

@williamcroberts williamcroberts added this to the next milestone May 19, 2022
@williamcroberts williamcroberts removed this from the next milestone Jun 14, 2022
@whooo whooo mentioned this issue Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants