[INFO] fetching crate orbtk-tree 0.3.1-alpha3... [INFO] checking orbtk-tree-0.3.1-alpha3 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate orbtk-tree 0.3.1-alpha3 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate orbtk-tree 0.3.1-alpha3 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate orbtk-tree 0.3.1-alpha3 [INFO] finished tweaking crates.io crate orbtk-tree 0.3.1-alpha3 [INFO] tweaked toml for crates.io crate orbtk-tree 0.3.1-alpha3 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dces v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 49507b51c344550962c7945435d01b743aa5138a4a3e639849050c1f71d16f31 [INFO] running `Command { std: "docker" "start" "-a" "49507b51c344550962c7945435d01b743aa5138a4a3e639849050c1f71d16f31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "49507b51c344550962c7945435d01b743aa5138a4a3e639849050c1f71d16f31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49507b51c344550962c7945435d01b743aa5138a4a3e639849050c1f71d16f31", kill_on_drop: false }` [INFO] [stdout] 49507b51c344550962c7945435d01b743aa5138a4a3e639849050c1f71d16f31 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 48cb900d80af033bc168b1ac6f838451f81e5f70bc80884e3853c563fd2f9b7b [INFO] running `Command { std: "docker" "start" "-a" "48cb900d80af033bc168b1ac6f838451f81e5f70bc80884e3853c563fd2f9b7b", kill_on_drop: false }` [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking dces v0.3.1 [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dces-0.3.1/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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dces-0.3.1/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 Drop for World [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dces-0.3.1/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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dces-0.3.1/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 World [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dces-0.3.1/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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dces-0.3.1/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 World [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dces-0.3.1/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] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dces-0.3.1/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 World [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dces-0.3.1/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[E0310]: the parameter type `Ctx` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/dces-0.3.1/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 World [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 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 11 previous errors [INFO] running `Command { std: "docker" "inspect" "48cb900d80af033bc168b1ac6f838451f81e5f70bc80884e3853c563fd2f9b7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48cb900d80af033bc168b1ac6f838451f81e5f70bc80884e3853c563fd2f9b7b", kill_on_drop: false }` [INFO] [stdout] 48cb900d80af033bc168b1ac6f838451f81e5f70bc80884e3853c563fd2f9b7b