[INFO] cloning repository https://github.com/mike-lloyd03/rust-in-the-middle [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mike-lloyd03/rust-in-the-middle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmike-lloyd03%2Frust-in-the-middle", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmike-lloyd03%2Frust-in-the-middle'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 02b4453f876844a58e48df435da75fd0c22f42f0 [INFO] testing mike-lloyd03/rust-in-the-middle against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmike-lloyd03%2Frust-in-the-middle" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mike-lloyd03/rust-in-the-middle 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 git repo https://github.com/mike-lloyd03/rust-in-the-middle [INFO] finished tweaking git repo https://github.com/mike-lloyd03/rust-in-the-middle [INFO] tweaked toml for git repo https://github.com/mike-lloyd03/rust-in-the-middle written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/mike-lloyd03/rust-in-the-middle 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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2deb8a50a8a58aac2180ba9ea0acb99ad48f6b7c41f38ddf2110ef89e105c7aa [INFO] running `Command { std: "docker" "start" "-a" "2deb8a50a8a58aac2180ba9ea0acb99ad48f6b7c41f38ddf2110ef89e105c7aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2deb8a50a8a58aac2180ba9ea0acb99ad48f6b7c41f38ddf2110ef89e105c7aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2deb8a50a8a58aac2180ba9ea0acb99ad48f6b7c41f38ddf2110ef89e105c7aa", kill_on_drop: false }` [INFO] [stdout] 2deb8a50a8a58aac2180ba9ea0acb99ad48f6b7c41f38ddf2110ef89e105c7aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c69fe3a84408f64633c9de3e2946f6ebca7b418657af10916df77b98200f948 [INFO] running `Command { std: "docker" "start" "-a" "4c69fe3a84408f64633c9de3e2946f6ebca7b418657af10916df77b98200f948", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling syn v1.0.40 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stderr] Compiling unindent v0.1.6 [INFO] [stderr] Compiling indoc v1.0.2 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling tokio-native-tls v0.1.0 [INFO] [stderr] Compiling Rudy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0759]: `root_ca` has an anonymous lifetime `'_` but it needs to satisfy a `'static` lifetime requirement [INFO] [stdout] --> src/main.rs:34:32 [INFO] [stdout] | [INFO] [stdout] 34 | async fn main_loop(addr: &str, root_ca: &tls::RootCA) { [INFO] [stdout] | ^^^^^^^ ------------ this data with an anonymous lifetime `'_`... [INFO] [stdout] | | [INFO] [stdout] | ...is used here... [INFO] [stdout] ... [INFO] [stdout] 40 | process(socket, &root_ca).await; [INFO] [stdout] | -------- ...is used here... [INFO] [stdout] | [INFO] [stdout] note: ...and is required to live as long as `'static` here [INFO] [stdout] --> src/main.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | tokio::spawn(async move { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] note: `'static` lifetime requirement introduced by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.22/src/task/spawn.rs:127:28 [INFO] [stdout] | [INFO] [stdout] 127 | T: Future + Send + 'static, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0759`. [INFO] [stdout] [INFO] [stderr] error: could not compile `Rudy` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "4c69fe3a84408f64633c9de3e2946f6ebca7b418657af10916df77b98200f948", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c69fe3a84408f64633c9de3e2946f6ebca7b418657af10916df77b98200f948", kill_on_drop: false }` [INFO] [stdout] 4c69fe3a84408f64633c9de3e2946f6ebca7b418657af10916df77b98200f948