[INFO] fetching crate dces 0.3.1... [INFO] testing dces-0.3.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate dces 0.3.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate dces 0.3.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate 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-0/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: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5beb02bcc1564c94ff006fb4e4e73066bc53f8d06548f1aeba24a1754c2acc41 [INFO] running `Command { std: "docker" "start" "-a" "5beb02bcc1564c94ff006fb4e4e73066bc53f8d06548f1aeba24a1754c2acc41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5beb02bcc1564c94ff006fb4e4e73066bc53f8d06548f1aeba24a1754c2acc41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5beb02bcc1564c94ff006fb4e4e73066bc53f8d06548f1aeba24a1754c2acc41", kill_on_drop: false }` [INFO] [stdout] 5beb02bcc1564c94ff006fb4e4e73066bc53f8d06548f1aeba24a1754c2acc41 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 27f268a677161b4b0b89f71906829f6fcba699f841ca82edd4ce066fbc427fca [INFO] running `Command { std: "docker" "start" "-a" "27f268a677161b4b0b89f71906829f6fcba699f841ca82edd4ce066fbc427fca", kill_on_drop: false }` [INFO] [stderr] Compiling dces v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough [INFO] [stdout] --> src/world.rs:30:18 [INFO] [stdout] | [INFO] [stdout] 22 | impl Drop for World [INFO] [stdout] | --- help: consider adding an explicit lifetime bound...: `Ctx: 'static` [INFO] [stdout] ... [INFO] [stdout] 30 | .run(&mut self.entity_component_manager); [INFO] [stdout] | ^^^ ...so that the type `(dyn system::System + 'static)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> src/system.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait System: Any [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/world.rs:30:18 [INFO] [stdout] | [INFO] [stdout] 22 | impl Drop for World [INFO] [stdout] | - help: consider adding an explicit lifetime bound...: `E: 'static` [INFO] [stdout] ... [INFO] [stdout] 30 | .run(&mut self.entity_component_manager); [INFO] [stdout] | ^^^ ...so that the type `(dyn system::System + 'static)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> src/system.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait System: Any [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:36 [INFO] [stdout] | [INFO] [stdout] 37 | impl World [INFO] [stdout] | --- help: consider adding an explicit lifetime bound...: `Ctx: 'static` [INFO] [stdout] ... [INFO] [stdout] 105 | init_system.system.run(&mut self.entity_component_manager); [INFO] [stdout] | ^^^ ...so that the type `(dyn system::System + 'static)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> src/system.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait System: Any [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:36 [INFO] [stdout] | [INFO] [stdout] 37 | impl World [INFO] [stdout] | - help: consider adding an explicit lifetime bound...: `E: 'static` [INFO] [stdout] ... [INFO] [stdout] 105 | init_system.system.run(&mut self.entity_component_manager); [INFO] [stdout] | ^^^ ...so that the type `(dyn system::System + 'static)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> src/system.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait System: Any [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `Ctx` may not live long enough [INFO] [stdout] --> src/world.rs:128:22 [INFO] [stdout] | [INFO] [stdout] 37 | impl World [INFO] [stdout] | --- help: consider adding an explicit lifetime bound...: `Ctx: 'static` [INFO] [stdout] ... [INFO] [stdout] 128 | .run_with_context(&mut self.entity_component_manager, ctx); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `(dyn system::System + 'static)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> src/system.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait System: Any [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `E` may not live long enough [INFO] [stdout] --> src/world.rs:128:22 [INFO] [stdout] | [INFO] [stdout] 37 | impl World [INFO] [stdout] | - help: consider adding an explicit lifetime bound...: `E: 'static` [INFO] [stdout] ... [INFO] [stdout] 128 | .run_with_context(&mut self.entity_component_manager, ctx); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `(dyn system::System + 'static)` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> src/system.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait System: Any [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 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` due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "27f268a677161b4b0b89f71906829f6fcba699f841ca82edd4ce066fbc427fca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27f268a677161b4b0b89f71906829f6fcba699f841ca82edd4ce066fbc427fca", kill_on_drop: false }` [INFO] [stdout] 27f268a677161b4b0b89f71906829f6fcba699f841ca82edd4ce066fbc427fca