[INFO] fetching crate tlayuda 0.1.6... [INFO] building tlayuda-0.1.6 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate tlayuda 0.1.6 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate tlayuda 0.1.6 [INFO] finished tweaking crates.io crate tlayuda 0.1.6 [INFO] tweaked toml for crates.io crate tlayuda 0.1.6 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tlayuda 0.1.6 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate tlayuda 0.1.6 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 923a020643c138ea00da0d5cacd17eb0076537e3170ffdc3bfadc87dbfb51b86 [INFO] running `Command { std: "docker" "start" "-a" "923a020643c138ea00da0d5cacd17eb0076537e3170ffdc3bfadc87dbfb51b86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "923a020643c138ea00da0d5cacd17eb0076537e3170ffdc3bfadc87dbfb51b86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "923a020643c138ea00da0d5cacd17eb0076537e3170ffdc3bfadc87dbfb51b86", kill_on_drop: false }` [INFO] [stdout] 923a020643c138ea00da0d5cacd17eb0076537e3170ffdc3bfadc87dbfb51b86 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a21574c7ee2b83edb19e786179c89cf0919c36e4aaf00e90ef45dc73a9e0865 [INFO] running `Command { std: "docker" "start" "-a" "4a21574c7ee2b83edb19e786179c89cf0919c36e4aaf00e90ef45dc73a9e0865", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.62 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling tlayuda v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/lib.rs:738:21 [INFO] [stdout] | [INFO] [stdout] 738 | None => ( [INFO] [stdout] | _____________________^ [INFO] [stdout] 739 | | FieldType::Basic(type_path.path.segments.last().unwrap().ident.clone(), [INFO] [stdout] | |________________^ [INFO] [stdout] 740 | type_path.into_token_stream()) [INFO] [stdout] | ________________________________________________________________^ [INFO] [stdout] 741 | | ), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 738 ~ None => FieldType::Basic(type_path.path.segments.last().unwrap().ident.clone(), [INFO] [stdout] 739 ~ type_path.into_token_stream()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `first_name` and `last_name` are never read [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct TemplateExample { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 5 | first_name: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 6 | last_name: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TemplateExample` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.91s [INFO] running `Command { std: "docker" "inspect" "4a21574c7ee2b83edb19e786179c89cf0919c36e4aaf00e90ef45dc73a9e0865", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a21574c7ee2b83edb19e786179c89cf0919c36e4aaf00e90ef45dc73a9e0865", kill_on_drop: false }` [INFO] [stdout] 4a21574c7ee2b83edb19e786179c89cf0919c36e4aaf00e90ef45dc73a9e0865 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 01fdd95fc58aa5ee08aa908ccfac10948ea849478f5b00100762c2389e556a0f [INFO] running `Command { std: "docker" "start" "-a" "01fdd95fc58aa5ee08aa908ccfac10948ea849478f5b00100762c2389e556a0f", kill_on_drop: false }` [INFO] [stderr] Compiling tlayuda v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/lib.rs:738:21 [INFO] [stdout] | [INFO] [stdout] 738 | None => ( [INFO] [stdout] | _____________________^ [INFO] [stdout] 739 | | FieldType::Basic(type_path.path.segments.last().unwrap().ident.clone(), [INFO] [stdout] | |________________^ [INFO] [stdout] 740 | type_path.into_token_stream()) [INFO] [stdout] | ________________________________________________________________^ [INFO] [stdout] 741 | | ), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 738 ~ None => FieldType::Basic(type_path.path.segments.last().unwrap().ident.clone(), [INFO] [stdout] 739 ~ type_path.into_token_stream()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/lib.rs:738:21 [INFO] [stdout] | [INFO] [stdout] 738 | None => ( [INFO] [stdout] | _____________________^ [INFO] [stdout] 739 | | FieldType::Basic(type_path.path.segments.last().unwrap().ident.clone(), [INFO] [stdout] | |________________^ [INFO] [stdout] 740 | type_path.into_token_stream()) [INFO] [stdout] | ________________________________________________________________^ [INFO] [stdout] 741 | | ), [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 738 ~ None => FieldType::Basic(type_path.path.segments.last().unwrap().ident.clone(), [INFO] [stdout] 739 ~ type_path.into_token_stream()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `first_name` and `last_name` are never read [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct TemplateExample { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 5 | first_name: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 6 | last_name: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TemplateExample` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `first_name` and `last_name` are never read [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct TemplateExample { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 5 | first_name: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 6 | last_name: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TemplateExample` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `NonTlayudaUsingStruct` is never constructed [INFO] [stdout] --> tests/models.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct NonTlayudaUsingStruct { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `type_i8` is never read [INFO] [stdout] --> tests/models.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct IgnoreTester { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 29 | pub type_i8: i8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `IgnoreTester` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> tests/models.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct TypeTester { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 36 | pub type_string: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 37 | pub type_bool: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 38 | pub type_i8: i8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 39 | pub type_i16: i16, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 40 | pub type_i32: i32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 41 | pub type_u8: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 42 | pub type_u16: u16, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 43 | pub type_u32: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 44 | pub type_i64: i64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 45 | pub type_i128: i128, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 46 | pub type_isize: isize, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 47 | pub type_u64: u64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 48 | pub type_u128: u128, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 49 | pub type_usize: usize, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 50 | pub type_f32: f32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 51 | pub type_f64: f64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | pub type_array_i8: [i8; 3], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 58 | pub type_array_i16: [i16; 3], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 59 | pub type_array_i32: [i32; 3], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 60 | pub type_array_u8: [u8; 3], [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 61 | pub type_array_u16: [u16; 3], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 62 | pub type_array_u32: [u32; 3], [INFO] [stdout] 63 | pub type_array_i64: [i64; 3], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 64 | pub type_array_i128: [i128; 3], [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 65 | pub type_array_isize: [isize; 3], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 66 | pub type_array_u64: [u64; 3], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 67 | pub type_array_u128: [u128; 3], [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 68 | pub type_array_usize: [usize; 3], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 69 | pub type_array_f32: [f32; 3], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 70 | pub type_array_f64: [f64; 3], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TypeTester` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.84s [INFO] running `Command { std: "docker" "inspect" "01fdd95fc58aa5ee08aa908ccfac10948ea849478f5b00100762c2389e556a0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01fdd95fc58aa5ee08aa908ccfac10948ea849478f5b00100762c2389e556a0f", kill_on_drop: false }` [INFO] [stdout] 01fdd95fc58aa5ee08aa908ccfac10948ea849478f5b00100762c2389e556a0f