[INFO] cloning repository https://github.com/dustinrohde/conway [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dustinrohde/conway" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdustinrohde%2Fconway", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdustinrohde%2Fconway'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4bc2698fc80fdfab86d50a15d53630fef553de00 [INFO] testing dustinrohde/conway against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdustinrohde%2Fconway" "/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/dustinrohde/conway on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dustinrohde/conway [INFO] finished tweaking git repo https://github.com/dustinrohde/conway [INFO] tweaked toml for git repo https://github.com/dustinrohde/conway written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/dustinrohde/conway already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 14682fc5bd49391625877847e0655562e54dd500f3919652c5a6eb47bf2d2a2d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "14682fc5bd49391625877847e0655562e54dd500f3919652c5a6eb47bf2d2a2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "14682fc5bd49391625877847e0655562e54dd500f3919652c5a6eb47bf2d2a2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14682fc5bd49391625877847e0655562e54dd500f3919652c5a6eb47bf2d2a2d", kill_on_drop: false }` [INFO] [stdout] 14682fc5bd49391625877847e0655562e54dd500f3919652c5a6eb47bf2d2a2d [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=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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 00bde2fd47d4948f7a3317dc840da57b6921593257c0a67821bdb4b11b068ea5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "00bde2fd47d4948f7a3317dc840da57b6921593257c0a67821bdb4b11b068ea5", 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] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling lazy_static v1.0.2 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling atty v0.2.10 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling conway v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:36:34 [INFO] [stdout] | [INFO] [stdout] 36 | WithCause(Box, Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:63:32 [INFO] [stdout] | [INFO] [stdout] 63 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/config.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / lazy_static! { [INFO] [stdout] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stdout] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stdout] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stdout] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/config.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / lazy_static! { [INFO] [stdout] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stdout] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stdout] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stdout] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/config.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / lazy_static! { [INFO] [stdout] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stdout] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stdout] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stdout] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/config.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / lazy_static! { [INFO] [stdout] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stdout] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stdout] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stdout] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `transpose_result` has been stable since 1.33.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(transpose_result)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.98s [INFO] running `Command { std: "docker" "inspect" "00bde2fd47d4948f7a3317dc840da57b6921593257c0a67821bdb4b11b068ea5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00bde2fd47d4948f7a3317dc840da57b6921593257c0a67821bdb4b11b068ea5", kill_on_drop: false }` [INFO] [stdout] 00bde2fd47d4948f7a3317dc840da57b6921593257c0a67821bdb4b11b068ea5 [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=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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a654fac1ac1650f5e0a49c1ce8a5a1241c10961e0efbf20ccca069cabd408249 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a654fac1ac1650f5e0a49c1ce8a5a1241c10961e0efbf20ccca069cabd408249", kill_on_drop: false }` [INFO] [stderr] Compiling maplit v1.0.1 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:36:34 [INFO] [stdout] | [INFO] [stdout] 36 | WithCause(Box, Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:63:32 [INFO] [stdout] | [INFO] [stdout] 63 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/config.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / lazy_static! { [INFO] [stdout] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stdout] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stdout] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stdout] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/config.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / lazy_static! { [INFO] [stdout] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stdout] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stdout] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stdout] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/config.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / lazy_static! { [INFO] [stdout] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stdout] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stdout] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stdout] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/config.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / lazy_static! { [INFO] [stdout] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stdout] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stdout] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stdout] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `transpose_result` has been stable since 1.33.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(transpose_result)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling conway v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:36:34 [INFO] [stdout] | [INFO] [stdout] 36 | WithCause(Box, Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:63:32 [INFO] [stdout] | [INFO] [stdout] 63 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/config.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / lazy_static! { [INFO] [stdout] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stdout] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stdout] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stdout] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/config.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / lazy_static! { [INFO] [stdout] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stdout] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stdout] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stdout] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/config.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / lazy_static! { [INFO] [stdout] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stdout] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stdout] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stdout] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/config.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / lazy_static! { [INFO] [stdout] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stdout] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stdout] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stdout] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `transpose_result` has been stable since 1.33.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(transpose_result)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.28s [INFO] running `Command { std: "docker" "inspect" "a654fac1ac1650f5e0a49c1ce8a5a1241c10961e0efbf20ccca069cabd408249", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a654fac1ac1650f5e0a49c1ce8a5a1241c10961e0efbf20ccca069cabd408249", kill_on_drop: false }` [INFO] [stdout] a654fac1ac1650f5e0a49c1ce8a5a1241c10961e0efbf20ccca069cabd408249 [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=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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 94c905cd963d35f7bf91d3f634db8f9c6e634e403c28557757b0047271d2458d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "94c905cd963d35f7bf91d3f634db8f9c6e634e403c28557757b0047271d2458d", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:36:34 [INFO] [stderr] | [INFO] [stderr] 36 | WithCause(Box, Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:63:32 [INFO] [stderr] | [INFO] [stderr] 63 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/config.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stderr] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stderr] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stderr] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/config.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stderr] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stderr] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stderr] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/config.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stderr] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stderr] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stderr] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/config.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stderr] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stderr] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stderr] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: the feature `transpose_result` has been stable since 1.33.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(transpose_result)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:36:34 [INFO] [stderr] | [INFO] [stderr] 36 | WithCause(Box, Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:63:32 [INFO] [stderr] | [INFO] [stderr] 63 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/config.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stderr] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stderr] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stderr] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/config.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stderr] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stderr] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stderr] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/config.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stderr] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stderr] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stderr] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/config.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref DEFAULT_CHAR_ALIVE: &'static str = "#"; [INFO] [stderr] 20 | | static ref DEFAULT_CHAR_DEAD: &'static str = "-"; [INFO] [stderr] 21 | | pub static ref CHAR_ALIVE: char = DEFAULT_CHAR_ALIVE.parse().unwrap(); [INFO] [stderr] 22 | | pub static ref CHAR_DEAD: char = DEFAULT_CHAR_DEAD.parse().unwrap(); [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: the feature `transpose_result` has been stable since 1.33.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(transpose_result)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/conway-87861844ff2ca6db) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test game::test::test_split_int ... ok [INFO] [stdout] test game::test::viewport::test_viewport_centered_2 ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/conway-46c0d80873506337) [INFO] [stdout] test game::test::test_survives_blinker ... ok [INFO] [stdout] test grid::test::cells::test_is_alive ... ok [INFO] [stdout] test grid::test::cells::test_is_empty ... ok [INFO] [stdout] test grid::test::cells::test_live_neighbors ... ok [INFO] [stdout] test grid::test::geometry::test_calculate_bounds_2 ... ok [INFO] [stdout] test point::test::test_add ... ok [INFO] [stdout] test point::test::test_sub ... ok [INFO] [stdout] test game::test::viewport::test_viewport_centered_3 ... ok [INFO] [stdout] test grid::test::cells::test_set_alive_or_dead ... ok [INFO] [stdout] test point::test::test_from_str ... ok [INFO] [stdout] test grid::test::constructors::test_from_str ... ok [INFO] [stdout] test game::test::viewport::test_viewport_centered_1 ... ok [INFO] [stdout] test grid::test::geometry::test_calculate_bounds_1 ... ok [INFO] [stdout] test grid::test::cells::test_active_cells ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests conway [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "94c905cd963d35f7bf91d3f634db8f9c6e634e403c28557757b0047271d2458d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94c905cd963d35f7bf91d3f634db8f9c6e634e403c28557757b0047271d2458d", kill_on_drop: false }` [INFO] [stdout] 94c905cd963d35f7bf91d3f634db8f9c6e634e403c28557757b0047271d2458d