[INFO] fetching crate dces 0.3.1...
[INFO] checking dces-0.3.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate dces 0.3.1 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate dces 0.3.1 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate dces 0.3.1
[INFO] finished tweaking crates.io crate dces 0.3.1
[INFO] tweaked toml for crates.io crate dces 0.3.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate crates.io crate dces 0.3.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d2b2b06d96b3b5457e1403765608eea231426d70a42c3bfbddddf6ab8114061
[INFO] running `Command { std: "docker" "start" "-a" "1d2b2b06d96b3b5457e1403765608eea231426d70a42c3bfbddddf6ab8114061", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d2b2b06d96b3b5457e1403765608eea231426d70a42c3bfbddddf6ab8114061", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d2b2b06d96b3b5457e1403765608eea231426d70a42c3bfbddddf6ab8114061", kill_on_drop: false }`
[INFO] [stdout] 1d2b2b06d96b3b5457e1403765608eea231426d70a42c3bfbddddf6ab8114061
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5f2bf3448340ed3e4bc8f2bd3923e2c7551163ab20be0bf089b7ceb74218c9a3
[INFO] running `Command { std: "docker" "start" "-a" "5f2bf3448340ed3e4bc8f2bd3923e2c7551163ab20be0bf089b7ceb74218c9a3", kill_on_drop: false }`
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking dces v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: the item `Drop` is imported redundantly
[INFO] [stdout]  --> src/world.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::ops::Drop;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Drop` is already defined here
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![deny(warnings)]
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `VecEntityStore` is imported redundantly
[INFO] [stdout]    --> src/system.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |     use super::*;
[INFO] [stdout]     |         -------- the item `VecEntityStore` is already imported here
[INFO] [stdout] 170 |     use crate::entity::VecEntityStore;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:3:9
[INFO] [stdout]     |
[INFO] [stdout] 3   | #![deny(warnings)]
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Drop` is imported redundantly
[INFO] [stdout]  --> src/world.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::ops::Drop;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Drop` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Entity` is imported redundantly
[INFO] [stdout]    --> src/world.rs:149:25
[INFO] [stdout]     |
[INFO] [stdout] 148 |     use super::*;
[INFO] [stdout]     |         -------- the item `Entity` is already imported here
[INFO] [stdout] 149 |     use crate::entity::{Entity, VecEntityStore};
[INFO] [stdout]     |                         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `VecEntityStore` is imported redundantly
[INFO] [stdout]    --> src/world.rs:149:33
[INFO] [stdout]     |
[INFO] [stdout] 148 |     use super::*;
[INFO] [stdout]     |         -------- the item `VecEntityStore` is already imported here
[INFO] [stdout] 149 |     use crate::entity::{Entity, VecEntityStore};
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough
[INFO] [stdout]   --> src/world.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 | /             cleanup_system
[INFO] [stdout] 29 | |                 .system
[INFO] [stdout] 30 | |                 .run(&mut self.entity_component_manager);
[INFO] [stdout]    | |                                                        ^
[INFO] [stdout]    | |                                                        |
[INFO] [stdout]    | |________________________________________________________the parameter type `Ctx` must be valid for the static lifetime...
[INFO] [stdout]    |                                                          ...so that the type `Ctx` will meet its required lifetime bounds
[INFO] [stdout]    |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<E, Ctx: 'static> Drop for World<E, Ctx>
[INFO] [stdout]    |            +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough
[INFO] [stdout]   --> src/world.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 | /             cleanup_system
[INFO] [stdout] 29 | |                 .system
[INFO] [stdout] 30 | |                 .run(&mut self.entity_component_manager);
[INFO] [stdout]    | |                                                        ^
[INFO] [stdout]    | |                                                        |
[INFO] [stdout]    | |________________________________________________________the parameter type `E` must be valid for the static lifetime...
[INFO] [stdout]    |                                                          ...so that the type `E` will meet its required lifetime bounds
[INFO] [stdout]    |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]    |
[INFO] [stdout] 24 |     E: EntityStore + 'static,
[INFO] [stdout]    |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough
[INFO] [stdout]    --> src/world.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 init_system.system.run(&mut self.entity_component_manager);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the parameter type `Ctx` must be valid for the static lifetime...
[INFO] [stdout]     |                 ...so that the type `Ctx` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 37  | impl<E, Ctx: 'static> World<E, Ctx>
[INFO] [stdout]     |            +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough
[INFO] [stdout]    --> src/world.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 init_system.system.run(&mut self.entity_component_manager);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the parameter type `E` must be valid for the static lifetime...
[INFO] [stdout]     |                 ...so that the type `E` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 39  |     E: EntityStore + 'static,
[INFO] [stdout]     |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough
[INFO] [stdout]    --> src/world.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.system_store
[INFO] [stdout] 114 | |                     .borrow_entity_system(*system)
[INFO] [stdout] 115 | |                     .unwrap()
[INFO] [stdout] 116 | |                     .system
[INFO] [stdout] 117 | |                     .run(&mut self.entity_component_manager);
[INFO] [stdout]     | |                                                            ^
[INFO] [stdout]     | |                                                            |
[INFO] [stdout]     | |____________________________________________________________the parameter type `Ctx` must be valid for the static lifetime...
[INFO] [stdout]     |                                                              ...so that the type `Ctx` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 37  | impl<E, Ctx: 'static> World<E, Ctx>
[INFO] [stdout]     |            +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough
[INFO] [stdout]    --> src/world.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.system_store
[INFO] [stdout] 114 | |                     .borrow_entity_system(*system)
[INFO] [stdout] 115 | |                     .unwrap()
[INFO] [stdout] 116 | |                     .system
[INFO] [stdout] 117 | |                     .run(&mut self.entity_component_manager);
[INFO] [stdout]     | |                                                            ^
[INFO] [stdout]     | |                                                            |
[INFO] [stdout]     | |____________________________________________________________the parameter type `E` must be valid for the static lifetime...
[INFO] [stdout]     |                                                              ...so that the type `E` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 39  |     E: EntityStore + 'static,
[INFO] [stdout]     |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough
[INFO] [stdout]    --> src/world.rs:126:17
[INFO] [stdout]     |
[INFO] [stdout] 126 | /                 init_system
[INFO] [stdout] 127 | |                     .system
[INFO] [stdout] 128 | |                     .run_with_context(&mut self.entity_component_manager, ctx);
[INFO] [stdout]     | |                                                                              ^
[INFO] [stdout]     | |                                                                              |
[INFO] [stdout]     | |______________________________________________________________________________the parameter type `Ctx` must be valid for the static lifetime...
[INFO] [stdout]     |                                                                                ...so that the type `Ctx` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 37  | impl<E, Ctx: 'static> World<E, Ctx>
[INFO] [stdout]     |            +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough
[INFO] [stdout]    --> src/world.rs:126:17
[INFO] [stdout]     |
[INFO] [stdout] 126 | /                 init_system
[INFO] [stdout] 127 | |                     .system
[INFO] [stdout] 128 | |                     .run_with_context(&mut self.entity_component_manager, ctx);
[INFO] [stdout]     | |                                                                              ^
[INFO] [stdout]     | |                                                                              |
[INFO] [stdout]     | |______________________________________________________________________________the parameter type `E` must be valid for the static lifetime...
[INFO] [stdout]     |                                                                                ...so that the type `E` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 39  |     E: EntityStore + 'static,
[INFO] [stdout]     |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough
[INFO] [stdout]    --> src/world.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 | /                 self.system_store
[INFO] [stdout] 137 | |                     .borrow_entity_system(*system)
[INFO] [stdout] 138 | |                     .unwrap()
[INFO] [stdout] 139 | |                     .system
[INFO] [stdout] 140 | |                     .run_with_context(&mut self.entity_component_manager, ctx);
[INFO] [stdout]     | |                                                                              ^
[INFO] [stdout]     | |                                                                              |
[INFO] [stdout]     | |______________________________________________________________________________the parameter type `Ctx` must be valid for the static lifetime...
[INFO] [stdout]     |                                                                                ...so that the type `Ctx` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 37  | impl<E, Ctx: 'static> World<E, Ctx>
[INFO] [stdout]     |            +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough
[INFO] [stdout]    --> src/world.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 | /                 self.system_store
[INFO] [stdout] 137 | |                     .borrow_entity_system(*system)
[INFO] [stdout] 138 | |                     .unwrap()
[INFO] [stdout] 139 | |                     .system
[INFO] [stdout] 140 | |                     .run_with_context(&mut self.entity_component_manager, ctx);
[INFO] [stdout]     | |                                                                              ^
[INFO] [stdout]     | |                                                                              |
[INFO] [stdout]     | |______________________________________________________________________________the parameter type `E` must be valid for the static lifetime...
[INFO] [stdout]     |                                                                                ...so that the type `E` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 39  |     E: EntityStore + 'static,
[INFO] [stdout]     |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0310`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dces` (lib) due to 12 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough
[INFO] [stdout]   --> src/world.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 | /             cleanup_system
[INFO] [stdout] 29 | |                 .system
[INFO] [stdout] 30 | |                 .run(&mut self.entity_component_manager);
[INFO] [stdout]    | |                                                        ^
[INFO] [stdout]    | |                                                        |
[INFO] [stdout]    | |________________________________________________________the parameter type `Ctx` must be valid for the static lifetime...
[INFO] [stdout]    |                                                          ...so that the type `Ctx` will meet its required lifetime bounds
[INFO] [stdout]    |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<E, Ctx: 'static> Drop for World<E, Ctx>
[INFO] [stdout]    |            +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough
[INFO] [stdout]   --> src/world.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 | /             cleanup_system
[INFO] [stdout] 29 | |                 .system
[INFO] [stdout] 30 | |                 .run(&mut self.entity_component_manager);
[INFO] [stdout]    | |                                                        ^
[INFO] [stdout]    | |                                                        |
[INFO] [stdout]    | |________________________________________________________the parameter type `E` must be valid for the static lifetime...
[INFO] [stdout]    |                                                          ...so that the type `E` will meet its required lifetime bounds
[INFO] [stdout]    |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]    |
[INFO] [stdout] 24 |     E: EntityStore + 'static,
[INFO] [stdout]    |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough
[INFO] [stdout]    --> src/world.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 init_system.system.run(&mut self.entity_component_manager);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the parameter type `Ctx` must be valid for the static lifetime...
[INFO] [stdout]     |                 ...so that the type `Ctx` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 37  | impl<E, Ctx: 'static> World<E, Ctx>
[INFO] [stdout]     |            +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough
[INFO] [stdout]    --> src/world.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |                 init_system.system.run(&mut self.entity_component_manager);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the parameter type `E` must be valid for the static lifetime...
[INFO] [stdout]     |                 ...so that the type `E` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 39  |     E: EntityStore + 'static,
[INFO] [stdout]     |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough
[INFO] [stdout]    --> src/world.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.system_store
[INFO] [stdout] 114 | |                     .borrow_entity_system(*system)
[INFO] [stdout] 115 | |                     .unwrap()
[INFO] [stdout] 116 | |                     .system
[INFO] [stdout] 117 | |                     .run(&mut self.entity_component_manager);
[INFO] [stdout]     | |                                                            ^
[INFO] [stdout]     | |                                                            |
[INFO] [stdout]     | |____________________________________________________________the parameter type `Ctx` must be valid for the static lifetime...
[INFO] [stdout]     |                                                              ...so that the type `Ctx` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 37  | impl<E, Ctx: 'static> World<E, Ctx>
[INFO] [stdout]     |            +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough
[INFO] [stdout]    --> src/world.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 | /                 self.system_store
[INFO] [stdout] 114 | |                     .borrow_entity_system(*system)
[INFO] [stdout] 115 | |                     .unwrap()
[INFO] [stdout] 116 | |                     .system
[INFO] [stdout] 117 | |                     .run(&mut self.entity_component_manager);
[INFO] [stdout]     | |                                                            ^
[INFO] [stdout]     | |                                                            |
[INFO] [stdout]     | |____________________________________________________________the parameter type `E` must be valid for the static lifetime...
[INFO] [stdout]     |                                                              ...so that the type `E` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 39  |     E: EntityStore + 'static,
[INFO] [stdout]     |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough
[INFO] [stdout]    --> src/world.rs:126:17
[INFO] [stdout]     |
[INFO] [stdout] 126 | /                 init_system
[INFO] [stdout] 127 | |                     .system
[INFO] [stdout] 128 | |                     .run_with_context(&mut self.entity_component_manager, ctx);
[INFO] [stdout]     | |                                                                              ^
[INFO] [stdout]     | |                                                                              |
[INFO] [stdout]     | |______________________________________________________________________________the parameter type `Ctx` must be valid for the static lifetime...
[INFO] [stdout]     |                                                                                ...so that the type `Ctx` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 37  | impl<E, Ctx: 'static> World<E, Ctx>
[INFO] [stdout]     |            +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough
[INFO] [stdout]    --> src/world.rs:126:17
[INFO] [stdout]     |
[INFO] [stdout] 126 | /                 init_system
[INFO] [stdout] 127 | |                     .system
[INFO] [stdout] 128 | |                     .run_with_context(&mut self.entity_component_manager, ctx);
[INFO] [stdout]     | |                                                                              ^
[INFO] [stdout]     | |                                                                              |
[INFO] [stdout]     | |______________________________________________________________________________the parameter type `E` must be valid for the static lifetime...
[INFO] [stdout]     |                                                                                ...so that the type `E` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 39  |     E: EntityStore + 'static,
[INFO] [stdout]     |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough
[INFO] [stdout]    --> src/world.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 | /                 self.system_store
[INFO] [stdout] 137 | |                     .borrow_entity_system(*system)
[INFO] [stdout] 138 | |                     .unwrap()
[INFO] [stdout] 139 | |                     .system
[INFO] [stdout] 140 | |                     .run_with_context(&mut self.entity_component_manager, ctx);
[INFO] [stdout]     | |                                                                              ^
[INFO] [stdout]     | |                                                                              |
[INFO] [stdout]     | |______________________________________________________________________________the parameter type `Ctx` must be valid for the static lifetime...
[INFO] [stdout]     |                                                                                ...so that the type `Ctx` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 37  | impl<E, Ctx: 'static> World<E, Ctx>
[INFO] [stdout]     |            +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough
[INFO] [stdout]    --> src/world.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 | /                 self.system_store
[INFO] [stdout] 137 | |                     .borrow_entity_system(*system)
[INFO] [stdout] 138 | |                     .unwrap()
[INFO] [stdout] 139 | |                     .system
[INFO] [stdout] 140 | |                     .run_with_context(&mut self.entity_component_manager, ctx);
[INFO] [stdout]     | |                                                                              ^
[INFO] [stdout]     | |                                                                              |
[INFO] [stdout]     | |______________________________________________________________________________the parameter type `E` must be valid for the static lifetime...
[INFO] [stdout]     |                                                                                ...so that the type `E` will meet its required lifetime bounds
[INFO] [stdout]     |
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 39  |     E: EntityStore + 'static,
[INFO] [stdout]     |                    +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 14 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0310`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dces` (lib test) due to 15 previous errors
[INFO] running `Command { std: "docker" "inspect" "5f2bf3448340ed3e4bc8f2bd3923e2c7551163ab20be0bf089b7ceb74218c9a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f2bf3448340ed3e4bc8f2bd3923e2c7551163ab20be0bf089b7ceb74218c9a3", kill_on_drop: false }`
[INFO] [stdout] 5f2bf3448340ed3e4bc8f2bd3923e2c7551163ab20be0bf089b7ceb74218c9a3
