[INFO] cloning repository https://github.com/totem3/poyo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/totem3/poyo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftotem3%2Fpoyo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftotem3%2Fpoyo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d7d54585e809fcb0dd9895ba28fbf676bfa09a4e [INFO] testing totem3/poyo against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftotem3%2Fpoyo" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/totem3/poyo on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5/source/.cargo/config [INFO] started tweaking git repo https://github.com/totem3/poyo [INFO] finished tweaking git repo https://github.com/totem3/poyo [INFO] tweaked toml for git repo https://github.com/totem3/poyo written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/totem3/poyo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7b5d6aa5d5c7ffc0dee4d1f6debf50510cc99fd921fbdbd07a0825f617a93c0d [INFO] running `Command { std: "docker" "start" "-a" "7b5d6aa5d5c7ffc0dee4d1f6debf50510cc99fd921fbdbd07a0825f617a93c0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b5d6aa5d5c7ffc0dee4d1f6debf50510cc99fd921fbdbd07a0825f617a93c0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b5d6aa5d5c7ffc0dee4d1f6debf50510cc99fd921fbdbd07a0825f617a93c0d", kill_on_drop: false }` [INFO] [stdout] 7b5d6aa5d5c7ffc0dee4d1f6debf50510cc99fd921fbdbd07a0825f617a93c0d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f36a672ed208819a42c8e1114545fa02bf7778d50fe78e8e721f4bb078bf54a0 [INFO] running `Command { std: "docker" "start" "-a" "f36a672ed208819a42c8e1114545fa02bf7778d50fe78e8e721f4bb078bf54a0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling gcc v0.3.45 [INFO] [stderr] Compiling libc v0.2.21 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling ncurses v5.85.0 [INFO] [stderr] Compiling curses v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `max_size` [INFO] [stdout] --> src/cli.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | max_size: Size, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `size` [INFO] [stdout] --> src/cli.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | size: Size, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `width` [INFO] [stdout] --> src/cli.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn width(&self) -> usize { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `height` [INFO] [stdout] --> src/cli.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn height(&self) -> usize { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/poyopoyo.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(p1: Poyo, p2: Poyo) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.55s [INFO] running `Command { std: "docker" "inspect" "f36a672ed208819a42c8e1114545fa02bf7778d50fe78e8e721f4bb078bf54a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f36a672ed208819a42c8e1114545fa02bf7778d50fe78e8e721f4bb078bf54a0", kill_on_drop: false }` [INFO] [stdout] f36a672ed208819a42c8e1114545fa02bf7778d50fe78e8e721f4bb078bf54a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ecd3d4296a67a5002906507723da1e838480da4e36b2435bccbea4000c2b534d [INFO] running `Command { std: "docker" "start" "-a" "ecd3d4296a67a5002906507723da1e838480da4e36b2435bccbea4000c2b534d", kill_on_drop: false }` [INFO] [stderr] Compiling curses v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::io::stderr` [INFO] [stdout] --> src/field.rs:286:9 [INFO] [stdout] | [INFO] [stdout] 286 | use std::io::stderr; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Write` [INFO] [stdout] --> src/field.rs:287:9 [INFO] [stdout] | [INFO] [stdout] 287 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `Field` in the current scope [INFO] [stdout] --> src/field.rs:291:32 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Field { [INFO] [stdout] | ---------------- function or associated item `default` not found for this [INFO] [stdout] ... [INFO] [stdout] 291 | let mut field = Field::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `Field` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `Field` in the current scope [INFO] [stdout] --> src/field.rs:305:32 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Field { [INFO] [stdout] | ---------------- function or associated item `default` not found for this [INFO] [stdout] ... [INFO] [stdout] 305 | let mut field = Field::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `Field` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `Field` in the current scope [INFO] [stdout] --> src/field.rs:323:32 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Field { [INFO] [stdout] | ---------------- function or associated item `default` not found for this [INFO] [stdout] ... [INFO] [stdout] 323 | let mut field = Field::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `Field` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `Field` in the current scope [INFO] [stdout] --> src/field.rs:334:32 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Field { [INFO] [stdout] | ---------------- function or associated item `default` not found for this [INFO] [stdout] ... [INFO] [stdout] 334 | let mut field = Field::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `Field` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `Field` in the current scope [INFO] [stdout] --> src/field.rs:345:32 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Field { [INFO] [stdout] | ---------------- function or associated item `default` not found for this [INFO] [stdout] ... [INFO] [stdout] 345 | let mut field = Field::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `Field` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `Field` in the current scope [INFO] [stdout] --> src/field.rs:355:32 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Field { [INFO] [stdout] | ---------------- function or associated item `default` not found for this [INFO] [stdout] ... [INFO] [stdout] 355 | let mut field = Field::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `Field` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Field: Default` is not satisfied [INFO] [stdout] --> src/field.rs:388:15 [INFO] [stdout] | [INFO] [stdout] 388 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the trait `Default` is not implemented for `Field` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Field: Default` is not satisfied [INFO] [stdout] --> src/field.rs:428:15 [INFO] [stdout] | [INFO] [stdout] 428 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the trait `Default` is not implemented for `Field` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Field: Default` is not satisfied [INFO] [stdout] --> src/field.rs:466:15 [INFO] [stdout] | [INFO] [stdout] 466 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the trait `Default` is not implemented for `Field` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Field: Default` is not satisfied [INFO] [stdout] --> src/field.rs:500:15 [INFO] [stdout] | [INFO] [stdout] 500 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the trait `Default` is not implemented for `Field` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `Field` in the current scope [INFO] [stdout] --> src/field.rs:515:32 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Field { [INFO] [stdout] | ---------------- function or associated item `default` not found for this [INFO] [stdout] ... [INFO] [stdout] 515 | let mut field = Field::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `Field` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Default` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `curses` due to 12 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "ecd3d4296a67a5002906507723da1e838480da4e36b2435bccbea4000c2b534d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecd3d4296a67a5002906507723da1e838480da4e36b2435bccbea4000c2b534d", kill_on_drop: false }` [INFO] [stdout] ecd3d4296a67a5002906507723da1e838480da4e36b2435bccbea4000c2b534d