[INFO] cloning repository https://github.com/erikdoe/crellinor-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/erikdoe/crellinor-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferikdoe%2Fcrellinor-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferikdoe%2Fcrellinor-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fd4824c7e2857d88e047884edf26b3f5117f940c [INFO] testing erikdoe/crellinor-rust against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferikdoe%2Fcrellinor-rust" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/erikdoe/crellinor-rust on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/erikdoe/crellinor-rust [INFO] finished tweaking git repo https://github.com/erikdoe/crellinor-rust [INFO] tweaked toml for git repo https://github.com/erikdoe/crellinor-rust written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/erikdoe/crellinor-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded proc-macro2 v0.4.17 [INFO] [stderr] Downloaded serde_derive v1.0.76 [INFO] [stderr] Downloaded ryu v0.2.6 [INFO] [stderr] Downloaded maplit v1.0.1 [INFO] [stderr] Downloaded serde v1.0.76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", 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] 9e620df855520f740e853c465aa5f477308f85a4349cf37665c34e5a7a7a231b [INFO] running `Command { std: "docker" "start" "-a" "9e620df855520f740e853c465aa5f477308f85a4349cf37665c34e5a7a7a231b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e620df855520f740e853c465aa5f477308f85a4349cf37665c34e5a7a7a231b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e620df855520f740e853c465aa5f477308f85a4349cf37665c34e5a7a7a231b", kill_on_drop: false }` [INFO] [stdout] 9e620df855520f740e853c465aa5f477308f85a4349cf37665c34e5a7a7a231b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--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] ea11df3f15b6db6a0bc7191b19c91699a0fcaa3f9bc43cce274fce9a855177a6 [INFO] running `Command { std: "docker" "start" "-a" "ea11df3f15b6db6a0bc7191b19c91699a0fcaa3f9bc43cce274fce9a855177a6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.17 [INFO] [stderr] Compiling serde v1.0.76 [INFO] [stderr] Compiling itoa v0.4.2 [INFO] [stderr] Compiling rand_core v0.2.1 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling serde_derive v1.0.76 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling serde_json v1.0.26 [INFO] [stderr] Compiling crellinor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/creature.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | (self.lastprocd - self.bcycle) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 58 - (self.lastprocd - self.bcycle) [INFO] [stdout] 58 + self.lastprocd - self.bcycle [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/terrain.rs:72:25 [INFO] [stdout] | [INFO] [stdout] 72 | _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 72 - _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stdout] 72 + _ => panic!("*** invalid bearing; found {}", bearing), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/terrain.rs:120:25 [INFO] [stdout] | [INFO] [stdout] 120 | _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 120 - _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stdout] 120 + _ => panic!("*** invalid bearing; found {}", bearing), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/random.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | panic!(format!("stubbed value is greater than ceiling; found {}", val)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 41 - panic!(format!("stubbed value is greater than ceiling; found {}", val)); [INFO] [stdout] 41 + panic!("stubbed value is greater than ceiling; found {}", val); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.07s [INFO] running `Command { std: "docker" "inspect" "ea11df3f15b6db6a0bc7191b19c91699a0fcaa3f9bc43cce274fce9a855177a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea11df3f15b6db6a0bc7191b19c91699a0fcaa3f9bc43cce274fce9a855177a6", kill_on_drop: false }` [INFO] [stdout] ea11df3f15b6db6a0bc7191b19c91699a0fcaa3f9bc43cce274fce9a855177a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d2090369be1e8b4354fbd680a2fb5b3e341637991767c1d52f723f4faed6f15 [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" "9d2090369be1e8b4354fbd680a2fb5b3e341637991767c1d52f723f4faed6f15", kill_on_drop: false }` [INFO] [stderr] Compiling crellinor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/creature.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | (self.lastprocd - self.bcycle) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 58 - (self.lastprocd - self.bcycle) [INFO] [stdout] 58 + self.lastprocd - self.bcycle [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/terrain.rs:72:25 [INFO] [stdout] | [INFO] [stdout] 72 | _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 72 - _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stdout] 72 + _ => panic!("*** invalid bearing; found {}", bearing), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/terrain.rs:120:25 [INFO] [stdout] | [INFO] [stdout] 120 | _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 120 - _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stdout] 120 + _ => panic!("*** invalid bearing; found {}", bearing), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/random.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | panic!(format!("stubbed value is greater than ceiling; found {}", val)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 41 - panic!(format!("stubbed value is greater than ceiling; found {}", val)); [INFO] [stdout] 41 + panic!("stubbed value is greater than ceiling; found {}", val); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/creature.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | (self.lastprocd - self.bcycle) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 58 - (self.lastprocd - self.bcycle) [INFO] [stdout] 58 + self.lastprocd - self.bcycle [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/terrain.rs:72:25 [INFO] [stdout] | [INFO] [stdout] 72 | _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 72 - _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stdout] 72 + _ => panic!("*** invalid bearing; found {}", bearing), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/terrain.rs:120:25 [INFO] [stdout] | [INFO] [stdout] 120 | _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 120 - _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stdout] 120 + _ => panic!("*** invalid bearing; found {}", bearing), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/random.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | panic!(format!("stubbed value is greater than ceiling; found {}", val)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 41 - panic!(format!("stubbed value is greater than ceiling; found {}", val)); [INFO] [stdout] 41 + panic!("stubbed value is greater than ceiling; found {}", val); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.37s [INFO] running `Command { std: "docker" "inspect" "9d2090369be1e8b4354fbd680a2fb5b3e341637991767c1d52f723f4faed6f15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d2090369be1e8b4354fbd680a2fb5b3e341637991767c1d52f723f4faed6f15", kill_on_drop: false }` [INFO] [stdout] 9d2090369be1e8b4354fbd680a2fb5b3e341637991767c1d52f723f4faed6f15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", 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] 71c828961477926d9c3f02774583d04bc1e254601b76ab0695274d0000fc2c44 [INFO] running `Command { std: "docker" "start" "-a" "71c828961477926d9c3f02774583d04bc1e254601b76ab0695274d0000fc2c44", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/creature.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | (self.lastprocd - self.bcycle) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 58 - (self.lastprocd - self.bcycle) [INFO] [stderr] 58 + self.lastprocd - self.bcycle [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/terrain.rs:72:25 [INFO] [stderr] | [INFO] [stderr] 72 | _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 72 - _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stderr] 72 + _ => panic!("*** invalid bearing; found {}", bearing), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/terrain.rs:120:25 [INFO] [stderr] | [INFO] [stderr] 120 | _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 120 - _ => panic!(format!("*** invalid bearing; found {}", bearing)), [INFO] [stderr] 120 + _ => panic!("*** invalid bearing; found {}", bearing), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/random.rs:41:24 [INFO] [stderr] | [INFO] [stderr] 41 | panic!(format!("stubbed value is greater than ceiling; found {}", val)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 41 - panic!(format!("stubbed value is greater than ceiling; found {}", val)); [INFO] [stderr] 41 + panic!("stubbed value is greater than ceiling; found {}", val); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `crellinor` (lib) generated 4 warnings [INFO] [stderr] warning: `crellinor` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/crellinor-9edf14faaf52dbb7) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test creature::tests::pp_program ... ok [INFO] [stdout] test genetics::tests::random_program_with_two_instructions ... ok [INFO] [stdout] test genetics::tests::random_programs_with_same_seed_are_identical ... ok [INFO] [stdout] test random::tests::continues_when_stubbed_sequence_is_consumed ... ok [INFO] [stdout] test genetics::tests::single_point_crossover_with_p0_first ... ok [INFO] [stdout] test log::tests::adds_values_to_last_entry ... ok [INFO] [stdout] test random::tests::different_seed_should_result_in_different_sequence ... ok [INFO] [stdout] test random::tests::same_seed_should_result_in_same_sequence ... ok [INFO] [stdout] test terrain::tests::beam_ahead_north_with_wrapping ... ok [INFO] [stdout] test terrain::tests::all_creatures ... ok [INFO] [stdout] test random::tests::stub_sequence ... ok [INFO] [stdout] test terrain::tests::adding_to_occupied_index_list ... ok [INFO] [stdout] test genetics::tests::single_point_crossover_with_p1_first ... ok [INFO] [stdout] test terrain::tests::free_pos_all_clear ... ok [INFO] [stdout] test genetics::tests::cut_n_splice_crossover_with_move ... ok [INFO] [stdout] test terrain::tests::pos_ahead_east ... ok [INFO] [stdout] test terrain::tests::free_pos_all_occupied ... ok [INFO] [stdout] test terrain::tests::pos_to_idx ... ok [INFO] [stdout] test terrain::tests::pos_head_north_with_wrapping ... ok [INFO] [stdout] test terrain::tests::free_pos_north_occupied ... ok [INFO] [stdout] test terrain::tests::idx_to_pos ... ok [INFO] [stdout] test world::tests::run_all_programs ... ok [INFO] [stdout] test random::tests::panics_when_stubbed_value_is_too_large - should panic ... ok [INFO] [stdout] test world::tests::plant_reduction ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/crellinor-5da5a7f962a40ccf) [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] Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-796dc992b4019e36) [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test creatures_dont_mate_if_parent0_does_not_have_enough_ep ... ok [INFO] [stdout] test branch_food_here_continues_when_no_food_is_here ... ok [INFO] [stdout] test eat_does_not_exceed_creatures_map_ep ... ok [INFO] [stdout] test eat_removes_plant_when_no_ep_left ... ok [INFO] [stdout] test moves_east_when_bearing_is_90 ... ok [INFO] [stdout] test moves_south_when_bearing_is_180 ... ok [INFO] [stdout] test moves_north_when_bearing_is_0 ... ok [INFO] [stdout] test moves_west_when_bearing_is_270 ... ok [INFO] [stdout] test jump_relative_jumps_to_same_position_in_next_ring ... ok [INFO] [stdout] test processing_removes_creature_when_it_reaches_max_age ... ok [INFO] [stdout] test creatures_dont_mate_if_parent1_has_not_eaten_at_least_twice ... ok [INFO] [stdout] test it_adds_plant ... ok [INFO] [stdout] test processing_pc_incremented_only_when_all_cycles_have_passed_for_instr ... ok [INFO] [stdout] test processing_each_creature_once_per_cycle ... ok [INFO] [stdout] test move_treats_terrain_as_a_torus ... ok [INFO] [stdout] test branch_food_here_jumps_when_food_is_here ... ok [INFO] [stdout] test branch_food_ahead_continues_when_plant_is_here ... ok [INFO] [stdout] test processing_takes_one_ep_per_cycle ... ok [INFO] [stdout] test turn_right_adds_90deg_to_bearing ... ok [INFO] [stdout] test branch_food_ahead_continues_when_no_plant_is_int_view_distance ... ok [INFO] [stdout] test processing_increments_pc_and_updates_lastprocd ... ok [INFO] [stdout] test jump_jumps_to_first_position_in_next_ring ... ok [INFO] [stdout] test turn_left_and_right_cancel_each_other ... ok [INFO] [stdout] test jump_jumps_to_first_position_in_next_ring_also_when_last_in_ring ... ok [INFO] [stdout] test eat_transfers_ep_from_plant_to_creature ... ok [INFO] [stdout] test processing_removes_creature_when_no_ep_left ... ok [INFO] [stdout] test creatures_mate_when_one_bumps_into_another_and_conditions_are_met ... ok [INFO] [stdout] test it_adds_creature_with_birthdata ... ok [INFO] [stdout] test branch_food_ahead_jumps_when_plant_is_int_view_distance ... ok [INFO] [stderr] Doc-tests crellinor [INFO] [stdout] test processing_restarts_program_at_end ... ok [INFO] [stdout] test turn_left_subtracts_90deg_from_bearing_which_stays_0_360 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> /opt/rustwide/workdir/src/creature.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | (self.lastprocd - self.bcycle) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 58 - (self.lastprocd - self.bcycle) [INFO] [stderr] 58 + self.lastprocd - self.bcycle [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [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" "71c828961477926d9c3f02774583d04bc1e254601b76ab0695274d0000fc2c44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71c828961477926d9c3f02774583d04bc1e254601b76ab0695274d0000fc2c44", kill_on_drop: false }` [INFO] [stdout] 71c828961477926d9c3f02774583d04bc1e254601b76ab0695274d0000fc2c44