[INFO] fetching crate rhusics-core 0.7.0... [INFO] testing rhusics-core-0.7.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate rhusics-core 0.7.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate rhusics-core 0.7.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rhusics-core 0.7.0 [INFO] finished tweaking crates.io crate rhusics-core 0.7.0 [INFO] tweaked toml for crates.io crate rhusics-core 0.7.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: Found `feature = ...` in `target.'cfg(...)'.dependencies`. This key is not supported for selecting dependencies and will not work as expected. Use the [features] section instead: https://doc.rust-lang.org/cargo/reference/features.html [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 76914202fa770fb884a675e6471a5bc89c6fea9b3bfa06a2d3243d5d4cb8f3fb [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" "76914202fa770fb884a675e6471a5bc89c6fea9b3bfa06a2d3243d5d4cb8f3fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "76914202fa770fb884a675e6471a5bc89c6fea9b3bfa06a2d3243d5d4cb8f3fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76914202fa770fb884a675e6471a5bc89c6fea9b3bfa06a2d3243d5d4cb8f3fb", kill_on_drop: false }` [INFO] [stdout] 76914202fa770fb884a675e6471a5bc89c6fea9b3bfa06a2d3243d5d4cb8f3fb [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a52767dcf0f5e5f662718c254b42f7b1083dd559fca0aee237be100542a0f615 [INFO] running `Command { std: "docker" "start" "-a" "a52767dcf0f5e5f662718c254b42f7b1083dd559fca0aee237be100542a0f615", kill_on_drop: false }` [INFO] [stderr] warning: Found `feature = ...` in `target.'cfg(...)'.dependencies`. This key is not supported for selecting dependencies and will not work as expected. Use the [features] section instead: https://doc.rust-lang.org/cargo/reference/features.html [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling collision v0.18.0 [INFO] [stderr] Compiling rhusics-transform v0.4.0 [INFO] [stderr] Compiling rhusics-core v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/broad.rs:55:69 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn broad_collide(data: &C, broad: &mut Box>) -> Vec<(I, I)> [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn BroadPhase` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/narrow.rs:187:18 [INFO] [stdout] | [INFO] [stdout] 187 | narrow: &Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NarrowPhase` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/mod.rs:315:21 [INFO] [stdout] | [INFO] [stdout] 315 | broad: &mut Box>, [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn BroadPhase` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/mod.rs:316:25 [INFO] [stdout] | [INFO] [stdout] 316 | narrow: &Option>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NarrowPhase` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/mod.rs:354:28 [INFO] [stdout] | [INFO] [stdout] 354 | broad: &mut Option>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BroadPhase<(usize, D)>` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/mod.rs:355:25 [INFO] [stdout] | [INFO] [stdout] 355 | narrow: &Option>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NarrowPhase` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.06s [INFO] running `Command { std: "docker" "inspect" "a52767dcf0f5e5f662718c254b42f7b1083dd559fca0aee237be100542a0f615", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a52767dcf0f5e5f662718c254b42f7b1083dd559fca0aee237be100542a0f615", kill_on_drop: false }` [INFO] [stdout] a52767dcf0f5e5f662718c254b42f7b1083dd559fca0aee237be100542a0f615 [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0067f8354574610feda133ccf1a9ab09b4b9b64ec4fd35ca3f9f12b29f6ea91d [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" "0067f8354574610feda133ccf1a9ab09b4b9b64ec4fd35ca3f9f12b29f6ea91d", kill_on_drop: false }` [INFO] [stderr] warning: Found `feature = ...` in `target.'cfg(...)'.dependencies`. This key is not supported for selecting dependencies and will not work as expected. Use the [features] section instead: https://doc.rust-lang.org/cargo/reference/features.html [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rhusics-core v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/broad.rs:55:69 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn broad_collide(data: &C, broad: &mut Box>) -> Vec<(I, I)> [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn BroadPhase` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/narrow.rs:187:18 [INFO] [stdout] | [INFO] [stdout] 187 | narrow: &Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NarrowPhase` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/mod.rs:315:21 [INFO] [stdout] | [INFO] [stdout] 315 | broad: &mut Box>, [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn BroadPhase` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/mod.rs:316:25 [INFO] [stdout] | [INFO] [stdout] 316 | narrow: &Option>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NarrowPhase` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/mod.rs:354:28 [INFO] [stdout] | [INFO] [stdout] 354 | broad: &mut Option>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BroadPhase<(usize, D)>` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/mod.rs:355:25 [INFO] [stdout] | [INFO] [stdout] 355 | narrow: &Option>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NarrowPhase` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/broad.rs:55:69 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn broad_collide(data: &C, broad: &mut Box>) -> Vec<(I, I)> [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn BroadPhase` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/narrow.rs:187:18 [INFO] [stdout] | [INFO] [stdout] 187 | narrow: &Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NarrowPhase` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/mod.rs:315:21 [INFO] [stdout] | [INFO] [stdout] 315 | broad: &mut Box>, [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn BroadPhase` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/mod.rs:316:25 [INFO] [stdout] | [INFO] [stdout] 316 | narrow: &Option>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NarrowPhase` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/mod.rs:354:28 [INFO] [stdout] | [INFO] [stdout] 354 | broad: &mut Option>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BroadPhase<(usize, D)>` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collide/mod.rs:355:25 [INFO] [stdout] | [INFO] [stdout] 355 | narrow: &Option>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NarrowPhase` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.16s [INFO] running `Command { std: "docker" "inspect" "0067f8354574610feda133ccf1a9ab09b4b9b64ec4fd35ca3f9f12b29f6ea91d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0067f8354574610feda133ccf1a9ab09b4b9b64ec4fd35ca3f9f12b29f6ea91d", kill_on_drop: false }` [INFO] [stdout] 0067f8354574610feda133ccf1a9ab09b4b9b64ec4fd35ca3f9f12b29f6ea91d [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c85107acef8bfb8ac1e657a68bf8712515fbb58241f3d3f18c15ee9f119b8300 [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" "c85107acef8bfb8ac1e657a68bf8712515fbb58241f3d3f18c15ee9f119b8300", kill_on_drop: false }` [INFO] [stderr] warning: Found `feature = ...` in `target.'cfg(...)'.dependencies`. This key is not supported for selecting dependencies and will not work as expected. Use the [features] section instead: https://doc.rust-lang.org/cargo/reference/features.html [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/collide/broad.rs:55:69 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn broad_collide(data: &C, broad: &mut Box>) -> Vec<(I, I)> [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn BroadPhase` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/collide/narrow.rs:187:18 [INFO] [stderr] | [INFO] [stderr] 187 | narrow: &Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NarrowPhase` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/collide/mod.rs:315:21 [INFO] [stderr] | [INFO] [stderr] 315 | broad: &mut Box>, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn BroadPhase` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/collide/mod.rs:316:25 [INFO] [stderr] | [INFO] [stderr] 316 | narrow: &Option>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NarrowPhase` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/collide/mod.rs:354:28 [INFO] [stderr] | [INFO] [stderr] 354 | broad: &mut Option>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BroadPhase<(usize, D)>` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/collide/mod.rs:355:25 [INFO] [stderr] | [INFO] [stderr] 355 | narrow: &Option>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn NarrowPhase` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `rhusics-core` (lib) generated 6 warnings [INFO] [stderr] warning: `rhusics-core` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rhusics_core-c86dea8484e7421a) [INFO] [stdout] running 28 tests [INFO] [stderr] Doc-tests rhusics-core [INFO] [stdout] test collide::narrow::tests::test_gjk_continuous_2d_f64 ... ok [INFO] [stdout] test collide::narrow::tests::test_gjk_continuous_2d_f32 ... ok [INFO] [stdout] test physics::force::tests_f32::test_add_force ... ok [INFO] [stdout] test physics::force::tests_f32::test_add_force_at_point_2d ... ok [INFO] [stdout] test physics::force::tests_f32::test_add_force_at_point_3d ... ok [INFO] [stdout] test physics::force::tests_f64::test_add_force ... ok [INFO] [stdout] test physics::force::tests_f64::test_add_force_at_point_2d ... ok [INFO] [stdout] test physics::force::tests_f64::test_add_force_at_point_3d ... ok [INFO] [stdout] test physics::force::tests_f64::test_add_torque ... ok [INFO] [stdout] test physics::force::tests_f32::test_add_torque ... ok [INFO] [stdout] test physics::resolution::tests::test_resolve_2d_f32 ... ok [INFO] [stdout] test physics::resolution::tests::test_resolve_2d_f64 ... ok [INFO] [stdout] test physics::velocity::tests_f32::test_apply_angular_quat ... ok [INFO] [stdout] test physics::velocity::tests_f32::test_apply_angular_basis2 ... ok [INFO] [stdout] test physics::velocity::tests_f32::test_apply_angular_real ... ok [INFO] [stdout] test physics::velocity::tests_f32::test_velocity_2d_angular ... ok [INFO] [stdout] test physics::velocity::tests_f32::test_velocity_3d_angular ... ok [INFO] [stdout] test physics::velocity::tests_f32::test_velocity_full_3d ... ok [INFO] [stdout] test physics::velocity::tests_f64::test_apply_angular_basis2 ... ok [INFO] [stdout] test physics::velocity::tests_f64::test_apply_angular_quat ... ok [INFO] [stdout] test physics::velocity::tests_f32::test_velocity_full_2d ... ok [INFO] [stdout] test physics::velocity::tests_f32::test_velocity_linear ... ok [INFO] [stdout] test physics::velocity::tests_f64::test_apply_angular_real ... ok [INFO] [stdout] test physics::velocity::tests_f64::test_velocity_2d_angular ... ok [INFO] [stdout] test physics::velocity::tests_f64::test_velocity_full_2d ... ok [INFO] [stdout] test physics::velocity::tests_f64::test_velocity_3d_angular ... ok [INFO] [stdout] test physics::velocity::tests_f64::test_velocity_linear ... ok [INFO] [stdout] test physics::velocity::tests_f64::test_velocity_full_3d ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c85107acef8bfb8ac1e657a68bf8712515fbb58241f3d3f18c15ee9f119b8300", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c85107acef8bfb8ac1e657a68bf8712515fbb58241f3d3f18c15ee9f119b8300", kill_on_drop: false }` [INFO] [stdout] c85107acef8bfb8ac1e657a68bf8712515fbb58241f3d3f18c15ee9f119b8300