DEBUG - Loading configuration file: /Users/michal/git/wake/mkdocs.yml DEBUG - Loaded theme configuration for 'material' from '/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/material/templates/mkdocs_theme.yml': {'language': 'en', 'direction': None, 'features': [], 'font': {'text': 'Roboto', 'code': 'Roboto Mono'}, 'icon': None, 'favicon': 'assets/images/favicon.png', 'static_templates': ['404.html']} INFO - DeprecationWarning: warning_filter doesn't do anything since MkDocs 1.2 and will be removed soon. All messages on the `mkdocs` logger get counted automatically. File "/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/mkdocstrings/loggers.py", line 9, in from mkdocs.utils import warning_filter File "/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/mkdocs/utils/__init__.py", line 403, in __getattr__ warnings.warn( DEBUG - Config value 'config_file_path' = '/Users/michal/git/wake/mkdocs.yml' DEBUG - Config value 'site_name' = 'Wake' DEBUG - Config value 'nav' = [{'Basics': ['index.md', {'Installation': 'installation.md'}, {'Configuration': 'configuration.md'}, {'Compilation': 'compilation.md'}, {'Changelog': 'changelog.md'}, {'Contributing': 'contributing.md'}]}, {'Development and testing framework': [{'Overview': 'testing-framework/overview.md'}, {'Basics': [{'Getting started': 'testing-framework/getting-started.md'}, {'Interacting with contracts': 'testing-framework/interacting-with-contracts.md'}, {'Accounts and addresses': 'testing-framework/accounts-and-addresses.md'}, {'Chains and blocks': 'testing-framework/chains-and-blocks.md'}, {'Transaction objects': 'testing-framework/transaction-objects.md'}, {'Events and errors': 'testing-framework/events-and-errors.md'}, {'Helper functions': 'testing-framework/helper-functions.md'}]}, {'Fuzzing': 'testing-framework/fuzzing.md'}, {'Cross-chain testing': 'testing-framework/cross-chain-testing.md'}, {'Deployment': 'testing-framework/deployment.md'}, {'Debugging': 'testing-framework/debugging.md'}, {'Coverage analysis': 'testing-framework/coverage-analysis.md'}, {'Performance considerations': 'testing-framework/performance-considerations.md'}, {'Migrating from Ape & Brownie': 'testing-framework/migrating-from-ape-and-brownie.md'}, {'Migrating from Woke 2.x': 'testing-framework/migrating-from-woke-2.md'}, {'Migrating from Woke 3.x': 'testing-framework/migrating-from-woke-3.md'}, {'Troubleshooting': 'testing-framework/troubleshooting.md'}]}, {'Static analysis (detectors & printers)': [{'Using detectors': 'static-analysis/using-detectors.md'}, {'Using printers': 'static-analysis/using-printers.md'}, {'Built-in': [{'Detectors': [{'abi.encodeWithSignature': 'static-analysis/detectors/abi-encode-with-signature.md'}, {'Axelar proxy contractId': 'static-analysis/detectors/axelar-proxy-contract-id.md'}, {'Balance relied on': 'static-analysis/detectors/balance-relied-on.md'}, {'Calldata tuple reencoding head overflow bug': 'static-analysis/detectors/calldata-tuple-reencoding-head-overflow-bug.md'}, {'Call options not called': 'static-analysis/detectors/call-options-not-called.md'}, {'Complex struct getter': 'static-analysis/detectors/complex-struct-getter.md'}, {'Empty byte array copy bug': 'static-analysis/detectors/empty-byte-array-copy-bug.md'}, {'Incorrect interface': 'static-analysis/detectors/incorrect-interface.md'}, {'Missing return': 'static-analysis/detectors/missing-return.md'}, {'msg.value non-payable function': 'static-analysis/detectors/msg-value-nonpayable-function.md'}, {'Reentrancy': 'static-analysis/detectors/reentrancy.md'}, {'Struct mapping deletion': 'static-analysis/detectors/struct-mapping-deletion.md'}, {'tx.origin': 'static-analysis/detectors/tx-origin.md'}, {'Unchecked return value': 'static-analysis/detectors/unchecked-return-value.md'}, {'Unprotected selfdestruct': 'static-analysis/detectors/unprotected-selfdestruct.md'}, {'Unsafe ERC-20 call': 'static-analysis/detectors/unsafe-erc20-call.md'}, {'Unsafe delegatecall': 'static-analysis/detectors/unsafe-delegatecall.md'}, {'Unused contract': 'static-analysis/detectors/unused-contract.md'}, {'Unused function': 'static-analysis/detectors/unused-function.md'}, {'Unused import': 'static-analysis/detectors/unused-import.md'}, {'Unused modifier': 'static-analysis/detectors/unused-modifier.md'}]}, {'Printers': [{'ABI': 'static-analysis/printers/abi.md'}, {'C3 linearization': 'static-analysis/printers/c3-linearization.md'}, {'Control flow graph': 'static-analysis/printers/control-flow-graph.md'}, {'Imports graph': 'static-analysis/printers/imports-graph.md'}, {'Inheritance graph': 'static-analysis/printers/inheritance-graph.md'}, {'Inheritance tree': 'static-analysis/printers/inheritance-tree.md'}, {'LSP control flow graph': 'static-analysis/printers/lsp-control-flow-graph.md'}, {'LSP inheritance graph': 'static-analysis/printers/lsp-inheritance-graph.md'}, {'LSP linearized inheritance graph': 'static-analysis/printers/lsp-linearized-inheritance-graph.md'}, {'LSP OpenZeppelin docs': 'static-analysis/printers/lsp-openzeppelin-docs.md'}, {'LSP references': 'static-analysis/printers/lsp-references.md'}, {'LSP selectors': 'static-analysis/printers/lsp-selectors.md'}, {'LSP Yul definitions': 'static-analysis/printers/lsp-yul-definitions.md'}, {'Modifiers': 'static-analysis/printers/modifiers.md'}, {'State changes': 'static-analysis/printers/state-changes.md'}, {'Storage layout': 'static-analysis/printers/storage-layout.md'}, {'Tokens': 'static-analysis/printers/tokens.md'}]}]}, {'Developer guide': [{'Getting started': 'static-analysis/getting-started.md'}, {'Working with IR': 'static-analysis/working-with-ir.md'}, {'Command-line interface': 'static-analysis/command-line-interface.md'}]}]}, {'LSP server': 'language-server.md'}, {'Solc Version Manager': 'solc-version-manager.md'}, {'API reference': [{'wake.analysis': [{'cfg': 'api-reference/analysis/cfg.md'}, {'utils': 'api-reference/analysis/utils.md'}]}, {'wake.config': [{'data_model': 'api-reference/config/data-model.md'}, {'wake_config': 'api-reference/config/wake-config.md'}]}, {'wake.compiler': [{'build_data_model': 'api-reference/compiler/build-data-model.md'}]}, {'wake.core': [{'solidity_version': 'api-reference/core/solidity-version.md'}, {'visitor': 'api-reference/core/visitor.md'}]}, {'wake.detectors': [{'api': 'api-reference/detectors/api.md'}]}, {'wake.ir': [{'abc': 'api-reference/ir/abc.md'}, {'declarations': [{'abc': 'api-reference/ir/declarations/abc.md'}, {'contract_definition': 'api-reference/ir/declarations/contract-definition.md'}, {'enum_definition': 'api-reference/ir/declarations/enum-definition.md'}, {'enum_value': 'api-reference/ir/declarations/enum-value.md'}, {'error_definition': 'api-reference/ir/declarations/error-definition.md'}, {'event_definition': 'api-reference/ir/declarations/event-definition.md'}, {'function_definition': 'api-reference/ir/declarations/function-definition.md'}, {'modifier_definition': 'api-reference/ir/declarations/modifier-definition.md'}, {'struct_definition': 'api-reference/ir/declarations/struct-definition.md'}, {'user_defined_value_type_definition': 'api-reference/ir/declarations/user-defined-value-type-definition.md'}, {'variable_declaration': 'api-reference/ir/declarations/variable-declaration.md'}]}, {'enums': 'api-reference/ir/enums.md'}, {'expressions': [{'abc': 'api-reference/ir/expressions/abc.md'}, {'assignment': 'api-reference/ir/expressions/assignment.md'}, {'binary_operation': 'api-reference/ir/expressions/binary-operation.md'}, {'conditional': 'api-reference/ir/expressions/conditional.md'}, {'elementary_type_name_expression': 'api-reference/ir/expressions/elementary-type-name-expression.md'}, {'function_call': 'api-reference/ir/expressions/function-call.md'}, {'function_call_options': 'api-reference/ir/expressions/function-call-options.md'}, {'identifier': 'api-reference/ir/expressions/identifier.md'}, {'index_access': 'api-reference/ir/expressions/index-access.md'}, {'index_range_access': 'api-reference/ir/expressions/index-range-access.md'}, {'literal': 'api-reference/ir/expressions/literal.md'}, {'member_access': 'api-reference/ir/expressions/member-access.md'}, {'new_expression': 'api-reference/ir/expressions/new-expression.md'}, {'tuple_expression': 'api-reference/ir/expressions/tuple-expression.md'}, {'unary_operation': 'api-reference/ir/expressions/unary-operation.md'}]}, {'meta': [{'identifier_path': 'api-reference/ir/meta/identifier-path.md'}, {'import_directive': 'api-reference/ir/meta/import-directive.md'}, {'inheritance_specifier': 'api-reference/ir/meta/inheritance-specifier.md'}, {'modifier_invocation': 'api-reference/ir/meta/modifier-invocation.md'}, {'override_specifier': 'api-reference/ir/meta/override-specifier.md'}, {'parameter_list': 'api-reference/ir/meta/parameter-list.md'}, {'pragma_directive': 'api-reference/ir/meta/pragma-directive.md'}, {'source_unit': 'api-reference/ir/meta/source-unit.md'}, {'structured_documentation': 'api-reference/ir/meta/structured-documentation.md'}, {'try_catch_clause': 'api-reference/ir/meta/try-catch-clause.md'}, {'using_for_directive': 'api-reference/ir/meta/using-for-directive.md'}]}, {'reference_resolver': 'api-reference/ir/reference-resolver.md'}, {'statements': [{'abc': 'api-reference/ir/statements/abc.md'}, {'block': 'api-reference/ir/statements/block.md'}, {'break_statement': 'api-reference/ir/statements/break-statement.md'}, {'continue_statement': 'api-reference/ir/statements/continue-statement.md'}, {'do_while_statement': 'api-reference/ir/statements/do-while-statement.md'}, {'emit_statement': 'api-reference/ir/statements/emit-statement.md'}, {'expression_statement': 'api-reference/ir/statements/expression-statement.md'}, {'for_statement': 'api-reference/ir/statements/for-statement.md'}, {'if_statement': 'api-reference/ir/statements/if-statement.md'}, {'inline_assembly': 'api-reference/ir/statements/inline-assembly.md'}, {'placeholder_statement': 'api-reference/ir/statements/placeholder-statement.md'}, {'return_statement': 'api-reference/ir/statements/return-statement.md'}, {'revert_statement': 'api-reference/ir/statements/revert-statement.md'}, {'try_statement': 'api-reference/ir/statements/try-statement.md'}, {'unchecked_block': 'api-reference/ir/statements/unchecked-block.md'}, {'variable_declaration_statement': 'api-reference/ir/statements/variable-declaration-statement.md'}, {'while_statement': 'api-reference/ir/statements/while-statement.md'}]}, {'types': 'api-reference/ir/types.md'}, {'type_names': [{'abc': 'api-reference/ir/type-names/abc.md'}, {'array_type_name': 'api-reference/ir/type-names/array-type-name.md'}, {'elementary_type_name': 'api-reference/ir/type-names/elementary-type-name.md'}, {'function_type_name': 'api-reference/ir/type-names/function-type-name.md'}, {'mapping': 'api-reference/ir/type-names/mapping.md'}, {'user_defined_type_name': 'api-reference/ir/type-names/user-defined-type-name.md'}]}, {'yul': [{'abc': 'api-reference/ir/yul/abc.md'}, {'assignment': 'api-reference/ir/yul/assignment.md'}, {'block': 'api-reference/ir/yul/block.md'}, {'break_statement': 'api-reference/ir/yul/break-statement.md'}, {'case': 'api-reference/ir/yul/case.md'}, {'continue_statement': 'api-reference/ir/yul/continue-statement.md'}, {'expression_statement': 'api-reference/ir/yul/expression-statement.md'}, {'for_loop': 'api-reference/ir/yul/for-loop.md'}, {'function_call': 'api-reference/ir/yul/function-call.md'}, {'function_definition': 'api-reference/ir/yul/function-definition.md'}, {'identifier': 'api-reference/ir/yul/identifier.md'}, {'if_statement': 'api-reference/ir/yul/if-statement.md'}, {'leave': 'api-reference/ir/yul/leave.md'}, {'literal': 'api-reference/ir/yul/literal.md'}, {'switch': 'api-reference/ir/yul/switch.md'}, {'typed_name': 'api-reference/ir/yul/typed-name.md'}, {'variable_declaration': 'api-reference/ir/yul/variable-declaration.md'}]}]}, {'wake.printers': [{'api': 'api-reference/printers/api.md'}]}]}] DEBUG - Config value 'pages' = None DEBUG - Config value 'exclude_docs' = None DEBUG - Config value 'draft_docs' = None DEBUG - Config value 'not_in_nav' = None DEBUG - Config value 'site_url' = 'https://ackee.xyz/wake/docs/' DEBUG - Config value 'site_description' = 'Wake is a Python-based Solidity development and testing framework with built-in vulnerability detectors.' DEBUG - Config value 'site_author' = 'Ackee Blockchain' DEBUG - Config value 'theme' = Theme(name='material', dirs=['/Users/michal/git/wake/docs/overrides', '/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/material/templates', '/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/mkdocs/templates'], static_templates={'404.html', 'sitemap.xml'}, name='material', locale=Locale('en'), language='en', direction=None, features=['content.code.annotate', 'content.code.copy', 'content.tabs.link', 'navigation.tracking', 'navigation.sections', 'navigation.indexes', 'navigation.top', 'navigation.tabs'], font={'text': 'Space Grotesk'}, icon=None, favicon='images/wake-favicon.svg', logo='images/wake-logo.png', palette=[{'media': '(prefers-color-scheme: light)', 'scheme': 'default', 'toggle': {'icon': 'material/toggle-switch', 'name': 'Switch to dark mode'}}, {'media': '(prefers-color-scheme: dark)', 'scheme': 'slate', 'toggle': {'icon': 'material/toggle-switch-off-outline', 'name': 'Switch to light mode'}}]) DEBUG - Config value 'docs_dir' = '/Users/michal/git/wake/docs' DEBUG - Config value 'site_dir' = '/Users/michal/git/wake/site' DEBUG - Config value 'copyright' = None DEBUG - Config value 'google_analytics' = None DEBUG - Config value 'dev_addr' = _IpAddressValue(host='127.0.0.1', port=8000) DEBUG - Config value 'use_directory_urls' = True DEBUG - Config value 'repo_url' = 'https://github.com/Ackee-Blockchain/wake' DEBUG - Config value 'repo_name' = 'Ackee-Blockchain/wake' DEBUG - Config value 'edit_uri_template' = None DEBUG - Config value 'edit_uri' = 'edit/main/docs/' DEBUG - Config value 'extra_css' = ['stylesheets/extra.css', 'stylesheets/asciinema-player.css'] DEBUG - Config value 'extra_javascript' = ['js/mathjax.js', 'js/asciinema-player.min.js', 'https://polyfill.io/v3/polyfill.min.js?features=es6', 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js'] DEBUG - Config value 'extra_templates' = [] DEBUG - Config value 'markdown_extensions' = ['toc', 'tables', 'fenced_code', 'attr_list', 'def_list', 'admonition', 'pymdownx.details', 'pymdownx.tasklist', 'pymdownx.highlight', 'pymdownx.inlinehilite', 'pymdownx.snippets', 'pymdownx.superfences', 'pymdownx.arithmatex', 'pymdownx.tabbed'] DEBUG - Config value 'mdx_configs' = {'toc': {'permalink': '#'}, 'pymdownx.tasklist': {'custom_checkbox': True}, 'pymdownx.highlight': {'anchor_linenums': True}, 'pymdownx.arithmatex': {'generic': True}, 'pymdownx.tabbed': {'alternate_style': True}} DEBUG - Config value 'strict' = False DEBUG - Config value 'remote_branch' = 'gh-pages' DEBUG - Config value 'remote_name' = 'origin' DEBUG - Config value 'extra' = {'generator': False, 'social': [{'icon': 'fontawesome/brands/github', 'link': 'https://github.com/Ackee-Blockchain/wake'}, {'icon': 'fontawesome/brands/twitter', 'link': 'https://twitter.com/WakeFramework'}, {'icon': 'fontawesome/brands/discord', 'link': 'https://discord.gg/YE9hntHvAe'}], 'version': {'provider': 'mike'}, 'analytics': {'provider': 'google', 'property': 'G-73VRX8Q3DK'}} DEBUG - Config value 'plugins' = {'material/search': , 'mkdocstrings': , 'mike': , 'material/social': } DEBUG - Config value 'hooks' = {} DEBUG - Config value 'watch' = ['/Users/michal/git/wake/wake'] DEBUG - Config value 'validation' = {'nav': {'omitted_files': 20, 'not_found': 30, 'absolute_links': 20}, 'links': {'not_found': 30, 'absolute_links': 20, 'unrecognized_links': 20, 'anchors': 20}} DEBUG - Running `startup` event from plugin 'material/search' DEBUG - Running `config` event from plugin 'material/search' DEBUG - Looking for translations for locale 'en' DEBUG - No translations found here: '/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/mkdocs/templates/locales' DEBUG - No translations found here: '/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/material/templates/locales' DEBUG - No translations found here: '/Users/michal/git/wake/docs/overrides/locales' DEBUG - Looking for translations for locale 'en' DEBUG - No translations found here: '/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/mkdocs/templates/locales' DEBUG - No translations found here: '/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/material/templates/locales' DEBUG - No translations found here: '/Users/michal/git/wake/docs/overrides/locales' DEBUG - Looking for translations for locale 'en' DEBUG - No translations found here: '/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/mkdocs/templates/locales' DEBUG - No translations found here: '/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/material/templates/locales' DEBUG - No translations found here: '/Users/michal/git/wake/docs/overrides/locales' DEBUG - Running `config` event from plugin 'mkdocstrings' DEBUG - mkdocstrings: Adding extension to the list DEBUG - mkdocstrings: Added a subdued autorefs instance DEBUG - mkdocstrings: Downloading inventory from 'https://docs.python.org/3/objects.inv' DEBUG - mkdocstrings: Downloading inventory from 'https://networkx.org/documentation/stable/objects.inv' DEBUG - Running `config` event from plugin 'mike' DEBUG - Running `config` event from plugin 'material/social' DEBUG - Running `config` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Adding AutorefsExtension to the list INFO - Cleaning site directory INFO - Building documentation to directory: /Users/michal/git/wake/site DEBUG - Looking for translations for locale 'en' DEBUG - No translations found here: '/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/mkdocs/templates/locales' DEBUG - No translations found here: '/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/material/templates/locales' DEBUG - No translations found here: '/Users/michal/git/wake/docs/overrides/locales' DEBUG - Running `files` event from plugin 'mike' DEBUG - Reading markdown pages. DEBUG - Reading: index.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: changelog.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: compilation.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: configuration.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: contributing.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: installation.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: language-server.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: solc-version-manager.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/analysis/cfg.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.analysis.cfg' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data INFO - DeprecationWarning: Passing multiple extensions as a single list or tuple is deprecated. Please pass them as separate arguments instead. File "/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/mkdocstrings_handlers/python/handler.py", line 275, in collect extensions=load_extensions(extensions), File "/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/griffe/extensions/base.py", line 481, in load_extensions warnings.warn( DEBUG - griffe: Searching path(s) for wake DEBUG - griffe: Found wake: loading DEBUG - griffe: Loading path /Users/michal/git/wake/wake/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/regex_parser/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/migrations/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/core/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/analysis/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/config/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/utils/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/cli/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/testing/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/svm/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/printers/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/deployment/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/detectors/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/compiler/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/regex_parser/solidity_parser.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/regex_parser/solidity_import.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/migrations/xdg_migration.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/migrations/woke_wake_migration.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/core/wake_comments.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/core/logging.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/core/lsp_provider.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/core/enums.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/core/solidity_version.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/core/visitor.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/core/exceptions.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/analysis/ownable.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/analysis/cfg.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/analysis/proxy.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/analysis/graph.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/analysis/expressions.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/analysis/interface.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/analysis/ddg.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/analysis/utils.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/config/data_model.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/config/wake_config.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/enums.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/types.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/utils.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/ast.py DEBUG - mkdocstrings: Loaded inventory from 'https://docs.python.org/3/objects.inv': 9841 items DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/reference_resolver.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/abc.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/meta/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/type_names/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/declarations/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/internal.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/primitive_types.py DEBUG - mkdocstrings: Loaded inventory from 'https://networkx.org/documentation/stable/objects.inv': 1491 items DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/transactions.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/globals.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/constants.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/core.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/pytypes_generator.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/chain_interfaces.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/call_trace.py INFO - SyntaxWarning: invalid escape sequence '\[' File "/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/griffe/agents/visitor.py", line 170, in get_module top_node = compile(self.code, mode="exec", filename=str(self.filepath), flags=ast.PyCF_ONLY_AST, optimize=1) File "/Users/michal/git/wake/wake/development/call_trace.py", line 488, in f" [yellow]\[{self.kind}][/yellow]" # pyright: ignore reportInvalidStringEscapeSequence INFO - SyntaxWarning: invalid escape sequence '\[' File "/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/griffe/agents/visitor.py", line 170, in get_module top_node = compile(self.code, mode="exec", filename=str(self.filepath), flags=ast.PyCF_ONLY_AST, optimize=1) File "/Users/michal/git/wake/wake/development/call_trace.py", line 495, in f" [sea_green2]\[{format_wei(self.value)}][/sea_green2]" # pyright: ignore reportInvalidStringEscapeSequence INFO - SyntaxWarning: invalid escape sequence '\[' File "/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/griffe/agents/visitor.py", line 170, in get_module top_node = compile(self.code, mode="exec", filename=str(self.filepath), flags=ast.PyCF_ONLY_AST, optimize=1) File "/Users/michal/git/wake/wake/development/call_trace.py", line 502, in f" [cyan]\[{self.gas:,} gas][/cyan]" # pyright: ignore reportInvalidStringEscapeSequence INFO - SyntaxWarning: invalid escape sequence '\[' File "/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/griffe/agents/visitor.py", line 170, in get_module top_node = compile(self.code, mode="exec", filename=str(self.filepath), flags=ast.PyCF_ONLY_AST, optimize=1) File "/Users/michal/git/wake/wake/development/call_trace.py", line 511, in f" [blue_violet]\[{sender} sender][/blue_violet]" # pyright: ignore reportInvalidStringEscapeSequence DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/hardhat_console.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/utils.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/blocks.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/json_rpc/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/utils/threaded_child_watcher.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/utils/enums.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/utils/tee.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/utils/version.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/utils/formatters.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/utils/null_file.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/utils/context_managers.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/utils/networking.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/utils/file_utils.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/utils/string.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/utils/keyed_default_dict.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/utils/openzeppelin.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/utils/general.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/utils/decorators.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/common_structures.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/lsp_compiler.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/server_capabilities.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/enums.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/server.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/rpc_protocol.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/lsp_parser.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/protocol_structures.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/methods.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/subprocess_runner.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/document_sync.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/logging_handler.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/context.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/exceptions.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/lsp_data_model.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/utils/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/commands/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/cli/console.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/cli/run.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/cli/accounts.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/cli/param_types.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/cli/test.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/cli/lsp.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/cli/utils.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/cli/print.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/cli/compile.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/cli/open.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/cli/init.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/cli/svm.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/cli/detect.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/cli/__main__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/testing/pytest_plugin_multiprocess.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/testing/core.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/testing/coverage.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/testing/pytest_plugin_multiprocess_server.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/testing/pytest_plugin_single.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/testing/fuzzing/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/svm/exceptions.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/svm/svm.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/svm/abc.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/printers/api.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/printers/template.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/deployment/core.py DEBUG - griffe: Skip /Users/michal/git/wake/wake/templates/tests/__init__.py, it is not importable. Missing __init__ module? DEBUG - griffe: Skip /Users/michal/git/wake/wake/templates/scripts/__init__.py, it is not importable. Missing __init__ module? DEBUG - griffe: Loading path /Users/michal/git/wake/wake/detectors/api.py INFO - SyntaxWarning: invalid escape sequence '\[' File "/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/griffe/agents/visitor.py", line 170, in get_module top_node = compile(self.code, mode="exec", filename=str(self.filepath), flags=ast.PyCF_ONLY_AST, optimize=1) File "/Users/michal/git/wake/wake/detectors/api.py", line 762, in title += f" [link={info.uri}]\[{detector_id}][/link]" # pyright: ignore reportInvalidStringEscapeSequence INFO - SyntaxWarning: invalid escape sequence '\[' File "/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/griffe/agents/visitor.py", line 170, in get_module top_node = compile(self.code, mode="exec", filename=str(self.filepath), flags=ast.PyCF_ONLY_AST, optimize=1) File "/Users/michal/git/wake/wake/detectors/api.py", line 764, in title += f" \[{detector_id}]" # pyright: ignore reportInvalidStringEscapeSequence DEBUG - griffe: Loading path /Users/michal/git/wake/wake/detectors/utils.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/detectors/template.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/compiler/source_path_resolver.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/compiler/compiler.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/compiler/build_data_model.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/compiler/exceptions.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/compiler/source_unit_name_resolver.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/compiler/compilation_unit.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/compiler/solc_frontend/__init__.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/meta/modifier_invocation.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/meta/parameter_list.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/meta/identifier_path.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/meta/using_for_directive.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/meta/import_directive.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/meta/override_specifier.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/meta/structured_documentation.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/meta/source_unit.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/meta/pragma_directive.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/meta/try_catch_clause.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/meta/inheritance_specifier.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/type_names/user_defined_type_name.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/type_names/elementary_type_name.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/type_names/array_type_name.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/type_names/function_type_name.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/type_names/mapping.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/type_names/abc.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/declarations/contract_definition.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/declarations/enum_definition.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/declarations/enum_value.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/declarations/variable_declaration.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/declarations/modifier_definition.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/declarations/user_defined_value_type_definition.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/declarations/error_definition.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/declarations/function_definition.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/declarations/struct_definition.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/declarations/event_definition.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/declarations/abc.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/literal.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/if_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/variable_declaration.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/switch.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/function_call.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/assignment.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/typed_name.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/for_loop.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/continue_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/block.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/case_.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/identifier.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/function_definition.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/expression_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/leave.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/abc.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/yul/break_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/while_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/variable_declaration_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/if_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/revert_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/do_while_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/unchecked_block.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/inline_assembly.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/continue_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/block.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/for_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/placeholder_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/return_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/try_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/expression_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/emit_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/abc.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/statements/break_statement.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/index_access.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/function_call_options.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/literal.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/index_range_access.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/elementary_type_name_expression.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/member_access.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/function_call.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/tuple_expression.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/unary_operation.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/assignment.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/conditional.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/identifier.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/new_expression.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/binary_operation.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/ir/expressions/abc.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/json_rpc/ipc.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/json_rpc/communicator.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/json_rpc/http.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/json_rpc/websocket.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/development/json_rpc/abc.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/workspace_symbol.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/document_symbol.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/completion.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/code_action.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/rename.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/references.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/document_link.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/type_definition.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/diagnostic.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/code_lens.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/type_hierarchy.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/inlay_hint.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/implementation.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/definition.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/features/hover.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/utils/symbol.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/utils/position.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/utils/uri.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/commands/generate_inheritance_graph.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/commands/generate_linearized_inheritance_graph.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/commands/generate_imports_graph.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/commands/init.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/lsp/commands/generate_control_flow_graph.py INFO - SyntaxWarning: invalid escape sequence '\l' File "/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/griffe/agents/visitor.py", line 170, in get_module top_node = compile(self.code, mode="exec", filename=str(self.filepath), flags=ast.PyCF_ONLY_AST, optimize=1) File "/Users/michal/git/wake/wake/lsp/commands/generate_control_flow_graph.py", line 71, in f"{line}\l" # pyright: ignore reportInvalidStringEscapeSequence DEBUG - griffe: Loading path /Users/michal/git/wake/wake/testing/fuzzing/fuzz_test.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/testing/fuzzing/generators.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/testing/fuzzing/fuzzer.py DEBUG - griffe: Skip /Users/michal/git/wake/wake/templates/tests/test_default.py, it is not importable. Missing __init__ module? DEBUG - griffe: Skip /Users/michal/git/wake/wake/templates/scripts/deploy.py, it is not importable. Missing __init__ module? DEBUG - griffe: Loading path /Users/michal/git/wake/wake/compiler/solc_frontend/input_data_model.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/compiler/solc_frontend/output_data_model.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/compiler/solc_frontend/exceptions.py DEBUG - griffe: Loading path /Users/michal/git/wake/wake/compiler/solc_frontend/solc_runner.py DEBUG - griffe: Base class typing.NamedTuple is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class typing.NamedTuple is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class typing.NamedTuple is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class pydantic.BaseModel is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.StrEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class Exception is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class typing.NamedTuple is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class pydantic.BaseModel is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class Exception is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntFlag is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class pydantic.BaseModel is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class int is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class int is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class bytes is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class typing.List is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class typing.Generic is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class Exception is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class Exception is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class Exception is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class Exception is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class Exception is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class int is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class tuple is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class int is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class reprlib.Repr is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class typing.IO is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class collections.defaultdict is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class typing.NamedTuple is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class Exception is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class typing.NamedTuple is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class enum.IntEnum is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class rich_click.rich_group.RichGroup is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class rich_click.ParamType is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class rich_click.ParamType is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class rich_click.RichGroup is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class Exception is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class Exception is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class pydantic.BaseModel is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class pydantic.BaseModel is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class pydantic.BaseModel is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class Exception is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class Exception is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class pydantic.BaseModel is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class pydantic.BaseModel is not loaded, or not static, it cannot be resolved DEBUG - griffe: Base class Exception is not loaded, or not static, it cannot be resolved DEBUG - griffe: Iteration 1 finished, 0 aliases resolved, still 0 to go DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.analysis.cfg DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.analysis.cfg INFO - DeprecationWarning: This method is now a property and should be accessed as such (without parentheses). File "/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/jinja2/runtime.py", line 298, in call return __obj(*args, **kwargs) File "/Users/michal/.pyenv/versions/3.12.2/lib/python3.12/site-packages/griffe/mixins.py", line 457, in __call__ warnings.warn( DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.analysis.cfg.TransitionConditionKind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.analysis.cfg.TransitionConditionKind DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.TransitionConditionKind.IS_TRUE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.TransitionConditionKind.IS_FALSE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.TransitionConditionKind.ALWAYS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.TransitionConditionKind.NEVER DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.TransitionConditionKind.TRY_SUCCEEDED DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.TransitionConditionKind.TRY_REVERTED DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.TransitionConditionKind.TRY_PANICKED DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.TransitionConditionKind.TRY_FAILED DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.TransitionConditionKind.SWITCH_MATCHED DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.TransitionConditionKind.SWITCH_DEFAULT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.analysis.cfg.ControlFlowGraph DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.analysis.cfg.ControlFlowGraph DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.ControlFlowGraph.graph DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.ControlFlowGraph.declaration DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.ControlFlowGraph.start_node DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.ControlFlowGraph.success_end_node DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.ControlFlowGraph.revert_end_node DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.analysis.cfg.ControlFlowGraph.get_cfg_node DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/raises.html: Rendering raises section DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.analysis.cfg.ControlFlowGraph.is_reachable DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.analysis.cfg.CfgNode DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.analysis.cfg.CfgNode DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.CfgNode.id DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.CfgNode.statements DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.analysis.cfg.CfgNode.control_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/analysis/utils.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.analysis.utils' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.analysis.utils DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.analysis.utils DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.analysis.utils.get_all_base_and_child_declarations DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.analysis.utils.get_function_implementations DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.analysis.utils.get_modifier_implementations DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.analysis.utils.pair_function_call_arguments DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/compiler/build-data-model.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.compiler.build_data_model' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.compiler.build_data_model DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.compiler.build_data_model DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.compiler.build_data_model.CompilationUnitBuildInfo DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/attributes.html: Rendering attributes section DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.compiler.build_data_model.CompilationUnitBuildInfo DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.compiler.build_data_model.ProjectBuild DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.compiler.build_data_model.ProjectBuild DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.compiler.build_data_model.ProjectBuild.interval_trees DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.compiler.build_data_model.ProjectBuild.reference_resolver DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.compiler.build_data_model.ProjectBuild.source_units DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.compiler.build_data_model.ProjectBuild.fix_after_deserialization DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.compiler.build_data_model.ProjectBuildInfo DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/attributes.html: Rendering attributes section DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.compiler.build_data_model.ProjectBuildInfo DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.compiler.build_data_model.SourceUnitInfo DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/attributes.html: Rendering attributes section DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.compiler.build_data_model.SourceUnitInfo DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/config/data-model.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.config.data_model' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.config.data_model DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.AnvilConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.AnvilConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.AnvilConfig.cmd_args DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.CodeLensConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.CodeLensConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.CodeLensConfig.enable DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.CodeLensConfig.sort_tag_priority DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.CompilerConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.CompilerConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.CompilerConfig.solc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.ControlFlowGraphConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.ControlFlowGraphConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.ControlFlowGraphConfig.direction DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.ControlFlowGraphConfig.vscode_urls DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.DeploymentConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.DeploymentConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.DeploymentConfig.confirm_transactions DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.DeploymentConfig.silent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.DetectorConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.DetectorsConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.DetectorsConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.DetectorsConfig.exclude DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.DetectorsConfig.exclude_paths DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.DetectorsConfig.ignore_paths DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.DetectorsConfig.only DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.DetectorsLspConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.DetectorsLspConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.DetectorsLspConfig.enable DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.FindReferencesConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.FindReferencesConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.FindReferencesConfig.include_declarations DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.GanacheConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.GanacheConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.GanacheConfig.cmd_args DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.GeneralConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.GeneralConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.GeneralConfig.call_trace_options DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.GeneralConfig.json_rpc_timeout DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.GeneralConfig.link_format DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.GeneratorConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.GeneratorConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.GeneratorConfig.control_flow_graph DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.GeneratorConfig.imports_graph DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.GeneratorConfig.inheritance_graph DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.GeneratorConfig.inheritance_graph_full DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.GeneratorConfig.linearized_inheritance_graph DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.GraphsDirection DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.GraphsDirection DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.GraphsDirection.BottomTop DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.GraphsDirection.LeftRight DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.GraphsDirection.RightLeft DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.GraphsDirection.TopBottom DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.HardhatConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.HardhatConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.HardhatConfig.cmd_args DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.ImportsDirection DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.ImportsDirection DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.ImportsDirection.ImportedToImporting DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.ImportsDirection.ImportingToImported DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.ImportsGraphConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.ImportsGraphConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.ImportsGraphConfig.direction DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.ImportsGraphConfig.imports_direction DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.ImportsGraphConfig.vscode_urls DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.InheritanceGraphConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.InheritanceGraphConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.InheritanceGraphConfig.direction DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.InheritanceGraphConfig.vscode_urls DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.InlayHintsConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.InlayHintsConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.InlayHintsConfig.enable DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.InlayHintsConfig.sort_tag_priority DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.LinearizedInheritanceGraphConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.LinearizedInheritanceGraphConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.LinearizedInheritanceGraphConfig.direction DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.LinearizedInheritanceGraphConfig.vscode_urls DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.LspConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.LspConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.LspConfig.code_lens DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.LspConfig.compilation_delay DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.LspConfig.detectors DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.LspConfig.find_references DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.LspConfig.inlay_hints DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.PrinterConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.PrintersConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.PrintersConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.PrintersConfig.exclude DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.PrintersConfig.only DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.SolcConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.SolcConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcConfig.allow_paths DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcConfig.evm_version DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcConfig.exclude_paths DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcConfig.include_paths DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcConfig.optimizer DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcConfig.remappings DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcConfig.target_version DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcConfig.via_IR DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.config.data_model.SolcConfig.serialize_target_version DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.SolcOptimizerConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.SolcOptimizerConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcOptimizerConfig.details DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcOptimizerConfig.enabled DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcOptimizerConfig.runs DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.SolcOptimizerDetailsConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.SolcOptimizerDetailsConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcOptimizerDetailsConfig.constant_optimizer DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcOptimizerDetailsConfig.cse DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcOptimizerDetailsConfig.deduplicate DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcOptimizerDetailsConfig.inliner DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcOptimizerDetailsConfig.jumpdest_remover DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcOptimizerDetailsConfig.order_literals DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcOptimizerDetailsConfig.peephole DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcOptimizerDetailsConfig.simple_counter_for_loop_unchecked_increment DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcOptimizerDetailsConfig.yul_details DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.SolcOptimizerYulDetailsConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.SolcOptimizerYulDetailsConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcOptimizerYulDetailsConfig.optimizer_steps DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcOptimizerYulDetailsConfig.stack_allocation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.SolcRemapping DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.SolcRemapping DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcRemapping.context DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcRemapping.prefix DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.SolcRemapping.target DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.config.data_model.SolcRemapping.__iter__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.TestingConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.TestingConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TestingConfig.anvil DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TestingConfig.cmd DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TestingConfig.ganache DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TestingConfig.hardhat DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.TopLevelConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.TopLevelConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TopLevelConfig.api_keys DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TopLevelConfig.compiler DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TopLevelConfig.deployment DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TopLevelConfig.detector DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TopLevelConfig.detectors DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TopLevelConfig.general DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TopLevelConfig.generator DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TopLevelConfig.lsp DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TopLevelConfig.printer DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TopLevelConfig.printers DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TopLevelConfig.subconfigs DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.TopLevelConfig.testing DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.data_model.WakeConfigModel DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.data_model.WakeConfigModel DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.data_model.WakeConfigModel.model_config DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.config.data_model.convert_remapping DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/config/wake-config.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.config.wake_config' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.config.wake_config DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.wake_config DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.wake_config.UnsupportedPlatformError DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.config.wake_config.WakeConfig DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.config.wake_config.WakeConfig DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.api_keys DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.compiler DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.deployment DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.detector DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.detectors DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.general DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.generator DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.global_cache_path DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.global_config_path DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.global_data_path DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.loaded_files DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.local_config_path DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.lsp DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.max_solidity_version DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.min_solidity_version DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.printer DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.printers DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.project_root_path DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.config.wake_config.WakeConfig.testing DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.config.wake_config.WakeConfig.__init__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.config.wake_config.WakeConfig.__repr__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.config.wake_config.WakeConfig.__str__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.config.wake_config.WakeConfig.fromdict DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.config.wake_config.WakeConfig.load DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.config.wake_config.WakeConfig.load_configs DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.config.wake_config.WakeConfig.set DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.config.wake_config.WakeConfig.todict DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.config.wake_config.WakeConfig.update DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/core/solidity-version.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.core.solidity_version' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.core.solidity_version DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.core.solidity_version DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.core.solidity_version.SemanticVersion DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.core.solidity_version.SemanticVersion DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.core.solidity_version.SemanticVersion.build DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.core.solidity_version.SemanticVersion.major DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.core.solidity_version.SemanticVersion.minor DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.core.solidity_version.SemanticVersion.patch DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.core.solidity_version.SemanticVersion.prerelease DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SemanticVersion.__eq__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SemanticVersion.__ge__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SemanticVersion.__gt__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SemanticVersion.__hash__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SemanticVersion.__init__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SemanticVersion.__le__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SemanticVersion.__lt__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SemanticVersion.__repr__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SemanticVersion.__str__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SemanticVersion.fromstring DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.core.solidity_version.SolidityVersion DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.core.solidity_version.SolidityVersionExpr DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.core.solidity_version.SolidityVersionExpr DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.core.solidity_version.SolidityVersionExpr.version_ranges DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SolidityVersionExpr.__contains__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SolidityVersionExpr.__init__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SolidityVersionExpr.__repr__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SolidityVersionExpr.__str__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.core.solidity_version.SolidityVersionRange DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.core.solidity_version.SolidityVersionRange DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.core.solidity_version.SolidityVersionRange.higher DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.core.solidity_version.SolidityVersionRange.higher_inclusive DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.core.solidity_version.SolidityVersionRange.lower DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.core.solidity_version.SolidityVersionRange.lower_inclusive DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SolidityVersionRange.__and__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SolidityVersionRange.__contains__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SolidityVersionRange.__eq__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SolidityVersionRange.__hash__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SolidityVersionRange.__init__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SolidityVersionRange.__repr__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SolidityVersionRange.__str__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SolidityVersionRange.intersection DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SolidityVersionRange.isempty DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.core.solidity_version.SolidityVersionRanges DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.core.solidity_version.SolidityVersionRanges DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.core.solidity_version.SolidityVersionRanges.version_ranges DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SolidityVersionRanges.__and__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.solidity_version.SolidityVersionRanges.__init__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/core/visitor.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.core.visitor' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.core.visitor DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.core.visitor DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.core.visitor.Visitor DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/attributes.html: Rendering attributes section DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.core.visitor.Visitor DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.generate_link DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.generate_link_from_line_col DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_array_type_name DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_assignment DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_binary_operation DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_block DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_break DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_conditional DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_continue DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_contract_definition DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_declaration_abc DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_do_while_statement DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_elementary_type_name DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_elementary_type_name_expression DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_emit_statement DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_enum_definition DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_enum_value DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_error_definition DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_event_definition DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_expression_abc DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_expression_statement DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_for_statement DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_function_call DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_function_call_options DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_function_definition DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_function_type_name DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_identifier DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_identifier_path DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_if_statement DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_import_directive DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_index_access DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_index_range_access DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_inheritance_specifier DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_inline_assembly DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_ir_abc DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_literal DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_mapping DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_member_access DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_modifier_definition DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_modifier_invocation DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_new_expression DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_override_specifier DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_parameter_list DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_placeholder_statement DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_pragma_directive DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_return DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_revert_statement DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_solidity_abc DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_source_unit DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_statement_abc DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_struct_definition DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_structured_documentation DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_try_catch_clause DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_try_statement DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_tuple_expression DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_type_name_abc DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_unary_operation DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_unchecked_block DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_user_defined_type_name DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_user_defined_value_type_definition DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_using_for_directive DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_variable_declaration DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_variable_declaration_statement DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_while_statement DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_abc DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_assignment DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_block DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_break DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_case DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_continue DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_expression_statement DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_for_loop DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_function_call DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_function_definition DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_identifier DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_if DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_leave DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_literal DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_statement_abc DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_switch DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_typed_name DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.core.visitor.Visitor.visit_yul_variable_declaration DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/detectors/api.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.detectors.api' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.detectors.api DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.detectors.api DEBUG - mkdocstrings: Matched '::: wake.detectors.api.DetectorConfidence' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.detectors.api.DetectorConfidence DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.detectors.api.DetectorConfidence DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.detectors.api.DetectorConfidence.LOW DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.detectors.api.DetectorConfidence.MEDIUM DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.detectors.api.DetectorConfidence.HIGH DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: Matched '::: wake.detectors.api.DetectorImpact' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.detectors.api.DetectorImpact DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.detectors.api.DetectorImpact DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.detectors.api.DetectorImpact.INFO DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.detectors.api.DetectorImpact.WARNING DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.detectors.api.DetectorImpact.LOW DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.detectors.api.DetectorImpact.MEDIUM DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.detectors.api.DetectorImpact.HIGH DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: Matched '::: wake.detectors.api.Detection' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.detectors.api.Detection DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/attributes.html: Rendering attributes section DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.detectors.api.Detection DEBUG - mkdocstrings: Matched '::: wake.detectors.api.DetectorResult' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.detectors.api.DetectorResult DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/attributes.html: Rendering attributes section DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.detectors.api.DetectorResult DEBUG - mkdocstrings: Matched '::: wake.detectors.api.Detector' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.detectors.api.Detector DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/attributes.html: Rendering attributes section DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.detectors.api.Detector DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.detectors.api.Detector.visit_mode DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.detectors.api.Detector.detect DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/abc.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.abc' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.abc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.abc DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.abc.IrAbc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.abc.IrAbc DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.abc.IrAbc.ast_tree_depth DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.abc.IrAbc.byte_location DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.abc.IrAbc.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.abc.IrAbc.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.abc.IrAbc.source DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.abc.IrAbc.source_unit DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.ir.abc.IrAbc.__iter__ DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.abc.SolidityAbc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.abc.SolidityAbc DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/enums.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.enums' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.enums DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.AssignmentOperator DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.AssignmentOperator DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.AssignmentOperator.AND_EQUALS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.AssignmentOperator.DIVIDE_EQUALS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.AssignmentOperator.EQUALS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.AssignmentOperator.LEFT_SHIFT_EQUALS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.AssignmentOperator.MINUS_EQUALS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.AssignmentOperator.MODULO_EQUALS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.AssignmentOperator.OR_EQUALS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.AssignmentOperator.PLUS_EQUALS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.AssignmentOperator.RIGHT_SHIFT_EQUALS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.AssignmentOperator.TIMES_EQUALS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.AssignmentOperator.XOR_EQUALS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.BinaryOpOperator DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.BinaryOpOperator DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.BITWISE_AND DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.BITWISE_OR DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.BOOLEAN_AND DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.BOOLEAN_OR DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.DIVIDE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.EQ DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.EXP DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.GT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.GTE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.LEFT_SHIFT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.LT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.LTE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.MINUS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.MODULO DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.NEQ DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.PLUS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.RIGHT_SHIFT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.TIMES DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.BinaryOpOperator.XOR DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.ContractKind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.ContractKind DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.ContractKind.CONTRACT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.ContractKind.INTERFACE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.ContractKind.LIBRARY DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.DataLocation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.DataLocation DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.DataLocation.CALLDATA DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.DataLocation.DEFAULT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.DataLocation.MEMORY DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.DataLocation.STORAGE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.FunctionCallKind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.FunctionCallKind DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionCallKind.FUNCTION_CALL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionCallKind.STRUCT_CONSTRUCTOR_CALL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionCallKind.TYPE_CONVERSION DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.FunctionKind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.FunctionKind DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionKind.CONSTRUCTOR DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionKind.FALLBACK DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionKind.FREE_FUNCTION DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionKind.FUNCTION DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionKind.RECEIVE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.FunctionTypeKind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.FunctionTypeKind DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.ABI_DECODE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.ABI_ENCODE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.ABI_ENCODE_CALL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.ABI_ENCODE_PACKED DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.ABI_ENCODE_WITH_SELECTOR DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.ABI_ENCODE_WITH_SIGNATURE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.ADD_MOD DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.ARRAY_POP DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.ARRAY_PUSH DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.ASSERT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.BARE_CALL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.BARE_CALL_CODE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.BARE_DELEGATE_CALL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.BARE_STATIC_CALL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.BLOBHASH DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.BLOCK_HASH DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.BYTES_CONCAT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.BYTE_ARRAY_PUSH DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.CREATION DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.DECLARATION DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.DELEGATE_CALL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.EC_RECOVER DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.ERROR DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.EVENT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.EXTERNAL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.GAS_LEFT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.INTERNAL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.KECCAK256 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.LOG0 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.LOG1 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.LOG2 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.LOG3 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.LOG4 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.META_TYPE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.MUL_MOD DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.OBJECT_CREATION DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.REQUIRE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.REVERT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.RIPEMD160 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.SELFDESTRUCT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.SEND DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.SET_GAS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.SET_VALUE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.SHA256 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.STRING_CONCAT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.TRANSFER DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.UNWRAP DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.FunctionTypeKind.WRAP DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.GlobalSymbol DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.GlobalSymbol DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ABI DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ABI_DECODE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ABI_ENCODE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ABI_ENCODE_CALL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ABI_ENCODE_PACKED DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ABI_ENCODE_WITH_SELECTOR DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ABI_ENCODE_WITH_SIGNATURE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ADDMOD DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ADDRESS_BALANCE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ADDRESS_CALL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ADDRESS_CODE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ADDRESS_CODEHASH DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ADDRESS_DELEGATECALL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ADDRESS_SEND DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ADDRESS_STATICCALL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ADDRESS_TRANSFER DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ARRAY_LENGTH DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ARRAY_POP DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ARRAY_PUSH DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ASSERT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BLOBHASH DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BLOCK DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BLOCKHASH DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BLOCK_BASEFEE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BLOCK_BLOBBASEFEE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BLOCK_CHAINID DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BLOCK_COINBASE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BLOCK_DIFFICULTY DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BLOCK_GASLIMIT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BLOCK_NUMBER DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BLOCK_PREVRANDAO DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BLOCK_TIMESTAMP DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BYTES_CONCAT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BYTES_LENGTH DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BYTES_POP DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.BYTES_PUSH DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.ECRECOVER DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.FUNCTION_ADDRESS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.FUNCTION_GAS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.FUNCTION_SELECTOR DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.FUNCTION_VALUE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.GASLEFT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.KECCAK256 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.LOG0 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.LOG1 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.LOG2 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.LOG3 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.LOG4 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.MSG DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.MSG_DATA DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.MSG_SENDER DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.MSG_SIG DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.MSG_VALUE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.MULMOD DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.NOW DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.REQUIRE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.REVERT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.RIPEMD160 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.SELFDESTRUCT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.SHA256 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.SHA3 DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.STRING_CONCAT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.SUICIDE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.SUPER DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.THIS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.TX DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.TX_GASPRICE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.TX_ORIGIN DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.TYPE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.TYPE_CREATION_CODE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.TYPE_INTERFACE_ID DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.TYPE_MAX DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.TYPE_MIN DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.TYPE_NAME DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.TYPE_RUNTIME_CODE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.USER_DEFINED_VALUE_TYPE_UNWRAP DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.GlobalSymbol.USER_DEFINED_VALUE_TYPE_WRAP DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.InlineAssemblyEvmVersion DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.InlineAssemblyEvmVersion DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblyEvmVersion.BERLIN DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblyEvmVersion.BYZANTIUM DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblyEvmVersion.CANCUN DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblyEvmVersion.CONSTANTINOPLE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblyEvmVersion.HOMESTEAD DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblyEvmVersion.ISTANBUL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblyEvmVersion.LONDON DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblyEvmVersion.PARIS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblyEvmVersion.PETERSBURG DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblyEvmVersion.SHANGHAI DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblyEvmVersion.SPURIOUS_DRAGON DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblyEvmVersion.TANGERINE_WHISTLE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.InlineAssemblyFlag DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.InlineAssemblyFlag DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblyFlag.MEMORY_SAFE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.InlineAssemblySuffix DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.InlineAssemblySuffix DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblySuffix.ADDRESS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblySuffix.LENGTH DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblySuffix.OFFSET DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblySuffix.SELECTOR DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.InlineAssemblySuffix.SLOT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.LiteralKind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.LiteralKind DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.LiteralKind.BOOL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.LiteralKind.HEX_STRING DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.LiteralKind.NUMBER DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.LiteralKind.STRING DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.LiteralKind.UNICODE_STRING DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.MagicTypeKind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.MagicTypeKind DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.MagicTypeKind.ABI DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.MagicTypeKind.BLOCK DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.MagicTypeKind.MESSAGE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.MagicTypeKind.META_TYPE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.MagicTypeKind.TRANSACTION DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.ModifierInvocationKind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.ModifierInvocationKind DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.ModifierInvocationKind.BASE_CONSTRUCTOR_SPECIFIER DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.ModifierInvocationKind.MODIFIER_INVOCATION DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.Mutability DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.Mutability DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.Mutability.CONSTANT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.Mutability.IMMUTABLE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.Mutability.MUTABLE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.StateMutability DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.StateMutability DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.StateMutability.NONPAYABLE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.StateMutability.PAYABLE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.StateMutability.PURE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.StateMutability.VIEW DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.UnaryOpOperator DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.UnaryOpOperator DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.UnaryOpOperator.DELETE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.UnaryOpOperator.MINUS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.UnaryOpOperator.MINUS_MINUS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.UnaryOpOperator.NOT DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.UnaryOpOperator.PLUS_PLUS DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.UnaryOpOperator.TILDE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.Visibility DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.Visibility DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.Visibility.EXTERNAL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.Visibility.INTERNAL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.Visibility.PRIVATE DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.Visibility.PUBLIC DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.enums.YulLiteralKind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.enums.YulLiteralKind DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.YulLiteralKind.BOOL DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.YulLiteralKind.NUMBER DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.enums.YulLiteralKind.STRING DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/reference-resolver.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.reference_resolver' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.reference_resolver DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.reference_resolver DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.reference_resolver.ReferenceResolver DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.reference_resolver.ReferenceResolver DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.ir.reference_resolver.ReferenceResolver.get_ast_id_from_cu_node_path_order DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.ir.reference_resolver.ReferenceResolver.get_global_symbol_references DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.ir.reference_resolver.ReferenceResolver.get_node_path_order DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.ir.reference_resolver.ReferenceResolver.resolve_node DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.ir.reference_resolver.ReferenceResolver.resolve_source_file_id DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/types.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.types' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.types DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.TypeAbc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.TypeAbc DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.TypeAbc.abi_type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/raises.html: Rendering raises section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Address DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Address DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Address.is_payable DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Bool DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Bool DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.IntAbc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.IntAbc DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.IntAbc.bits_count DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Int DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Int DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.UInt DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.UInt DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.FixedAbc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.FixedAbc DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.FixedAbc.total_bits DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.FixedAbc.fractional_digits DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Fixed DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Fixed DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.UFixed DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.UFixed DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.StringLiteral DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.StringLiteral DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.StringLiteral.keccak256_hash DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.String DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.String DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.String.data_location DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.String.is_pointer DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.String.is_slice DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Bytes DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Bytes DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Bytes.data_location DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Bytes.is_pointer DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Bytes.is_slice DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.FixedBytes DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.FixedBytes DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.FixedBytes.bytes_count DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Function DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Function DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Function.kind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Function.state_mutability DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Function.parameters DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Function.return_parameters DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Function.gas_set DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Function.value_set DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Function.salt_set DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Function.attached_to DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Tuple DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Tuple DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Tuple.components DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Type DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Type.actual_type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Rational DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Rational DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Rational.numerator DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Rational.denominator DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Modifier DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Modifier DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Modifier.parameters DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Array DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Array DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Array.base_type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Array.length DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Array.data_location DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Array.is_pointer DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Array.is_slice DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Mapping DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Mapping DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Mapping.key_type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Mapping.value_type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Contract DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Contract DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Contract.is_super DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Contract.name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Contract.ir_node DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Struct DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Struct DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Struct.name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Struct.data_location DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Struct.is_pointer DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Struct.ir_node DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Enum DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Enum DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Enum.name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Enum.ir_node DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Magic DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Magic DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Magic.kind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Magic.meta_argument_type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.UserDefinedValueType DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.UserDefinedValueType DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.UserDefinedValueType.name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.UserDefinedValueType.ir_node DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Module DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Module DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.types.Module.file DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.types.Error DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.types.Error DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/declarations/abc.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.declarations.abc' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.declarations.abc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.abc DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.declarations.abc.DeclarationAbc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.abc.DeclarationAbc DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.abc.DeclarationAbc.canonical_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.abc.DeclarationAbc.declaration_string DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.abc.DeclarationAbc.name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.abc.DeclarationAbc.name_location DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.abc.DeclarationAbc.references DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/declarations/contract-definition.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.declarations.contract_definition' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.declarations.contract_definition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.contract_definition DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.contract_definition.ContractDefinition DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.abstract DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.base_contracts DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.child_contracts DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/declarations/contract_definition.py:357: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.declared_variables DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.documentation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.enums DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.errors DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.events DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.fully_implemented DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.functions DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.kind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.linearized_base_contracts DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.modifiers DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.references DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.structs DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.used_errors DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.used_events DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.user_defined_value_types DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.using_for_directives DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.ir.declarations.contract_definition.ContractDefinition.declarations_iter DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/declarations/enum-definition.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.declarations.enum_definition' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.declarations.enum_definition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.enum_definition DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.declarations.enum_definition.EnumDefinition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.enum_definition.EnumDefinition DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.enum_definition.EnumDefinition.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/declarations/enum_definition.py:109: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.enum_definition.EnumDefinition.documentation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.enum_definition.EnumDefinition.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.enum_definition.EnumDefinition.references DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.enum_definition.EnumDefinition.values DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/declarations/enum-value.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.declarations.enum_value' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.declarations.enum_value DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.enum_value DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.declarations.enum_value.EnumValue DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.enum_value.EnumValue DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.enum_value.EnumValue.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.enum_value.EnumValue.references DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/declarations/error-definition.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.declarations.error_definition' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.declarations.error_definition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.error_definition DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.declarations.error_definition.ErrorDefinition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.error_definition.ErrorDefinition DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.error_definition.ErrorDefinition.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/declarations/error_definition.py:94: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.error_definition.ErrorDefinition.documentation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.error_definition.ErrorDefinition.error_selector DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.error_definition.ErrorDefinition.parameters DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.error_definition.ErrorDefinition.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.error_definition.ErrorDefinition.references DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.error_definition.ErrorDefinition.used_in DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/declarations/event-definition.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.declarations.event_definition' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.declarations.event_definition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.event_definition DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.declarations.event_definition.EventDefinition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.event_definition.EventDefinition DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.event_definition.EventDefinition.anonymous DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.event_definition.EventDefinition.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/declarations/event_definition.py:129: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.event_definition.EventDefinition.documentation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.event_definition.EventDefinition.event_selector DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.event_definition.EventDefinition.parameters DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.event_definition.EventDefinition.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.event_definition.EventDefinition.references DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.event_definition.EventDefinition.used_in DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/declarations/function-definition.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.declarations.function_definition' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.declarations.function_definition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.function_definition DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.function_definition.FunctionDefinition DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.base_functions DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.body DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.cfg DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/raises.html: Rendering raises section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.child_functions DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/declarations/function_definition.py:309: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.documentation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.function_selector DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.implemented DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.kind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.modifiers DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.overrides DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.parameters DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.references DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.return_parameters DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.state_mutability DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.virtual DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.function_definition.FunctionDefinition.visibility DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/declarations/modifier-definition.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.declarations.modifier_definition' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.declarations.modifier_definition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.modifier_definition DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.declarations.modifier_definition.ModifierDefinition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.modifier_definition.ModifierDefinition DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.modifier_definition.ModifierDefinition.base_modifiers DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.modifier_definition.ModifierDefinition.body DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.modifier_definition.ModifierDefinition.cfg DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/raises.html: Rendering raises section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.modifier_definition.ModifierDefinition.child_modifiers DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.modifier_definition.ModifierDefinition.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/declarations/modifier_definition.py:209: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.modifier_definition.ModifierDefinition.documentation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.modifier_definition.ModifierDefinition.implemented DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.modifier_definition.ModifierDefinition.overrides DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.modifier_definition.ModifierDefinition.parameters DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.modifier_definition.ModifierDefinition.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.modifier_definition.ModifierDefinition.references DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.modifier_definition.ModifierDefinition.virtual DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.modifier_definition.ModifierDefinition.visibility DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/declarations/struct-definition.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.declarations.struct_definition' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.declarations.struct_definition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.struct_definition DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.declarations.struct_definition.StructDefinition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.struct_definition.StructDefinition DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.struct_definition.StructDefinition.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/declarations/struct_definition.py:118: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.struct_definition.StructDefinition.documentation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.struct_definition.StructDefinition.members DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.struct_definition.StructDefinition.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.struct_definition.StructDefinition.references DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/declarations/user-defined-value-type-definition.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.declarations.user_defined_value_type_definition' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.declarations.user_defined_value_type_definition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.user_defined_value_type_definition DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.declarations.user_defined_value_type_definition.UserDefinedValueTypeDefinition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.user_defined_value_type_definition.UserDefinedValueTypeDefinition DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.user_defined_value_type_definition.UserDefinedValueTypeDefinition.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/declarations/user_defined_value_type_definition.py:98: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.user_defined_value_type_definition.UserDefinedValueTypeDefinition.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.user_defined_value_type_definition.UserDefinedValueTypeDefinition.references DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.user_defined_value_type_definition.UserDefinedValueTypeDefinition.underlying_type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/declarations/variable-declaration.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.declarations.variable_declaration' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.declarations.variable_declaration DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.variable_declaration DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.declarations.variable_declaration.VariableDeclaration DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.base_functions DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/declarations/variable_declaration.py:326: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.data_location DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.documentation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.function_selector DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.indexed DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.is_state_variable DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.mutability DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.overrides DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.references DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.type_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.type_string DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.value DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.declarations.variable_declaration.VariableDeclaration.visibility DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/expressions/abc.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.expressions.abc' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.expressions.abc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.abc DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.expressions.abc.ExpressionAbc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.abc.ExpressionAbc DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.abc.ExpressionAbc.statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.abc.ExpressionAbc.type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.abc.ExpressionAbc.type_string DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/expressions/assignment.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.expressions.assignment' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.expressions.assignment DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.assignment DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.expressions.assignment.Assignment DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.assignment.Assignment DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.assignment.Assignment.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/expressions/assignment.py:78: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.assignment.Assignment.left_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.assignment.Assignment.operator DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.assignment.Assignment.right_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/expressions/binary-operation.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.expressions.binary_operation' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.expressions.binary_operation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.binary_operation DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.expressions.binary_operation.BinaryOperation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.binary_operation.BinaryOperation DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.binary_operation.BinaryOperation.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/expressions/binary_operation.py:79: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.binary_operation.BinaryOperation.function DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.binary_operation.BinaryOperation.left_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.binary_operation.BinaryOperation.operator DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.binary_operation.BinaryOperation.right_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/expressions/conditional.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.expressions.conditional' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.expressions.conditional DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.conditional DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.expressions.conditional.Conditional DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.conditional.Conditional DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.conditional.Conditional.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/expressions/conditional.py:60: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.conditional.Conditional.condition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.conditional.Conditional.false_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.conditional.Conditional.true_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/expressions/elementary-type-name-expression.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.expressions.elementary_type_name_expression' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.expressions.elementary_type_name_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.elementary_type_name_expression DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.expressions.elementary_type_name_expression.ElementaryTypeNameExpression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.elementary_type_name_expression.ElementaryTypeNameExpression DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.elementary_type_name_expression.ElementaryTypeNameExpression.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/expressions/elementary_type_name_expression.py:55: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.elementary_type_name_expression.ElementaryTypeNameExpression.type_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/expressions/function-call-options.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.expressions.function_call_options' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.expressions.function_call_options DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.function_call_options DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.expressions.function_call_options.FunctionCallOptions DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.function_call_options.FunctionCallOptions DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.function_call_options.FunctionCallOptions.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/expressions/function_call_options.py:71: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.function_call_options.FunctionCallOptions.expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.function_call_options.FunctionCallOptions.names DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.function_call_options.FunctionCallOptions.options DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/expressions/function-call.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.expressions.function_call' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.expressions.function_call DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.function_call DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.expressions.function_call.FunctionCall DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.function_call.FunctionCall DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.function_call.FunctionCall.arguments DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.function_call.FunctionCall.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/expressions/function_call.py:95: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.function_call.FunctionCall.expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.function_call.FunctionCall.kind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.function_call.FunctionCall.names DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.function_call.FunctionCall.try_call DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/expressions/identifier.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.expressions.identifier' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.expressions.identifier DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.identifier DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.expressions.identifier.Identifier DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.identifier.Identifier DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.identifier.Identifier.name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.identifier.Identifier.overloaded_declarations DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.identifier.Identifier.referenced_declaration DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/expressions/index-access.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.expressions.index_access' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.expressions.index_access DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.index_access DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.expressions.index_access.IndexAccess DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.index_access.IndexAccess DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.index_access.IndexAccess.base_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.index_access.IndexAccess.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/expressions/index_access.py:58: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.index_access.IndexAccess.index_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/expressions/index-range-access.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.expressions.index_range_access' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.expressions.index_range_access DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.index_range_access DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.expressions.index_range_access.IndexRangeAccess DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.index_range_access.IndexRangeAccess DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.index_range_access.IndexRangeAccess.base_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.index_range_access.IndexRangeAccess.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/expressions/index_range_access.py:80: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.index_range_access.IndexRangeAccess.end_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.index_range_access.IndexRangeAccess.start_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/expressions/literal.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.expressions.literal' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.expressions.literal DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.literal DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.expressions.literal.Literal DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.literal.Literal DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.literal.Literal.hex_value DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.literal.Literal.kind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.literal.Literal.subdenomination DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.literal.Literal.value DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/expressions/member-access.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.expressions.member_access' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.expressions.member_access DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.member_access DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.expressions.member_access.MemberAccess DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.member_access.MemberAccess DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.member_access.MemberAccess.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/expressions/member_access.py:395: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.member_access.MemberAccess.expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.member_access.MemberAccess.member_location DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.member_access.MemberAccess.member_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.member_access.MemberAccess.referenced_declaration DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/expressions/new-expression.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.expressions.new_expression' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.expressions.new_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.new_expression DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.expressions.new_expression.NewExpression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.new_expression.NewExpression DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.new_expression.NewExpression.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/expressions/new_expression.py:50: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.new_expression.NewExpression.type_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/expressions/tuple-expression.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.expressions.tuple_expression' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.expressions.tuple_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.tuple_expression DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.expressions.tuple_expression.TupleExpression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.tuple_expression.TupleExpression DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.tuple_expression.TupleExpression.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/expressions/tuple_expression.py:67: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.tuple_expression.TupleExpression.components DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.tuple_expression.TupleExpression.is_inline_array DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/expressions/unary-operation.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.expressions.unary_operation' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.expressions.unary_operation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.unary_operation DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.expressions.unary_operation.UnaryOperation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.expressions.unary_operation.UnaryOperation DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.unary_operation.UnaryOperation.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/expressions/unary_operation.py:75: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.unary_operation.UnaryOperation.function DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.unary_operation.UnaryOperation.operator DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.unary_operation.UnaryOperation.prefix DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.expressions.unary_operation.UnaryOperation.sub_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/meta/identifier-path.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.meta.identifier_path' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.meta.identifier_path DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.identifier_path DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.meta.identifier_path.IdentifierPath DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.identifier_path.IdentifierPath DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.identifier_path.IdentifierPath.identifier_path_parts DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.identifier_path.IdentifierPath.name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.identifier_path.IdentifierPath.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.identifier_path.IdentifierPath.referenced_declaration DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.ir.meta.identifier_path.IdentifierPath.identifier_path_part_at DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.meta.identifier_path.IdentifierPathPart DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.identifier_path.IdentifierPathPart DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.identifier_path.IdentifierPathPart.byte_location DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.identifier_path.IdentifierPathPart.name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.identifier_path.IdentifierPathPart.referenced_declaration DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.identifier_path.IdentifierPathPart.source_unit DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.identifier_path.IdentifierPathPart.underlying_node DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/meta/import-directive.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.meta.import_directive' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.meta.import_directive DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.import_directive DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.meta.import_directive.ImportDirective DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.import_directive.ImportDirective DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.import_directive.ImportDirective.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/meta/import_directive.py:206: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.import_directive.ImportDirective.import_string DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.import_directive.ImportDirective.import_string_location DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.import_directive.ImportDirective.imported_file DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.import_directive.ImportDirective.imported_source_unit DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.import_directive.ImportDirective.imported_source_unit_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.import_directive.ImportDirective.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.import_directive.ImportDirective.symbol_aliases DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.import_directive.ImportDirective.unit_alias DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.meta.import_directive.SymbolAlias DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/attributes.html: Rendering attributes section DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.import_directive.SymbolAlias DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/meta/inheritance-specifier.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.meta.inheritance_specifier' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.meta.inheritance_specifier DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.inheritance_specifier DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.meta.inheritance_specifier.InheritanceSpecifier DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.inheritance_specifier.InheritanceSpecifier DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.inheritance_specifier.InheritanceSpecifier.arguments DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.inheritance_specifier.InheritanceSpecifier.base_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.inheritance_specifier.InheritanceSpecifier.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/meta/inheritance_specifier.py:89: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.inheritance_specifier.InheritanceSpecifier.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/meta/modifier-invocation.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.meta.modifier_invocation' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.meta.modifier_invocation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.modifier_invocation DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.meta.modifier_invocation.ModifierInvocation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.modifier_invocation.ModifierInvocation DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.modifier_invocation.ModifierInvocation.arguments DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.modifier_invocation.ModifierInvocation.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/meta/modifier_invocation.py:105: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.modifier_invocation.ModifierInvocation.kind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.modifier_invocation.ModifierInvocation.modifier_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.modifier_invocation.ModifierInvocation.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/meta/override-specifier.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.meta.override_specifier' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.meta.override_specifier DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.override_specifier DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.meta.override_specifier.OverrideSpecifier DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.override_specifier.OverrideSpecifier DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.override_specifier.OverrideSpecifier.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/meta/override_specifier.py:101: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.override_specifier.OverrideSpecifier.overrides DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.override_specifier.OverrideSpecifier.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/meta/parameter-list.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.meta.parameter_list' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.meta.parameter_list DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.parameter_list DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.meta.parameter_list.ParameterList DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.parameter_list.ParameterList DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.parameter_list.ParameterList.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/meta/parameter_list.py:121: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.parameter_list.ParameterList.parameters DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.parameter_list.ParameterList.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/meta/pragma-directive.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.meta.pragma_directive' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.meta.pragma_directive DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.pragma_directive DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.meta.pragma_directive.PragmaDirective DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.pragma_directive.PragmaDirective DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.pragma_directive.PragmaDirective.literals DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.pragma_directive.PragmaDirective.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/meta/source-unit.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.meta.source_unit' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.meta.source_unit DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.source_unit DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.meta.source_unit.SourceUnit DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.source_unit.SourceUnit DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/meta/source_unit.py:191: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.contracts DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.cu_hash DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.declared_variables DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.enums DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.errors DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.events DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.file DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.file_source DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.functions DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.imports DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.license DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.pragmas DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.source_unit_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.structs DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.user_defined_value_types DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.using_for_directives DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.source_unit.SourceUnit.version_ranges DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.ir.meta.source_unit.SourceUnit.declarations_iter DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/meta/structured-documentation.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.meta.structured_documentation' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.meta.structured_documentation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.structured_documentation DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.meta.structured_documentation.StructuredDocumentation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.structured_documentation.StructuredDocumentation DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.structured_documentation.StructuredDocumentation.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.structured_documentation.StructuredDocumentation.text DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/meta/try-catch-clause.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.meta.try_catch_clause' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.meta.try_catch_clause DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.try_catch_clause DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.meta.try_catch_clause.TryCatchClause DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.try_catch_clause.TryCatchClause DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.try_catch_clause.TryCatchClause.block DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.try_catch_clause.TryCatchClause.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/meta/try_catch_clause.py:89: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.try_catch_clause.TryCatchClause.error_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.try_catch_clause.TryCatchClause.parameters DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.try_catch_clause.TryCatchClause.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/meta/using-for-directive.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.meta.using_for_directive' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.meta.using_for_directive DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.using_for_directive DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.meta.using_for_directive.UsingForDirective DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.meta.using_for_directive.UsingForDirective DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.using_for_directive.UsingForDirective.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/meta/using_for_directive.py:136: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.using_for_directive.UsingForDirective.functions DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.using_for_directive.UsingForDirective.library_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.using_for_directive.UsingForDirective.operator_functions DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.using_for_directive.UsingForDirective.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.meta.using_for_directive.UsingForDirective.type_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/abc.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.abc' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.abc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.abc DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.abc.StatementAbc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.abc.StatementAbc DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.abc.StatementAbc.declaration DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.abc.StatementAbc.documentation DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.abc.StatementAbc.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.ir.statements.abc.StatementAbc.statements_iter DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/block.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.block' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.block DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.block DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.block.Block DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.block.Block DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.block.Block.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/statements/block.py:97: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.block.Block.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.block.Block.statements DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/break-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.break_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.break_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.break_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.break_statement.Break DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.break_statement.Break DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.break_statement.Break.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/continue-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.continue_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.continue_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.continue_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.continue_statement.Continue DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.continue_statement.Continue DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.continue_statement.Continue.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/do-while-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.do_while_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.do_while_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.do_while_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.do_while_statement.DoWhileStatement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.do_while_statement.DoWhileStatement DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.do_while_statement.DoWhileStatement.body DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.do_while_statement.DoWhileStatement.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/statements/do_while_statement.py:84: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.do_while_statement.DoWhileStatement.condition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.do_while_statement.DoWhileStatement.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/emit-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.emit_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.emit_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.emit_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.emit_statement.EmitStatement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.emit_statement.EmitStatement DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.emit_statement.EmitStatement.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/statements/emit_statement.py:80: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.emit_statement.EmitStatement.event_call DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.emit_statement.EmitStatement.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/expression-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.expression_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.expression_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.expression_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.expression_statement.ExpressionStatement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.expression_statement.ExpressionStatement DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.expression_statement.ExpressionStatement.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/statements/expression_statement.py:133: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.expression_statement.ExpressionStatement.expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.expression_statement.ExpressionStatement.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/for-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.for_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.for_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.for_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.for_statement.ForStatement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.for_statement.ForStatement DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.for_statement.ForStatement.body DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.for_statement.ForStatement.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/statements/for_statement.py:124: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.for_statement.ForStatement.condition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.for_statement.ForStatement.initialization_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.for_statement.ForStatement.loop_expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.for_statement.ForStatement.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/if-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.if_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.if_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.if_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.if_statement.IfStatement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.if_statement.IfStatement DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.if_statement.IfStatement.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/statements/if_statement.py:94: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.if_statement.IfStatement.condition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.if_statement.IfStatement.false_body DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.if_statement.IfStatement.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.if_statement.IfStatement.true_body DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/inline-assembly.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.inline_assembly' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.inline_assembly DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.inline_assembly DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.inline_assembly.ExternalReference DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.inline_assembly.ExternalReference DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.inline_assembly.ExternalReference.byte_location DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.inline_assembly.ExternalReference.identifier_location DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.inline_assembly.ExternalReference.inline_assembly DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.inline_assembly.ExternalReference.referenced_declaration DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.inline_assembly.ExternalReference.source_unit DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.inline_assembly.ExternalReference.suffix DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.inline_assembly.ExternalReference.yul_identifier DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.inline_assembly.InlineAssembly DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.inline_assembly.InlineAssembly DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.inline_assembly.InlineAssembly.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/statements/inline_assembly.py:303: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.inline_assembly.InlineAssembly.evm_version DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.inline_assembly.InlineAssembly.external_references DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.inline_assembly.InlineAssembly.flags DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.inline_assembly.InlineAssembly.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.inline_assembly.InlineAssembly.yul_block DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.ir.statements.inline_assembly.InlineAssembly.external_reference_at DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/placeholder-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.placeholder_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.placeholder_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.placeholder_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.placeholder_statement.PlaceholderStatement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.placeholder_statement.PlaceholderStatement DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.placeholder_statement.PlaceholderStatement.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/return-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.return_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.return_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.return_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.return_statement.Return DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.return_statement.Return DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.return_statement.Return.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/statements/return_statement.py:90: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.return_statement.Return.expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.return_statement.Return.function_return_parameters DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.return_statement.Return.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/revert-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.revert_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.revert_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.revert_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.revert_statement.RevertStatement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.revert_statement.RevertStatement DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.revert_statement.RevertStatement.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/statements/revert_statement.py:83: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.revert_statement.RevertStatement.error_call DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.revert_statement.RevertStatement.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/try-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.try_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.try_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.try_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.try_statement.TryStatement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.try_statement.TryStatement DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.try_statement.TryStatement.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/statements/try_statement.py:94: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.try_statement.TryStatement.clauses DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.try_statement.TryStatement.external_call DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.try_statement.TryStatement.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/unchecked-block.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.unchecked_block' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.unchecked_block DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.unchecked_block DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.unchecked_block.UncheckedBlock DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.unchecked_block.UncheckedBlock DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.unchecked_block.UncheckedBlock.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/statements/unchecked_block.py:76: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.unchecked_block.UncheckedBlock.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.unchecked_block.UncheckedBlock.statements DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/variable-declaration-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.variable_declaration_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.variable_declaration_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.variable_declaration_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.variable_declaration_statement.VariableDeclarationStatement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.variable_declaration_statement.VariableDeclarationStatement DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.variable_declaration_statement.VariableDeclarationStatement.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/statements/variable_declaration_statement.py:106: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.variable_declaration_statement.VariableDeclarationStatement.declarations DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.variable_declaration_statement.VariableDeclarationStatement.initial_value DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.variable_declaration_statement.VariableDeclarationStatement.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/statements/while-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.statements.while_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.statements.while_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.while_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.statements.while_statement.WhileStatement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.statements.while_statement.WhileStatement DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.while_statement.WhileStatement.body DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.while_statement.WhileStatement.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/statements/while_statement.py:86: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.while_statement.WhileStatement.condition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.statements.while_statement.WhileStatement.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/type-names/abc.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.type_names.abc' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.type_names.abc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.type_names.abc DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.type_names.abc.TypeNameAbc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.type_names.abc.TypeNameAbc DEBUG - griffe: Base class abc.ABC is not loaded, or not static, it cannot be resolved DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.abc.TypeNameAbc.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.abc.TypeNameAbc.type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.abc.TypeNameAbc.type_string DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/type-names/array-type-name.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.type_names.array_type_name' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.type_names.array_type_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.type_names.array_type_name DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.type_names.array_type_name.ArrayTypeName DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.type_names.array_type_name.ArrayTypeName DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.array_type_name.ArrayTypeName.base_type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.array_type_name.ArrayTypeName.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/type_names/array_type_name.py:110: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.array_type_name.ArrayTypeName.length DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.array_type_name.ArrayTypeName.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.array_type_name.ArrayTypeName.type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/type-names/elementary-type-name.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.type_names.elementary_type_name' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.type_names.elementary_type_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.type_names.elementary_type_name DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.type_names.elementary_type_name.ElementaryTypeName DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.type_names.elementary_type_name.ElementaryTypeName DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.elementary_type_name.ElementaryTypeName.name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.elementary_type_name.ElementaryTypeName.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.elementary_type_name.ElementaryTypeName.state_mutability DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.elementary_type_name.ElementaryTypeName.type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/type-names/function-type-name.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.type_names.function_type_name' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.type_names.function_type_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.type_names.function_type_name DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.type_names.function_type_name.FunctionTypeName DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.type_names.function_type_name.FunctionTypeName DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.function_type_name.FunctionTypeName.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/type_names/function_type_name.py:99: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.function_type_name.FunctionTypeName.parameter_types DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.function_type_name.FunctionTypeName.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.function_type_name.FunctionTypeName.return_parameter_types DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.function_type_name.FunctionTypeName.state_mutability DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.function_type_name.FunctionTypeName.type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.function_type_name.FunctionTypeName.visibility DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/type-names/mapping.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.type_names.mapping' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.type_names.mapping DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.type_names.mapping DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.type_names.mapping.Mapping DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.type_names.mapping.Mapping DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.mapping.Mapping.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/type_names/mapping.py:109: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.mapping.Mapping.key_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.mapping.Mapping.key_name_location DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.mapping.Mapping.key_type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.mapping.Mapping.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.mapping.Mapping.type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.mapping.Mapping.value_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.mapping.Mapping.value_name_location DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.mapping.Mapping.value_type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/type-names/user-defined-type-name.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.type_names.user_defined_type_name' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.type_names.user_defined_type_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.type_names.user_defined_type_name DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.type_names.user_defined_type_name.UserDefinedTypeName DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.type_names.user_defined_type_name.UserDefinedTypeName DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.user_defined_type_name.UserDefinedTypeName.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/type_names/user_defined_type_name.py:262: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.user_defined_type_name.UserDefinedTypeName.identifier_path_parts DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.user_defined_type_name.UserDefinedTypeName.name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.user_defined_type_name.UserDefinedTypeName.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.user_defined_type_name.UserDefinedTypeName.path_node DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.user_defined_type_name.UserDefinedTypeName.referenced_declaration DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.type_names.user_defined_type_name.UserDefinedTypeName.type DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.ir.type_names.user_defined_type_name.UserDefinedTypeName.identifier_path_part_at DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/abc.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.abc' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.abc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.abc DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.abc.YulAbc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.abc.YulAbc DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.abc.YulAbc.inline_assembly DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.abc.YulAbc.modifies_state DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/admonition.html: Rendering admonition DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.abc.YulStatementAbc DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/assignment.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.assignment' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.assignment DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.assignment DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.assignment.YulAssignment DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.assignment.YulAssignment DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.assignment.YulAssignment.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/yul/assignment.py:85: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.assignment.YulAssignment.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.assignment.YulAssignment.value DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.assignment.YulAssignment.variable_names DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/block.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.block' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.block DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.block DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.block.YulBlock DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.block.YulBlock DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.block.YulBlock.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/yul/block.py:123: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.block.YulBlock.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.block.YulBlock.statements DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/break-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.break_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.break_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.break_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.break_statement.YulBreak DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.break_statement.YulBreak DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.break_statement.YulBreak.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/case.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.case_' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.case_ DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.case_ DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.case_.YulCase DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.case_.YulCase DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.case_.YulCase.body DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.case_.YulCase.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/yul/case_.py:75: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.case_.YulCase.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.case_.YulCase.value DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/continue-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.continue_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.continue_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.continue_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.continue_statement.YulContinue DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.continue_statement.YulContinue DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.continue_statement.YulContinue.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/expression-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.expression_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.expression_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.expression_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.expression_statement.YulExpressionStatement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.expression_statement.YulExpressionStatement DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.expression_statement.YulExpressionStatement.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/yul/expression_statement.py:61: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.expression_statement.YulExpressionStatement.expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.expression_statement.YulExpressionStatement.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/for-loop.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.for_loop' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.for_loop DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.for_loop DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.for_loop.YulForLoop DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.for_loop.YulForLoop DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.for_loop.YulForLoop.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/yul/for_loop.py:86: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.for_loop.YulForLoop.condition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.for_loop.YulForLoop.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.for_loop.YulForLoop.post DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.for_loop.YulForLoop.pre DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/function-call.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.function_call' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.function_call DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.function_call DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.function_call.YulFunctionCall DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.function_call.YulFunctionCall DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.function_call.YulFunctionCall.arguments DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.function_call.YulFunctionCall.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/yul/function_call.py:118: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.function_call.YulFunctionCall.function_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.function_call.YulFunctionCall.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/function-definition.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.function_definition' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.function_definition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.function_definition DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.function_definition.YulFunctionDefinition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.function_definition.YulFunctionDefinition DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.function_definition.YulFunctionDefinition.body DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.function_definition.YulFunctionDefinition.cfg DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.function_definition.YulFunctionDefinition.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/yul/function_definition.py:89: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.function_definition.YulFunctionDefinition.name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.function_definition.YulFunctionDefinition.parameters DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.function_definition.YulFunctionDefinition.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.function_definition.YulFunctionDefinition.return_variables DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/identifier.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.identifier' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.identifier DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.identifier DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.identifier.YulIdentifier DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.identifier.YulIdentifier DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.identifier.YulIdentifier.external_reference DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.identifier.YulIdentifier.name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.identifier.YulIdentifier.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/if-statement.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.if_statement' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.if_statement DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.if_statement DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.if_statement.YulIf DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.if_statement.YulIf DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.if_statement.YulIf.body DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.if_statement.YulIf.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/yul/if_statement.py:83: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.if_statement.YulIf.condition DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.if_statement.YulIf.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/leave.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.leave' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.leave DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.leave DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.leave.YulLeave DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.leave.YulLeave DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.leave.YulLeave.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/literal.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.literal' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.literal DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.literal DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.literal.YulLiteral DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.literal.YulLiteral DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.literal.YulLiteral.hex_value DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.literal.YulLiteral.kind DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.literal.YulLiteral.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.literal.YulLiteral.value DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/switch.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.switch' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.switch DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.switch DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.switch.YulSwitch DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.switch.YulSwitch DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.switch.YulSwitch.cases DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.switch.YulSwitch.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/yul/switch.py:91: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.switch.YulSwitch.expression DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.switch.YulSwitch.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/typed-name.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.typed_name' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.typed_name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.typed_name DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.typed_name.YulTypedName DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.typed_name.YulTypedName DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.typed_name.YulTypedName.name DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/ir/yul/variable-declaration.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.ir.yul.variable_declaration' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.ir.yul.variable_declaration DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.variable_declaration DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.ir.yul.variable_declaration.YulVariableDeclaration DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.ir.yul.variable_declaration.YulVariableDeclaration DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.variable_declaration.YulVariableDeclaration.children DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels WARNING - griffe: wake/ir/yul/variable_declaration.py:96: No type or annotation for yielded value 1 DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/yields.html: Rendering yields section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.variable_declaration.YulVariableDeclaration.parent DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.variable_declaration.YulVariableDeclaration.value DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.ir.yul.variable_declaration.YulVariableDeclaration.variables DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: api-reference/printers/api.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - mkdocstrings: Matched '::: wake.printers.api' DEBUG - mkdocstrings: Using handler 'python' DEBUG - mkdocstrings: Collecting data DEBUG - mkdocstrings: Updating renderer's env DEBUG - mkdocstrings: Rendering templates DEBUG - mkdocstrings: docs/templates/python/material/module.html: Rendering wake.printers.api DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.printers.api DEBUG - mkdocstrings: docs/templates/python/material/class.html: Rendering wake.printers.api.Printer DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/attributes.html: Rendering attributes section DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of wake.printers.api.Printer DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering wake.printers.api.Printer.visit_mode DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section DEBUG - mkdocstrings: python/templates/material/function.html: Rendering wake.printers.api.Printer.print DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/command-line-interface.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/getting-started.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/using-detectors.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/using-printers.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/working-with-ir.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' INFO - Doc file 'static-analysis/working-with-ir.md' contains an unrecognized relative link '../../api-reference/ir/types', it was left as is. Did you mean '../api-reference/ir/types.md'? DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/abi-encode-with-signature.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/axelar-proxy-contract-id.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/balance-relied-on.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/call-options-not-called.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/calldata-tuple-reencoding-head-overflow-bug.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/complex-struct-getter.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/empty-byte-array-copy-bug.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/incorrect-interface.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/missing-return.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/msg-value-nonpayable-function.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/reentrancy.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/struct-mapping-deletion.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/tx-origin.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/unchecked-return-value.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/unprotected-selfdestruct.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/unsafe-delegatecall.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/unsafe-erc20-call.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/unused-contract.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/unused-function.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/unused-import.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/detectors/unused-modifier.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/abi.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/c3-linearization.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/control-flow-graph.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/imports-graph.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/inheritance-graph.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/inheritance-tree.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/lsp-control-flow-graph.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/lsp-inheritance-graph.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/lsp-linearized-inheritance-graph.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/lsp-openzeppelin-docs.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/lsp-references.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/lsp-selectors.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/lsp-yul-definitions.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/modifiers.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/state-changes.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/storage-layout.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: static-analysis/printers/tokens.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/accounts-and-addresses.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/chains-and-blocks.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/coverage-analysis.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/cross-chain-testing.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/debugging.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/deployment.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/events-and-errors.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/fuzzing.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/getting-started.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/helper-functions.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/interacting-with-contracts.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/migrating-from-ape-and-brownie.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/migrating-from-woke-2.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/migrating-from-woke-3.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/overview.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/performance-considerations.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/transaction-objects.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Reading: testing-framework/troubleshooting.md DEBUG - Running `page_markdown` event from plugin 'material/social' DEBUG - Running `page_markdown` event from plugin 'autorefs' DEBUG - Running `page_content` event from plugin 'autorefs' DEBUG - Running `env` event from plugin 'mkdocstrings' DEBUG - mkdocstrings: Creating inventory file objects.inv DEBUG - mkdocstrings: Waiting for 2 inventory download(s) DEBUG - Copying static assets. DEBUG - Copying media file: 'images/tfs-detections.png' DEBUG - Copying media file: 'images/wake-favicon.svg' DEBUG - Copying media file: 'images/wake-logo.png' DEBUG - Copying media file: 'images/lsp/code-lens.png' DEBUG - Copying media file: 'images/lsp/contract-type-hierarchy.gif' DEBUG - Copying media file: 'images/lsp/diagnostics-1.gif' DEBUG - Copying media file: 'images/lsp/diagnostics-2.png' DEBUG - Copying media file: 'images/lsp/diagnostics-3.png' DEBUG - Copying media file: 'images/lsp/diagnostics-4.png' DEBUG - Copying media file: 'images/lsp/document-links.gif' DEBUG - Copying media file: 'images/lsp/document-symbols.png' DEBUG - Copying media file: 'images/lsp/find-references.gif' DEBUG - Copying media file: 'images/lsp/function-type-hierarchy.gif' DEBUG - Copying media file: 'images/lsp/go-to-definition.gif' DEBUG - Copying media file: 'images/lsp/go-to-implementation.gif' DEBUG - Copying media file: 'images/lsp/go-to-type-definition.gif' DEBUG - Copying media file: 'images/lsp/hover.gif' DEBUG - Copying media file: 'images/lsp/rename.gif' DEBUG - Copying media file: 'images/static-analysis/ir-tree.excalidraw.svg' DEBUG - Copying media file: 'images/testing/FuzzTest-lifecycle.excalidraw.svg' DEBUG - Copying media file: 'images/testing/call-trace.svg' DEBUG - Copying media file: 'images/testing/coverage.png' DEBUG - Copying media file: 'images/testing/reverting-call-trace.svg' DEBUG - Copying media file: 'js/asciinema-player.min.js' DEBUG - Copying media file: 'js/mathjax.js' DEBUG - Copying media file: 'overrides/main.html' DEBUG - Copying media file: 'overrides/partials/copyright.html' DEBUG - Copying media file: 'static-analysis/detect.cast' DEBUG - Copying media file: 'static-analysis/print.cast' DEBUG - Copying media file: 'static-analysis/printers/abi.svg' DEBUG - Copying media file: 'static-analysis/printers/c3-linearization.svg' DEBUG - Copying media file: 'static-analysis/printers/control-flow-graph.svg' DEBUG - Copying media file: 'static-analysis/printers/imports-graph.svg' DEBUG - Copying media file: 'static-analysis/printers/inheritance-graph.svg' DEBUG - Copying media file: 'static-analysis/printers/inheritance-tree.svg' DEBUG - Copying media file: 'static-analysis/printers/lsp-control-flow-graph.gif' DEBUG - Copying media file: 'static-analysis/printers/lsp-inheritance-graph.gif' DEBUG - Copying media file: 'static-analysis/printers/lsp-linearized-inheritance-graph.gif' DEBUG - Copying media file: 'static-analysis/printers/lsp-openzeppelin-docs.gif' DEBUG - Copying media file: 'static-analysis/printers/lsp-references.gif' DEBUG - Copying media file: 'static-analysis/printers/lsp-selectors.png' DEBUG - Copying media file: 'static-analysis/printers/lsp-yul-definitions.gif' DEBUG - Copying media file: 'static-analysis/printers/modifiers.svg' DEBUG - Copying media file: 'static-analysis/printers/state-changes.svg' DEBUG - Copying media file: 'static-analysis/printers/storage-layout.svg' DEBUG - Copying media file: 'static-analysis/printers/tokens.svg' DEBUG - Copying media file: 'stylesheets/asciinema-player.css' DEBUG - Copying media file: 'stylesheets/extra.css' DEBUG - Copying media file: 'testing-framework/debugger.cast' DEBUG - Copying media file: 'testing-framework/deployment.cast' DEBUG - Copying media file: 'testing-framework/fuzz.cast' DEBUG - Copying media file: 'testing-framework/generating-pytypes.cast' DEBUG - Copying media file: 'assets/images/favicon.png' DEBUG - Copying media file: 'assets/javascripts/bundle.ad660dcc.min.js' DEBUG - Copying media file: 'assets/javascripts/bundle.ad660dcc.min.js.map' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.ar.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.da.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.de.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.du.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.el.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.es.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.fi.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.fr.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.he.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.hi.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.hu.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.hy.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.it.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.ja.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.jp.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.kn.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.ko.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.multi.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.nl.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.no.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.pt.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.ro.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.ru.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.sa.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.stemmer.support.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.sv.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.ta.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.te.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.th.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.tr.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.vi.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/min/lunr.zh.min.js' DEBUG - Copying media file: 'assets/javascripts/lunr/tinyseg.js' DEBUG - Copying media file: 'assets/javascripts/lunr/wordcut.js' DEBUG - Copying media file: 'assets/javascripts/workers/search.b8dbb3d2.min.js' DEBUG - Copying media file: 'assets/javascripts/workers/search.b8dbb3d2.min.js.map' DEBUG - Copying media file: 'assets/stylesheets/main.6543a935.min.css' DEBUG - Copying media file: 'assets/stylesheets/main.6543a935.min.css.map' DEBUG - Copying media file: 'assets/stylesheets/palette.06af60db.min.css' DEBUG - Copying media file: 'assets/stylesheets/palette.06af60db.min.css.map' DEBUG - Building theme template: 404.html DEBUG - Building theme template: sitemap.xml DEBUG - Gzipping template: sitemap.xml DEBUG - Building markdown pages. DEBUG - Building page index.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page index.md DEBUG - Building page changelog.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page changelog.md DEBUG - Building page compilation.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page compilation.md DEBUG - Building page configuration.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page configuration.md DEBUG - Building page contributing.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page contributing.md DEBUG - Building page installation.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page installation.md DEBUG - Building page language-server.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page language-server.md DEBUG - Building page solc-version-manager.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page solc-version-manager.md DEBUG - Building page api-reference/analysis/cfg.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/analysis/cfg.md DEBUG - Building page api-reference/analysis/utils.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/analysis/utils.md DEBUG - Building page api-reference/compiler/build-data-model.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/compiler/build-data-model.md DEBUG - Building page api-reference/config/data-model.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/config/data-model.md DEBUG - Building page api-reference/config/wake-config.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/config/wake-config.md DEBUG - Building page api-reference/core/solidity-version.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/core/solidity-version.md DEBUG - Building page api-reference/core/visitor.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/core/visitor.md DEBUG - Building page api-reference/detectors/api.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/detectors/api.md DEBUG - Building page api-reference/ir/abc.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/abc.md DEBUG - Building page api-reference/ir/enums.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/enums.md DEBUG - Building page api-reference/ir/reference-resolver.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/reference-resolver.md DEBUG - Building page api-reference/ir/types.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/types.md DEBUG - Building page api-reference/ir/declarations/abc.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/declarations/abc.md DEBUG - Building page api-reference/ir/declarations/contract-definition.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/declarations/contract-definition.md DEBUG - Building page api-reference/ir/declarations/enum-definition.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/declarations/enum-definition.md DEBUG - Building page api-reference/ir/declarations/enum-value.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/declarations/enum-value.md DEBUG - Building page api-reference/ir/declarations/error-definition.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/declarations/error-definition.md DEBUG - Building page api-reference/ir/declarations/event-definition.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/declarations/event-definition.md DEBUG - Building page api-reference/ir/declarations/function-definition.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/declarations/function-definition.md DEBUG - Building page api-reference/ir/declarations/modifier-definition.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/declarations/modifier-definition.md DEBUG - Building page api-reference/ir/declarations/struct-definition.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/declarations/struct-definition.md DEBUG - Building page api-reference/ir/declarations/user-defined-value-type-definition.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/declarations/user-defined-value-type-definition.md DEBUG - Building page api-reference/ir/declarations/variable-declaration.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/declarations/variable-declaration.md DEBUG - Building page api-reference/ir/expressions/abc.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/expressions/abc.md DEBUG - Building page api-reference/ir/expressions/assignment.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/expressions/assignment.md DEBUG - Building page api-reference/ir/expressions/binary-operation.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/expressions/binary-operation.md DEBUG - Building page api-reference/ir/expressions/conditional.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/expressions/conditional.md DEBUG - Building page api-reference/ir/expressions/elementary-type-name-expression.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/expressions/elementary-type-name-expression.md DEBUG - Building page api-reference/ir/expressions/function-call-options.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/expressions/function-call-options.md DEBUG - Building page api-reference/ir/expressions/function-call.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/expressions/function-call.md DEBUG - Building page api-reference/ir/expressions/identifier.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/expressions/identifier.md DEBUG - Building page api-reference/ir/expressions/index-access.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/expressions/index-access.md DEBUG - Building page api-reference/ir/expressions/index-range-access.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/expressions/index-range-access.md DEBUG - Building page api-reference/ir/expressions/literal.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/expressions/literal.md DEBUG - Building page api-reference/ir/expressions/member-access.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/expressions/member-access.md DEBUG - Building page api-reference/ir/expressions/new-expression.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/expressions/new-expression.md DEBUG - Building page api-reference/ir/expressions/tuple-expression.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/expressions/tuple-expression.md DEBUG - Building page api-reference/ir/expressions/unary-operation.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/expressions/unary-operation.md DEBUG - Building page api-reference/ir/meta/identifier-path.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/meta/identifier-path.md DEBUG - Building page api-reference/ir/meta/import-directive.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/meta/import-directive.md DEBUG - Building page api-reference/ir/meta/inheritance-specifier.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/meta/inheritance-specifier.md DEBUG - Building page api-reference/ir/meta/modifier-invocation.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/meta/modifier-invocation.md DEBUG - Building page api-reference/ir/meta/override-specifier.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/meta/override-specifier.md DEBUG - Building page api-reference/ir/meta/parameter-list.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/meta/parameter-list.md DEBUG - Building page api-reference/ir/meta/pragma-directive.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/meta/pragma-directive.md DEBUG - Building page api-reference/ir/meta/source-unit.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/meta/source-unit.md DEBUG - Building page api-reference/ir/meta/structured-documentation.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/meta/structured-documentation.md DEBUG - Building page api-reference/ir/meta/try-catch-clause.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/meta/try-catch-clause.md DEBUG - Building page api-reference/ir/meta/using-for-directive.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/meta/using-for-directive.md DEBUG - Building page api-reference/ir/statements/abc.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/abc.md DEBUG - Building page api-reference/ir/statements/block.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/block.md DEBUG - Building page api-reference/ir/statements/break-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/break-statement.md DEBUG - Building page api-reference/ir/statements/continue-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/continue-statement.md DEBUG - Building page api-reference/ir/statements/do-while-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/do-while-statement.md DEBUG - Building page api-reference/ir/statements/emit-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/emit-statement.md DEBUG - Building page api-reference/ir/statements/expression-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/expression-statement.md DEBUG - Building page api-reference/ir/statements/for-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/for-statement.md DEBUG - Building page api-reference/ir/statements/if-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/if-statement.md DEBUG - Building page api-reference/ir/statements/inline-assembly.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/inline-assembly.md DEBUG - Building page api-reference/ir/statements/placeholder-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/placeholder-statement.md DEBUG - Building page api-reference/ir/statements/return-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/return-statement.md DEBUG - Building page api-reference/ir/statements/revert-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/revert-statement.md DEBUG - Building page api-reference/ir/statements/try-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/try-statement.md DEBUG - Building page api-reference/ir/statements/unchecked-block.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/unchecked-block.md DEBUG - Building page api-reference/ir/statements/variable-declaration-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/variable-declaration-statement.md DEBUG - Building page api-reference/ir/statements/while-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/statements/while-statement.md DEBUG - Building page api-reference/ir/type-names/abc.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/type-names/abc.md DEBUG - Building page api-reference/ir/type-names/array-type-name.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/type-names/array-type-name.md DEBUG - Building page api-reference/ir/type-names/elementary-type-name.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/type-names/elementary-type-name.md DEBUG - Building page api-reference/ir/type-names/function-type-name.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/type-names/function-type-name.md DEBUG - Building page api-reference/ir/type-names/mapping.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/type-names/mapping.md DEBUG - Building page api-reference/ir/type-names/user-defined-type-name.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/type-names/user-defined-type-name.md DEBUG - Building page api-reference/ir/yul/abc.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/abc.md DEBUG - Building page api-reference/ir/yul/assignment.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/assignment.md DEBUG - Building page api-reference/ir/yul/block.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/block.md DEBUG - Building page api-reference/ir/yul/break-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/break-statement.md DEBUG - Building page api-reference/ir/yul/case.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/case.md DEBUG - Building page api-reference/ir/yul/continue-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/continue-statement.md DEBUG - Building page api-reference/ir/yul/expression-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/expression-statement.md DEBUG - Building page api-reference/ir/yul/for-loop.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/for-loop.md DEBUG - Building page api-reference/ir/yul/function-call.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/function-call.md DEBUG - Building page api-reference/ir/yul/function-definition.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/function-definition.md DEBUG - Building page api-reference/ir/yul/identifier.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/identifier.md DEBUG - Building page api-reference/ir/yul/if-statement.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/if-statement.md DEBUG - Building page api-reference/ir/yul/leave.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/leave.md DEBUG - Building page api-reference/ir/yul/literal.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/literal.md DEBUG - Building page api-reference/ir/yul/switch.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/switch.md DEBUG - Building page api-reference/ir/yul/typed-name.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/typed-name.md DEBUG - Building page api-reference/ir/yul/variable-declaration.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/ir/yul/variable-declaration.md DEBUG - Building page api-reference/printers/api.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page api-reference/printers/api.md DEBUG - Building page static-analysis/command-line-interface.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/command-line-interface.md DEBUG - Building page static-analysis/getting-started.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/getting-started.md DEBUG - Building page static-analysis/using-detectors.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/using-detectors.md DEBUG - Building page static-analysis/using-printers.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/using-printers.md DEBUG - Building page static-analysis/working-with-ir.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/working-with-ir.md DEBUG - Building page static-analysis/detectors/abi-encode-with-signature.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/abi-encode-with-signature.md DEBUG - Building page static-analysis/detectors/axelar-proxy-contract-id.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/axelar-proxy-contract-id.md DEBUG - Building page static-analysis/detectors/balance-relied-on.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/balance-relied-on.md DEBUG - Building page static-analysis/detectors/call-options-not-called.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/call-options-not-called.md DEBUG - Building page static-analysis/detectors/calldata-tuple-reencoding-head-overflow-bug.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/calldata-tuple-reencoding-head-overflow-bug.md DEBUG - Building page static-analysis/detectors/complex-struct-getter.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/complex-struct-getter.md DEBUG - Building page static-analysis/detectors/empty-byte-array-copy-bug.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/empty-byte-array-copy-bug.md DEBUG - Building page static-analysis/detectors/incorrect-interface.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/incorrect-interface.md DEBUG - Building page static-analysis/detectors/missing-return.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/missing-return.md DEBUG - Building page static-analysis/detectors/msg-value-nonpayable-function.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/msg-value-nonpayable-function.md DEBUG - Building page static-analysis/detectors/reentrancy.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/reentrancy.md DEBUG - Building page static-analysis/detectors/struct-mapping-deletion.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/struct-mapping-deletion.md DEBUG - Building page static-analysis/detectors/tx-origin.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/tx-origin.md DEBUG - Building page static-analysis/detectors/unchecked-return-value.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/unchecked-return-value.md DEBUG - Building page static-analysis/detectors/unprotected-selfdestruct.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/unprotected-selfdestruct.md DEBUG - Building page static-analysis/detectors/unsafe-delegatecall.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/unsafe-delegatecall.md DEBUG - Building page static-analysis/detectors/unsafe-erc20-call.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/unsafe-erc20-call.md DEBUG - Building page static-analysis/detectors/unused-contract.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/unused-contract.md DEBUG - Building page static-analysis/detectors/unused-function.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/unused-function.md DEBUG - Building page static-analysis/detectors/unused-import.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/unused-import.md DEBUG - Building page static-analysis/detectors/unused-modifier.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/detectors/unused-modifier.md DEBUG - Building page static-analysis/printers/abi.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/abi.md DEBUG - Building page static-analysis/printers/c3-linearization.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/c3-linearization.md DEBUG - Building page static-analysis/printers/control-flow-graph.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/control-flow-graph.md DEBUG - Building page static-analysis/printers/imports-graph.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/imports-graph.md DEBUG - Building page static-analysis/printers/inheritance-graph.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/inheritance-graph.md DEBUG - Building page static-analysis/printers/inheritance-tree.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/inheritance-tree.md DEBUG - Building page static-analysis/printers/lsp-control-flow-graph.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/lsp-control-flow-graph.md DEBUG - Building page static-analysis/printers/lsp-inheritance-graph.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/lsp-inheritance-graph.md DEBUG - Building page static-analysis/printers/lsp-linearized-inheritance-graph.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/lsp-linearized-inheritance-graph.md DEBUG - Building page static-analysis/printers/lsp-openzeppelin-docs.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/lsp-openzeppelin-docs.md DEBUG - Building page static-analysis/printers/lsp-references.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/lsp-references.md DEBUG - Building page static-analysis/printers/lsp-selectors.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/lsp-selectors.md DEBUG - Building page static-analysis/printers/lsp-yul-definitions.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/lsp-yul-definitions.md DEBUG - Building page static-analysis/printers/modifiers.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/modifiers.md DEBUG - Building page static-analysis/printers/state-changes.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/state-changes.md DEBUG - Building page static-analysis/printers/storage-layout.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/storage-layout.md DEBUG - Building page static-analysis/printers/tokens.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page static-analysis/printers/tokens.md DEBUG - Building page testing-framework/accounts-and-addresses.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/accounts-and-addresses.md DEBUG - Building page testing-framework/chains-and-blocks.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/chains-and-blocks.md DEBUG - Building page testing-framework/coverage-analysis.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/coverage-analysis.md DEBUG - Building page testing-framework/cross-chain-testing.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/cross-chain-testing.md DEBUG - Building page testing-framework/debugging.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/debugging.md DEBUG - Building page testing-framework/deployment.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/deployment.md DEBUG - Building page testing-framework/events-and-errors.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/events-and-errors.md DEBUG - Building page testing-framework/fuzzing.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/fuzzing.md DEBUG - Building page testing-framework/getting-started.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/getting-started.md DEBUG - Building page testing-framework/helper-functions.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/helper-functions.md DEBUG - Building page testing-framework/interacting-with-contracts.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/interacting-with-contracts.md DEBUG - Building page testing-framework/migrating-from-ape-and-brownie.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/migrating-from-ape-and-brownie.md DEBUG - Building page testing-framework/migrating-from-woke-2.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/migrating-from-woke-2.md DEBUG - Building page testing-framework/migrating-from-woke-3.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/migrating-from-woke-3.md DEBUG - Building page testing-framework/overview.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/overview.md DEBUG - Building page testing-framework/performance-considerations.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/performance-considerations.md DEBUG - Building page testing-framework/transaction-objects.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/transaction-objects.md DEBUG - Building page testing-framework/troubleshooting.md DEBUG - Running `page_context` event from plugin 'material/search' DEBUG - Running `post_page` event from plugin 'autorefs' DEBUG - mkdocs_autorefs: Fixing references in page testing-framework/troubleshooting.md DEBUG - Running `post_build` event from plugin 'material/search' DEBUG - Running `post_build` event from plugin 'mkdocstrings' DEBUG - mkdocstrings: Tearing handlers down DEBUG - Running `post_build` event from plugin 'material/social' INFO - Documentation built in 5.75 seconds