[INFO] fetching crate entity_rust 0.0.8... [INFO] testing entity_rust-0.0.8 against try#5a3d3b91048a0adf280e7a4e589c1dda6443f172 for pr-115235 [INFO] extracting crate entity_rust 0.0.8 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate entity_rust 0.0.8 on toolchain 5a3d3b91048a0adf280e7a4e589c1dda6443f172 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate entity_rust 0.0.8 [INFO] finished tweaking crates.io crate entity_rust 0.0.8 [INFO] tweaked toml for crates.io crate entity_rust 0.0.8 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fbf8db0669196199d03c5a468de482f27a3c7594be57c9778292fc45f0fac717 [INFO] running `Command { std: "docker" "start" "-a" "fbf8db0669196199d03c5a468de482f27a3c7594be57c9778292fc45f0fac717", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fbf8db0669196199d03c5a468de482f27a3c7594be57c9778292fc45f0fac717", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbf8db0669196199d03c5a468de482f27a3c7594be57c9778292fc45f0fac717", kill_on_drop: false }` [INFO] [stdout] fbf8db0669196199d03c5a468de482f27a3c7594be57c9778292fc45f0fac717 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e2e3b24b179174e9a5fd348b801f3f2847072902a596c57fd964ad45381b02e0 [INFO] running `Command { std: "docker" "start" "-a" "e2e3b24b179174e9a5fd348b801f3f2847072902a596c57fd964ad45381b02e0", kill_on_drop: false }` [INFO] [stderr] Compiling poison v0.1.0 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling shared-mutex v0.3.1 [INFO] [stderr] Compiling uuid v1.4.1 [INFO] [stderr] Compiling entity_rust v0.0.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/events/mod.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Vec>` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/events/mod.rs:25:54 [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Vec>` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(type_macros)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/components/mod.rs:22:19 [INFO] [stdout] | [INFO] [stdout] 22 | pub getters: Box [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 22 | pub getters: Box [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:33:46 [INFO] [stdout] | [INFO] [stdout] 33 | pub get_handler_instances: fn () -> Vec> [INFO] [stdout] | ^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 33 | pub get_handler_instances: fn () -> Vec> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:132:32 [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:132:81 [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:132:120 [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:136:16 [INFO] [stdout] | [INFO] [stdout] 136 | state: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 136 | state: Arc, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:143:16 [INFO] [stdout] | [INFO] [stdout] 143 | state: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 143 | state: Arc, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/components/mod.rs:34:92 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn get_components_read_lock<'mutex>(id : TypeId) -> MappedSharedMutexReadGuard<'mutex, Any> { [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 34 | pub fn get_components_read_lock<'mutex>(id : TypeId) -> MappedSharedMutexReadGuard<'mutex, dyn Any> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/components/mod.rs:40:94 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn get_components_write_lock<'mutex>(id : TypeId) -> MappedSharedMutexWriteGuard<'mutex, Any> { [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 40 | pub fn get_components_write_lock<'mutex>(id : TypeId) -> MappedSharedMutexWriteGuard<'mutex, dyn Any> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/components/mod.rs:16:70 [INFO] [stdout] | [INFO] [stdout] 16 | fn read_as_any<'mutex>(&self) -> MappedSharedMutexReadGuard<'mutex, Any>; [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 | fn read_as_any<'mutex>(&self) -> MappedSharedMutexReadGuard<'mutex, dyn Any>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/components/mod.rs:17:72 [INFO] [stdout] | [INFO] [stdout] 17 | fn write_as_any<'mutex>(&self) -> MappedSharedMutexWriteGuard<'mutex, Any>; [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 | fn write_as_any<'mutex>(&self) -> MappedSharedMutexWriteGuard<'mutex, dyn Any>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:25:47 [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:25:86 [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:194:39 [INFO] [stdout] | [INFO] [stdout] 194 | ... pub fn register_handler(state: Arc, handler_fn: HandlerFn, component_types: Vec, mut_component_types: Vec [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 194 | pub fn register_handler(state: Arc, handler_fn: HandlerFn, component_types: Vec, mut_component_types: Vec) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:213:46 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn get_handler_instances() -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 213 | pub fn get_handler_instances() -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:163:62 [INFO] [stdout] | [INFO] [stdout] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:163:117 [INFO] [stdout] | [INFO] [stdout] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:87:50 [INFO] [stdout] | [INFO] [stdout] 87 | let mut locks : Vec>= vec![]; [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 87 | let mut locks : Vec>= vec![]; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:88:55 [INFO] [stdout] | [INFO] [stdout] 88 | let mut mut_locks : Vec>= vec![]; [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 | let mut mut_locks : Vec>= vec![]; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:220:61 [INFO] [stdout] | [INFO] [stdout] 220 | Box::new(HandlerInstance::new(h, data.clone())) as Box [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 220 | Box::new(HandlerInstance::new(h, data.clone())) as Box [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `Command { std: "docker" "inspect" "e2e3b24b179174e9a5fd348b801f3f2847072902a596c57fd964ad45381b02e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2e3b24b179174e9a5fd348b801f3f2847072902a596c57fd964ad45381b02e0", kill_on_drop: false }` [INFO] [stdout] e2e3b24b179174e9a5fd348b801f3f2847072902a596c57fd964ad45381b02e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e839318d970fba6341b98774a5a0dc37c349fe52ae7986c478c17e8279f57ec8 [INFO] running `Command { std: "docker" "start" "-a" "e839318d970fba6341b98774a5a0dc37c349fe52ae7986c478c17e8279f57ec8", kill_on_drop: false }` [INFO] [stderr] Compiling entity_rust v0.0.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/events/mod.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Vec>` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/events/mod.rs:25:54 [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Vec>` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/events/mod.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Vec>` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/events/mod.rs:25:54 [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Vec>` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(type_macros)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(type_macros)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/components/mod.rs:22:19 [INFO] [stdout] | [INFO] [stdout] 22 | pub getters: Box [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 22 | pub getters: Box [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:33:46 [INFO] [stdout] | [INFO] [stdout] 33 | pub get_handler_instances: fn () -> Vec> [INFO] [stdout] | ^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 33 | pub get_handler_instances: fn () -> Vec> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:132:32 [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:132:81 [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:132:120 [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:136:16 [INFO] [stdout] | [INFO] [stdout] 136 | state: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 136 | state: Arc, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:143:16 [INFO] [stdout] | [INFO] [stdout] 143 | state: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 143 | state: Arc, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/components/mod.rs:34:92 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn get_components_read_lock<'mutex>(id : TypeId) -> MappedSharedMutexReadGuard<'mutex, Any> { [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 34 | pub fn get_components_read_lock<'mutex>(id : TypeId) -> MappedSharedMutexReadGuard<'mutex, dyn Any> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/components/mod.rs:40:94 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn get_components_write_lock<'mutex>(id : TypeId) -> MappedSharedMutexWriteGuard<'mutex, Any> { [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 40 | pub fn get_components_write_lock<'mutex>(id : TypeId) -> MappedSharedMutexWriteGuard<'mutex, dyn Any> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/components/mod.rs:16:70 [INFO] [stdout] | [INFO] [stdout] 16 | fn read_as_any<'mutex>(&self) -> MappedSharedMutexReadGuard<'mutex, Any>; [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 | fn read_as_any<'mutex>(&self) -> MappedSharedMutexReadGuard<'mutex, dyn Any>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/components/mod.rs:17:72 [INFO] [stdout] | [INFO] [stdout] 17 | fn write_as_any<'mutex>(&self) -> MappedSharedMutexWriteGuard<'mutex, Any>; [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 | fn write_as_any<'mutex>(&self) -> MappedSharedMutexWriteGuard<'mutex, dyn Any>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:25:47 [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:25:86 [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:194:39 [INFO] [stdout] | [INFO] [stdout] 194 | ... pub fn register_handler(state: Arc, handler_fn: HandlerFn, component_types: Vec, mut_component_types: Vec [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 194 | pub fn register_handler(state: Arc, handler_fn: HandlerFn, component_types: Vec, mut_component_types: Vec) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/components/mod.rs:22:19 [INFO] [stdout] | [INFO] [stdout] 22 | pub getters: Box [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 22 | pub getters: Box [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:213:46 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn get_handler_instances() -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 213 | pub fn get_handler_instances() -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:163:62 [INFO] [stdout] | [INFO] [stdout] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:33:46 [INFO] [stdout] | [INFO] [stdout] 33 | pub get_handler_instances: fn () -> Vec> [INFO] [stdout] | ^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 33 | pub get_handler_instances: fn () -> Vec> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:163:117 [INFO] [stdout] | [INFO] [stdout] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:132:32 [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:132:81 [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:132:120 [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:136:16 [INFO] [stdout] | [INFO] [stdout] 136 | state: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 136 | state: Arc, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:143:16 [INFO] [stdout] | [INFO] [stdout] 143 | state: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 143 | state: Arc, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/components/mod.rs:34:92 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn get_components_read_lock<'mutex>(id : TypeId) -> MappedSharedMutexReadGuard<'mutex, Any> { [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 34 | pub fn get_components_read_lock<'mutex>(id : TypeId) -> MappedSharedMutexReadGuard<'mutex, dyn Any> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/components/mod.rs:40:94 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn get_components_write_lock<'mutex>(id : TypeId) -> MappedSharedMutexWriteGuard<'mutex, Any> { [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 40 | pub fn get_components_write_lock<'mutex>(id : TypeId) -> MappedSharedMutexWriteGuard<'mutex, dyn Any> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/components/mod.rs:16:70 [INFO] [stdout] | [INFO] [stdout] 16 | fn read_as_any<'mutex>(&self) -> MappedSharedMutexReadGuard<'mutex, Any>; [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 16 | fn read_as_any<'mutex>(&self) -> MappedSharedMutexReadGuard<'mutex, dyn Any>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/components/mod.rs:17:72 [INFO] [stdout] | [INFO] [stdout] 17 | fn write_as_any<'mutex>(&self) -> MappedSharedMutexWriteGuard<'mutex, Any>; [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 | fn write_as_any<'mutex>(&self) -> MappedSharedMutexWriteGuard<'mutex, dyn Any>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:25:47 [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:25:86 [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 | fn run(&self, Vec>, Vec>); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:194:39 [INFO] [stdout] | [INFO] [stdout] 194 | ... pub fn register_handler(state: Arc, handler_fn: HandlerFn, component_types: Vec, mut_component_types: Vec [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 194 | pub fn register_handler(state: Arc, handler_fn: HandlerFn, component_types: Vec, mut_component_types: Vec) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:213:46 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn get_handler_instances() -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 213 | pub fn get_handler_instances() -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:163:62 [INFO] [stdout] | [INFO] [stdout] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:163:117 [INFO] [stdout] | [INFO] [stdout] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:87:50 [INFO] [stdout] | [INFO] [stdout] 87 | let mut locks : Vec>= vec![]; [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 87 | let mut locks : Vec>= vec![]; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:88:55 [INFO] [stdout] | [INFO] [stdout] 88 | let mut mut_locks : Vec>= vec![]; [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 | let mut mut_locks : Vec>= vec![]; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:87:50 [INFO] [stdout] | [INFO] [stdout] 87 | let mut locks : Vec>= vec![]; [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 87 | let mut locks : Vec>= vec![]; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:88:55 [INFO] [stdout] | [INFO] [stdout] 88 | let mut mut_locks : Vec>= vec![]; [INFO] [stdout] | ^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 | let mut mut_locks : Vec>= vec![]; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:220:61 [INFO] [stdout] | [INFO] [stdout] 220 | Box::new(HandlerInstance::new(h, data.clone())) as Box [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 220 | Box::new(HandlerInstance::new(h, data.clone())) as Box [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/events/mod.rs:220:61 [INFO] [stdout] | [INFO] [stdout] 220 | Box::new(HandlerInstance::new(h, data.clone())) as Box [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | event!{ tick, step: super::Duration } [INFO] [stdout] | ------------------------------------- in this macro invocation [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 [INFO] [stdout] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 220 | Box::new(HandlerInstance::new(h, data.clone())) as Box [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable [INFO] [stdout] --> tests/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(type_macros)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable [INFO] [stdout] --> tests/systems.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(type_macros)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `sync_event_handler` is never used [INFO] [stdout] --> tests/events.rs:13:4 [INFO] [stdout] | [INFO] [stdout] 13 | fn sync_event_handler(x: &i64) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "e839318d970fba6341b98774a5a0dc37c349fe52ae7986c478c17e8279f57ec8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e839318d970fba6341b98774a5a0dc37c349fe52ae7986c478c17e8279f57ec8", kill_on_drop: false }` [INFO] [stdout] e839318d970fba6341b98774a5a0dc37c349fe52ae7986c478c17e8279f57ec8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+5a3d3b91048a0adf280e7a4e589c1dda6443f172" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] caa6037e1db3d17e361551d784d2855450866ec8cf380ad06347c8ead0cd8083 [INFO] running `Command { std: "docker" "start" "-a" "caa6037e1db3d17e361551d784d2855450866ec8cf380ad06347c8ead0cd8083", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/events/mod.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | fn run(&self, Vec>, Vec>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Vec>` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/events/mod.rs:25:54 [INFO] [stderr] | [INFO] [stderr] 25 | fn run(&self, Vec>, Vec>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Vec>` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(type_macros)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/components/mod.rs:22:19 [INFO] [stderr] | [INFO] [stderr] 22 | pub getters: Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 22 | pub getters: Box [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/events/mod.rs:33:46 [INFO] [stderr] | [INFO] [stderr] 33 | pub get_handler_instances: fn () -> Vec> [INFO] [stderr] | ^^^^^^^ [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 33 | pub get_handler_instances: fn () -> Vec> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/events/mod.rs:132:32 [INFO] [stderr] | [INFO] [stderr] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | event!{ tick, step: super::Duration } [INFO] [stderr] | ------------------------------------- in this macro invocation [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 [INFO] [stderr] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/events/mod.rs:132:81 [INFO] [stderr] | [INFO] [stderr] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | event!{ tick, step: super::Duration } [INFO] [stderr] | ------------------------------------- in this macro invocation [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 [INFO] [stderr] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/events/mod.rs:132:120 [INFO] [stderr] | [INFO] [stderr] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | event!{ tick, step: super::Duration } [INFO] [stderr] | ------------------------------------- in this macro invocation [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 [INFO] [stderr] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 132 | pub type HandlerFn = fn(Arc, &Vec, Vec>, Vec>); [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/events/mod.rs:136:16 [INFO] [stderr] | [INFO] [stderr] 136 | state: Arc, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | event!{ tick, step: super::Duration } [INFO] [stderr] | ------------------------------------- in this macro invocation [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 [INFO] [stderr] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 136 | state: Arc, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/events/mod.rs:143:16 [INFO] [stderr] | [INFO] [stderr] 143 | state: Arc, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | event!{ tick, step: super::Duration } [INFO] [stderr] | ------------------------------------- in this macro invocation [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 [INFO] [stderr] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 143 | state: Arc, [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/components/mod.rs:34:92 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn get_components_read_lock<'mutex>(id : TypeId) -> MappedSharedMutexReadGuard<'mutex, Any> { [INFO] [stderr] | ^^^ [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 34 | pub fn get_components_read_lock<'mutex>(id : TypeId) -> MappedSharedMutexReadGuard<'mutex, dyn Any> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/components/mod.rs:40:94 [INFO] [stderr] | [INFO] [stderr] 40 | pub fn get_components_write_lock<'mutex>(id : TypeId) -> MappedSharedMutexWriteGuard<'mutex, Any> { [INFO] [stderr] | ^^^ [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 40 | pub fn get_components_write_lock<'mutex>(id : TypeId) -> MappedSharedMutexWriteGuard<'mutex, dyn Any> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/components/mod.rs:16:70 [INFO] [stderr] | [INFO] [stderr] 16 | fn read_as_any<'mutex>(&self) -> MappedSharedMutexReadGuard<'mutex, Any>; [INFO] [stderr] | ^^^ [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 16 | fn read_as_any<'mutex>(&self) -> MappedSharedMutexReadGuard<'mutex, dyn Any>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/components/mod.rs:17:72 [INFO] [stderr] | [INFO] [stderr] 17 | fn write_as_any<'mutex>(&self) -> MappedSharedMutexWriteGuard<'mutex, Any>; [INFO] [stderr] | ^^^ [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 17 | fn write_as_any<'mutex>(&self) -> MappedSharedMutexWriteGuard<'mutex, dyn Any>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/events/mod.rs:25:47 [INFO] [stderr] | [INFO] [stderr] 25 | fn run(&self, Vec>, Vec>); [INFO] [stderr] | ^^^ [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 25 | fn run(&self, Vec>, Vec>); [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/events/mod.rs:25:86 [INFO] [stderr] | [INFO] [stderr] 25 | fn run(&self, Vec>, Vec>); [INFO] [stderr] | ^^^ [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 25 | fn run(&self, Vec>, Vec>); [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/events/mod.rs:194:39 [INFO] [stderr] | [INFO] [stderr] 194 | ... pub fn register_handler(state: Arc, handler_fn: HandlerFn, component_types: Vec, mut_component_types: Vec [INFO] [stderr] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 194 | pub fn register_handler(state: Arc, handler_fn: HandlerFn, component_types: Vec, mut_component_types: Vec) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/events/mod.rs:213:46 [INFO] [stderr] | [INFO] [stderr] 213 | pub fn get_handler_instances() -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | event!{ tick, step: super::Duration } [INFO] [stderr] | ------------------------------------- in this macro invocation [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 [INFO] [stderr] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 213 | pub fn get_handler_instances() -> Vec> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/events/mod.rs:163:62 [INFO] [stderr] | [INFO] [stderr] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | event!{ tick, step: super::Duration } [INFO] [stderr] | ------------------------------------- in this macro invocation [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 [INFO] [stderr] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/events/mod.rs:163:117 [INFO] [stderr] | [INFO] [stderr] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | event!{ tick, step: super::Duration } [INFO] [stderr] | ------------------------------------- in this macro invocation [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 [INFO] [stderr] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 163 | fn run(&self, components: Vec>, mut_components: Vec>) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/events/mod.rs:87:50 [INFO] [stderr] | [INFO] [stderr] 87 | let mut locks : Vec>= vec![]; [INFO] [stderr] | ^^^ [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 87 | let mut locks : Vec>= vec![]; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/events/mod.rs:88:55 [INFO] [stderr] | [INFO] [stderr] 88 | let mut mut_locks : Vec>= vec![]; [INFO] [stderr] | ^^^ [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 88 | let mut mut_locks : Vec>= vec![]; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/events/mod.rs:220:61 [INFO] [stderr] | [INFO] [stderr] 220 | Box::new(HandlerInstance::new(h, data.clone())) as Box [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | event!{ tick, step: super::Duration } [INFO] [stderr] | ------------------------------------- in this macro invocation [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 [INFO] [stderr] = note: this warning originates in the macro `event` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 220 | Box::new(HandlerInstance::new(h, data.clone())) as Box [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `entity_rust` (lib) generated 23 warnings (run `cargo fix --lib -p entity_rust` to apply 22 suggestions) [INFO] [stderr] warning: `entity_rust` (lib test) generated 23 warnings (23 duplicates) [INFO] [stderr] warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/systems.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(type_macros)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/lib.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(type_macros)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `sync_event_handler` is never used [INFO] [stderr] --> tests/events.rs:13:4 [INFO] [stderr] | [INFO] [stderr] 13 | fn sync_event_handler(x: &i64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `entity_rust` (test "systems") generated 1 warning [INFO] [stderr] warning: `entity_rust` (test "lib") generated 1 warning [INFO] [stderr] warning: `entity_rust` (test "events") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/entity_rust-69ba44691bb75141) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/components.rs (/opt/rustwide/target/debug/deps/components-2eee61c70cdd5d0c) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test generates_functions ... ok [INFO] [stdout] test gettable_lock ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/events.rs (/opt/rustwide/target/debug/deps/events-e7a51c1f7c54609a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-bed48c2049b73e3b) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test run_sync_event ... ok [INFO] [stdout] test run_event_runs_system_events ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/static_any_map.rs (/opt/rustwide/target/debug/deps/static_any_map-4c15b8d1f446fd4b) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_how_string_works_as_hashmap_index ... ok [INFO] [stdout] test static_map_initial_set ... FAILED [INFO] [stdout] test static_map_multi_set ... ok [INFO] [stdout] test static_map_multi_queue_set ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- static_map_initial_set stdout ---- [INFO] [stdout] thread 'static_map_initial_set' panicked at tests/static_any_map.rs:18:5: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 2 [INFO] [stdout] right: 1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x7fcbcfd69efc - std::backtrace_rs::backtrace::libunwind::trace::h1e94f51a70590b24 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x7fcbcfd69efc - std::backtrace_rs::backtrace::trace_unsynchronized::ha4b8601070a1cd51 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x7fcbcfd69efc - std::sys_common::backtrace::_print_fmt::hbb566ca2fd60b76a [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x7fcbcfd69efc - ::fmt::hca47315a43d59c89 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x7fcbcfdd015c - core::fmt::rt::Argument::fmt::h291f645ad8573757 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/core/src/fmt/rt.rs:138:9 [INFO] [stdout] 5: 0x7fcbcfdd015c - core::fmt::write::h9b76cf5ceec3eda1 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/core/src/fmt/mod.rs:1094:21 [INFO] [stdout] 6: 0x7fcbcfd5ca2e - std::io::Write::write_fmt::hbf1f0cf12dc92713 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/io/mod.rs:1714:15 [INFO] [stdout] 7: 0x7fcbcfd69ce4 - std::sys_common::backtrace::_print::h53287555ce02ffe8 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x7fcbcfd69ce4 - std::sys_common::backtrace::print::h4ce9b6d019078194 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x7fcbcfd6cdda - std::panicking::panic_hook_with_disk_dump::{{closure}}::h6345d620bf90f980 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/panicking.rs:280:22 [INFO] [stdout] 10: 0x7fcbcfd6c99d - std::panicking::panic_hook_with_disk_dump::h881dcb47bef2b023 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/panicking.rs:311:9 [INFO] [stdout] 11: 0x7fcbcfee317c - as core::ops::function::Fn>::call::h0a9fbb794b941f9d [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/alloc/src/boxed.rs:2021:9 [INFO] [stdout] 12: 0x7fcbcfee317c - test::test_main::{{closure}}::h9db00ca471be4099 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/test/src/lib.rs:136:21 [INFO] [stdout] 13: 0x7fcbcfd6d693 - as core::ops::function::Fn>::call::hc6a6af3e65f55d16 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/alloc/src/boxed.rs:2021:9 [INFO] [stdout] 14: 0x7fcbcfd6d693 - std::panicking::rust_panic_with_hook::h4685f1313004386b [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/panicking.rs:757:13 [INFO] [stdout] 15: 0x7fcbcfd6d411 - std::panicking::begin_panic_handler::{{closure}}::h540f1f43109c9ae2 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/panicking.rs:631:13 [INFO] [stdout] 16: 0x7fcbcfd6a426 - std::sys_common::backtrace::__rust_end_short_backtrace::h32246c56143d8eeb [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/sys_common/backtrace.rs:170:18 [INFO] [stdout] 17: 0x7fcbcfd6d152 - rust_begin_unwind [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/panicking.rs:619:5 [INFO] [stdout] 18: 0x7fcbcfdcc505 - core::panicking::panic_fmt::h069b828d25155aac [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/core/src/panicking.rs:72:14 [INFO] [stdout] 19: 0x7fcbcfdcca1b - core::panicking::assert_failed_inner::hbcddb6fe18f3d001 [INFO] [stdout] 20: 0x55d78b3c0c0e - core::panicking::assert_failed::h46f4fc5df4462a91 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/core/src/panicking.rs:269:5 [INFO] [stdout] 21: 0x55d78b3c37d5 - static_any_map::static_map_initial_set::hd503c71e3f43d61f [INFO] [stdout] at /opt/rustwide/workdir/tests/static_any_map.rs:18:2 [INFO] [stdout] 22: 0x55d78b3c3637 - static_any_map::static_map_initial_set::{{closure}}::hb05947fc1adf9495 [INFO] [stdout] at /opt/rustwide/workdir/tests/static_any_map.rs:12:29 [INFO] [stdout] 23: 0x55d78b3bfe06 - core::ops::function::FnOnce::call_once::h7690c738ca4d0e1f [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x7fcbcfee8dcf - core::ops::function::FnOnce::call_once::h2aef34e6acc65029 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x7fcbcfee8dcf - test::__rust_begin_short_backtrace::hfdea76d6780e6510 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/test/src/lib.rs:626:18 [INFO] [stdout] 26: 0x7fcbcfee7d8e - test::run_test_in_process::{{closure}}::h2860e94e5e07a47b [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/test/src/lib.rs:649:60 [INFO] [stdout] 27: 0x7fcbcfee7d8e - as core::ops::function::FnOnce<()>>::call_once::h6cf0a0c7d6d6447c [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 28: 0x7fcbcfee7d8e - std::panicking::try::do_call::hc4a61e82bc0c67ba [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/panicking.rs:526:40 [INFO] [stdout] 29: 0x7fcbcfee7d8e - std::panicking::try::h05e3a2daf0b965e4 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/panicking.rs:490:19 [INFO] [stdout] 30: 0x7fcbcfee7d8e - std::panic::catch_unwind::h4659759e5053bebb [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/panic.rs:142:14 [INFO] [stdout] 31: 0x7fcbcfee7d8e - test::run_test_in_process::h027c8b5c20644114 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/test/src/lib.rs:649:27 [INFO] [stdout] 32: 0x7fcbcfee7d8e - test::run_test::{{closure}}::he552487161f9859d [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/test/src/lib.rs:572:43 [INFO] [stdout] 33: 0x7fcbcfeab613 - test::run_test::{{closure}}::ha2969e01b809050f [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/test/src/lib.rs:600:41 [INFO] [stdout] 34: 0x7fcbcfeab613 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc13bcbe13128fc87 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/sys_common/backtrace.rs:154:18 [INFO] [stdout] 35: 0x7fcbcfeb101b - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h66e44e016f7cf64d [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/thread/mod.rs:529:17 [INFO] [stdout] 36: 0x7fcbcfeb101b - as core::ops::function::FnOnce<()>>::call_once::h25d58404e55a13ae [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 37: 0x7fcbcfeb101b - std::panicking::try::do_call::h5352b694c9bdaf04 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/panicking.rs:526:40 [INFO] [stdout] 38: 0x7fcbcfeb101b - std::panicking::try::h6acca093cdb15f30 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/panicking.rs:490:19 [INFO] [stdout] 39: 0x7fcbcfeb101b - std::panic::catch_unwind::h5a91529e832b53b8 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/panic.rs:142:14 [INFO] [stdout] 40: 0x7fcbcfeb101b - std::thread::Builder::spawn_unchecked_::{{closure}}::h8a2abb668a393745 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/thread/mod.rs:528:30 [INFO] [stdout] 41: 0x7fcbcfeb101b - core::ops::function::FnOnce::call_once{{vtable.shim}}::h3b1470c73a7ade89 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x7fcbcfd78075 - as core::ops::function::FnOnce>::call_once::h1a6a2d2ed8a57b6b [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 43: 0x7fcbcfd78075 - as core::ops::function::FnOnce>::call_once::h03ce391955487b79 [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 44: 0x7fcbcfd78075 - std::sys::unix::thread::Thread::new::thread_start::hbba6566cc475cfee [INFO] [stdout] at /rustc/5a3d3b91048a0adf280e7a4e589c1dda6443f172/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 45: 0x7fcbcfab7b43 - [INFO] [stdout] 46: 0x7fcbcfb48bb4 - __clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] static_map_initial_set [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test static_any_map` [INFO] running `Command { std: "docker" "inspect" "caa6037e1db3d17e361551d784d2855450866ec8cf380ad06347c8ead0cd8083", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "caa6037e1db3d17e361551d784d2855450866ec8cf380ad06347c8ead0cd8083", kill_on_drop: false }` [INFO] [stdout] caa6037e1db3d17e361551d784d2855450866ec8cf380ad06347c8ead0cd8083