[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 try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdustinrohde%2Fconway" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dustinrohde/conway on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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-7/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fea02173362047d19e5b6cc2a480f136e887d34a1262e3e3fc498d59126c1f4c [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" "fea02173362047d19e5b6cc2a480f136e887d34a1262e3e3fc498d59126c1f4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fea02173362047d19e5b6cc2a480f136e887d34a1262e3e3fc498d59126c1f4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fea02173362047d19e5b6cc2a480f136e887d34a1262e3e3fc498d59126c1f4c", kill_on_drop: false }` [INFO] [stdout] fea02173362047d19e5b6cc2a480f136e887d34a1262e3e3fc498d59126c1f4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 83fe1d6cc022b448302625049295fbff0d267d014231b59d417fec9689dae6da [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" "83fe1d6cc022b448302625049295fbff0d267d014231b59d417fec9689dae6da", 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 libc v0.2.42 [INFO] [stderr] Compiling lazy_static v1.0.2 [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 12.59s [INFO] running `Command { std: "docker" "inspect" "83fe1d6cc022b448302625049295fbff0d267d014231b59d417fec9689dae6da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83fe1d6cc022b448302625049295fbff0d267d014231b59d417fec9689dae6da", kill_on_drop: false }` [INFO] [stdout] 83fe1d6cc022b448302625049295fbff0d267d014231b59d417fec9689dae6da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2f0704fcc3433909acde617241a191148e37b6f59edd36bf386e280a97efa811 [INFO] running `Command { std: "docker" "start" "-a" "2f0704fcc3433909acde617241a191148e37b6f59edd36bf386e280a97efa811", kill_on_drop: false }` [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.19s [INFO] running `Command { std: "docker" "inspect" "2f0704fcc3433909acde617241a191148e37b6f59edd36bf386e280a97efa811", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f0704fcc3433909acde617241a191148e37b6f59edd36bf386e280a97efa811", kill_on_drop: false }` [INFO] [stdout] 2f0704fcc3433909acde617241a191148e37b6f59edd36bf386e280a97efa811 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] db79294642659b3ac1e838c335f52b48a843033f5ddcabae59e97ce61da1a033 [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" "db79294642659b3ac1e838c335f52b48a843033f5ddcabae59e97ce61da1a033", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] running 16 tests [INFO] [stderr] --> src/lib.rs:36:34 [INFO] [stdout] test game::test::test_split_int ... ok [INFO] [stderr] | [INFO] [stdout] test game::test::viewport::test_viewport_centered_1 ... ok [INFO] [stderr] 36 | WithCause(Box, Box), [INFO] [stdout] test game::test::test_survives_blinker ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Error + Send + Sync + 'static` [INFO] [stdout] test game::test::viewport::test_viewport_centered_3 ... ok [INFO] [stderr] | [INFO] [stdout] test grid::test::cells::test_is_empty ... ok [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] test grid::test::cells::test_active_cells ... ok [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] [stdout] test grid::test::cells::test_set_alive_or_dead ... ok [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stdout] test grid::test::geometry::test_calculate_bounds_1 ... ok [INFO] [stderr] [INFO] [stdout] test grid::test::constructors::test_from_str ... ok [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] test grid::test::geometry::test_calculate_bounds_2 ... ok [INFO] [stderr] --> src/lib.rs:63:32 [INFO] [stdout] test point::test::test_sub ... ok [INFO] [stderr] | [INFO] [stdout] test point::test::test_from_str ... ok [INFO] [stderr] 63 | fn cause(&self) -> Option<&Error> { [INFO] [stdout] test point::test::test_add ... ok [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] test grid::test::cells::test_is_alive ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/conway-46c0d80873506337) [INFO] [stdout] test grid::test::cells::test_live_neighbors ... ok [INFO] [stderr] Doc-tests conway [INFO] [stdout] test game::test::viewport::test_viewport_centered_2 ... 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] [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" "db79294642659b3ac1e838c335f52b48a843033f5ddcabae59e97ce61da1a033", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db79294642659b3ac1e838c335f52b48a843033f5ddcabae59e97ce61da1a033", kill_on_drop: false }` [INFO] [stdout] db79294642659b3ac1e838c335f52b48a843033f5ddcabae59e97ce61da1a033