[INFO] cloning repository https://github.com/taep96/noratifier [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/taep96/noratifier" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaep96%2Fnoratifier", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaep96%2Fnoratifier'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5f804f2bdfc6849d4bcc8e046a139424412c0bbf [INFO] checking taep96/noratifier against try#943e2200e35c3825486c4671b6cab0107a07f8c1 for pr-148952 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaep96%2Fnoratifier" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/taep96/noratifier [INFO] finished tweaking git repo https://github.com/taep96/noratifier [INFO] tweaked toml for git repo https://github.com/taep96/noratifier written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/taep96/noratifier on toolchain 943e2200e35c3825486c4671b6cab0107a07f8c1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/taep96/noratifier 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" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec1e818bb596ad4630d4cb5ad02cfec53702fa94ecfacd350eedc3b2133d445b [INFO] running `Command { std: "docker" "start" "-a" "ec1e818bb596ad4630d4cb5ad02cfec53702fa94ecfacd350eedc3b2133d445b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec1e818bb596ad4630d4cb5ad02cfec53702fa94ecfacd350eedc3b2133d445b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec1e818bb596ad4630d4cb5ad02cfec53702fa94ecfacd350eedc3b2133d445b", kill_on_drop: false }` [INFO] [stdout] ec1e818bb596ad4630d4cb5ad02cfec53702fa94ecfacd350eedc3b2133d445b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9df78e5fd5009e82da6cd11012fc41a4d0f04d0bef3a9548c26ce7a71f9dd38c [INFO] running `Command { std: "docker" "start" "-a" "9df78e5fd5009e82da6cd11012fc41a4d0f04d0bef3a9548c26ce7a71f9dd38c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Compiling aws-lc-rs v1.15.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Checking memchr v2.7.6 [INFO] [stderr] Checking rustls-native-certs v0.8.2 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking time v0.3.44 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling owo-colors v4.2.3 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Checking gimli v0.32.3 [INFO] [stderr] Compiling color-spantrace v0.3.0 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling cc v1.2.45 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Checking sha1_smol v1.0.1 [INFO] [stderr] Checking simdutf8 v0.1.5 [INFO] [stderr] Checking indenter v0.3.4 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling aws-lc-sys v0.33.0 [INFO] [stderr] Checking addr2line v0.25.1 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Checking backtrace v0.3.76 [INFO] [stderr] Checking tokio v1.48.0 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking tracing-error v0.2.1 [INFO] [stderr] Checking color-eyre v0.6.5 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Checking twilight-model v0.17.0 [INFO] [stderr] Checking tokio-util v0.7.17 [INFO] [stderr] Checking twilight-gateway-queue v0.17.0 [INFO] [stderr] Checking h2 v0.4.12 [INFO] [stderr] Checking twilight-http-ratelimiting v0.17.0 [INFO] [stderr] Checking hyper v1.8.1 [INFO] [stderr] Checking hyper-util v0.1.18 [INFO] [stderr] Checking rustls-webpki v0.103.8 [INFO] [stderr] Checking tokio-rustls v0.26.4 [INFO] [stderr] Checking rustls-platform-verifier v0.6.2 [INFO] [stderr] Checking twilight-validate v0.17.0 [INFO] [stderr] Checking hyper-rustls v0.27.7 [INFO] [stderr] Checking tokio-websockets v0.13.0 [INFO] [stderr] Checking twilight-http v0.17.0 [INFO] [stdout] error[E0716]: temporary value dropped while borrowed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-websockets-0.13.0/src/proto/types.rs:650:40 [INFO] [stdout] | [INFO] [stdout] 650 | payload: Payload::from_static(&CloseCode::NORMAL_CLOSURE.0.get().to_be_bytes()), [INFO] [stdout] | ----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | | [INFO] [stdout] | | creates a temporary value which is freed while still in use [INFO] [stdout] | argument requires that borrow lasts for `'static` [INFO] [stdout] 651 | }; [INFO] [stdout] | - temporary value is freed at the end of this statement [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0716`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio-websockets` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9df78e5fd5009e82da6cd11012fc41a4d0f04d0bef3a9548c26ce7a71f9dd38c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9df78e5fd5009e82da6cd11012fc41a4d0f04d0bef3a9548c26ce7a71f9dd38c", kill_on_drop: false }` [INFO] [stdout] 9df78e5fd5009e82da6cd11012fc41a4d0f04d0bef3a9548c26ce7a71f9dd38c