[INFO] cloning repository https://github.com/rodya-mirov/palladium [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rodya-mirov/palladium" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodya-mirov%2Fpalladium", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodya-mirov%2Fpalladium'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1c42dea4389abda714a4310ece764fd9be8621f9 [INFO] testing rodya-mirov/palladium against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodya-mirov%2Fpalladium" "/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/rodya-mirov/palladium on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rodya-mirov/palladium [INFO] finished tweaking git repo https://github.com/rodya-mirov/palladium [INFO] tweaked toml for git repo https://github.com/rodya-mirov/palladium written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/rodya-mirov/palladium already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] 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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c2b686294dceb5d1d501ab852313d7203676de5fec1fffb25b907599305a88d3 [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" "c2b686294dceb5d1d501ab852313d7203676de5fec1fffb25b907599305a88d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c2b686294dceb5d1d501ab852313d7203676de5fec1fffb25b907599305a88d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2b686294dceb5d1d501ab852313d7203676de5fec1fffb25b907599305a88d3", kill_on_drop: false }` [INFO] [stdout] c2b686294dceb5d1d501ab852313d7203676de5fec1fffb25b907599305a88d3 [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=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" "+beta-2022-04-10" "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] 07813299bc5507ee7f36f58c8edb3c7720b2ba71313e993437eb6e4c1f293be2 [INFO] running `Command { std: "docker" "start" "-a" "07813299bc5507ee7f36f58c8edb3c7720b2ba71313e993437eb6e4c1f293be2", kill_on_drop: false }` [INFO] [stderr] Compiling spin v0.5.0 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling nonzero_signed v1.0.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling hashbrown v0.5.0 [INFO] [stderr] Compiling tuple_utils v0.3.0 [INFO] [stderr] Compiling futures v0.1.28 [INFO] [stderr] Compiling half v1.3.0 [INFO] [stderr] Compiling shrev v1.1.1 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.2.0 [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling libloading v0.5.1 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling gif v0.10.2 [INFO] [stderr] Compiling hibitset v0.6.1 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling snap v0.2.5 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling getrandom v0.1.6 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling rand_isaac v0.2.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling rusttype v0.7.7 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling shred-derive v0.6.1 [INFO] [stderr] Compiling specs-derive v0.4.0 [INFO] [stderr] Compiling shred v0.9.2 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.21.2 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling ron v0.5.1 [INFO] [stderr] Compiling serde_cbor v0.9.0 [INFO] [stderr] Compiling specs v0.15.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.1 [INFO] [stderr] Compiling glutin v0.21.0 [INFO] [stderr] Compiling quicksilver v0.3.15 [INFO] [stderr] Compiling loader v0.2.0 (/opt/rustwide/workdir/loader) [INFO] [stderr] Compiling palladium v0.2.0 (/opt/rustwide/workdir/main) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> main/src/systems/update/upkeep.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | type SystemData = (Read<'a, Callbacks>); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 70 - type SystemData = (Read<'a, Callbacks>); [INFO] [stdout] 70 + type SystemData = Read<'a, Callbacks>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> main/src/timer/mod.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | $to_run; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: main/src/systems/update/oxygen_spread.rs:53:25 [INFO] [stdout] | [INFO] [stdout] 53 | let airblocks = timed!("Computing air blocks", { [INFO] [stdout] | _________________________- [INFO] [stdout] 54 | | (&data.has_pos, &data.blocks_airflow) [INFO] [stdout] 55 | | .join() [INFO] [stdout] 56 | | .map(|(hp, _)| hp.position) [INFO] [stdout] 57 | | .collect::>() [INFO] [stdout] 58 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` 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 a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `timed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> main/src/timer/mod.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | $to_run; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: main/src/systems/update/oxygen_spread.rs:60:23 [INFO] [stdout] | [INFO] [stdout] 60 | let vacuums = timed!("Computing vacuum places", { [INFO] [stdout] | _______________________- [INFO] [stdout] 61 | | (&data.has_pos, &data.vacuums) [INFO] [stdout] 62 | | .join() [INFO] [stdout] 63 | | .map(|(hp, _)| hp.position) [INFO] [stdout] 64 | | .filter(|pos| !airblocks.contains(pos)) [INFO] [stdout] 65 | | .collect::>() [INFO] [stdout] 66 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `timed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> main/src/timer/mod.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | $to_run; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: main/src/systems/update/oxygen_spread.rs:68:26 [INFO] [stdout] | [INFO] [stdout] 68 | let containers = timed!("Computing container locations", { [INFO] [stdout] | __________________________- [INFO] [stdout] 69 | | (&data.has_pos, &data.oxygen_cont) [INFO] [stdout] 70 | | .join() [INFO] [stdout] 71 | | .map(|(hp, _)| hp.position) [INFO] [stdout] 72 | | .filter(|pos| !airblocks.contains(pos)) [INFO] [stdout] 73 | | .collect::>() [INFO] [stdout] 74 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `timed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `x_min` [INFO] [stdout] --> main/src/world/map/mod.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | x_min: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> main/src/world/map/mod.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `x_max` [INFO] [stdout] --> main/src/world/map/mod.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | x_max: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> main/src/world/map/mod.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `y_min` [INFO] [stdout] --> main/src/world/map/mod.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | y_min: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> main/src/world/map/mod.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `y_max` [INFO] [stdout] --> main/src/world/map/mod.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | y_max: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> main/src/world/map/mod.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `row_width` [INFO] [stdout] --> main/src/world/map/mod.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | row_width: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> main/src/world/map/mod.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `col_height` [INFO] [stdout] --> main/src/world/map/mod.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | col_height: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> main/src/world/map/mod.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> main/src/resources/mod.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | std::mem::replace(&mut self.0, keep); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> main/src/skills/mod.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | std::mem::replace(&mut skill.parents, parents); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 38s [INFO] running `Command { std: "docker" "inspect" "07813299bc5507ee7f36f58c8edb3c7720b2ba71313e993437eb6e4c1f293be2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07813299bc5507ee7f36f58c8edb3c7720b2ba71313e993437eb6e4c1f293be2", kill_on_drop: false }` [INFO] [stdout] 07813299bc5507ee7f36f58c8edb3c7720b2ba71313e993437eb6e4c1f293be2 [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=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" "+beta-2022-04-10" "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] 19d5ca8b9822d91e543b63465f1c2fc98f2c9485d9763efc464c100bc2cdc5c8 [INFO] running `Command { std: "docker" "start" "-a" "19d5ca8b9822d91e543b63465f1c2fc98f2c9485d9763efc464c100bc2cdc5c8", kill_on_drop: false }` [INFO] [stderr] Compiling loader v0.2.0 (/opt/rustwide/workdir/loader) [INFO] [stderr] Compiling palladium v0.2.0 (/opt/rustwide/workdir/main) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> main/src/systems/update/upkeep.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | type SystemData = (Read<'a, Callbacks>); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 70 - type SystemData = (Read<'a, Callbacks>); [INFO] [stdout] 70 + type SystemData = Read<'a, Callbacks>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> main/src/timer/mod.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | $to_run; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: main/src/systems/update/oxygen_spread.rs:53:25 [INFO] [stdout] | [INFO] [stdout] 53 | let airblocks = timed!("Computing air blocks", { [INFO] [stdout] | _________________________- [INFO] [stdout] 54 | | (&data.has_pos, &data.blocks_airflow) [INFO] [stdout] 55 | | .join() [INFO] [stdout] 56 | | .map(|(hp, _)| hp.position) [INFO] [stdout] 57 | | .collect::>() [INFO] [stdout] 58 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` 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 a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `timed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> main/src/timer/mod.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | $to_run; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: main/src/systems/update/oxygen_spread.rs:60:23 [INFO] [stdout] | [INFO] [stdout] 60 | let vacuums = timed!("Computing vacuum places", { [INFO] [stdout] | _______________________- [INFO] [stdout] 61 | | (&data.has_pos, &data.vacuums) [INFO] [stdout] 62 | | .join() [INFO] [stdout] 63 | | .map(|(hp, _)| hp.position) [INFO] [stdout] 64 | | .filter(|pos| !airblocks.contains(pos)) [INFO] [stdout] 65 | | .collect::>() [INFO] [stdout] 66 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `timed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> main/src/timer/mod.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | $to_run; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: main/src/systems/update/oxygen_spread.rs:68:26 [INFO] [stdout] | [INFO] [stdout] 68 | let containers = timed!("Computing container locations", { [INFO] [stdout] | __________________________- [INFO] [stdout] 69 | | (&data.has_pos, &data.oxygen_cont) [INFO] [stdout] 70 | | .join() [INFO] [stdout] 71 | | .map(|(hp, _)| hp.position) [INFO] [stdout] 72 | | .filter(|pos| !airblocks.contains(pos)) [INFO] [stdout] 73 | | .collect::>() [INFO] [stdout] 74 | | }); [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `timed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `x_min` [INFO] [stdout] --> main/src/world/map/mod.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | x_min: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> main/src/world/map/mod.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `x_max` [INFO] [stdout] --> main/src/world/map/mod.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | x_max: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> main/src/world/map/mod.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `y_min` [INFO] [stdout] --> main/src/world/map/mod.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | y_min: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> main/src/world/map/mod.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `y_max` [INFO] [stdout] --> main/src/world/map/mod.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | y_max: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> main/src/world/map/mod.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `row_width` [INFO] [stdout] --> main/src/world/map/mod.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | row_width: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> main/src/world/map/mod.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `col_height` [INFO] [stdout] --> main/src/world/map/mod.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | col_height: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> main/src/world/map/mod.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> main/src/resources/mod.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | std::mem::replace(&mut self.0, keep); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> main/src/skills/mod.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | std::mem::replace(&mut skill.parents, parents); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.30s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/loader-c672dcff429f99c6) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/palladium-41cc165cc2de1a5d) [INFO] running `Command { std: "docker" "inspect" "19d5ca8b9822d91e543b63465f1c2fc98f2c9485d9763efc464c100bc2cdc5c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19d5ca8b9822d91e543b63465f1c2fc98f2c9485d9763efc464c100bc2cdc5c8", kill_on_drop: false }` [INFO] [stdout] 19d5ca8b9822d91e543b63465f1c2fc98f2c9485d9763efc464c100bc2cdc5c8 [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=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" "+beta-2022-04-10" "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] 3139f95f03cc9586ddab70346ff681b9ad19e4512f38a5e7ce52b39d1af28480 [INFO] running `Command { std: "docker" "start" "-a" "3139f95f03cc9586ddab70346ff681b9ad19e4512f38a5e7ce52b39d1af28480", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> main/src/systems/update/upkeep.rs:70:23 [INFO] [stderr] | [INFO] [stderr] 70 | type SystemData = (Read<'a, Callbacks>); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 70 - type SystemData = (Read<'a, Callbacks>); [INFO] [stderr] 70 + type SystemData = Read<'a, Callbacks>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> main/src/timer/mod.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | $to_run; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: main/src/systems/update/oxygen_spread.rs:53:25 [INFO] [stderr] | [INFO] [stderr] 53 | let airblocks = timed!("Computing air blocks", { [INFO] [stderr] | _________________________- [INFO] [stderr] 54 | | (&data.has_pos, &data.blocks_airflow) [INFO] [stderr] 55 | | .join() [INFO] [stderr] 56 | | .map(|(hp, _)| hp.position) [INFO] [stderr] 57 | | .collect::>() [INFO] [stderr] 58 | | }); [INFO] [stderr] | |__________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` 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 a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `timed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> main/src/timer/mod.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | $to_run; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: main/src/systems/update/oxygen_spread.rs:60:23 [INFO] [stderr] | [INFO] [stderr] 60 | let vacuums = timed!("Computing vacuum places", { [INFO] [stderr] | _______________________- [INFO] [stderr] 61 | | (&data.has_pos, &data.vacuums) [INFO] [stderr] 62 | | .join() [INFO] [stderr] 63 | | .map(|(hp, _)| hp.position) [INFO] [stderr] 64 | | .filter(|pos| !airblocks.contains(pos)) [INFO] [stderr] 65 | | .collect::>() [INFO] [stderr] 66 | | }); [INFO] [stderr] | |__________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `timed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> main/src/timer/mod.rs:51:16 [INFO] [stderr] | [INFO] [stderr] 51 | $to_run; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: main/src/systems/update/oxygen_spread.rs:68:26 [INFO] [stderr] | [INFO] [stderr] 68 | let containers = timed!("Computing container locations", { [INFO] [stderr] | __________________________- [INFO] [stderr] 69 | | (&data.has_pos, &data.oxygen_cont) [INFO] [stderr] 70 | | .join() [INFO] [stderr] 71 | | .map(|(hp, _)| hp.position) [INFO] [stderr] 72 | | .filter(|pos| !airblocks.contains(pos)) [INFO] [stderr] 73 | | .collect::>() [INFO] [stderr] 74 | | }); [INFO] [stderr] | |__________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `timed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `x_min` [INFO] [stderr] --> main/src/world/map/mod.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | x_min: i32, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> main/src/world/map/mod.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `x_max` [INFO] [stderr] --> main/src/world/map/mod.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | x_max: i32, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> main/src/world/map/mod.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `y_min` [INFO] [stderr] --> main/src/world/map/mod.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | y_min: i32, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> main/src/world/map/mod.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `y_max` [INFO] [stderr] --> main/src/world/map/mod.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | y_max: i32, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> main/src/world/map/mod.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `row_width` [INFO] [stderr] --> main/src/world/map/mod.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | row_width: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> main/src/world/map/mod.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `col_height` [INFO] [stderr] --> main/src/world/map/mod.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | col_height: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Map` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> main/src/world/map/mod.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> main/src/resources/mod.rs:120:9 [INFO] [stderr] | [INFO] [stderr] 120 | std::mem::replace(&mut self.0, keep); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> main/src/skills/mod.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | std::mem::replace(&mut skill.parents, parents); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: `palladium` (bin "palladium" test) generated 12 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/loader-c672dcff429f99c6) [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 unittests src/main.rs (/opt/rustwide/target/debug/deps/palladium-41cc165cc2de1a5d) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test skills::tests::empty_test ... ok [INFO] [stdout] test skills::tests::two_root_test ... ok [INFO] [stdout] test systems::dialogue_helpers::tests::keep_leading_spaces ... ok [INFO] [stdout] test systems::dialogue_helpers::tests::no_wrap_test ... ok [INFO] [stdout] test systems::dialogue_helpers::tests::keep_newlines ... ok [INFO] [stdout] test skills::tests::non_trivial_test_exp_gain ... ok [INFO] [stdout] test systems::dialogue_helpers::tests::wrap_exact_width ... ok [INFO] [stdout] test systems::dialogue_helpers::tests::wrap_check_next_space ... ok [INFO] [stdout] test systems::dialogue_helpers::tests::wrap_use_spaces ... ok [INFO] [stdout] test systems::dialogue_helpers::tests::wrap_no_spaces ... ok [INFO] [stdout] test skills::tests::non_trivial_test ... ok [INFO] [stdout] test skills::tests::one_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests loader [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" "3139f95f03cc9586ddab70346ff681b9ad19e4512f38a5e7ce52b39d1af28480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3139f95f03cc9586ddab70346ff681b9ad19e4512f38a5e7ce52b39d1af28480", kill_on_drop: false }` [INFO] [stdout] 3139f95f03cc9586ddab70346ff681b9ad19e4512f38a5e7ce52b39d1af28480