[INFO] fetching crate crostab 0.0.2...
[INFO] testing crostab-0.0.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate crostab 0.0.2 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate crostab 0.0.2
[INFO] finished tweaking crates.io crate crostab 0.0.2
[INFO] tweaked toml for crates.io crate crostab 0.0.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate crostab 0.0.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 31 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 62c4051eacdb24ec94e24ff55b4c5b9bfdc90f2fae1e9e8ef2020483fe050949
[INFO] running `Command { std: "docker" "start" "-a" "62c4051eacdb24ec94e24ff55b4c5b9bfdc90f2fae1e9e8ef2020483fe050949", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62c4051eacdb24ec94e24ff55b4c5b9bfdc90f2fae1e9e8ef2020483fe050949", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62c4051eacdb24ec94e24ff55b4c5b9bfdc90f2fae1e9e8ef2020483fe050949", kill_on_drop: false }`
[INFO] [stdout] 62c4051eacdb24ec94e24ff55b4c5b9bfdc90f2fae1e9e8ef2020483fe050949
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13c55aa8440e3ec1cb7607ee4655a56f339e839ba7f9d9eedde5148a4b83961d
[INFO] running `Command { std: "docker" "start" "-a" "13c55aa8440e3ec1cb7607ee4655a56f339e839ba7f9d9eedde5148a4b83961d", kill_on_drop: false }`
[INFO] [stderr]    Compiling veho v0.0.20
[INFO] [stderr]    Compiling crostab v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `value::Value`
[INFO] [stdout]  --> src/types/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use value::Value;
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Value` is never used
[INFO] [stdout]  --> src/types/value.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum Value {
[INFO] [stdout]   |          ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `head` and `rows` are never read
[INFO] [stdout]  --> src/table/table.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Table<T> {
[INFO] [stdout]   |            ----- fields in this struct
[INFO] [stdout] 4 |     head: Vec<String>,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 5 |     rows: Vec<Vec<T>>,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `height`, `width`, `coin`, and `cell` are never used
[INFO] [stdout]   --> src/table/table.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl<T> Table<T> {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 12 |     fn height(&self) -> usize { (&self.head).len() }
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 13 |     fn width(&self) -> usize { (&self.rows).len() }
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 14 |     fn coin(&self, head: &str) -> Option<usize> { index_of(&self.head, &head.to_string()) }
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 15 |     fn cell(&self, side_index: usize, head_label: &str) -> Option<&T> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `head`, `side`, and `rows` are never read
[INFO] [stdout]  --> src/crostab/crostab.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Crostab<T> {
[INFO] [stdout]   |            ------- fields in this struct
[INFO] [stdout] 4 |     head: Vec<String>,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 5 |     side: Vec<String>,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 6 |     rows: Vec<Vec<T>>,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `height`, `width`, `roin`, `coin`, and `cell` are never used
[INFO] [stdout]   --> src/crostab/crostab.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl<T> Crostab<T> {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 13 |     fn height(&self) -> usize { (&self.head).len() }
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 14 |     fn width(&self) -> usize { (&self.side).len() }
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 15 |     fn roin(&self, side: &str) -> Option<usize> { index_of(&self.side, &side.to_string()) }
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 16 |     fn coin(&self, head: &str) -> Option<usize> { index_of(&self.head, &head.to_string()) }
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 17 |     fn cell(&self, side: &str, head: &str) -> Option<&T> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] running `Command { std: "docker" "inspect" "13c55aa8440e3ec1cb7607ee4655a56f339e839ba7f9d9eedde5148a4b83961d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13c55aa8440e3ec1cb7607ee4655a56f339e839ba7f9d9eedde5148a4b83961d", kill_on_drop: false }`
[INFO] [stdout] 13c55aa8440e3ec1cb7607ee4655a56f339e839ba7f9d9eedde5148a4b83961d
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a73098ff2e9057d2bc77d61718019b8fa015a366dd6e448f74fd129d99f6bf0c
[INFO] running `Command { std: "docker" "start" "-a" "a73098ff2e9057d2bc77d61718019b8fa015a366dd6e448f74fd129d99f6bf0c", kill_on_drop: false }`
[INFO] [stderr]    Compiling vte v0.15.0
[INFO] [stdout] warning: unused import: `value::Value`
[INFO] [stdout]  --> src/types/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use value::Value;
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Value` is never used
[INFO] [stdout]  --> src/types/value.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum Value {
[INFO] [stdout]   |          ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `head` and `rows` are never read
[INFO] [stdout]  --> src/table/table.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Table<T> {
[INFO] [stdout]   |            ----- fields in this struct
[INFO] [stdout] 4 |     head: Vec<String>,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 5 |     rows: Vec<Vec<T>>,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `height`, `width`, `coin`, and `cell` are never used
[INFO] [stdout]   --> src/table/table.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl<T> Table<T> {
[INFO] [stdout]    | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 12 |     fn height(&self) -> usize { (&self.head).len() }
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 13 |     fn width(&self) -> usize { (&self.rows).len() }
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 14 |     fn coin(&self, head: &str) -> Option<usize> { index_of(&self.head, &head.to_string()) }
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 15 |     fn cell(&self, side_index: usize, head_label: &str) -> Option<&T> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `head`, `side`, and `rows` are never read
[INFO] [stdout]  --> src/crostab/crostab.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Crostab<T> {
[INFO] [stdout]   |            ------- fields in this struct
[INFO] [stdout] 4 |     head: Vec<String>,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 5 |     side: Vec<String>,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 6 |     rows: Vec<Vec<T>>,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `height`, `width`, `roin`, `coin`, and `cell` are never used
[INFO] [stdout]   --> src/crostab/crostab.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl<T> Crostab<T> {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 13 |     fn height(&self) -> usize { (&self.head).len() }
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 14 |     fn width(&self) -> usize { (&self.side).len() }
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 15 |     fn roin(&self, side: &str) -> Option<usize> { index_of(&self.side, &side.to_string()) }
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 16 |     fn coin(&self, head: &str) -> Option<usize> { index_of(&self.head, &head.to_string()) }
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 17 |     fn cell(&self, side: &str, head: &str) -> Option<&T> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling texting v0.0.7
[INFO] [stderr]    Compiling aryth v0.0.11
[INFO] [stderr]    Compiling palett v0.0.8
[INFO] [stderr]    Compiling spare v0.0.3
[INFO] [stderr]    Compiling crostab v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Number` and `Value`
[INFO] [stdout]  --> tests/any/json_basic_test.rs:1:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use serde_json::{json, Number, Value};
[INFO] [stdout]   |                        ^^^^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `value::Value`
[INFO] [stdout]  --> src/types/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use value::Value;
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::crostab::Crostab`
[INFO] [stdout]   --> src/table/table.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     use crate::crostab::Crostab;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> src/table/table.rs:42:22
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let texted = deco_matrix(&(&crostab).rows, ", ");
[INFO] [stdout]    |                      ^^^^^^^^^^^------------------------ argument #3 of type `Option<&(palett::types::preset::Preset, palett::types::preset::Preset)>` is missing
[INFO] [stdout]    |
[INFO] [stdout] note: expected `Option<&str>`, found `&str`
[INFO] [stdout]   --> src/table/table.rs:42:52
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let texted = deco_matrix(&(&crostab).rows, ", ");
[INFO] [stdout]    |                                                    ^^^^
[INFO] [stdout]    = note:   expected enum `Option<&str>`
[INFO] [stdout]            found reference `&'static str`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spare-0.0.3/src/deco/matrix/mod.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub fn deco_matrix<R, M>(mx: M,
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let texted = deco_matrix(&(&crostab).rows, Some(", "));
[INFO] [stdout]    |                                                    +++++    +
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 42 -         let texted = deco_matrix(&(&crostab).rows, ", ");
[INFO] [stdout] 42 +         let texted = deco_matrix(&(&crostab).rows, /* Option<&str> */, /* Option<&(palett::types::preset::Preset, palett::types::preset::Preset)> */);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> src/crostab/crostab.rs:44:22
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let texted = deco_matrix(&(&crostab).rows, ", ");
[INFO] [stdout]    |                      ^^^^^^^^^^^------------------------ argument #3 of type `Option<&(palett::types::preset::Preset, palett::types::preset::Preset)>` is missing
[INFO] [stdout]    |
[INFO] [stdout] note: expected `Option<&str>`, found `&str`
[INFO] [stdout]   --> src/crostab/crostab.rs:44:52
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let texted = deco_matrix(&(&crostab).rows, ", ");
[INFO] [stdout]    |                                                    ^^^^
[INFO] [stdout]    = note:   expected enum `Option<&str>`
[INFO] [stdout]            found reference `&'static str`
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spare-0.0.3/src/deco/matrix/mod.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub fn deco_matrix<R, M>(mx: M,
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let texted = deco_matrix(&(&crostab).rows, Some(", "));
[INFO] [stdout]    |                                                    +++++    +
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 44 -         let texted = deco_matrix(&(&crostab).rows, ", ");
[INFO] [stdout] 44 +         let texted = deco_matrix(&(&crostab).rows, /* Option<&str> */, /* Option<&(palett::types::preset::Preset, palett::types::preset::Preset)> */);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crostab` (lib test) due to 2 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a73098ff2e9057d2bc77d61718019b8fa015a366dd6e448f74fd129d99f6bf0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a73098ff2e9057d2bc77d61718019b8fa015a366dd6e448f74fd129d99f6bf0c", kill_on_drop: false }`
[INFO] [stdout] a73098ff2e9057d2bc77d61718019b8fa015a366dd6e448f74fd129d99f6bf0c
