[INFO] cloning repository https://github.com/neri/uefi-junkz [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/neri/uefi-junkz" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneri%2Fuefi-junkz", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneri%2Fuefi-junkz'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f8d88e00e7551b616a5f6114c29b4892d07d8f8a [INFO] checking neri/uefi-junkz against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneri%2Fuefi-junkz" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/neri/uefi-junkz on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/neri/uefi-junkz [INFO] finished tweaking git repo https://github.com/neri/uefi-junkz [INFO] tweaked toml for git repo https://github.com/neri/uefi-junkz written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/neri/uefi-junkz 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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded uefi-macros v0.8.1 [INFO] [stderr] Downloaded ucs2 v0.3.2 [INFO] [stderr] Downloaded uefi v0.17.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 01c524226d3331a4724a5d6c5ba4162664793f0d7b881d079aa25da336eddb02 [INFO] running `Command { std: "docker" "start" "-a" "01c524226d3331a4724a5d6c5ba4162664793f0d7b881d079aa25da336eddb02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "01c524226d3331a4724a5d6c5ba4162664793f0d7b881d079aa25da336eddb02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01c524226d3331a4724a5d6c5ba4162664793f0d7b881d079aa25da336eddb02", kill_on_drop: false }` [INFO] [stdout] 01c524226d3331a4724a5d6c5ba4162664793f0d7b881d079aa25da336eddb02 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da8005de80cb5ed80b748b71ff3f186d6e6b007e7c6e38971e2ecdcb22752f1a [INFO] running `Command { std: "docker" "start" "-a" "da8005de80cb5ed80b748b71ff3f186d6e6b007e7c6e38971e2ecdcb22752f1a", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling proc-macro2 v1.0.44 [INFO] [stderr] Compiling syn v1.0.100 [INFO] [stderr] Checking bit_field v0.10.1 [INFO] [stderr] Checking myacpi v0.1.0 (/opt/rustwide/workdir/lib/myacpi) [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/myacpi/src/tables.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn find(&self) -> impl Iterator { [INFO] [stdout] | ----- the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] 158 | self.tables().map(|v| v.assume()).filter_map(|v| v) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 157 | pub fn find<'a, T: AcpiTable + 'a>(&'a self) -> impl Iterator { [INFO] [stdout] | +++ ++++ ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/myacpi/src/tables.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn find(&self) -> impl Iterator { [INFO] [stdout] | ----- the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] 158 | self.tables().map(|v| v.assume()).filter_map(|v| v) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 157 | pub fn find<'a, T: AcpiTable + 'a>(&'a self) -> impl Iterator { [INFO] [stdout] | +++ ++++ ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/myacpi/src/madt.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn entries(&self) -> impl Iterator { [INFO] [stdout] | ----- the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] 39 | self.raw_entries().filter_map(|v| v.assume()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | pub fn entries<'a, T: RawEntry + 'a>(&'a self) -> impl Iterator { [INFO] [stdout] | +++ ++++ ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/myacpi/src/tables.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn find(&self) -> impl Iterator { [INFO] [stdout] | ----- the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] 158 | self.tables().map(|v| v.assume()).filter_map(|v| v) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 157 | pub fn find<'a, T: AcpiTable + 'a>(&'a self) -> impl Iterator { [INFO] [stdout] | +++ ++++ ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/myacpi/src/tables.rs:158:9 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn find(&self) -> impl Iterator { [INFO] [stdout] | ----- the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] 158 | self.tables().map(|v| v.assume()).filter_map(|v| v) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 157 | pub fn find<'a, T: AcpiTable + 'a>(&'a self) -> impl Iterator { [INFO] [stdout] | +++ ++++ ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> lib/myacpi/src/madt.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn entries(&self) -> impl Iterator { [INFO] [stdout] | ----- the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] 39 | self.raw_entries().filter_map(|v| v.assume()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 38 | pub fn entries<'a, T: RawEntry + 'a>(&'a self) -> impl Iterator { [INFO] [stdout] | +++ ++++ ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0311`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0311`. [INFO] [stdout] [INFO] [stderr] error: could not compile `myacpi` (lib) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `myacpi` (lib test) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "da8005de80cb5ed80b748b71ff3f186d6e6b007e7c6e38971e2ecdcb22752f1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da8005de80cb5ed80b748b71ff3f186d6e6b007e7c6e38971e2ecdcb22752f1a", kill_on_drop: false }` [INFO] [stdout] da8005de80cb5ed80b748b71ff3f186d6e6b007e7c6e38971e2ecdcb22752f1a [INFO] checking neri/uefi-junkz against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneri%2Fuefi-junkz" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/neri/uefi-junkz on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/neri/uefi-junkz [INFO] finished tweaking git repo https://github.com/neri/uefi-junkz [INFO] tweaked toml for git repo https://github.com/neri/uefi-junkz written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/neri/uefi-junkz 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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5eb1471443ca780efd39584dd0682a41ac19c606a4b8e008d342dbdd97b4d999 [INFO] running `Command { std: "docker" "start" "-a" "5eb1471443ca780efd39584dd0682a41ac19c606a4b8e008d342dbdd97b4d999", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5eb1471443ca780efd39584dd0682a41ac19c606a4b8e008d342dbdd97b4d999", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5eb1471443ca780efd39584dd0682a41ac19c606a4b8e008d342dbdd97b4d999", kill_on_drop: false }` [INFO] [stdout] 5eb1471443ca780efd39584dd0682a41ac19c606a4b8e008d342dbdd97b4d999 [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d49a09336d9573c608855369c3f8db2b623b7699f46a8fd795435a552792c32b [INFO] running `Command { std: "docker" "start" "-a" "d49a09336d9573c608855369c3f8db2b623b7699f46a8fd795435a552792c32b", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "d49a09336d9573c608855369c3f8db2b623b7699f46a8fd795435a552792c32b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d49a09336d9573c608855369c3f8db2b623b7699f46a8fd795435a552792c32b", kill_on_drop: false }` [INFO] [stdout] d49a09336d9573c608855369c3f8db2b623b7699f46a8fd795435a552792c32b