[INFO] cloning repository https://github.com/manuels/wireguard-p2p
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/manuels/wireguard-p2p" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanuels%2Fwireguard-p2p", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanuels%2Fwireguard-p2p'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7d837fd05478c00de28d86054cb821b6d9c60173
[INFO] checking manuels/wireguard-p2p against 47574b82ff3fe9b0a45ff65a4fe189e295ecb748 for pr-160780
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanuels%2Fwireguard-p2p" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/manuels/wireguard-p2p
[INFO] finished tweaking git repo https://github.com/manuels/wireguard-p2p
[INFO] tweaked toml for git repo https://github.com/manuels/wireguard-p2p written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/manuels/wireguard-p2p on toolchain 47574b82ff3fe9b0a45ff65a4fe189e295ecb748
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47574b82ff3fe9b0a45ff65a4fe189e295ecb748" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47574b82ff3fe9b0a45ff65a4fe189e295ecb748" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 160 packages to highest compatible versions
[INFO] [stderr]       Adding base64 v0.13.1 (available: v0.23.1)
[INFO] [stderr]       Adding bytes v0.6.0 (available: v1.12.1)
[INFO] [stderr]       Adding clap v2.34.0 (available: v4.6.6)
[INFO] [stderr]       Adding neli v0.4.3 (available: v0.4.4)
[INFO] [stderr]       Adding rand v0.8.8 (available: v0.10.2)
[INFO] [stderr]       Adding wireguard-uapi v1.0.5 (available: v3.0.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47574b82ff3fe9b0a45ff65a4fe189e295ecb748" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9a763288dfa402be162ddabfbe26088a7422a59c8776d79ead7cd5784addb841
[INFO] running `Command { std: "docker" "start" "9a763288dfa402be162ddabfbe26088a7422a59c8776d79ead7cd5784addb841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a763288dfa402be162ddabfbe26088a7422a59c8776d79ead7cd5784addb841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9a763288dfa402be162ddabfbe26088a7422a59c8776d79ead7cd5784addb841" "/opt/rustwide/cargo-home/bin/cargo" "+47574b82ff3fe9b0a45ff65a4fe189e295ecb748" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a763288dfa402be162ddabfbe26088a7422a59c8776d79ead7cd5784addb841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9a763288dfa402be162ddabfbe26088a7422a59c8776d79ead7cd5784addb841" "/opt/rustwide/cargo-home/bin/cargo" "+47574b82ff3fe9b0a45ff65a4fe189e295ecb748" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking futures-core v0.3.34
[INFO] [stderr]    Compiling crossbeam-utils v0.8.23
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.12
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling cc v1.4.5
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling syn v3.0.5
[INFO] [stderr]     Checking event-listener v5.4.2
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]    Compiling pkg-config v0.3.34
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling strsim v0.7.0
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking futures-sink v0.3.34
[INFO] [stderr]    Compiling slog v2.8.2
[INFO] [stderr]    Compiling ring v0.13.5
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.13.5/build.rs:482:52
[INFO] [stdout]     |
[INFO] [stdout] 482 |                 let _ = c.flag("-Wl,--gc-sections".into());
[INFO] [stdout]     |                           ----                     ^^^^
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: multiple `impl`s satisfying `_: AsRef<OsStr>` found in the following crates: `find_msvc_tools`, `std`:
[INFO] [stdout]             - impl AsRef<OsStr> for OsStr;
[INFO] [stdout]             - impl AsRef<OsStr> for OsString;
[INFO] [stdout]             - impl AsRef<OsStr> for Path;
[INFO] [stdout]             - impl AsRef<OsStr> for PathBuf;
[INFO] [stdout]             - impl AsRef<OsStr> for String;
[INFO] [stdout]             - impl AsRef<OsStr> for find_msvc_tools::find_tools::Env;
[INFO] [stdout]             - impl AsRef<OsStr> for str;
[INFO] [stdout] note: required by a bound in `Build::flag`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.4.5/src/lib.rs:653:39
[INFO] [stdout]     |
[INFO] [stdout] 653 |     pub fn flag(&mut self, flag: impl AsRef<OsStr>) -> &mut Build {
[INFO] [stdout]     |                                       ^^^^^^^^^^^^ required by this bound in `Build::flag`
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]     |
[INFO] [stdout] 482 -                 let _ = c.flag("-Wl,--gc-sections".into());
[INFO] [stdout] 482 +                 let _ = c.flag(<&str as Into<T>>::into("-Wl,--gc-sections"));
[INFO] [stdout]     |
[INFO] [stdout] help: consider removing this method call, as the receiver has type `&'static str` and `&'static str: AsRef<OsStr>` trivially holds
[INFO] [stdout]     |
[INFO] [stdout] 482 -                 let _ = c.flag("-Wl,--gc-sections".into());
[INFO] [stdout] 482 +                 let _ = c.flag("-Wl,--gc-sections");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ring` (build script) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9a763288dfa402be162ddabfbe26088a7422a59c8776d79ead7cd5784addb841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a763288dfa402be162ddabfbe26088a7422a59c8776d79ead7cd5784addb841", kill_on_drop: false }`
[INFO] [stdout] 9a763288dfa402be162ddabfbe26088a7422a59c8776d79ead7cd5784addb841
