[INFO] fetching crate evmc-sys 9.0.0...
[INFO] testing evmc-sys-9.0.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate evmc-sys 9.0.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate evmc-sys 9.0.0
[INFO] finished tweaking crates.io crate evmc-sys 9.0.0
[INFO] tweaked toml for crates.io crate evmc-sys 9.0.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate evmc-sys 9.0.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 46 packages to latest compatible versions
[INFO] [stderr]       Adding bindgen v0.54.0 (available: v0.72.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clang-sys v0.29.3
[INFO] [stderr]   Downloaded bindgen v0.54.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d5e01368afa83617b830e5c2e370cc29500b9d6b15356988ab814d2aa5bd603d
[INFO] running `Command { std: "docker" "start" "-a" "d5e01368afa83617b830e5c2e370cc29500b9d6b15356988ab814d2aa5bd603d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5e01368afa83617b830e5c2e370cc29500b9d6b15356988ab814d2aa5bd603d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5e01368afa83617b830e5c2e370cc29500b9d6b15356988ab814d2aa5bd603d", kill_on_drop: false }`
[INFO] [stdout] d5e01368afa83617b830e5c2e370cc29500b9d6b15356988ab814d2aa5bd603d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b4454d4338baeaffe8f87e11322f3ab0f3175fa513c4854f84e6e070e8b7f7e1
[INFO] running `Command { std: "docker" "start" "-a" "b4454d4338baeaffe8f87e11322f3ab0f3175fa513c4854f84e6e070e8b7f7e1", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]    Compiling bindgen v0.54.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling shlex v0.1.1
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling clang-sys v0.29.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling which v3.1.1
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling cexpr v0.4.0
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling evmc-sys v9.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:18352
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_result { # [doc = " The execution status code."] pub status_code : evmc_status_code , # [doc = " The amount of gas left after the execution."] # [doc = ""] # [doc = " If evmc_result::status_code is neither ::EVMC_SUCCESS nor ::EVMC_REVERT"] # [doc = " the value MUST be 0."] pub gas_left : i64 , # [doc = " The reference to output data."] # [doc = ""] # [doc = "  The output contains data coming from RETURN opcode (iff evmc_result::code"] # [doc = "  field is ::EVMC_SUCCESS) or from REVERT opcode."] # [doc = ""] # [doc = "  The memory containing the output data is owned by EVM and has to be"] # [doc = "  freed with evmc_result::release()."] # [doc = ""] # [doc = "  This MAY be NULL."] pub output_data : * const u8 , # [doc = " The size of the output data."] # [doc = ""] # [doc = "  If output_data is NULL this MUST be 0."] pub output_size : usize , # [doc = " The method releasing all resources associated with the result object."] # [doc = ""] # [doc = " This method (function pointer) is optional (MAY be NULL) and MAY be set"] # [doc = " by the VM implementation. If set it MUST be called by the user once to"] # [doc = " release memory and other resources associated with the result object."] # [doc = " Once the resources are released the result object MUST NOT be used again."] # [doc = ""] # [doc = " The suggested code pattern for releasing execution results:"] # [doc = " @code"] # [doc = " struct evmc_result result = ...;"] # [doc = " if (result.release)"] # [doc = "     result.release(&result);"] # [doc = " @endcode"] # [doc = ""] # [doc = " @note"] # [doc = " It works similarly to C++ virtual destructor. Attaching the release"] # [doc = " function to the result itself allows VM composition."] pub release : evmc_release_result_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]   = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32103
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32193
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32277
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32361
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32447
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32537
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32623
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32704
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32783
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32865
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32958
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33045
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , # [doc = " Emit log callback function."] pub emit_log : evmc_emit_log_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33126
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , # [doc = " Emit log callback function."] pub emit_log : evmc_emit_log_fn , # [doc = " Access account callback function."] pub access_account : evmc_access_account_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33219
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , # [doc = " Emit log callback function."] pub emit_log : evmc_emit_log_fn , # [doc = " Access account callback function."] pub access_account : evmc_access_account_fn , # [doc = " Access storage callback function."] pub access_storage : evmc_access_storage_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:44408
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:44592
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , # [doc = " Pointer to function executing a code by the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub execute : evmc_execute_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:45043
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , # [doc = " Pointer to function executing a code by the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub execute : evmc_execute_fn , # [doc = " A method returning capabilities supported by the VM instance."] # [doc = ""] # [doc = " The value returned MAY change when different options are set via the set_option() method."] # [doc = ""] # [doc = " A Client SHOULD only rely on the value returned if it has queried it after"] # [doc = " it has called the set_option()."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub get_capabilities : evmc_get_capabilities_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:45251
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , # [doc = " Pointer to function executing a code by the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub execute : evmc_execute_fn , # [doc = " A method returning capabilities supported by the VM instance."] # [doc = ""] # [doc = " The value returned MAY change when different options are set via the set_option() method."] # [doc = ""] # [doc = " A Client SHOULD only rely on the value returned if it has queried it after"] # [doc = " it has called the set_option()."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub get_capabilities : evmc_get_capabilities_fn , # [doc = " Optional pointer to function modifying VM's options."] # [doc = ""] # [doc = "  If the VM does not support this feature the pointer can be NULL."] pub set_option : evmc_set_option_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.32s
[INFO] running `Command { std: "docker" "inspect" "b4454d4338baeaffe8f87e11322f3ab0f3175fa513c4854f84e6e070e8b7f7e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4454d4338baeaffe8f87e11322f3ab0f3175fa513c4854f84e6e070e8b7f7e1", kill_on_drop: false }`
[INFO] [stdout] b4454d4338baeaffe8f87e11322f3ab0f3175fa513c4854f84e6e070e8b7f7e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc506611e598adaada260db70e3786396c1dc8d9be49cffc01103314ac906d2a
[INFO] running `Command { std: "docker" "start" "-a" "cc506611e598adaada260db70e3786396c1dc8d9be49cffc01103314ac906d2a", kill_on_drop: false }`
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:18352
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_result { # [doc = " The execution status code."] pub status_code : evmc_status_code , # [doc = " The amount of gas left after the execution."] # [doc = ""] # [doc = " If evmc_result::status_code is neither ::EVMC_SUCCESS nor ::EVMC_REVERT"] # [doc = " the value MUST be 0."] pub gas_left : i64 , # [doc = " The reference to output data."] # [doc = ""] # [doc = "  The output contains data coming from RETURN opcode (iff evmc_result::code"] # [doc = "  field is ::EVMC_SUCCESS) or from REVERT opcode."] # [doc = ""] # [doc = "  The memory containing the output data is owned by EVM and has to be"] # [doc = "  freed with evmc_result::release()."] # [doc = ""] # [doc = "  This MAY be NULL."] pub output_data : * const u8 , # [doc = " The size of the output data."] # [doc = ""] # [doc = "  If output_data is NULL this MUST be 0."] pub output_size : usize , # [doc = " The method releasing all resources associated with the result object."] # [doc = ""] # [doc = " This method (function pointer) is optional (MAY be NULL) and MAY be set"] # [doc = " by the VM implementation. If set it MUST be called by the user once to"] # [doc = " release memory and other resources associated with the result object."] # [doc = " Once the resources are released the result object MUST NOT be used again."] # [doc = ""] # [doc = " The suggested code pattern for releasing execution results:"] # [doc = " @code"] # [doc = " struct evmc_result result = ...;"] # [doc = " if (result.release)"] # [doc = "     result.release(&result);"] # [doc = " @endcode"] # [doc = ""] # [doc = " @note"] # [doc = " It works similarly to C++ virtual destructor. Attaching the release"] # [doc = " function to the result itself allows VM composition."] pub release : evmc_release_result_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]   = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32103
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32193
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32277
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32361
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32447
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32537
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32623
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32704
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32783
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32865
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32958
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33045
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , # [doc = " Emit log callback function."] pub emit_log : evmc_emit_log_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33126
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , # [doc = " Emit log callback function."] pub emit_log : evmc_emit_log_fn , # [doc = " Access account callback function."] pub access_account : evmc_access_account_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33219
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , # [doc = " Emit log callback function."] pub emit_log : evmc_emit_log_fn , # [doc = " Access account callback function."] pub access_account : evmc_access_account_fn , # [doc = " Access storage callback function."] pub access_storage : evmc_access_storage_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:44408
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:44592
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , # [doc = " Pointer to function executing a code by the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub execute : evmc_execute_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:45043
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , # [doc = " Pointer to function executing a code by the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub execute : evmc_execute_fn , # [doc = " A method returning capabilities supported by the VM instance."] # [doc = ""] # [doc = " The value returned MAY change when different options are set via the set_option() method."] # [doc = ""] # [doc = " A Client SHOULD only rely on the value returned if it has queried it after"] # [doc = " it has called the set_option()."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub get_capabilities : evmc_get_capabilities_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling evmc-sys v9.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:45251
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , # [doc = " Pointer to function executing a code by the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub execute : evmc_execute_fn , # [doc = " A method returning capabilities supported by the VM instance."] # [doc = ""] # [doc = " The value returned MAY change when different options are set via the set_option() method."] # [doc = ""] # [doc = " A Client SHOULD only rely on the value returned if it has queried it after"] # [doc = " it has called the set_option()."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub get_capabilities : evmc_get_capabilities_fn , # [doc = " Optional pointer to function modifying VM's options."] # [doc = ""] # [doc = "  If the VM does not support this feature the pointer can be NULL."] pub set_option : evmc_set_option_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:828
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_bytes32 > ())) . bytes as * const _ as usize } , 0usize , concat ! ("Offset of fi...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deref_nullptr)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:1715
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_address > ())) . bytes as * const _ as usize } , 0usize , concat ! ("Offset of fi...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:4188
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . kind as * const _ as usize } , 0usize , concat ! ("Offset of fie...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:4396
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . flags as * const _ as usize } , 4usize , concat ! ("Offset of fi...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:4606
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . depth as * const _ as usize } , 8usize , concat ! ("Offset of fi...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:4816
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . gas as * const _ as usize } , 16usize , concat ! ("Offset of fie...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:5023
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . destination as * const _ as usize } , 24usize , concat ! ("Offse...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:5246
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . sender as * const _ as usize } , 44usize , concat ! ("Offset of ...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:5459
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . input_data as * const _ as usize } , 64usize , concat ! ("Offset...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:5680
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . input_size as * const _ as usize } , 72usize , concat ! ("Offset...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:5901
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . value as * const _ as usize } , 80usize , concat ! ("Offset of f...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:6112
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . create2_salt as * const _ as usize } , 112usize , concat ! ("Off...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:7482
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . tx_gas_price as * const _ as usize } , 0usize , concat ! ("Offs...
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:7712
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . tx_origin as * const _ as usize } , 32usize , concat ! ("Offset...
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:7937
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . block_coinbase as * const _ as usize } , 52usize , concat ! ("O...
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:8172
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . block_number as * const _ as usize } , 72usize , concat ! ("Off...
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:8403
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . block_timestamp as * const _ as usize } , 80usize , concat ! ("...
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:8640
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . block_gas_limit as * const _ as usize } , 88usize , concat ! ("...
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:8877
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . block_difficulty as * const _ as usize } , 96usize , concat ! (...
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:9116
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . chain_id as * const _ as usize } , 128usize , concat ! ("Offset...
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:9340
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . block_base_fee as * const _ as usize } , 160usize , concat ! ("...
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:18352
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_result { # [doc = " The execution status code."] pub status_code : evmc_status_code , # [doc = " The amount of gas left after the execution."] # [doc = ""] # [doc = " If evmc_result::status_code is neither ::EVMC_SUCCESS nor ::EVMC_REVERT"] # [doc = " the value MUST be 0."] pub gas_left : i64 , # [doc = " The reference to output data."] # [doc = ""] # [doc = "  The output contains data coming from RETURN opcode (iff evmc_result::code"] # [doc = "  field is ::EVMC_SUCCESS) or from REVERT opcode."] # [doc = ""] # [doc = "  The memory containing the output data is owned by EVM and has to be"] # [doc = "  freed with evmc_result::release()."] # [doc = ""] # [doc = "  This MAY be NULL."] pub output_data : * const u8 , # [doc = " The size of the output data."] # [doc = ""] # [doc = "  If output_data is NULL this MUST be 0."] pub output_size : usize , # [doc = " The method releasing all resources associated with the result object."] # [doc = ""] # [doc = " This method (function pointer) is optional (MAY be NULL) and MAY be set"] # [doc = " by the VM implementation. If set it MUST be called by the user once to"] # [doc = " release memory and other resources associated with the result object."] # [doc = " Once the resources are released the result object MUST NOT be used again."] # [doc = ""] # [doc = " The suggested code pattern for releasing execution results:"] # [doc = " @code"] # [doc = " struct evmc_result result = ...;"] # [doc = " if (result.release)"] # [doc = "     result.release(&result);"] # [doc = " @endcode"] # [doc = ""] # [doc = " @note"] # [doc = " It works similarly to C++ virtual destructor. Attaching the release"] # [doc = " function to the result itself allows VM composition."] pub release : evmc_release_result_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]   = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:19705
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_result > ())) . status_code as * const _ as usize } , 0usize , concat ! ("Offset ...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:19925
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_result > ())) . gas_left as * const _ as usize } , 8usize , concat ! ("Offset of ...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:20139
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_result > ())) . output_data as * const _ as usize } , 16usize , concat ! ("Offset...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:20360
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_result > ())) . output_size as * const _ as usize } , 24usize , concat ! ("Offset...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:20581
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_result > ())) . release as * const _ as usize } , 32usize , concat ! ("Offset of ...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:20794
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_result > ())) . create_address as * const _ as usize } , 40usize , concat ! ("Off...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:21021
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_result > ())) . padding as * const _ as usize } , 60usize , concat ! ("Offset of ...
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32103
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32193
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32277
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32361
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32447
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32537
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32623
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32704
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32783
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32865
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32958
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33045
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , # [doc = " Emit log callback function."] pub emit_log : evmc_emit_log_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33126
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , # [doc = " Emit log callback function."] pub emit_log : evmc_emit_log_fn , # [doc = " Access account callback function."] pub access_account : evmc_access_account_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33219
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , # [doc = " Emit log callback function."] pub emit_log : evmc_emit_log_fn , # [doc = " Access account callback function."] pub access_account : evmc_access_account_fn , # [doc = " Access storage callback function."] pub access_storage : evmc_access_storage_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33637
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . account_exists as * const _ as usize } , 0usize , concat ! ("...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33879
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . get_storage as * const _ as usize } , 8usize , concat ! ("Off...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:34115
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . set_storage as * const _ as usize } , 16usize , concat ! ("Of...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:34352
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . get_balance as * const _ as usize } , 24usize , concat ! ("Of...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:34589
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . get_code_size as * const _ as usize } , 32usize , concat ! ("...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:34830
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . get_code_hash as * const _ as usize } , 40usize , concat ! ("...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:35071
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . copy_code as * const _ as usize } , 48usize , concat ! ("Offs...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:35304
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . selfdestruct as * const _ as usize } , 56usize , concat ! ("O...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:35543
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . call as * const _ as usize } , 64usize , concat ! ("Offset of...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:35766
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . get_tx_context as * const _ as usize } , 72usize , concat ! (...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:36009
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . get_block_hash as * const _ as usize } , 80usize , concat ! (...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:36252
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . emit_log as * const _ as usize } , 88usize , concat ! ("Offse...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:36483
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . access_account as * const _ as usize } , 96usize , concat ! (...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:36726
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . access_storage as * const _ as usize } , 104usize , concat ! ...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:44408
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:44592
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , # [doc = " Pointer to function executing a code by the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub execute : evmc_execute_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:45043
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , # [doc = " Pointer to function executing a code by the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub execute : evmc_execute_fn , # [doc = " A method returning capabilities supported by the VM instance."] # [doc = ""] # [doc = " The value returned MAY change when different options are set via the set_option() method."] # [doc = ""] # [doc = " A Client SHOULD only rely on the value returned if it has queried it after"] # [doc = " it has called the set_option()."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub get_capabilities : evmc_get_capabilities_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:45251
[INFO] [stdout]   |
[INFO] [stdout] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , # [doc = " Pointer to function executing a code by the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub execute : evmc_execute_fn , # [doc = " A method returning capabilities supported by the VM instance."] # [doc = ""] # [doc = " The value returned MAY change when different options are set via the set_option() method."] # [doc = ""] # [doc = " A Client SHOULD only rely on the value returned if it has queried it after"] # [doc = " it has called the set_option()."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub get_capabilities : evmc_get_capabilities_fn , # [doc = " Optional pointer to function modifying VM's options."] # [doc = ""] # [doc = "  If the VM does not support this feature the pointer can be NULL."] pub set_option : evmc_set_option_fn , ...
[INFO] [stdout]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: the address of the same function can vary between different codegen units
[INFO] [stdout]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:45600
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_vm > ())) . abi_version as * const _ as usize } , 0usize , concat ! ("Offset of...
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:45812
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_vm > ())) . name as * const _ as usize } , 8usize , concat ! ("Offset of field:...
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:46010
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_vm > ())) . version as * const _ as usize } , 16usize , concat ! ("Offset of fi...
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:46215
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_vm > ())) . destroy as * const _ as usize } , 24usize , concat ! ("Offset of fi...
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:46420
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_vm > ())) . execute as * const _ as usize } , 32usize , concat ! ("Offset of fi...
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:46625
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_vm > ())) . get_capabilities as * const _ as usize } , 40usize , concat ! ("Off...
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: dereferencing a null pointer
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:46848
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_vm > ())) . set_option as * const _ as usize } , 48usize , concat ! ("Offset of...
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.77s
[INFO] running `Command { std: "docker" "inspect" "cc506611e598adaada260db70e3786396c1dc8d9be49cffc01103314ac906d2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc506611e598adaada260db70e3786396c1dc8d9be49cffc01103314ac906d2a", kill_on_drop: false }`
[INFO] [stdout] cc506611e598adaada260db70e3786396c1dc8d9be49cffc01103314ac906d2a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 57d14c9055cb2f51536367c2356e23f9da491f96a1e193ec7eb236b14dc3b431
[INFO] running `Command { std: "docker" "start" "-a" "57d14c9055cb2f51536367c2356e23f9da491f96a1e193ec7eb236b14dc3b431", kill_on_drop: false }`
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:18352
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_result { # [doc = " The execution status code."] pub status_code : evmc_status_code , # [doc = " The amount of gas left after the execution."] # [doc = ""] # [doc = " If evmc_result::status_code is neither ::EVMC_SUCCESS nor ::EVMC_REVERT"] # [doc = " the value MUST be 0."] pub gas_left : i64 , # [doc = " The reference to output data."] # [doc = ""] # [doc = "  The output contains data coming from RETURN opcode (iff evmc_result::code"] # [doc = "  field is ::EVMC_SUCCESS) or from REVERT opcode."] # [doc = ""] # [doc = "  The memory containing the output data is owned by EVM and has to be"] # [doc = "  freed with evmc_result::release()."] # [doc = ""] # [doc = "  This MAY be NULL."] pub output_data : * const u8 , # [doc = " The size of the output data."] # [doc = ""] # [doc = "  If output_data is NULL this MUST be 0."] pub output_size : usize , # [doc = " The method releasing all resources associated with the result object."] # [doc = ""] # [doc = " This method (function pointer) is optional (MAY be NULL) and MAY be set"] # [doc = " by the VM implementation. If set it MUST be called by the user once to"] # [doc = " release memory and other resources associated with the result object."] # [doc = " Once the resources are released the result object MUST NOT be used again."] # [doc = ""] # [doc = " The suggested code pattern for releasing execution results:"] # [doc = " @code"] # [doc = " struct evmc_result result = ...;"] # [doc = " if (result.release)"] # [doc = "     result.release(&result);"] # [doc = " @endcode"] # [doc = ""] # [doc = " @note"] # [doc = " It works similarly to C++ virtual destructor. Attaching the release"] # [doc = " function to the result itself allows VM composition."] pub release : evmc_release_result_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]   = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32103
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32193
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32277
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32361
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32447
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32537
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32623
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32704
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32783
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32865
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:32958
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33045
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , # [doc = " Emit log callback function."] pub emit_log : evmc_emit_log_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33126
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , # [doc = " Emit log callback function."] pub emit_log : evmc_emit_log_fn , # [doc = " Access account callback function."] pub access_account : evmc_access_account_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33219
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_host_interface { # [doc = " Check account existence callback function."] pub account_exists : evmc_account_exists_fn , # [doc = " Get storage callback function."] pub get_storage : evmc_get_storage_fn , # [doc = " Set storage callback function."] pub set_storage : evmc_set_storage_fn , # [doc = " Get balance callback function."] pub get_balance : evmc_get_balance_fn , # [doc = " Get code size callback function."] pub get_code_size : evmc_get_code_size_fn , # [doc = " Get code hash callback function."] pub get_code_hash : evmc_get_code_hash_fn , # [doc = " Copy code callback function."] pub copy_code : evmc_copy_code_fn , # [doc = " Selfdestruct callback function."] pub selfdestruct : evmc_selfdestruct_fn , # [doc = " Call callback function."] pub call : evmc_call_fn , # [doc = " Get transaction context callback function."] pub get_tx_context : evmc_get_tx_context_fn , # [doc = " Get block hash callback function."] pub get_block_hash : evmc_get_block_hash_fn , # [doc = " Emit log callback function."] pub emit_log : evmc_emit_log_fn , # [doc = " Access account callback function."] pub access_account : evmc_access_account_fn , # [doc = " Access storage callback function."] pub access_storage : evmc_access_storage_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:44408
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:44592
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , # [doc = " Pointer to function executing a code by the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub execute : evmc_execute_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:45043
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , # [doc = " Pointer to function executing a code by the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub execute : evmc_execute_fn , # [doc = " A method returning capabilities supported by the VM instance."] # [doc = ""] # [doc = " The value returned MAY change when different options are set via the set_option() method."] # [doc = ""] # [doc = " A Client SHOULD only rely on the value returned if it has queried it after"] # [doc = " it has called the set_option()."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub get_capabilities : evmc_get_capabilities_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:45251
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... , PartialEq)] pub struct evmc_vm { # [doc = " EVMC ABI version implemented by the VM instance."] # [doc = ""] # [doc = " Can be used to detect ABI incompatibilities."] # [doc = " The EVMC ABI version represented by this file is in ::EVMC_ABI_VERSION."] pub abi_version : :: std :: os :: raw :: c_int , # [doc = " The name of the EVMC VM implementation."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub name : * const :: std :: os :: raw :: c_char , # [doc = " The version of the EVMC VM implementation, e.g. \"1.2.3b4\"."] # [doc = ""] # [doc = " It MUST be a NULL-terminated not empty string."] # [doc = " The content MUST be UTF-8 encoded (this implies ASCII encoding is also allowed)."] pub version : * const :: std :: os :: raw :: c_char , # [doc = " Pointer to function destroying the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub destroy : evmc_destroy_fn , # [doc = " Pointer to function executing a code by the VM instance."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub execute : evmc_execute_fn , # [doc = " A method returning capabilities supported by the VM instance."] # [doc = ""] # [doc = " The value returned MAY change when different options are set via the set_option() method."] # [doc = ""] # [doc = " A Client SHOULD only rely on the value returned if it has queried it after"] # [doc = " it has called the set_option()."] # [doc = ""] # [doc = " This is a mandatory method and MUST NOT be set to NULL."] pub get_capabilities : evmc_get_capabilities_fn , # [doc = " Optional pointer to function modifying VM's options."] # [doc = ""] # [doc = "  If the VM does not support this feature the pointer can be NULL."] pub set_option : evmc_set_option_fn , ...
[INFO] [stderr]   |       --------- in this derive macro expansion                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: the address of the same function can vary between different codegen units
[INFO] [stderr]   = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]   = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:828
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_bytes32 > ())) . bytes as * const _ as usize } , 0usize , concat ! ("Offset of fi...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deref_nullptr)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:1715
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_address > ())) . bytes as * const _ as usize } , 0usize , concat ! ("Offset of fi...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:4188
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . kind as * const _ as usize } , 0usize , concat ! ("Offset of fie...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:4396
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . flags as * const _ as usize } , 4usize , concat ! ("Offset of fi...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:4606
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . depth as * const _ as usize } , 8usize , concat ! ("Offset of fi...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:4816
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . gas as * const _ as usize } , 16usize , concat ! ("Offset of fie...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:5023
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . destination as * const _ as usize } , 24usize , concat ! ("Offse...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:5246
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . sender as * const _ as usize } , 44usize , concat ! ("Offset of ...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:5459
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . input_data as * const _ as usize } , 64usize , concat ! ("Offset...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:5680
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . input_size as * const _ as usize } , 72usize , concat ! ("Offset...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:5901
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . value as * const _ as usize } , 80usize , concat ! ("Offset of f...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:6112
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_message > ())) . create2_salt as * const _ as usize } , 112usize , concat ! ("Off...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:7482
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . tx_gas_price as * const _ as usize } , 0usize , concat ! ("Offs...
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:7712
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . tx_origin as * const _ as usize } , 32usize , concat ! ("Offset...
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:7937
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . block_coinbase as * const _ as usize } , 52usize , concat ! ("O...
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:8172
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . block_number as * const _ as usize } , 72usize , concat ! ("Off...
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:8403
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . block_timestamp as * const _ as usize } , 80usize , concat ! ("...
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:8640
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . block_gas_limit as * const _ as usize } , 88usize , concat ! ("...
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:8877
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . block_difficulty as * const _ as usize } , 96usize , concat ! (...
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:9116
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . chain_id as * const _ as usize } , 128usize , concat ! ("Offset...
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:9340
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_tx_context > ())) . block_base_fee as * const _ as usize } , 160usize , concat ! ("...
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:19705
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_result > ())) . status_code as * const _ as usize } , 0usize , concat ! ("Offset ...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:19925
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_result > ())) . gas_left as * const _ as usize } , 8usize , concat ! ("Offset of ...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:20139
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_result > ())) . output_data as * const _ as usize } , 16usize , concat ! ("Offset...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:20360
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_result > ())) . output_size as * const _ as usize } , 24usize , concat ! ("Offset...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:20581
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_result > ())) . release as * const _ as usize } , 32usize , concat ! ("Offset of ...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:20794
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_result > ())) . create_address as * const _ as usize } , 40usize , concat ! ("Off...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:21021
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_result > ())) . padding as * const _ as usize } , 60usize , concat ! ("Offset of ...
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33637
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . account_exists as * const _ as usize } , 0usize , concat ! ("...
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:33879
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . get_storage as * const _ as usize } , 8usize , concat ! ("Off...
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:34115
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . set_storage as * const _ as usize } , 16usize , concat ! ("Of...
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:34352
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . get_balance as * const _ as usize } , 24usize , concat ! ("Of...
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:34589
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . get_code_size as * const _ as usize } , 32usize , concat ! ("...
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:34830
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . get_code_hash as * const _ as usize } , 40usize , concat ! ("...
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:35071
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . copy_code as * const _ as usize } , 48usize , concat ! ("Offs...
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:35304
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . selfdestruct as * const _ as usize } , 56usize , concat ! ("O...
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:35543
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . call as * const _ as usize } , 64usize , concat ! ("Offset of...
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:35766
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . get_tx_context as * const _ as usize } , 72usize , concat ! (...
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:36009
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . get_block_hash as * const _ as usize } , 80usize , concat ! (...
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:36252
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . emit_log as * const _ as usize } , 88usize , concat ! ("Offse...
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:36483
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . access_account as * const _ as usize } , 96usize , concat ! (...
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:36726
[INFO] [stderr]   |
[INFO] [stderr] 3 | ... (unsafe { & (* (:: std :: ptr :: null :: < evmc_host_interface > ())) . access_storage as * const _ as usize } , 104usize , concat ! ...
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:45600
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_vm > ())) . abi_version as * const _ as usize } , 0usize , concat ! ("Offset of...
[INFO] [stderr]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:45812
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_vm > ())) . name as * const _ as usize } , 8usize , concat ! ("Offset of field:...
[INFO] [stderr]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:46010
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_vm > ())) . version as * const _ as usize } , 16usize , concat ! ("Offset of fi...
[INFO] [stderr]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:46215
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_vm > ())) . destroy as * const _ as usize } , 24usize , concat ! ("Offset of fi...
[INFO] [stderr]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:46420
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_vm > ())) . execute as * const _ as usize } , 32usize , concat ! ("Offset of fi...
[INFO] [stderr]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:46625
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_vm > ())) . get_capabilities as * const _ as usize } , 40usize , concat ! ("Off...
[INFO] [stderr]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: dereferencing a null pointer
[INFO] [stderr]  --> /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:46848
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...t_eq ! (unsafe { & (* (:: std :: ptr :: null :: < evmc_vm > ())) . set_option as * const _ as usize } , 48usize , concat ! ("Offset of...
[INFO] [stderr]   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed
[INFO] [stderr] 
[INFO] [stderr] warning: `evmc-sys` (lib) generated 19 warnings
[INFO] [stderr] warning: `evmc-sys` (lib test) generated 68 warnings (19 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/evmc_sys-2d744ac241935ea7)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stderr] 
[INFO] [stderr] thread 'bindgen_test_layout_evmc_bytes32' panicked at /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:826:
[INFO] [stderr] null pointer dereference occurred
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x64cfec2cd312 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x64cfec2cd312 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x64cfec2cd312 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]    3:     0x64cfec2cd312 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]    4:     0x64cfec2f25a3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]    5:     0x64cfec2f25a3 - core::fmt::write::h8a494366950f23bb
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stderr]    6:     0x64cfec2ca3c3 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stderr]    7:     0x64cfec2ca3c3 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]    8:     0x64cfec2cd162 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]    9:     0x64cfec2ce889 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stderr]   10:     0x64cfec2ce66b - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stderr]   11:     0x64cfec296c94 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stderr]   12:     0x64cfec296c94 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stderr]   13:     0x64cfec2cf25e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stderr]   14:     0x64cfec2cf25e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stderr]   15:     0x64cfec2ceff6 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stderr]   16:     0x64cfec2cd809 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]   17:     0x64cfec2cecbd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stderr]   18:     0x64cfec2f102d - core::panicking::panic_nounwind_fmt::runtime::hde3dd742c40069fa
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:117:22
[INFO] [stderr]   19:     0x64cfec2f102d - core::panicking::panic_nounwind_fmt::h6c46f1098922b4b6
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/intrinsics/mod.rs:2367:9
[INFO] [stderr]   20:     0x64cfec2f120d - core::panicking::panic_null_pointer_dereference::h1babc02c7367f174
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:311:5
[INFO] [stderr]   21:     0x64cfec25a39b - evmc_sys::bindgen_test_layout_evmc_bytes32::hb3cb769f5b971225
[INFO] [stderr]                                at /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:826
[INFO] [stderr]   22:     0x64cfec25a227 - evmc_sys::bindgen_test_layout_evmc_bytes32::{{closure}}::hd447640f6dea05e6
[INFO] [stderr]                                at /opt/rustwide/target/debug/build/evmc-sys-a10f356c611264a8/out/bindings.rs:3:541
[INFO] [stderr]   23:     0x64cfec259396 - core::ops::function::FnOnce::call_once::h2ce9143fd135e3d4
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stderr]   24:     0x64cfec29c4fb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stderr]   25:     0x64cfec29c4fb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stderr]   26:     0x64cfec29b635 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stderr]   27:     0x64cfec29b635 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stderr]   28:     0x64cfec29b635 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stderr]   29:     0x64cfec29b635 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stderr]   30:     0x64cfec29b635 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stderr]   31:     0x64cfec29b635 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stderr]   32:     0x64cfec29b635 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stderr]   33:     0x64cfec25f234 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stderr]   34:     0x64cfec25f234 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stderr]   35:     0x64cfec262c0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stderr]   36:     0x64cfec262c0a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stderr]   37:     0x64cfec262c0a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stderr]   38:     0x64cfec262c0a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stderr]   39:     0x64cfec262c0a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stderr]   40:     0x64cfec262c0a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stderr]   41:     0x64cfec262c0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stderr]   42:     0x64cfec2d21df - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stderr]   43:     0x64cfec2d21df - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stderr]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stderr]   44:     0x7154e8f62aa4 - <unknown>
[INFO] [stderr]   45:     0x7154e8fefa34 - clone
[INFO] [stderr]   46:                0x0 - <unknown>
[INFO] [stderr] thread caused non-unwinding panic. aborting.
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/evmc_sys-2d744ac241935ea7` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "57d14c9055cb2f51536367c2356e23f9da491f96a1e193ec7eb236b14dc3b431", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57d14c9055cb2f51536367c2356e23f9da491f96a1e193ec7eb236b14dc3b431", kill_on_drop: false }`
[INFO] [stdout] 57d14c9055cb2f51536367c2356e23f9da491f96a1e193ec7eb236b14dc3b431
