[INFO] fetching crate portable_async_sleep 0.1.1...
[INFO] checking portable_async_sleep-0.1.1 against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] extracting crate portable_async_sleep 0.1.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate portable_async_sleep 0.1.1
[INFO] finished tweaking crates.io crate portable_async_sleep 0.1.1
[INFO] tweaked toml for crates.io crate portable_async_sleep 0.1.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate portable_async_sleep 0.1.1 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 portable_async_sleep 0.1.1 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] 5f8deccf5f00cf4487d7b8756be132b623674ac17b9b7ce4a7da1e2b43886b96
[INFO] running `Command { std: "docker" "start" "5f8deccf5f00cf4487d7b8756be132b623674ac17b9b7ce4a7da1e2b43886b96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f8deccf5f00cf4487d7b8756be132b623674ac17b9b7ce4a7da1e2b43886b96", 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" "5f8deccf5f00cf4487d7b8756be132b623674ac17b9b7ce4a7da1e2b43886b96" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f8deccf5f00cf4487d7b8756be132b623674ac17b9b7ce4a7da1e2b43886b96", 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" "5f8deccf5f00cf4487d7b8756be132b623674ac17b9b7ce4a7da1e2b43886b96" "/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 hashbrown v0.15.5
[INFO] [stderr]    Compiling logwise_proc v0.3.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking priority v0.1.1
[INFO] [stderr]     Checking logwise v0.2.4
[INFO] [stderr]     Checking logwise v0.3.0
[INFO] [stderr]    Compiling indexmap v2.11.0
[INFO] [stderr]     Checking blocking_semaphore v0.1.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling test_executors_proc v0.3.5
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking continue v0.1.1
[INFO] [stderr]     Checking some_executor v0.6.1
[INFO] [stderr]     Checking portable_async_sleep v0.1.1 (/opt/rustwide/workdir)
[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] [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" "5f8deccf5f00cf4487d7b8756be132b623674ac17b9b7ce4a7da1e2b43886b96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f8deccf5f00cf4487d7b8756be132b623674ac17b9b7ce4a7da1e2b43886b96", kill_on_drop: false }`
[INFO] [stdout] 5f8deccf5f00cf4487d7b8756be132b623674ac17b9b7ce4a7da1e2b43886b96
