[INFO] cloning repository https://github.com/r3e-network/neo-solidity
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/r3e-network/neo-solidity" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fr3e-network%2Fneo-solidity", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fr3e-network%2Fneo-solidity'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5fba4c172f6088aefc37c861b9dbd3dd88ef43fa
[INFO] documenting r3e-network/neo-solidity against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fr3e-network%2Fneo-solidity" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/r3e-network/neo-solidity
[INFO] finished tweaking git repo https://github.com/r3e-network/neo-solidity
[INFO] tweaked toml for git repo https://github.com/r3e-network/neo-solidity written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/r3e-network/neo-solidity on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/r3e-network/neo-solidity already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e435d65ff056d477afa168d0581ddc07d3a1b6623eb52727e27f531ca60d4c10
[INFO] running `Command { std: "docker" "start" "e435d65ff056d477afa168d0581ddc07d3a1b6623eb52727e27f531ca60d4c10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e435d65ff056d477afa168d0581ddc07d3a1b6623eb52727e27f531ca60d4c10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e435d65ff056d477afa168d0581ddc07d3a1b6623eb52727e27f531ca60d4c10" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e435d65ff056d477afa168d0581ddc07d3a1b6623eb52727e27f531ca60d4c10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e435d65ff056d477afa168d0581ddc07d3a1b6623eb52727e27f531ca60d4c10" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling cc v1.2.34
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking radium v0.7.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling term v1.2.1
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling ascii-canvas v4.0.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling lalrpop-util v0.22.2
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]     Checking clap_builder v4.5.44
[INFO] [stderr]     Checking unicode-xid v0.2.6
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking ripemd v0.1.3
[INFO] [stderr]    Compiling secp256k1-sys v0.8.2
[INFO] [stderr]    Compiling stacker v0.1.24
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking pairing v0.23.0
[INFO] [stderr]     Checking bls12_381 v0.8.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.45
[INFO] [stderr]    Compiling lalrpop v0.22.2
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling ar_archive_writer v0.5.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking secp256k1 v0.27.0
[INFO] [stderr]    Compiling psm v0.1.31
[INFO] [stderr]     Checking clap v4.5.45
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]    Compiling foundry-solang-parser v0.3.9
[INFO] [stderr]  Documenting neo-devpack-solidity v0.30.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking neo-devpack-solidity v0.30.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous import visibility: pub(crate) or pub
[INFO] [stdout]   --> src/ir/ir_context/mod.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use builtins::builtin_intrinsic_surface;
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `builtin_intrinsic_surface` could refer to the function imported here
[INFO] [stdout]   --> src/ir/ir_context/builtins/mod.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub(crate) use resolve::*;
[INFO] [stdout]    |                ^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `builtin_intrinsic_surface` to disambiguate
[INFO] [stdout] note: `builtin_intrinsic_surface` could also refer to the function imported here
[INFO] [stdout]   --> src/ir/ir_context/builtins/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `builtin_intrinsic_surface` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: `#[warn(ambiguous_import_visibilities)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub(crate) or pub
[INFO] [stdout]   --> src/ir.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub use ir_context::builtin_intrinsic_surface;
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `builtin_intrinsic_surface` could refer to the function imported here
[INFO] [stdout]   --> src/ir/ir_context/mod.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub(crate) use builtins::*;
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `builtin_intrinsic_surface` to disambiguate
[INFO] [stdout] note: `builtin_intrinsic_surface` could also refer to the function imported here
[INFO] [stdout]   --> src/ir/ir_context/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `builtin_intrinsic_surface` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `emit_abi_decode_dynamic_tail`
[INFO] [stdout]   --> src/ir/ir_expressions/calls/builtins/abi_decode_dynamic.rs:51:41
[INFO] [stdout]    |
[INFO] [stdout] 51 | /// encoded buffer) and dispatches to [`emit_abi_decode_dynamic_tail`] at
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `emit_abi_decode_dynamic_tail` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] help: there's a similarly named item `emit_abi_decode_dynamic_top_level`
[INFO] [stdout]    |
[INFO] [stdout] 51 - /// encoded buffer) and dispatches to [`emit_abi_decode_dynamic_tail`] at
[INFO] [stdout] 51 + /// encoded buffer) and dispatches to [`emit_abi_decode_dynamic_top_level`] at
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `emit_abi_decode_dynamic_tail`
[INFO] [stdout]   --> src/ir/ir_expressions/calls/builtins/abi_decode_dynamic.rs:75:15
[INFO] [stdout]    |
[INFO] [stdout] 75 | /// Same as [`emit_abi_decode_dynamic_tail`] but with the tail offset
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `emit_abi_decode_dynamic_tail` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `emit_abi_decode_dynamic_top_level`
[INFO] [stdout]    |
[INFO] [stdout] 75 - /// Same as [`emit_abi_decode_dynamic_tail`] but with the tail offset
[INFO] [stdout] 75 + /// Same as [`emit_abi_decode_dynamic_top_level`] but with the tail offset
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3`
[INFO] [stdout]    --> src/ir/ir_expressions/dispatch/binary_u256_softarith.rs:608:9
[INFO] [stdout]     |
[INFO] [stdout] 608 | ///   s[3]=m  s[4]=R  s[5]=PHI  s[6]=PLO  s[7]=CTR
[INFO] [stdout]     |         ^ no item named `3` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `4`
[INFO] [stdout]    --> src/ir/ir_expressions/dispatch/binary_u256_softarith.rs:608:17
[INFO] [stdout]     |
[INFO] [stdout] 608 | ///   s[3]=m  s[4]=R  s[5]=PHI  s[6]=PLO  s[7]=CTR
[INFO] [stdout]     |                 ^ no item named `4` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `5`
[INFO] [stdout]    --> src/ir/ir_expressions/dispatch/binary_u256_softarith.rs:608:25
[INFO] [stdout]     |
[INFO] [stdout] 608 | ///   s[3]=m  s[4]=R  s[5]=PHI  s[6]=PLO  s[7]=CTR
[INFO] [stdout]     |                         ^ no item named `5` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `6`
[INFO] [stdout]    --> src/ir/ir_expressions/dispatch/binary_u256_softarith.rs:608:35
[INFO] [stdout]     |
[INFO] [stdout] 608 | ///   s[3]=m  s[4]=R  s[5]=PHI  s[6]=PLO  s[7]=CTR
[INFO] [stdout]     |                                   ^ no item named `6` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `7`
[INFO] [stdout]    --> src/ir/ir_expressions/dispatch/binary_u256_softarith.rs:608:45
[INFO] [stdout]     |
[INFO] [stdout] 608 | ///   s[3]=m  s[4]=R  s[5]=PHI  s[6]=PLO  s[7]=CTR
[INFO] [stdout]     |                                             ^ no item named `7` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `8`
[INFO] [stdout]    --> src/ir/ir_expressions/dispatch/binary_u256_softarith.rs:609:9
[INFO] [stdout]     |
[INFO] [stdout] 609 | ///   s[8]=T_bit  s[9]=T_carry  s[10]=T_low
[INFO] [stdout]     |         ^ no item named `8` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `9`
[INFO] [stdout]    --> src/ir/ir_expressions/dispatch/binary_u256_softarith.rs:609:21
[INFO] [stdout]     |
[INFO] [stdout] 609 | ///   s[8]=T_bit  s[9]=T_carry  s[10]=T_low
[INFO] [stdout]     |                     ^ no item named `9` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `10`
[INFO] [stdout]    --> src/ir/ir_expressions/dispatch/binary_u256_softarith.rs:609:35
[INFO] [stdout]     |
[INFO] [stdout] 609 | ///   s[8]=T_bit  s[9]=T_carry  s[10]=T_low
[INFO] [stdout]     |                                   ^^ no item named `10` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/runtime/runtime_parts/runtime_types.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | / pub enum ExceptionType {
[INFO] [stdout] 44 | |     OutOfGas,
[INFO] [stdout] 45 | |     StackOverflow,
[INFO] [stdout] 46 | |     StackUnderflow,
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | |     Halt,
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Re-export commonly used types`
[INFO] [stdout]    = help: ends near `Types of runtime exceptions`
[INFO] [stdout]    = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/runtime/runtime_parts/runtime_types.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | / pub enum ExceptionType {
[INFO] [stdout] 44 | |     OutOfGas,
[INFO] [stdout] 45 | |     StackOverflow,
[INFO] [stdout] 46 | |     StackUnderflow,
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | |     Halt,
[INFO] [stdout] 52 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Types of runtime exceptions`
[INFO] [stdout]    = help: ends near `Types of runtime exceptions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/runtime/runtime_parts/runtime_types.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | / pub struct ExecutionResult {
[INFO] [stdout] 21 | |     pub success: bool,
[INFO] [stdout] 22 | |     pub return_data: Vec<u8>,
[INFO] [stdout] 23 | |     pub gas_used: u64,
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     pub metadata: ExecutionMetadata,
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Re-export commonly used types`
[INFO] [stdout]    = help: ends near `Runtime execution result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/runtime/runtime_parts/runtime_types.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | / pub struct ExecutionResult {
[INFO] [stdout] 21 | |     pub success: bool,
[INFO] [stdout] 22 | |     pub return_data: Vec<u8>,
[INFO] [stdout] 23 | |     pub gas_used: u64,
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     pub metadata: ExecutionMetadata,
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Runtime execution result`
[INFO] [stdout]    = help: ends near `Runtime execution result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/runtime/runtime_parts/runtime_types.rs:133:1
[INFO] [stdout]     |
[INFO] [stdout] 133 | / pub struct LogEntry {
[INFO] [stdout] 134 | |     pub address: String,
[INFO] [stdout] 135 | |     pub topics: Vec<Vec<u8>>,
[INFO] [stdout] 136 | |     pub data: Vec<u8>,
[INFO] [stdout] 137 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Re-export commonly used types`
[INFO] [stdout]     = help: ends near `Log entry for events`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/runtime/runtime_parts/runtime_types.rs:133:1
[INFO] [stdout]     |
[INFO] [stdout] 133 | / pub struct LogEntry {
[INFO] [stdout] 134 | |     pub address: String,
[INFO] [stdout] 135 | |     pub topics: Vec<Vec<u8>>,
[INFO] [stdout] 136 | |     pub data: Vec<u8>,
[INFO] [stdout] 137 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Log entry for events`
[INFO] [stdout]     = help: ends near `Log entry for events`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/runtime/runtime_parts/runtime_types.rs:231:1
[INFO] [stdout]     |
[INFO] [stdout] 231 | / pub struct RuntimeConfig {
[INFO] [stdout] 232 | |     pub gas_limit: u64,
[INFO] [stdout] 233 | |     pub call_stack_limit: u32,
[INFO] [stdout] 234 | |     pub memory_limit: usize,
[INFO] [stdout] ...   |
[INFO] [stdout] 243 | |     pub default_timestamp: u64,
[INFO] [stdout] 244 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Re-export commonly used types`
[INFO] [stdout]     = help: ends near `Runtime configuration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/runtime/runtime_parts/runtime_types.rs:231:1
[INFO] [stdout]     |
[INFO] [stdout] 231 | / pub struct RuntimeConfig {
[INFO] [stdout] 232 | |     pub gas_limit: u64,
[INFO] [stdout] 233 | |     pub call_stack_limit: u32,
[INFO] [stdout] 234 | |     pub memory_limit: usize,
[INFO] [stdout] ...   |
[INFO] [stdout] 243 | |     pub default_timestamp: u64,
[INFO] [stdout] 244 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Runtime configuration`
[INFO] [stdout]     = help: ends near `Runtime configuration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/runtime/runtime_parts/runtime_types.rs:248:1
[INFO] [stdout]     |
[INFO] [stdout] 248 | / pub enum RuntimeError {
[INFO] [stdout] 249 | |     #[error("Execution failed: {message}")]
[INFO] [stdout] 250 | |     ExecutionError { message: String },
[INFO] [stdout] ...   |
[INFO] [stdout] 279 | |     ConfigurationError { message: String },
[INFO] [stdout] 280 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Re-export commonly used types`
[INFO] [stdout]     = help: ends near `Runtime errors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/runtime/runtime_parts/runtime_types.rs:248:1
[INFO] [stdout]     |
[INFO] [stdout] 248 | / pub enum RuntimeError {
[INFO] [stdout] 249 | |     #[error("Execution failed: {message}")]
[INFO] [stdout] 250 | |     ExecutionError { message: String },
[INFO] [stdout] ...   |
[INFO] [stdout] 279 | |     ConfigurationError { message: String },
[INFO] [stdout] 280 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Runtime errors`
[INFO] [stdout]     = help: ends near `Runtime errors`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/runtime/runtime_parts/runtime_types.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / pub struct RuntimeException {
[INFO] [stdout] 35 | |     pub exception_type: ExceptionType,
[INFO] [stdout] 36 | |     pub message: String,
[INFO] [stdout] 37 | |     pub instruction_pointer: Option<u32>,
[INFO] [stdout] 38 | |     pub stack_trace: Vec<StackFrame>,
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Re-export commonly used types`
[INFO] [stdout]    = help: ends near `Runtime exception information`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/runtime/runtime_parts/runtime_types.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / pub struct RuntimeException {
[INFO] [stdout] 35 | |     pub exception_type: ExceptionType,
[INFO] [stdout] 36 | |     pub message: String,
[INFO] [stdout] 37 | |     pub instruction_pointer: Option<u32>,
[INFO] [stdout] 38 | |     pub stack_trace: Vec<StackFrame>,
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Runtime exception information`
[INFO] [stdout]    = help: ends near `Runtime exception information`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/runtime/runtime_parts/runtime_types.rs:305:1
[INFO] [stdout]     |
[INFO] [stdout] 305 | / pub struct RuntimeStatistics {
[INFO] [stdout] 306 | |     pub total_gas_used: u64,
[INFO] [stdout] 307 | |     pub total_instructions_executed: u64,
[INFO] [stdout] 308 | |     pub max_stack_depth: u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 311 | |     pub state_changes: u64,
[INFO] [stdout] 312 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Re-export commonly used types`
[INFO] [stdout]     = help: ends near `Runtime performance statistics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/runtime/runtime_parts/runtime_types.rs:305:1
[INFO] [stdout]     |
[INFO] [stdout] 305 | / pub struct RuntimeStatistics {
[INFO] [stdout] 306 | |     pub total_gas_used: u64,
[INFO] [stdout] 307 | |     pub total_instructions_executed: u64,
[INFO] [stdout] 308 | |     pub max_stack_depth: u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 311 | |     pub state_changes: u64,
[INFO] [stdout] 312 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Runtime performance statistics`
[INFO] [stdout]     = help: ends near `Runtime performance statistics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/runtime/runtime_parts/runtime_types.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / pub struct StackFrame {
[INFO] [stdout] 159 | |     pub function_name: Option<String>,
[INFO] [stdout] 160 | |     pub instruction_pointer: u32,
[INFO] [stdout] 161 | |     pub opcode: String,
[INFO] [stdout] 162 | |     pub stack_items: Vec<types::StackItem>,
[INFO] [stdout] 163 | |     pub local_variables: HashMap<String, types::StackItem>,
[INFO] [stdout] 164 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Re-export commonly used types`
[INFO] [stdout]     = help: ends near `Stack frame for debugging`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/runtime/runtime_parts/runtime_types.rs:158:1
[INFO] [stdout]     |
[INFO] [stdout] 158 | / pub struct StackFrame {
[INFO] [stdout] 159 | |     pub function_name: Option<String>,
[INFO] [stdout] 160 | |     pub instruction_pointer: u32,
[INFO] [stdout] 161 | |     pub opcode: String,
[INFO] [stdout] 162 | |     pub stack_items: Vec<types::StackItem>,
[INFO] [stdout] 163 | |     pub local_variables: HashMap<String, types::StackItem>,
[INFO] [stdout] 164 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Stack frame for debugging`
[INFO] [stdout]     = help: ends near `Stack frame for debugging`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/runtime/runtime_parts/runtime_types.rs:78:1
[INFO] [stdout]    |
[INFO] [stdout] 78 | / pub struct StateChange {
[INFO] [stdout] 79 | |     pub change_type: StateChangeType,
[INFO] [stdout] 80 | |     pub account: String,
[INFO] [stdout] 81 | |     pub key: Option<Vec<u8>>,
[INFO] [stdout] 82 | |     pub old_value: Option<Vec<u8>>,
[INFO] [stdout] 83 | |     pub new_value: Vec<u8>,
[INFO] [stdout] 84 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Re-export commonly used types`
[INFO] [stdout]    = help: ends near `State change record`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/runtime/runtime_parts/runtime_types.rs:78:1
[INFO] [stdout]    |
[INFO] [stdout] 78 | / pub struct StateChange {
[INFO] [stdout] 79 | |     pub change_type: StateChangeType,
[INFO] [stdout] 80 | |     pub account: String,
[INFO] [stdout] 81 | |     pub key: Option<Vec<u8>>,
[INFO] [stdout] 82 | |     pub old_value: Option<Vec<u8>>,
[INFO] [stdout] 83 | |     pub new_value: Vec<u8>,
[INFO] [stdout] 84 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `State change record`
[INFO] [stdout]    = help: ends near `State change record`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/runtime/runtime_parts/runtime_types.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | / pub enum StateChangeType {
[INFO] [stdout] 103 | |     BalanceChange,
[INFO] [stdout] 104 | |     StorageChange,
[INFO] [stdout] 105 | |     CodeChange,
[INFO] [stdout] ...   |
[INFO] [stdout] 108 | |     AccountDeletion,
[INFO] [stdout] 109 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Re-export commonly used types`
[INFO] [stdout]     = help: ends near `Types of state changes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/runtime/runtime_parts/runtime_types.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | / pub enum StateChangeType {
[INFO] [stdout] 103 | |     BalanceChange,
[INFO] [stdout] 104 | |     StorageChange,
[INFO] [stdout] 105 | |     CodeChange,
[INFO] [stdout] ...   |
[INFO] [stdout] 108 | |     AccountDeletion,
[INFO] [stdout] 109 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Types of state changes`
[INFO] [stdout]     = help: ends near `Types of state changes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `run` is both a function and a module
[INFO] [stdout]  --> src/cli/cli_parts/cli_run/run.rs:3:62
[INFO] [stdout]   |
[INFO] [stdout] 3 | /// Stack budget for the compiler driver thread spawned by [`run`]. Keep in
[INFO] [stdout]   |                                                              ^^^ ambiguous link
[INFO] [stdout]   |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]   |
[INFO] [stdout] 3 | /// Stack budget for the compiler driver thread spawned by [`run()`]. Keep in
[INFO] [stdout]   |                                                                 ++
[INFO] [stdout] help: to link to the module, prefix with `mod@`
[INFO] [stdout]   |
[INFO] [stdout] 3 | /// Stack budget for the compiler driver thread spawned by [`mod@run`]. Keep in
[INFO] [stdout]   |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `neo-devpack-solidity`
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e435d65ff056d477afa168d0581ddc07d3a1b6623eb52727e27f531ca60d4c10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e435d65ff056d477afa168d0581ddc07d3a1b6623eb52727e27f531ca60d4c10", kill_on_drop: false }`
[INFO] [stdout] e435d65ff056d477afa168d0581ddc07d3a1b6623eb52727e27f531ca60d4c10
