[INFO] cloning repository https://github.com/stmobo/akashi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stmobo/akashi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstmobo%2Fakashi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstmobo%2Fakashi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9016d4b52d23ce4c8380d4bff52470293af5003e [INFO] testing stmobo/akashi against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstmobo%2Fakashi" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stmobo/akashi on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/stmobo/akashi [INFO] finished tweaking git repo https://github.com/stmobo/akashi [INFO] tweaked toml for git repo https://github.com/stmobo/akashi written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/stmobo/akashi already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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] 0d62320a9f2171825ad2e5c48acad3dac31184a4a2ae518846323ea7961b4a4f [INFO] running `Command { std: "docker" "start" "-a" "0d62320a9f2171825ad2e5c48acad3dac31184a4a2ae518846323ea7961b4a4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d62320a9f2171825ad2e5c48acad3dac31184a4a2ae518846323ea7961b4a4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d62320a9f2171825ad2e5c48acad3dac31184a4a2ae518846323ea7961b4a4f", kill_on_drop: false }` [INFO] [stdout] 0d62320a9f2171825ad2e5c48acad3dac31184a4a2ae518846323ea7961b4a4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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] 9112c3a27dd292d420db160ae53cfc46a69d844cb8970fb4e713dd4cd118302d [INFO] running `Command { std: "docker" "start" "-a" "9112c3a27dd292d420db160ae53cfc46a69d844cb8970fb4e713dd4cd118302d", 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 syn v1.0.13 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling smallvec v1.1.0 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling dashmap-shard v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling lock_api v0.3.2 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling dashmap v2.1.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling rental v0.5.5 [INFO] [stderr] Compiling akashi v0.5.2 (/opt/rustwide/workdir/akashi) [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> akashi/src/components/inventory.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / rental! { [INFO] [stdout] 15 | | pub mod inventory_rental { [INFO] [stdout] 16 | | use super::*; [INFO] [stdout] 17 | | [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(proc_macro_back_compat)]` 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 #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> akashi/src/ecs/entity_store.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / rental! { [INFO] [stdout] 20 | | pub mod handle_ref { [INFO] [stdout] 21 | | //! Self-referential wrappers around shared locks. [INFO] [stdout] 22 | | use super::*; [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] 52 | | } [INFO] [stdout] | |_^ [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 #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.80s [INFO] running `Command { std: "docker" "inspect" "9112c3a27dd292d420db160ae53cfc46a69d844cb8970fb4e713dd4cd118302d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9112c3a27dd292d420db160ae53cfc46a69d844cb8970fb4e713dd4cd118302d", kill_on_drop: false }` [INFO] [stdout] 9112c3a27dd292d420db160ae53cfc46a69d844cb8970fb4e713dd4cd118302d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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] d4b4fa2a29712b91f60bd5989562a26ae41e04311c42bb997874a3a02224f0c8 [INFO] running `Command { std: "docker" "start" "-a" "d4b4fa2a29712b91f60bd5989562a26ae41e04311c42bb997874a3a02224f0c8", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.0 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> akashi/src/components/inventory.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / rental! { [INFO] [stdout] 15 | | pub mod inventory_rental { [INFO] [stdout] 16 | | use super::*; [INFO] [stdout] 17 | | [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(proc_macro_back_compat)]` 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 #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> akashi/src/ecs/entity_store.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / rental! { [INFO] [stdout] 20 | | pub mod handle_ref { [INFO] [stdout] 21 | | //! Self-referential wrappers around shared locks. [INFO] [stdout] 22 | | use super::*; [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] 52 | | } [INFO] [stdout] | |_^ [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 #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling bstr v0.2.9 [INFO] [stderr] Compiling rand_xoshiro v0.3.1 [INFO] [stderr] Compiling rand_os v0.2.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling criterion-plot v0.4.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling tinytemplate v1.0.3 [INFO] [stderr] Compiling csv v1.1.2 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling criterion v0.3.0 [INFO] [stderr] Compiling akashi v0.5.2 (/opt/rustwide/workdir/akashi) [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> akashi/src/components/inventory.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / rental! { [INFO] [stdout] 15 | | pub mod inventory_rental { [INFO] [stdout] 16 | | use super::*; [INFO] [stdout] 17 | | [INFO] [stdout] ... | [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(proc_macro_back_compat)]` 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 #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> akashi/src/ecs/entity_store.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / rental! { [INFO] [stdout] 20 | | pub mod handle_ref { [INFO] [stdout] 21 | | //! Self-referential wrappers around shared locks. [INFO] [stdout] 22 | | use super::*; [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] 52 | | } [INFO] [stdout] | |_^ [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 #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> akashi/src/components/inventory.rs:192:50 [INFO] [stdout] | [INFO] [stdout] 192 | impl Component for TestComponent {}; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> akashi/src/ecs/entity_store.rs:970:60 [INFO] [stdout] | [INFO] [stdout] 970 | impl Component for TestComponent {}; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 27.89s [INFO] running `Command { std: "docker" "inspect" "d4b4fa2a29712b91f60bd5989562a26ae41e04311c42bb997874a3a02224f0c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4b4fa2a29712b91f60bd5989562a26ae41e04311c42bb997874a3a02224f0c8", kill_on_drop: false }` [INFO] [stdout] d4b4fa2a29712b91f60bd5989562a26ae41e04311c42bb997874a3a02224f0c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "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] df780f07056bf07548a7ba2472051f7a0a2d9e0a18995daf6da7ff6c8a0c21f7 [INFO] running `Command { std: "docker" "start" "-a" "df780f07056bf07548a7ba2472051f7a0a2d9e0a18995daf6da7ff6c8a0c21f7", kill_on_drop: false }` [INFO] [stderr] warning: using `procedural-masquerade` crate [INFO] [stderr] --> akashi/src/components/inventory.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rental! { [INFO] [stderr] 15 | | pub mod inventory_rental { [INFO] [stderr] 16 | | use super::*; [INFO] [stderr] 17 | | [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(proc_macro_back_compat)]` 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 #83125 [INFO] [stderr] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stderr] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: using `procedural-masquerade` crate [INFO] [stderr] --> akashi/src/ecs/entity_store.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / rental! { [INFO] [stderr] 20 | | pub mod handle_ref { [INFO] [stderr] 21 | | //! Self-referential wrappers around shared locks. [INFO] [stderr] 22 | | use super::*; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ [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 #83125 [INFO] [stderr] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stderr] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: using `procedural-masquerade` crate [INFO] [stderr] --> akashi/src/components/inventory.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / rental! { [INFO] [stderr] 15 | | pub mod inventory_rental { [INFO] [stderr] 16 | | use super::*; [INFO] [stderr] 17 | | [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(proc_macro_back_compat)]` 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 #83125 [INFO] [stderr] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stderr] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: using `procedural-masquerade` crate [INFO] [stderr] --> akashi/src/ecs/entity_store.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / rental! { [INFO] [stderr] 20 | | pub mod handle_ref { [INFO] [stderr] 21 | | //! Self-referential wrappers around shared locks. [INFO] [stderr] 22 | | use super::*; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ [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 #83125 [INFO] [stderr] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stderr] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> akashi/src/components/inventory.rs:192:50 [INFO] [stderr] | [INFO] [stderr] 192 | impl Component for TestComponent {}; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> akashi/src/ecs/entity_store.rs:970:60 [INFO] [stderr] | [INFO] [stderr] 970 | impl Component for TestComponent {}; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/akashi-ae2546f3ee65bde0) [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test components::resource::tests::test_capped_set ... ok [INFO] [stdout] test components::resource::tests::test_capped_sub ... ok [INFO] [stdout] test components::resource::tests::test_checked_add ... ok [INFO] [stdout] test components::resource::tests::test_soft_set_min ... ok [INFO] [stdout] test ecs::entity_store::tests::test_exists ... ok [INFO] [stdout] test components::resource::tests::test_hard_set_max ... ok [INFO] [stdout] test components::resource::tests::test_hard_set_min ... ok [INFO] [stdout] test components::resource::tests::test_soft_set_max ... ok [INFO] [stdout] test components::inventory::tests::test_inv_wrapper ... ok [INFO] [stdout] test ecs::entity_store::tests::test_handle_drop ... ok [INFO] [stdout] test card::tests::test_card_generate ... ok [INFO] [stdout] test components::card_type::tests::test_attached_card_type_load ... ok [INFO] [stdout] test components::card_type::tests::test_store_type ... ok [INFO] [stdout] test components::inventory::tests::test_inv ... ok [INFO] [stdout] test components::resource::tests::test_capped_add ... ok [INFO] [stdout] test ecs::entity_store::tests::test_load ... ok [INFO] [stdout] test ecs::entity_store::tests::test_load_nonexistent ... ok [INFO] [stdout] test components::resource::tests::test_checked_set ... ok [INFO] [stdout] test components::resource::tests::test_checked_sub ... ok [INFO] [stdout] test ecs::entity_store::tests::test_multiple_single_thread_access ... ok [INFO] [stdout] test ecs::entity_store::tests::test_store ... ok [INFO] [stdout] test ecs::tests::test_build_component_manager ... ok [INFO] [stdout] test ecs::tests::test_delete_components ... ok [INFO] [stdout] test ecs::tests::test_load_store_components ... ok [INFO] [stdout] test ecs::tests::test_unregistered_type ... ok [INFO] [stderr] Doc-tests akashi [INFO] [stdout] test ecs::tests::test_components_exist ... ok [INFO] [stdout] test ecs::entity_store::tests::test_concurrent_load ... ok [INFO] [stdout] test ecs::entity_store::tests::test_concurrent_access ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test src/ecs/entity_manager.rs - ecs::entity_manager::EntityManager (line 41) ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name akashi --test /opt/rustwide/workdir/akashi/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps -L native=/opt/rustwide/target/debug/build/backtrace-sys-2e0cb0955da4b1c3/out --extern akashi=/opt/rustwide/target/debug/deps/libakashi-5e8e52172a2d4715.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-60f33ccbb58cfb59.rlib --extern crossbeam=/opt/rustwide/target/debug/deps/libcrossbeam-7f4197091ba49520.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-a0e281bb36a987dc.rlib --extern downcast_rs=/opt/rustwide/target/debug/deps/libdowncast_rs-54bb39e07e862e94.rlib --extern failure=/opt/rustwide/target/debug/deps/libfailure-a9d99f92e306a993.rlib --extern failure_derive=/opt/rustwide/target/debug/deps/libfailure_derive-356a07792a6d3268.so --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-9abbce28da9192e9.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-2a27ccf753e12c04.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-e83406b22f3d096a.rlib --extern rental=/opt/rustwide/target/debug/deps/librental-f14cb478bea02022.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-32960ffbe33ad7ed.rlib --extern stable_deref_trait=/opt/rustwide/target/debug/deps/libstable_deref_trait-db39897a29b4285a.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "df780f07056bf07548a7ba2472051f7a0a2d9e0a18995daf6da7ff6c8a0c21f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df780f07056bf07548a7ba2472051f7a0a2d9e0a18995daf6da7ff6c8a0c21f7", kill_on_drop: false }` [INFO] [stdout] df780f07056bf07548a7ba2472051f7a0a2d9e0a18995daf6da7ff6c8a0c21f7