[INFO] fetching crate sdb_debugger 0.2.2... [INFO] checking sdb_debugger-0.2.2 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate sdb_debugger 0.2.2 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate sdb_debugger 0.2.2 [INFO] finished tweaking crates.io crate sdb_debugger 0.2.2 [INFO] tweaked toml for crates.io crate sdb_debugger 0.2.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate sdb_debugger 0.2.2 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate sdb_debugger 0.2.2 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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded scroll v0.13.0 [INFO] [stderr] Downloaded scroll_derive v0.13.0 [INFO] [stderr] Downloaded syscall-numbers v4.0.2 [INFO] [stderr] Downloaded rustyline v15.0.0 [INFO] [stderr] Downloaded zydis v4.1.1 [INFO] [stderr] Downloaded goblin v0.10.0 [INFO] [stderr] Downloaded libsdb_register_codegen v0.2.0 [INFO] [stderr] Downloaded zydis-sys v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc23bfbfab1d1e4a05671de638335efc3f15d37ab70607db0bef3b893830e8cf [INFO] running `Command { std: "docker" "start" "-a" "fc23bfbfab1d1e4a05671de638335efc3f15d37ab70607db0bef3b893830e8cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc23bfbfab1d1e4a05671de638335efc3f15d37ab70607db0bef3b893830e8cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc23bfbfab1d1e4a05671de638335efc3f15d37ab70607db0bef3b893830e8cf", kill_on_drop: false }` [INFO] [stdout] fc23bfbfab1d1e4a05671de638335efc3f15d37ab70607db0bef3b893830e8cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ac10e7fd94f6d4f554d9241ab37ca1bb1467d6861c61888e4f22734f13f3552c [INFO] running `Command { std: "docker" "start" "-a" "ac10e7fd94f6d4f554d9241ab37ca1bb1467d6861c61888e4f22734f13f3552c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling prettyplease v0.2.32 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling libloading v0.8.7 [INFO] [stderr] Compiling cc v1.2.20 [INFO] [stderr] Compiling winnow v0.7.6 [INFO] [stderr] Compiling bindgen v0.72.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Checking nibble_vec v0.1.0 [INFO] [stderr] Checking sdd v3.0.10 [INFO] [stderr] Checking endian-type v0.1.2 [INFO] [stderr] Checking fd-lock v4.0.4 [INFO] [stderr] Compiling bindgen v0.69.5 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking multimap v0.10.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking scc v2.3.4 [INFO] [stderr] Checking radix_trie v0.2.1 [INFO] [stderr] Checking cpp_demangle v0.4.4 [INFO] [stderr] Checking syscall-numbers v4.0.2 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Checking gimli v0.31.1 [INFO] [stderr] Checking elf v0.7.4 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking bytemuck v1.22.0 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling zydis v4.1.1 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling toml_edit v0.22.24 [INFO] [stderr] Checking parking_lot_core v0.9.11 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Checking rustyline v15.0.0 [INFO] [stderr] Compiling scroll_derive v0.13.0 [INFO] [stderr] Compiling typed-builder-macro v0.21.0 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] Compiling num_enum_derive v0.7.3 [INFO] [stderr] Compiling libsdb_register_codegen v0.2.0 [INFO] [stderr] Checking serial_test v3.2.0 [INFO] [stderr] Checking typed-builder v0.21.0 [INFO] [stderr] Checking scroll v0.13.0 [INFO] [stderr] Checking goblin v0.10.0 [INFO] [stderr] Checking num_enum v0.7.3 [INFO] [stderr] Compiling zydis-sys v0.1.2 [INFO] [stderr] Compiling sdb_debugger v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/libsdb/dwarf.rs:372:23 [INFO] [stdout] | [INFO] [stdout] 372 | pub fn file_names(&self) -> Ref> { [INFO] [stdout] | ^^^^^ ----------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 372 | pub fn file_names(&self) -> Ref<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/libsdb/elf.rs:386:17 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn iter(&self) -> std::slice::Iter> { [INFO] [stdout] | ^^^^^ ------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 386 | pub fn iter(&self) -> std::slice::Iter<'_, Rc> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/libsdb/dwarf.rs:372:23 [INFO] [stdout] | [INFO] [stdout] 372 | pub fn file_names(&self) -> Ref> { [INFO] [stdout] | ^^^^^ ----------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 372 | pub fn file_names(&self) -> Ref<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/libsdb/elf.rs:386:17 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn iter(&self) -> std::slice::Iter> { [INFO] [stdout] | ^^^^^ ------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 386 | pub fn iter(&self) -> std::slice::Iter<'_, Rc> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/libsdb/dwarf.rs:372:23 [INFO] [stdout] | [INFO] [stdout] 372 | pub fn file_names(&self) -> Ref> { [INFO] [stdout] | ^^^^^ ----------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 372 | pub fn file_names(&self) -> Ref<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/libsdb/elf.rs:386:17 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn iter(&self) -> std::slice::Iter> { [INFO] [stdout] | ^^^^^ ------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 386 | pub fn iter(&self) -> std::slice::Iter<'_, Rc> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/libsdb/dwarf.rs:372:23 [INFO] [stdout] | [INFO] [stdout] 372 | pub fn file_names(&self) -> Ref> { [INFO] [stdout] | ^^^^^ ----------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 372 | pub fn file_names(&self) -> Ref<'_, Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/libsdb/elf.rs:386:17 [INFO] [stdout] | [INFO] [stdout] 386 | pub fn iter(&self) -> std::slice::Iter> { [INFO] [stdout] | ^^^^^ ------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 386 | pub fn iter(&self) -> std::slice::Iter<'_, Rc> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.20s [INFO] running `Command { std: "docker" "inspect" "ac10e7fd94f6d4f554d9241ab37ca1bb1467d6861c61888e4f22734f13f3552c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac10e7fd94f6d4f554d9241ab37ca1bb1467d6861c61888e4f22734f13f3552c", kill_on_drop: false }` [INFO] [stdout] ac10e7fd94f6d4f554d9241ab37ca1bb1467d6861c61888e4f22734f13f3552c