[INFO] fetching crate insrcdata 0.2.0...
[INFO] checking insrcdata-0.2.0 against 1.95.0 for pr-155915
[INFO] extracting crate insrcdata 0.2.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate insrcdata 0.2.0
[INFO] finished tweaking crates.io crate insrcdata 0.2.0
[INFO] tweaked toml for crates.io crate insrcdata 0.2.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate insrcdata 0.2.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate insrcdata 0.2.0 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded toml v0.7.3
[INFO] [stderr]   Downloaded clap v4.2.7
[INFO] [stderr]   Downloaded clap_lex v0.4.1
[INFO] [stderr]   Downloaded serde_spanned v0.6.1
[INFO] [stderr]   Downloaded anstyle-wincon v1.0.1
[INFO] [stderr]   Downloaded clap_derive v4.2.0
[INFO] [stderr]   Downloaded toml_edit v0.19.8
[INFO] [stderr]   Downloaded winnow v0.4.1
[INFO] [stderr]   Downloaded clap_builder v4.2.7
[INFO] [stderr]   Downloaded rustix v0.37.19
[INFO] [stderr]   Downloaded libc v0.2.143
[INFO] [stderr]   Downloaded csv v1.2.1
[INFO] [stderr]   Downloaded linux-raw-sys v0.3.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4e340b857e60b67b5019e4c8932091650d57b586330cf738ebae75cdb48e03dd
[INFO] running `Command { std: "docker" "start" "-a" "4e340b857e60b67b5019e4c8932091650d57b586330cf738ebae75cdb48e03dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e340b857e60b67b5019e4c8932091650d57b586330cf738ebae75cdb48e03dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e340b857e60b67b5019e4c8932091650d57b586330cf738ebae75cdb48e03dd", kill_on_drop: false }`
[INFO] [stdout] 4e340b857e60b67b5019e4c8932091650d57b586330cf738ebae75cdb48e03dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 89ef6457c208f656fe2ec3b1e0bcda4af79d3a8d232f634d0a4ceb04dde52663
[INFO] running `Command { std: "docker" "start" "-a" "89ef6457c208f656fe2ec3b1e0bcda4af79d3a8d232f634d0a4ceb04dde52663", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.143
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling io-lifetimes v1.0.10
[INFO] [stderr]    Compiling serde v1.0.160
[INFO] [stderr]    Compiling rustix v0.37.19
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]     Checking linux-raw-sys v0.3.7
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking anstyle v1.0.0
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking anstyle-query v1.0.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling serde_derive v1.0.160
[INFO] [stderr]     Checking clap_lex v0.4.1
[INFO] [stderr]     Checking winnow v0.4.1
[INFO] [stderr]     Checking anstyle-parse v0.2.0
[INFO] [stderr]     Checking once_cell v1.17.1
[INFO] [stderr]     Checking ryu v1.0.13
[INFO] [stderr]     Checking itoa v1.0.6
[INFO] [stderr]     Checking heck v0.4.1
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]     Checking is-terminal v0.4.7
[INFO] [stderr]     Checking anstream v0.3.2
[INFO] [stderr]     Checking clap_builder v4.2.7
[INFO] [stderr]     Checking serde_spanned v0.6.1
[INFO] [stderr]     Checking toml_datetime v0.6.1
[INFO] [stderr]     Checking csv v1.2.1
[INFO] [stderr]     Checking toml_edit v0.19.8
[INFO] [stderr]    Compiling clap_derive v4.2.0
[INFO] [stderr]     Checking toml v0.7.3
[INFO] [stderr]     Checking clap v4.2.7
[INFO] [stderr]     Checking insrcdata v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `help` is never read
[INFO] [stdout]   --> src/table.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct ColumnConfig {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub help: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `help` is never used
[INFO] [stdout]    --> src/table.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout]  94 | pub trait Column {
[INFO] [stdout]     |           ------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 106 |     fn help(&self) -> &String {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/colvariant.rs:19:73
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(values: &'a [String], table: String, reverse: String) -> Dest {
[INFO] [stdout]    |                         -- the lifetime is named here                   ^^^^ the same lifetime is hidden 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(values: &'a [String], table: String, reverse: String) -> Dest<'a> {
[INFO] [stdout]    |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/log.rs:23:14
[INFO] [stdout]    |
[INFO] [stdout] 23 |     unsafe { LEVEL.clone() }
[INFO] [stdout]    |              ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table.rs:350:28
[INFO] [stdout]     |
[INFO] [stdout] 350 |     pub fn join_to_columns(&self, table: &Table) -> Vec<JoinTo> {
[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] 350 |     pub fn join_to_columns(&self, table: &Table) -> Vec<JoinTo<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `help` is never read
[INFO] [stdout]   --> src/table.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct ColumnConfig {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub help: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `help` is never used
[INFO] [stdout]    --> src/table.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout]  94 | pub trait Column {
[INFO] [stdout]     |           ------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 106 |     fn help(&self) -> &String {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/colvariant.rs:19:73
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(values: &'a [String], table: String, reverse: String) -> Dest {
[INFO] [stdout]    |                         -- the lifetime is named here                   ^^^^ the same lifetime is hidden 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(values: &'a [String], table: String, reverse: String) -> Dest<'a> {
[INFO] [stdout]    |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/log.rs:23:14
[INFO] [stdout]    |
[INFO] [stdout] 23 |     unsafe { LEVEL.clone() }
[INFO] [stdout]    |              ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table.rs:350:28
[INFO] [stdout]     |
[INFO] [stdout] 350 |     pub fn join_to_columns(&self, table: &Table) -> Vec<JoinTo> {
[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] 350 |     pub fn join_to_columns(&self, table: &Table) -> Vec<JoinTo<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `help` is never read
[INFO] [stdout]   --> src/table.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct ColumnConfig {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub help: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `help` is never used
[INFO] [stdout]    --> src/table.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout]  94 | pub trait Column {
[INFO] [stdout]     |           ------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 106 |     fn help(&self) -> &String {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/colvariant.rs:19:73
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(values: &'a [String], table: String, reverse: String) -> Dest {
[INFO] [stdout]    |                         -- the lifetime is named here                   ^^^^ the same lifetime is hidden 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(values: &'a [String], table: String, reverse: String) -> Dest<'a> {
[INFO] [stdout]    |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/log.rs:23:14
[INFO] [stdout]    |
[INFO] [stdout] 23 |     unsafe { LEVEL.clone() }
[INFO] [stdout]    |              ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table.rs:350:28
[INFO] [stdout]     |
[INFO] [stdout] 350 |     pub fn join_to_columns(&self, table: &Table) -> Vec<JoinTo> {
[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] 350 |     pub fn join_to_columns(&self, table: &Table) -> Vec<JoinTo<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `help` is never read
[INFO] [stdout]   --> src/table.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct ColumnConfig {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub help: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `help` is never used
[INFO] [stdout]    --> src/table.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout]  94 | pub trait Column {
[INFO] [stdout]     |           ------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 106 |     fn help(&self) -> &String {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/colvariant.rs:19:73
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(values: &'a [String], table: String, reverse: String) -> Dest {
[INFO] [stdout]    |                         -- the lifetime is named here                   ^^^^ the same lifetime is hidden 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(values: &'a [String], table: String, reverse: String) -> Dest<'a> {
[INFO] [stdout]    |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/log.rs:23:14
[INFO] [stdout]    |
[INFO] [stdout] 23 |     unsafe { LEVEL.clone() }
[INFO] [stdout]    |              ^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/table.rs:350:28
[INFO] [stdout]     |
[INFO] [stdout] 350 |     pub fn join_to_columns(&self, table: &Table) -> Vec<JoinTo> {
[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] 350 |     pub fn join_to_columns(&self, table: &Table) -> Vec<JoinTo<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.65s
[INFO] running `Command { std: "docker" "inspect" "89ef6457c208f656fe2ec3b1e0bcda4af79d3a8d232f634d0a4ceb04dde52663", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89ef6457c208f656fe2ec3b1e0bcda4af79d3a8d232f634d0a4ceb04dde52663", kill_on_drop: false }`
[INFO] [stdout] 89ef6457c208f656fe2ec3b1e0bcda4af79d3a8d232f634d0a4ceb04dde52663
