[INFO] fetching crate unsync-pipe 0.2.0...
[INFO] checking unsync-pipe-0.2.0 against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] extracting crate unsync-pipe 0.2.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate unsync-pipe 0.2.0
[INFO] finished tweaking crates.io crate unsync-pipe 0.2.0
[INFO] tweaked toml for crates.io crate unsync-pipe 0.2.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate unsync-pipe 0.2.0 on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate unsync-pipe 0.2.0 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] bc606858bef1d2e8dd845ee7e82093f6eba42507d2700809d17953859c282422
[INFO] running `Command { std: "docker" "start" "bc606858bef1d2e8dd845ee7e82093f6eba42507d2700809d17953859c282422", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bc606858bef1d2e8dd845ee7e82093f6eba42507d2700809d17953859c282422", 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" "bc606858bef1d2e8dd845ee7e82093f6eba42507d2700809d17953859c282422" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bc606858bef1d2e8dd845ee7e82093f6eba42507d2700809d17953859c282422", 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" "bc606858bef1d2e8dd845ee7e82093f6eba42507d2700809d17953859c282422" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling logwise_proc v0.1.1
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling logwise_proc v0.4.0
[INFO] [stderr]     Checking priority v0.1.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking logwise v0.2.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling test_executors_proc v0.3.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v2.0.16
[INFO] [stderr]     Checking continue v0.1.1
[INFO] [stderr]     Checking wasm_safe_mutex v0.1.2
[INFO] [stderr]     Checking some_executor v0.6.1
[INFO] [stdout] error[E0499]: cannot borrow `*executor` as mutable more than once at a time
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/some_executor-0.6.1/src/thread_executor.rs:621:5
[INFO] [stdout]     |
[INFO] [stdout] 618 |     let o = executor.spawn_static(t);
[INFO] [stdout]     |             -------- first mutable borrow occurs here
[INFO] [stdout] ...
[INFO] [stdout] 621 |     executor.spawn_static(t).detach(); //can't hold this across await points
[INFO] [stdout]     |     ^^^^^^^^              - first borrow later used here
[INFO] [stdout]     |     |
[INFO] [stdout]     |     second mutable borrow occurs here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking logwise v0.4.0
[INFO] [stdout] For more information about this error, try `rustc --explain E0499`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `some_executor` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "bc606858bef1d2e8dd845ee7e82093f6eba42507d2700809d17953859c282422", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc606858bef1d2e8dd845ee7e82093f6eba42507d2700809d17953859c282422", kill_on_drop: false }`
[INFO] [stdout] bc606858bef1d2e8dd845ee7e82093f6eba42507d2700809d17953859c282422
