[INFO] fetching crate test_executors 0.4.1...
[INFO] checking test_executors-0.4.1 against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] extracting crate test_executors 0.4.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate test_executors 0.4.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate test_executors 0.4.1
[INFO] tweaked toml for crates.io crate test_executors 0.4.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate test_executors 0.4.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 test_executors 0.4.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-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 8124e041aa06be42f53a7f32ee2e4001d3b0c3a61fa6d0644809fb25595d65fa
[INFO] running `Command { std: "docker" "start" "8124e041aa06be42f53a7f32ee2e4001d3b0c3a61fa6d0644809fb25595d65fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8124e041aa06be42f53a7f32ee2e4001d3b0c3a61fa6d0644809fb25595d65fa", 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" "8124e041aa06be42f53a7f32ee2e4001d3b0c3a61fa6d0644809fb25595d65fa" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8124e041aa06be42f53a7f32ee2e4001d3b0c3a61fa6d0644809fb25595d65fa", 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" "8124e041aa06be42f53a7f32ee2e4001d3b0c3a61fa6d0644809fb25595d65fa" "/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 logwise_proc v0.5.0
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking logwise v0.2.4
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling test_executors_proc v0.3.5
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking continue v0.1.1
[INFO] [stderr]     Checking wasm_safe_mutex v0.1.2
[INFO] [stderr]     Checking some_executor v0.6.2
[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.2/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 logwise v0.5.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" "8124e041aa06be42f53a7f32ee2e4001d3b0c3a61fa6d0644809fb25595d65fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8124e041aa06be42f53a7f32ee2e4001d3b0c3a61fa6d0644809fb25595d65fa", kill_on_drop: false }`
[INFO] [stdout] 8124e041aa06be42f53a7f32ee2e4001d3b0c3a61fa6d0644809fb25595d65fa
