[INFO] fetching crate edict 0.1.2... [INFO] testing edict-0.1.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate edict 0.1.2 into /workspace/builds/worker-20/source [INFO] validating manifest of crates.io crate edict 0.1.2 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 crates.io crate edict 0.1.2 [INFO] finished tweaking crates.io crate edict 0.1.2 [INFO] tweaked toml for crates.io crate edict 0.1.2 written to /workspace/builds/worker-20/source/Cargo.toml [INFO] crate crates.io crate edict 0.1.2 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-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8eea40a5b6552fc4a1165a848cfaef499c96fb21d50089527329ef390e5b2b19 [INFO] running `Command { std: "docker" "start" "-a" "8eea40a5b6552fc4a1165a848cfaef499c96fb21d50089527329ef390e5b2b19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8eea40a5b6552fc4a1165a848cfaef499c96fb21d50089527329ef390e5b2b19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8eea40a5b6552fc4a1165a848cfaef499c96fb21d50089527329ef390e5b2b19", kill_on_drop: false }` [INFO] [stdout] 8eea40a5b6552fc4a1165a848cfaef499c96fb21d50089527329ef390e5b2b19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 673b29e2aef1aa60fa8896da2297f8064a56b33206897f837e8bfeaf365c2ca4 [INFO] running `Command { std: "docker" "start" "-a" "673b29e2aef1aa60fa8896da2297f8064a56b33206897f837e8bfeaf365c2ca4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling hashbrown v0.12.0 [INFO] [stderr] Compiling edict v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/archetype.rs:575:78 [INFO] [stdout] | [INFO] [stdout] 546 | / pub unsafe fn insert_bundle( [INFO] [stdout] 547 | | &mut self, [INFO] [stdout] 548 | | dst: &mut Archetype, [INFO] [stdout] 549 | | src_idx: u32, [INFO] [stdout] ... | [INFO] [stdout] 553 | | where [INFO] [stdout] 554 | | B: DynamicBundle, [INFO] [stdout] | |_________________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 575 | self.relocate_components(src_entity_idx, dst, dst_entity_idx, |_, _| unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/archetype.rs:627:78 [INFO] [stdout] | [INFO] [stdout] 603 | / pub(crate) unsafe fn insert( [INFO] [stdout] 604 | | &mut self, [INFO] [stdout] 605 | | dst: &mut Archetype, [INFO] [stdout] 606 | | src_idx: u32, [INFO] [stdout] ... | [INFO] [stdout] 610 | | where [INFO] [stdout] 611 | | T: Component, [INFO] [stdout] | |_____________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 627 | self.relocate_components(src_entity_idx, dst, dst_entity_idx, |_, _| unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/archetype.rs:673:83 [INFO] [stdout] | [INFO] [stdout] 653 | / pub unsafe fn remove(&mut self, dst: &mut Archetype, src_idx: u32) -> (u32, Option, T) [INFO] [stdout] 654 | | where [INFO] [stdout] 655 | | T: Component, [INFO] [stdout] | |_____________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 673 | self.relocate_components(src_entity_idx, dst, dst_entity_idx, |info, ptr| unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/archetype.rs:777:13 [INFO] [stdout] | [INFO] [stdout] 765 | / unsafe fn write_bundle(&mut self, entity_idx: usize, bundle: B, epoch: u64, occupied: F) [INFO] [stdout] 766 | | where [INFO] [stdout] 767 | | B: DynamicBundle, [INFO] [stdout] 768 | | F: Fn(TypeId) -> bool, [INFO] [stdout] | |______________________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 777 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/archetype.rs:788:13 [INFO] [stdout] | [INFO] [stdout] 765 | / unsafe fn write_bundle(&mut self, entity_idx: usize, bundle: B, epoch: u64, occupied: F) [INFO] [stdout] 766 | | where [INFO] [stdout] 767 | | B: DynamicBundle, [INFO] [stdout] 768 | | F: Fn(TypeId) -> bool, [INFO] [stdout] | |______________________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 788 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.05s [INFO] running `Command { std: "docker" "inspect" "673b29e2aef1aa60fa8896da2297f8064a56b33206897f837e8bfeaf365c2ca4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "673b29e2aef1aa60fa8896da2297f8064a56b33206897f837e8bfeaf365c2ca4", kill_on_drop: false }` [INFO] [stdout] 673b29e2aef1aa60fa8896da2297f8064a56b33206897f837e8bfeaf365c2ca4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 85c58562f982eb557f28a5c36025301d9de717faf620057463f35c19e8838130 [INFO] running `Command { std: "docker" "start" "-a" "85c58562f982eb557f28a5c36025301d9de717faf620057463f35c19e8838130", kill_on_drop: false }` [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/archetype.rs:575:78 [INFO] [stdout] | [INFO] [stdout] 546 | / pub unsafe fn insert_bundle( [INFO] [stdout] 547 | | &mut self, [INFO] [stdout] 548 | | dst: &mut Archetype, [INFO] [stdout] 549 | | src_idx: u32, [INFO] [stdout] ... | [INFO] [stdout] 553 | | where [INFO] [stdout] 554 | | B: DynamicBundle, [INFO] [stdout] | |_________________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 575 | self.relocate_components(src_entity_idx, dst, dst_entity_idx, |_, _| unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/archetype.rs:627:78 [INFO] [stdout] | [INFO] [stdout] 603 | / pub(crate) unsafe fn insert( [INFO] [stdout] 604 | | &mut self, [INFO] [stdout] 605 | | dst: &mut Archetype, [INFO] [stdout] 606 | | src_idx: u32, [INFO] [stdout] ... | [INFO] [stdout] 610 | | where [INFO] [stdout] 611 | | T: Component, [INFO] [stdout] | |_____________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 627 | self.relocate_components(src_entity_idx, dst, dst_entity_idx, |_, _| unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling edict v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/archetype.rs:673:83 [INFO] [stdout] | [INFO] [stdout] 653 | / pub unsafe fn remove(&mut self, dst: &mut Archetype, src_idx: u32) -> (u32, Option, T) [INFO] [stdout] 654 | | where [INFO] [stdout] 655 | | T: Component, [INFO] [stdout] | |_____________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 673 | self.relocate_components(src_entity_idx, dst, dst_entity_idx, |info, ptr| unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/archetype.rs:777:13 [INFO] [stdout] | [INFO] [stdout] 765 | / unsafe fn write_bundle(&mut self, entity_idx: usize, bundle: B, epoch: u64, occupied: F) [INFO] [stdout] 766 | | where [INFO] [stdout] 767 | | B: DynamicBundle, [INFO] [stdout] 768 | | F: Fn(TypeId) -> bool, [INFO] [stdout] | |______________________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 777 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/archetype.rs:788:13 [INFO] [stdout] | [INFO] [stdout] 765 | / unsafe fn write_bundle(&mut self, entity_idx: usize, bundle: B, epoch: u64, occupied: F) [INFO] [stdout] 766 | | where [INFO] [stdout] 767 | | B: DynamicBundle, [INFO] [stdout] 768 | | F: Fn(TypeId) -> bool, [INFO] [stdout] | |______________________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 788 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/archetype.rs:575:78 [INFO] [stdout] | [INFO] [stdout] 546 | / pub unsafe fn insert_bundle( [INFO] [stdout] 547 | | &mut self, [INFO] [stdout] 548 | | dst: &mut Archetype, [INFO] [stdout] 549 | | src_idx: u32, [INFO] [stdout] ... | [INFO] [stdout] 553 | | where [INFO] [stdout] 554 | | B: DynamicBundle, [INFO] [stdout] | |_________________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 575 | self.relocate_components(src_entity_idx, dst, dst_entity_idx, |_, _| unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/archetype.rs:627:78 [INFO] [stdout] | [INFO] [stdout] 603 | / pub(crate) unsafe fn insert( [INFO] [stdout] 604 | | &mut self, [INFO] [stdout] 605 | | dst: &mut Archetype, [INFO] [stdout] 606 | | src_idx: u32, [INFO] [stdout] ... | [INFO] [stdout] 610 | | where [INFO] [stdout] 611 | | T: Component, [INFO] [stdout] | |_____________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 627 | self.relocate_components(src_entity_idx, dst, dst_entity_idx, |_, _| unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/archetype.rs:673:83 [INFO] [stdout] | [INFO] [stdout] 653 | / pub unsafe fn remove(&mut self, dst: &mut Archetype, src_idx: u32) -> (u32, Option, T) [INFO] [stdout] 654 | | where [INFO] [stdout] 655 | | T: Component, [INFO] [stdout] | |_____________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 673 | self.relocate_components(src_entity_idx, dst, dst_entity_idx, |info, ptr| unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/archetype.rs:777:13 [INFO] [stdout] | [INFO] [stdout] 765 | / unsafe fn write_bundle(&mut self, entity_idx: usize, bundle: B, epoch: u64, occupied: F) [INFO] [stdout] 766 | | where [INFO] [stdout] 767 | | B: DynamicBundle, [INFO] [stdout] 768 | | F: Fn(TypeId) -> bool, [INFO] [stdout] | |______________________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 777 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/archetype.rs:788:13 [INFO] [stdout] | [INFO] [stdout] 765 | / unsafe fn write_bundle(&mut self, entity_idx: usize, bundle: B, epoch: u64, occupied: F) [INFO] [stdout] 766 | | where [INFO] [stdout] 767 | | B: DynamicBundle, [INFO] [stdout] 768 | | F: Fn(TypeId) -> bool, [INFO] [stdout] | |______________________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 788 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.45s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/edict-a6380df4b67aaece) [INFO] running `Command { std: "docker" "inspect" "85c58562f982eb557f28a5c36025301d9de717faf620057463f35c19e8838130", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85c58562f982eb557f28a5c36025301d9de717faf620057463f35c19e8838130", kill_on_drop: false }` [INFO] [stdout] 85c58562f982eb557f28a5c36025301d9de717faf620057463f35c19e8838130 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2b31ac2fdf64dd3c74a034cdd2254f19ac5951b1f72ae6caf0b055fc57614439 [INFO] running `Command { std: "docker" "start" "-a" "2b31ac2fdf64dd3c74a034cdd2254f19ac5951b1f72ae6caf0b055fc57614439", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/archetype.rs:575:78 [INFO] [stderr] | [INFO] [stderr] 546 | / pub unsafe fn insert_bundle( [INFO] [stderr] 547 | | &mut self, [INFO] [stderr] 548 | | dst: &mut Archetype, [INFO] [stderr] 549 | | src_idx: u32, [INFO] [stderr] ... | [INFO] [stderr] 553 | | where [INFO] [stderr] 554 | | B: DynamicBundle, [INFO] [stderr] | |_________________________- because it's nested under this `unsafe` fn [INFO] [stderr] ... [INFO] [stderr] 575 | self.relocate_components(src_entity_idx, dst, dst_entity_idx, |_, _| unsafe { [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stderr] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stderr] = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/archetype.rs:627:78 [INFO] [stderr] | [INFO] [stderr] 603 | / pub(crate) unsafe fn insert( [INFO] [stderr] 604 | | &mut self, [INFO] [stderr] 605 | | dst: &mut Archetype, [INFO] [stderr] 606 | | src_idx: u32, [INFO] [stderr] ... | [INFO] [stderr] 610 | | where [INFO] [stderr] 611 | | T: Component, [INFO] [stderr] | |_____________________- because it's nested under this `unsafe` fn [INFO] [stderr] ... [INFO] [stderr] 627 | self.relocate_components(src_entity_idx, dst, dst_entity_idx, |_, _| unsafe { [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] | [INFO] [stderr] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/archetype.rs:673:83 [INFO] [stderr] | [INFO] [stderr] 653 | / pub unsafe fn remove(&mut self, dst: &mut Archetype, src_idx: u32) -> (u32, Option, T) [INFO] [stderr] 654 | | where [INFO] [stderr] 655 | | T: Component, [INFO] [stderr] | |_____________________- because it's nested under this `unsafe` fn [INFO] [stderr] ... [INFO] [stderr] 673 | self.relocate_components(src_entity_idx, dst, dst_entity_idx, |info, ptr| unsafe { [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] | [INFO] [stderr] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/archetype.rs:777:13 [INFO] [stderr] | [INFO] [stderr] 765 | / unsafe fn write_bundle(&mut self, entity_idx: usize, bundle: B, epoch: u64, occupied: F) [INFO] [stderr] 766 | | where [INFO] [stderr] 767 | | B: DynamicBundle, [INFO] [stderr] 768 | | F: Fn(TypeId) -> bool, [INFO] [stderr] | |______________________________- because it's nested under this `unsafe` fn [INFO] [stderr] ... [INFO] [stderr] 777 | unsafe { [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] | [INFO] [stderr] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/archetype.rs:788:13 [INFO] [stderr] | [INFO] [stderr] 765 | / unsafe fn write_bundle(&mut self, entity_idx: usize, bundle: B, epoch: u64, occupied: F) [INFO] [stderr] 766 | | where [INFO] [stderr] 767 | | B: DynamicBundle, [INFO] [stderr] 768 | | F: Fn(TypeId) -> bool, [INFO] [stderr] | |______________________________- because it's nested under this `unsafe` fn [INFO] [stderr] ... [INFO] [stderr] 788 | unsafe { [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] | [INFO] [stderr] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stderr] [INFO] [stderr] warning: `edict` (lib) generated 5 warnings [INFO] [stderr] warning: `edict` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/edict-a6380df4b67aaece) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test::version_despawn_test ... ok [INFO] [stdout] test test::version_insert_test ... ok [INFO] [stdout] test test::version_test ... ok [INFO] [stdout] test test::world_insert ... ok [INFO] [stdout] test test::world_insert_bundle ... ok [INFO] [stdout] test test::world_remove ... ok [INFO] [stdout] test test::world_spawn ... ok [INFO] [stdout] test test::world_remove_bundle ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests edict [INFO] [stdout] [INFO] [stdout] running 35 tests [INFO] [stdout] test src/entity/id.rs - entity::id::EntityId::dangling (line 26) ... ok [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 edict --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern edict=/opt/rustwide/target/debug/deps/libedict-eadf011e410ce1ff.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-5e2520106fd5df01.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-1d35057d4d43d5f5.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="std"' --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "2b31ac2fdf64dd3c74a034cdd2254f19ac5951b1f72ae6caf0b055fc57614439", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b31ac2fdf64dd3c74a034cdd2254f19ac5951b1f72ae6caf0b055fc57614439", kill_on_drop: false }` [INFO] [stdout] 2b31ac2fdf64dd3c74a034cdd2254f19ac5951b1f72ae6caf0b055fc57614439