[INFO] cloning repository https://github.com/iansseijelly/ltrace_decoder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iansseijelly/ltrace_decoder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiansseijelly%2Fltrace_decoder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiansseijelly%2Fltrace_decoder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 833692026f2896f35652124901d6dbbe5df278c6
[INFO] building iansseijelly/ltrace_decoder against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiansseijelly%2Fltrace_decoder" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/iansseijelly/ltrace_decoder
[INFO] finished tweaking git repo https://github.com/iansseijelly/ltrace_decoder
[INFO] tweaked toml for git repo https://github.com/iansseijelly/ltrace_decoder written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/iansseijelly/ltrace_decoder on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/iansseijelly/ltrace_decoder 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded typed-arena v2.0.2
[INFO] [stderr]   Downloaded clap v4.5.36
[INFO] [stderr]   Downloaded bytecount v0.6.8
[INFO] [stderr]   Downloaded bus v2.4.1
[INFO] [stderr]   Downloaded iso8601 v0.6.2
[INFO] [stderr]   Downloaded fraction v0.13.1
[INFO] [stderr]   Downloaded rvdasm v0.2.1
[INFO] [stderr]   Downloaded jsonschema v0.17.1
[INFO] [stderr]   Downloaded num-cmp v0.1.0
[INFO] [stderr]   Downloaded clap_builder v4.5.36
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 260cff9cfab7a7544ac6804a23e96a1273e92b52ad9ae53c9a57a31c8087110e
[INFO] running `Command { std: "docker" "start" "-a" "260cff9cfab7a7544ac6804a23e96a1273e92b52ad9ae53c9a57a31c8087110e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "260cff9cfab7a7544ac6804a23e96a1273e92b52ad9ae53c9a57a31c8087110e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "260cff9cfab7a7544ac6804a23e96a1273e92b52ad9ae53c9a57a31c8087110e", kill_on_drop: false }`
[INFO] [stdout] 260cff9cfab7a7544ac6804a23e96a1273e92b52ad9ae53c9a57a31c8087110e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3baf043991a75ddf53d535a03c40746c7d18c879940d47f15f081906201c63ac
[INFO] running `Command { std: "docker" "start" "-a" "3baf043991a75ddf53d535a03c40746c7d18c879940d47f15f081906201c63ac", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling cpp_demangle v0.4.4
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling anyhow v1.0.96
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling ruzstd v0.7.3
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]    Compiling flate2 v1.1.0
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling clap_builder v4.5.36
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling memmap2 v0.9.5
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling is-terminal v0.4.15
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling fancy-regex v0.11.0
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling uuid v1.15.1
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling fraction v0.13.1
[INFO] [stderr]    Compiling bus v2.4.1
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling iso8601 v0.6.2
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling gcno_reader v0.1.0 (/opt/rustwide/workdir/crates/gcno_reader)
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling clap v4.5.36
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling rvdasm v0.2.1
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling jsonschema v0.17.1
[INFO] [stderr]    Compiling tacit-decoder v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `addr2line::gimli::CommonInformationEntry`
[INFO] [stdout]  --> src/common/symbol_index.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use addr2line::gimli::CommonInformationEntry;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]  --> src/backend/abstract_receiver.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct BusReceiver {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] 6 |     pub name: String, // name of the type of receiver
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `SyncPeriodic` is never constructed
[INFO] [stdout]   --> src/backend/event.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub enum EventKind {
[INFO] [stdout]    |          --------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 40 |     SyncPeriodic,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EventKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `sync_periodic`, `get_from_addr`, `get_to_addr`, `get_trap_reason`, and `get_prv_arc` are never used
[INFO] [stdout]    --> src/backend/event.rs:109:12
[INFO] [stdout]     |
[INFO] [stdout]  71 | impl EventKind {
[INFO] [stdout]     | -------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub fn sync_periodic() -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |     pub fn get_from_addr(&self) -> Option<u64> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |     pub fn get_to_addr(&self) -> Option<u64> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |     pub fn get_trap_reason(&self) -> Option<TrapReason> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |     pub fn get_prv_arc(&self) -> Option<(Prv, Prv)> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `insn_map` is never read
[INFO] [stdout]   --> src/backend/stack_unwinder.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct StackUnwinder {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub insn_map: Arc<InstructionIndex>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
[INFO] running `Command { std: "docker" "inspect" "3baf043991a75ddf53d535a03c40746c7d18c879940d47f15f081906201c63ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3baf043991a75ddf53d535a03c40746c7d18c879940d47f15f081906201c63ac", kill_on_drop: false }`
[INFO] [stdout] 3baf043991a75ddf53d535a03c40746c7d18c879940d47f15f081906201c63ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b9aa805cc60a14c16f71a924d790f8569487a98a12eaac57cacdd800ef83023
[INFO] running `Command { std: "docker" "start" "-a" "2b9aa805cc60a14c16f71a924d790f8569487a98a12eaac57cacdd800ef83023", kill_on_drop: false }`
[INFO] [stderr]    Compiling tacit-decoder v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `addr2line::gimli::CommonInformationEntry`
[INFO] [stdout]  --> src/common/symbol_index.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use addr2line::gimli::CommonInformationEntry;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]  --> src/backend/abstract_receiver.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct BusReceiver {
[INFO] [stdout]   |            ----------- field in this struct
[INFO] [stdout] 6 |     pub name: String, // name of the type of receiver
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `SyncPeriodic` is never constructed
[INFO] [stdout]   --> src/backend/event.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub enum EventKind {
[INFO] [stdout]    |          --------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 40 |     SyncPeriodic,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EventKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `sync_periodic`, `get_from_addr`, `get_to_addr`, `get_trap_reason`, and `get_prv_arc` are never used
[INFO] [stdout]    --> src/backend/event.rs:109:12
[INFO] [stdout]     |
[INFO] [stdout]  71 | impl EventKind {
[INFO] [stdout]     | -------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub fn sync_periodic() -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |     pub fn get_from_addr(&self) -> Option<u64> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |     pub fn get_to_addr(&self) -> Option<u64> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |     pub fn get_trap_reason(&self) -> Option<TrapReason> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |     pub fn get_prv_arc(&self) -> Option<(Prv, Prv)> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `insn_map` is never read
[INFO] [stdout]   --> src/backend/stack_unwinder.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct StackUnwinder {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub insn_map: Arc<InstructionIndex>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.24s
[INFO] running `Command { std: "docker" "inspect" "2b9aa805cc60a14c16f71a924d790f8569487a98a12eaac57cacdd800ef83023", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b9aa805cc60a14c16f71a924d790f8569487a98a12eaac57cacdd800ef83023", kill_on_drop: false }`
[INFO] [stdout] 2b9aa805cc60a14c16f71a924d790f8569487a98a12eaac57cacdd800ef83023
