[INFO] fetching crate crostab 0.0.2... [INFO] testing crostab-0.0.2 against 1.90.0 for beta-1.91-3 [INFO] extracting crate crostab 0.0.2 into /workspace/builds/worker-2-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate crostab 0.0.2 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded texting v0.0.7 [INFO] [stderr] Downloaded palett v0.0.8 [INFO] [stderr] Downloaded aryth v0.0.11 [INFO] [stderr] Downloaded veho v0.0.20 [INFO] [stderr] Downloaded spare v0.0.3 [INFO] [stderr] Downloaded vte v0.15.0 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a9703316ae3e25297022cc58f251088fe90c7599ecf80a6eb53bf403dedc0439 [INFO] running `Command { std: "docker" "start" "-a" "a9703316ae3e25297022cc58f251088fe90c7599ecf80a6eb53bf403dedc0439", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a9703316ae3e25297022cc58f251088fe90c7599ecf80a6eb53bf403dedc0439", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9703316ae3e25297022cc58f251088fe90c7599ecf80a6eb53bf403dedc0439", kill_on_drop: false }` [INFO] [stdout] a9703316ae3e25297022cc58f251088fe90c7599ecf80a6eb53bf403dedc0439 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f0472f75e008cd0971fbfd9f6a63c60a78db9e0f67cda24e90e0034a2345fc0a [INFO] running `Command { std: "docker" "start" "-a" "f0472f75e008cd0971fbfd9f6a63c60a78db9e0f67cda24e90e0034a2345fc0a", 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)]` 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)]` 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 { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 4 | head: Vec, [INFO] [stdout] | ^^^^ [INFO] [stdout] 5 | rows: Vec>, [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 Table { [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 { 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 { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 4 | head: Vec, [INFO] [stdout] | ^^^^ [INFO] [stdout] 5 | side: Vec, [INFO] [stdout] | ^^^^ [INFO] [stdout] 6 | rows: Vec>, [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 Crostab { [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 { index_of(&self.side, &side.to_string()) } [INFO] [stdout] | ^^^^ [INFO] [stdout] 16 | fn coin(&self, head: &str) -> Option { 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.50s [INFO] running `Command { std: "docker" "inspect" "f0472f75e008cd0971fbfd9f6a63c60a78db9e0f67cda24e90e0034a2345fc0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0472f75e008cd0971fbfd9f6a63c60a78db9e0f67cda24e90e0034a2345fc0a", kill_on_drop: false }` [INFO] [stdout] f0472f75e008cd0971fbfd9f6a63c60a78db9e0f67cda24e90e0034a2345fc0a [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c3b5d1b3c9588c097468bb198e9c19c65c0d002fa5e2293b04c51c58f1a6753 [INFO] running `Command { std: "docker" "start" "-a" "4c3b5d1b3c9588c097468bb198e9c19c65c0d002fa5e2293b04c51c58f1a6753", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling unicode-ident v1.0.19 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling serde v1.0.228 [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)]` 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)]` 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 { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 4 | head: Vec, [INFO] [stdout] | ^^^^ [INFO] [stdout] 5 | rows: Vec>, [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 Table { [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 { 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 { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 4 | head: Vec, [INFO] [stdout] | ^^^^ [INFO] [stdout] 5 | side: Vec, [INFO] [stdout] | ^^^^ [INFO] [stdout] 6 | rows: Vec>, [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 Crostab { [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 { index_of(&self.side, &side.to_string()) } [INFO] [stdout] | ^^^^ [INFO] [stdout] 16 | fn coin(&self, head: &str) -> Option { 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 num-traits v0.2.19 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling vte v0.15.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling regex v1.11.3 [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)]` 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)]` 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(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(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" "4c3b5d1b3c9588c097468bb198e9c19c65c0d002fa5e2293b04c51c58f1a6753", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c3b5d1b3c9588c097468bb198e9c19c65c0d002fa5e2293b04c51c58f1a6753", kill_on_drop: false }` [INFO] [stdout] 4c3b5d1b3c9588c097468bb198e9c19c65c0d002fa5e2293b04c51c58f1a6753