[INFO] cloning repository https://github.com/koute/polkavm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/koute/polkavm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkoute%2Fpolkavm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkoute%2Fpolkavm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] de609a3fd2dd96809bf34d67f65759961313f97a [INFO] checking koute/polkavm/de609a3fd2dd96809bf34d67f65759961313f97a against master#d14d202262d13df896b0c624b0cec6e4bfde631a for pr-143028 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkoute%2Fpolkavm" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/koute/polkavm [INFO] finished tweaking git repo https://github.com/koute/polkavm [INFO] tweaked toml for git repo https://github.com/koute/polkavm written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/koute/polkavm on toolchain d14d202262d13df896b0c624b0cec6e4bfde631a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d14d202262d13df896b0c624b0cec6e4bfde631a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/koute/polkavm already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d14d202262d13df896b0c624b0cec6e4bfde631a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/koute/rust-sdl2.git` [INFO] [stderr] Updating git submodule `https://github.com/libsdl-org/SDL` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded iced-x86 v1.20.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+d14d202262d13df896b0c624b0cec6e4bfde631a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6f9da36aaa0ff2e511abce5d6b480d09cd1d4e4cd29350de0a9b797943a92463 [INFO] running `Command { std: "docker" "start" "-a" "6f9da36aaa0ff2e511abce5d6b480d09cd1d4e4cd29350de0a9b797943a92463", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f9da36aaa0ff2e511abce5d6b480d09cd1d4e4cd29350de0a9b797943a92463", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f9da36aaa0ff2e511abce5d6b480d09cd1d4e4cd29350de0a9b797943a92463", kill_on_drop: false }` [INFO] [stdout] 6f9da36aaa0ff2e511abce5d6b480d09cd1d4e4cd29350de0a9b797943a92463 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+d14d202262d13df896b0c624b0cec6e4bfde631a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3ff788c1335aa00ff08026d9ca7d49c5ef846bc1d75f078391c4a844a55e723 [INFO] running `Command { std: "docker" "start" "-a" "a3ff788c1335aa00ff08026d9ca7d49c5ef846bc1d75f078391c4a844a55e723", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling unicode-ident v1.0.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking polkavm-linux-raw v0.25.0 (/opt/rustwide/workdir/crates/polkavm-linux-raw) [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking polkavm-assembler v0.25.0 (/opt/rustwide/workdir/crates/polkavm-assembler) [INFO] [stderr] Compiling cc v1.1.18 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking env_logger v0.10.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-linux-raw/src/lib.rs:1451:19 [INFO] [stdout] | [INFO] [stdout] 1451 | pub fn borrow(&self) -> FdRef { [INFO] [stdout] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1451 | pub fn borrow(&self) -> FdRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Checking zerocopy v0.7.34 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-assembler/src/assembler.rs:250:23 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn reserve(&mut self) -> ReservedAssembler [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 250 | pub fn reserve(&mut self) -> ReservedAssembler<'_, T> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-assembler/src/assembler.rs:306:21 [INFO] [stdout] | [INFO] [stdout] 306 | pub fn finalize(&mut self) -> AssembledCode { [INFO] [stdout] | ^^^^^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 306 | pub fn finalize(&mut self) -> AssembledCode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking bitflags v2.4.2 [INFO] [stderr] Checking polkavm-common v0.25.0 (/opt/rustwide/workdir/crates/polkavm-common) [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking slice-group-by v0.3.1 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking anstyle-parse v0.2.1 [INFO] [stderr] Checking gimli v0.31.1 [INFO] [stderr] Checking object v0.36.1 [INFO] [stderr] Checking anstyle v1.0.2 [INFO] [stderr] Checking regalloc2 v0.9.3 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking hashbrown v0.14.1 [INFO] [stderr] Checking rustc-demangle v0.1.23 [INFO] [stderr] Checking anstream v0.6.4 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Checking clap_lex v0.6.0 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Checking clap_builder v4.4.11 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking libloading v0.7.4 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking miniz_oxide v0.8.8 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking flate2 v1.1.1 [INFO] [stderr] Checking fdeflate v0.3.7 [INFO] [stderr] Compiling sdl2-sys v0.37.0 (https://github.com/koute/rust-sdl2.git?rev=9934aeb632add963a77f22c3cb60a9bb55dbbf6e#9934aeb6) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4544:20 [INFO] [stdout] | [INFO] [stdout] 4544 | pub fn imports(&self) -> Imports { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4544 | pub fn imports(&self) -> Imports<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4617:28 [INFO] [stdout] | [INFO] [stdout] 4617 | pub fn instructions(&self, instruction_set: I) -> Instructions [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4617 | pub fn instructions(&self, instruction_set: I) -> Instructions<'_, I> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4628:39 [INFO] [stdout] | [INFO] [stdout] 4628 | pub fn instructions_bounded_at(&self, instruction_set: I, offset: ProgramCounter) -> Instructions [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4628 | pub fn instructions_bounded_at(&self, instruction_set: I, offset: ProgramCounter) -> Instructions<'_, I> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4644:23 [INFO] [stdout] | [INFO] [stdout] 4644 | pub fn jump_table(&self) -> JumpTable { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4644 | pub fn jump_table(&self) -> JumpTable<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4662:38 [INFO] [stdout] | [INFO] [stdout] 4662 | pub fn get_debug_line_program_at(&self, program_counter: ProgramCounter) -> Result, ProgramParseError> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4662 | pub fn get_debug_line_program_at(&self, program_counter: ProgramCounter) -> Result>, ProgramParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4861:21 [INFO] [stdout] | [INFO] [stdout] 4861 | pub fn location(&self) -> Result, ProgramParseError> { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4861 | pub fn location(&self) -> Result>, ProgramParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4898:19 [INFO] [stdout] | [INFO] [stdout] 4898 | pub fn frames(&self) -> impl ExactSizeIterator { [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4898 | pub fn frames(&self) -> impl ExactSizeIterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4934:16 [INFO] [stdout] | [INFO] [stdout] 4934 | pub fn run(&mut self) -> Result, ProgramParseError> { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4934 | pub fn run(&mut self) -> Result>, ProgramParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking iced-x86 v1.20.0 [INFO] [stderr] Checking polkavm v0.25.0 (/opt/rustwide/workdir/crates/polkavm) [INFO] [stderr] Checking regex-syntax v0.7.5 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Checking polkavm-linker v0.25.0 (/opt/rustwide/workdir/crates/polkavm-linker) [INFO] [stderr] Compiling pathfinder_simd v0.5.4 [INFO] [stderr] Compiling freetype-sys v0.20.1 [INFO] [stderr] Compiling yeslogic-fontconfig-sys v6.0.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling rustix v0.38.32 [INFO] [stderr] Checking bytemuck v1.14.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking jpeg-decoder v0.3.1 [INFO] [stderr] Checking twox-hash v1.6.3 [INFO] [stderr] Compiling clang-sys v1.6.1 [INFO] [stderr] Checking image v0.24.7 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-linker/src/elf.rs:490:28 [INFO] [stdout] | [INFO] [stdout] 490 | pub fn section_by_name(&self, name: &str) -> impl ExactSizeIterator { [INFO] [stdout] | ^^^^^ -------- [INFO] [stdout] | | || [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 490 | pub fn section_by_name(&self, name: &str) -> impl ExactSizeIterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-linker/src/fast_range_map.rs:447:19 [INFO] [stdout] | [INFO] [stdout] 447 | pub fn remove(&mut self, key: Range) -> RemoveIter [INFO] [stdout] | ^^^^^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 447 | pub fn remove(&mut self, key: Range) -> RemoveIter<'_, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-linker/src/program_from_elf.rs:9880:24 [INFO] [stdout] | [INFO] [stdout] 9880 | fn simplify_path(path: &str) -> Cow { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 9880 | fn simplify_path(path: &str) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-linker/src/reader_wrapper.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn list(&self) -> core::cell::Ref<[u64]> { [INFO] [stdout] | ^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 30 | pub fn list(&self) -> core::cell::Ref<'_, [u64]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sdl2 v0.37.0 (https://github.com/koute/rust-sdl2.git?rev=9934aeb632add963a77f22c3cb60a9bb55dbbf6e#9934aeb6) [INFO] [stderr] Compiling serde_json v1.0.118 [INFO] [stderr] Compiling prettyplease v0.2.12 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling derive_more v0.99.19 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm/src/api.rs:351:43 [INFO] [stdout] | [INFO] [stdout] 351 | pub(crate) fn instructions_bounded_at(&self, offset: ProgramCounter) -> Instructions { [INFO] [stdout] | ^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 351 | pub(crate) fn instructions_bounded_at(&self, offset: ProgramCounter) -> Instructions<'_, RuntimeInstructionSet> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm/src/api.rs:369:30 [INFO] [stdout] | [INFO] [stdout] 369 | pub(crate) fn jump_table(&self) -> JumpTable { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 369 | pub(crate) fn jump_table(&self) -> JumpTable<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm/src/api.rs:758:20 [INFO] [stdout] | [INFO] [stdout] 758 | pub fn imports(&self) -> Imports { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 758 | pub fn imports(&self) -> Imports<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm/src/mutex_std.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn lock(&self) -> std::sync::MutexGuard { [INFO] [stdout] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 13 | pub fn lock(&self) -> std::sync::MutexGuard<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm/src/shm_allocator.rs:172:15 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn fd(&self) -> linux_raw::FdRef { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 172 | pub fn fd(&self) -> linux_raw::FdRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Compiling font-kit v0.14.2 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Checking fastrand v2.0.1 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking ruzstd v0.5.0 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking clap v4.4.11 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking tempfile v3.8.0 [INFO] [stderr] Checking pathfinder_geometry v0.5.1 [INFO] [stderr] Checking regex-automata v0.3.7 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Compiling bindgen v0.69.4 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Checking float-ord v0.3.2 [INFO] [stderr] Checking plotters-bitmap v0.3.7 [INFO] [stderr] Checking rusty-fork v0.3.0 [INFO] [stderr] Checking cexpr v0.6.0 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Checking regex v1.9.4 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Checking which v4.4.0 [INFO] [stderr] Checking rand_xorshift v0.3.0 [INFO] [stderr] Checking lazycell v1.3.0 [INFO] [stderr] Checking ttf-parser v0.20.0 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4544:20 [INFO] [stdout] | [INFO] [stdout] 4544 | pub fn imports(&self) -> Imports { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4544 | pub fn imports(&self) -> Imports<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4617:28 [INFO] [stdout] | [INFO] [stdout] 4617 | pub fn instructions(&self, instruction_set: I) -> Instructions [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4617 | pub fn instructions(&self, instruction_set: I) -> Instructions<'_, I> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4628:39 [INFO] [stdout] | [INFO] [stdout] 4628 | pub fn instructions_bounded_at(&self, instruction_set: I, offset: ProgramCounter) -> Instructions [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4628 | pub fn instructions_bounded_at(&self, instruction_set: I, offset: ProgramCounter) -> Instructions<'_, I> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4644:23 [INFO] [stdout] | [INFO] [stdout] 4644 | pub fn jump_table(&self) -> JumpTable { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4644 | pub fn jump_table(&self) -> JumpTable<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4662:38 [INFO] [stdout] | [INFO] [stdout] 4662 | pub fn get_debug_line_program_at(&self, program_counter: ProgramCounter) -> Result, ProgramParseError> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4662 | pub fn get_debug_line_program_at(&self, program_counter: ProgramCounter) -> Result>, ProgramParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4861:21 [INFO] [stdout] | [INFO] [stdout] 4861 | pub fn location(&self) -> Result, ProgramParseError> { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4861 | pub fn location(&self) -> Result>, ProgramParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4898:19 [INFO] [stdout] | [INFO] [stdout] 4898 | pub fn frames(&self) -> impl ExactSizeIterator { [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4898 | pub fn frames(&self) -> impl ExactSizeIterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4934:16 [INFO] [stdout] | [INFO] [stdout] 4934 | pub fn run(&mut self) -> Result, ProgramParseError> { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4934 | pub fn run(&mut self) -> Result>, ProgramParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking unarray v0.1.4 [INFO] [stderr] Compiling polkavm-derive-impl v0.25.0 (/opt/rustwide/workdir/crates/polkavm-derive-impl) [INFO] [stderr] Compiling polkavm-derive-impl-macro v0.25.0 (/opt/rustwide/workdir/crates/polkavm-derive-impl-macro) [INFO] [stderr] Checking proptest v1.3.1 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4544:20 [INFO] [stdout] | [INFO] [stdout] 4544 | pub fn imports(&self) -> Imports { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4544 | pub fn imports(&self) -> Imports<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4617:28 [INFO] [stdout] | [INFO] [stdout] 4617 | pub fn instructions(&self, instruction_set: I) -> Instructions [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4617 | pub fn instructions(&self, instruction_set: I) -> Instructions<'_, I> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4628:39 [INFO] [stdout] | [INFO] [stdout] 4628 | pub fn instructions_bounded_at(&self, instruction_set: I, offset: ProgramCounter) -> Instructions [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4628 | pub fn instructions_bounded_at(&self, instruction_set: I, offset: ProgramCounter) -> Instructions<'_, I> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4644:23 [INFO] [stdout] | [INFO] [stdout] 4644 | pub fn jump_table(&self) -> JumpTable { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4644 | pub fn jump_table(&self) -> JumpTable<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4662:38 [INFO] [stdout] | [INFO] [stdout] 4662 | pub fn get_debug_line_program_at(&self, program_counter: ProgramCounter) -> Result, ProgramParseError> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4662 | pub fn get_debug_line_program_at(&self, program_counter: ProgramCounter) -> Result>, ProgramParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4861:21 [INFO] [stdout] | [INFO] [stdout] 4861 | pub fn location(&self) -> Result, ProgramParseError> { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4861 | pub fn location(&self) -> Result>, ProgramParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4898:19 [INFO] [stdout] | [INFO] [stdout] 4898 | pub fn frames(&self) -> impl ExactSizeIterator { [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4898 | pub fn frames(&self) -> impl ExactSizeIterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4934:16 [INFO] [stdout] | [INFO] [stdout] 4934 | pub fn run(&mut self) -> Result, ProgramParseError> { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4934 | pub fn run(&mut self) -> Result>, ProgramParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking raw-cpuid v11.5.0 [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Checking yansi v0.5.1 [INFO] [stderr] Checking polkavm-derive v0.25.0 (/opt/rustwide/workdir/crates/polkavm-derive) [INFO] [stderr] Checking gastool v0.25.0 (/opt/rustwide/workdir/tools/gastool) [INFO] [stderr] Checking hello-world-host v0.1.0 (/opt/rustwide/workdir/examples/hello-world) [INFO] [stderr] Checking polkavm-linux-raw-generate v0.1.0 (/opt/rustwide/workdir/tools/polkavm-linux-raw-generate) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> tools/gastool/src/main.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | fn benchmark(&self, name: impl Into, codegen: C) -> BenchmarkBuilder [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 942 | fn benchmark(&self, name: impl Into, codegen: C) -> BenchmarkBuilder<'_, C> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> tools/gastool/src/main.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | fn benchmark(&self, name: impl Into, codegen: C) -> BenchmarkBuilder [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 942 | fn benchmark(&self, name: impl Into, codegen: C) -> BenchmarkBuilder<'_, C> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-linux-raw/src/lib.rs:1451:19 [INFO] [stdout] | [INFO] [stdout] 1451 | pub fn borrow(&self) -> FdRef { [INFO] [stdout] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1451 | pub fn borrow(&self) -> FdRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4544:20 [INFO] [stdout] | [INFO] [stdout] 4544 | pub fn imports(&self) -> Imports { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4544 | pub fn imports(&self) -> Imports<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4617:28 [INFO] [stdout] | [INFO] [stdout] 4617 | pub fn instructions(&self, instruction_set: I) -> Instructions [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4617 | pub fn instructions(&self, instruction_set: I) -> Instructions<'_, I> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4628:39 [INFO] [stdout] | [INFO] [stdout] 4628 | pub fn instructions_bounded_at(&self, instruction_set: I, offset: ProgramCounter) -> Instructions [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4628 | pub fn instructions_bounded_at(&self, instruction_set: I, offset: ProgramCounter) -> Instructions<'_, I> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4644:23 [INFO] [stdout] | [INFO] [stdout] 4644 | pub fn jump_table(&self) -> JumpTable { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4644 | pub fn jump_table(&self) -> JumpTable<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4662:38 [INFO] [stdout] | [INFO] [stdout] 4662 | pub fn get_debug_line_program_at(&self, program_counter: ProgramCounter) -> Result, ProgramParseError> { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4662 | pub fn get_debug_line_program_at(&self, program_counter: ProgramCounter) -> Result>, ProgramParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4861:21 [INFO] [stdout] | [INFO] [stdout] 4861 | pub fn location(&self) -> Result, ProgramParseError> { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4861 | pub fn location(&self) -> Result>, ProgramParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4898:19 [INFO] [stdout] | [INFO] [stdout] 4898 | pub fn frames(&self) -> impl ExactSizeIterator { [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4898 | pub fn frames(&self) -> impl ExactSizeIterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-common/src/program.rs:4934:16 [INFO] [stdout] | [INFO] [stdout] 4934 | pub fn run(&mut self) -> Result, ProgramParseError> { [INFO] [stdout] | ^^^^^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 4934 | pub fn run(&mut self) -> Result>, ProgramParseError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Check` is never constructed [INFO] [stdout] --> crates/polkavm/src/tests.rs:3910:20 [INFO] [stdout] | [INFO] [stdout] 3910 | struct Check where $x: $($t),+; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3924 | / assert_send_sync! { [INFO] [stdout] 3925 | | crate::Config, [INFO] [stdout] 3926 | | crate::Engine, [INFO] [stdout] 3927 | | crate::Error, [INFO] [stdout] ... | [INFO] [stdout] 3934 | | crate::ProgramBlob, [INFO] [stdout] 3935 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `assert_impl` which comes from the expansion of the macro `assert_send_sync` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm/src/api.rs:351:43 [INFO] [stdout] | [INFO] [stdout] 351 | pub(crate) fn instructions_bounded_at(&self, offset: ProgramCounter) -> Instructions { [INFO] [stdout] | ^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 351 | pub(crate) fn instructions_bounded_at(&self, offset: ProgramCounter) -> Instructions<'_, RuntimeInstructionSet> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm/src/api.rs:369:30 [INFO] [stdout] | [INFO] [stdout] 369 | pub(crate) fn jump_table(&self) -> JumpTable { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 369 | pub(crate) fn jump_table(&self) -> JumpTable<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm/src/api.rs:758:20 [INFO] [stdout] | [INFO] [stdout] 758 | pub fn imports(&self) -> Imports { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 758 | pub fn imports(&self) -> Imports<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm/src/mutex_std.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn lock(&self) -> std::sync::MutexGuard { [INFO] [stdout] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 13 | pub fn lock(&self) -> std::sync::MutexGuard<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm/src/shm_allocator.rs:172:15 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn fd(&self) -> linux_raw::FdRef { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 172 | pub fn fd(&self) -> linux_raw::FdRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking polkavm-disassembler v0.25.0 (/opt/rustwide/workdir/crates/polkavm-disassembler) [INFO] [stdout] warning: unexpected `cfg` condition name: `target_arg` [INFO] [stdout] --> crates/polkavm-disassembler/src/lib.rs:498:19 [INFO] [stdout] | [INFO] [stdout] 498 | #[cfg(target_arg = "x86_84")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_arg, values("x86_84"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_arg, values(\"x86_84\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: requested on the command line with `-W unexpected-cfgs` [INFO] [stdout] help: there is a config with a similar name and different values [INFO] [stdout] | [INFO] [stdout] 498 - #[cfg(target_arg = "x86_84")] [INFO] [stdout] 498 + #[cfg(target_arch = "aarch64")] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `target_arg` [INFO] [stdout] --> crates/polkavm-disassembler/src/lib.rs:500:19 [INFO] [stdout] | [INFO] [stdout] 500 | #[cfg(target_arg = "x86_84")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa` [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_arg, values("x86_84"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_arg, values(\"x86_84\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] help: there is a config with a similar name and different values [INFO] [stdout] | [INFO] [stdout] 500 - #[cfg(target_arg = "x86_84")] [INFO] [stdout] 500 + #[cfg(target_arch = "aarch64")] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking polkatool v0.25.0 (/opt/rustwide/workdir/tools/polkatool) [INFO] [stderr] Checking spectool v0.0.0 (/opt/rustwide/workdir/tools/spectool) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-assembler/src/assembler.rs:250:23 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn reserve(&mut self) -> ReservedAssembler [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 250 | pub fn reserve(&mut self) -> ReservedAssembler<'_, T> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-assembler/src/assembler.rs:306:21 [INFO] [stdout] | [INFO] [stdout] 306 | pub fn finalize(&mut self) -> AssembledCode { [INFO] [stdout] | ^^^^^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 306 | pub fn finalize(&mut self) -> AssembledCode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-linker/src/elf.rs:490:28 [INFO] [stdout] | [INFO] [stdout] 490 | pub fn section_by_name(&self, name: &str) -> impl ExactSizeIterator { [INFO] [stdout] | ^^^^^ -------- [INFO] [stdout] | | || [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 490 | pub fn section_by_name(&self, name: &str) -> impl ExactSizeIterator> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-linker/src/fast_range_map.rs:447:19 [INFO] [stdout] | [INFO] [stdout] 447 | pub fn remove(&mut self, key: Range) -> RemoveIter [INFO] [stdout] | ^^^^^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 447 | pub fn remove(&mut self, key: Range) -> RemoveIter<'_, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-linker/src/program_from_elf.rs:9880:24 [INFO] [stdout] | [INFO] [stdout] 9880 | fn simplify_path(path: &str) -> Cow { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 9880 | fn simplify_path(path: &str) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> crates/polkavm-linker/src/reader_wrapper.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn list(&self) -> core::cell::Ref<[u64]> { [INFO] [stdout] | ^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 30 | pub fn list(&self) -> core::cell::Ref<'_, [u64]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking doom-host v0.1.0 (/opt/rustwide/workdir/examples/doom) [INFO] [stderr] Checking quake-host v0.1.0 (/opt/rustwide/workdir/examples/quake) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 09s [INFO] running `Command { std: "docker" "inspect" "a3ff788c1335aa00ff08026d9ca7d49c5ef846bc1d75f078391c4a844a55e723", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3ff788c1335aa00ff08026d9ca7d49c5ef846bc1d75f078391c4a844a55e723", kill_on_drop: false }` [INFO] [stdout] a3ff788c1335aa00ff08026d9ca7d49c5ef846bc1d75f078391c4a844a55e723