[INFO] fetching crate crash-handler 0.6.2...
[INFO] checking crash-handler-0.6.2 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate crash-handler 0.6.2 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate crash-handler 0.6.2 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate crash-handler 0.6.2
[INFO] finished tweaking crates.io crate crash-handler 0.6.2
[INFO] tweaked toml for crates.io crate crash-handler 0.6.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 21 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6d483bd742d7a8d2f7d10ca4bfc6101665d9b3781b18b5e70f36b4401974dc92
[INFO] running `Command { std: "docker" "start" "-a" "6d483bd742d7a8d2f7d10ca4bfc6101665d9b3781b18b5e70f36b4401974dc92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d483bd742d7a8d2f7d10ca4bfc6101665d9b3781b18b5e70f36b4401974dc92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d483bd742d7a8d2f7d10ca4bfc6101665d9b3781b18b5e70f36b4401974dc92", kill_on_drop: false }`
[INFO] [stdout] 6d483bd742d7a8d2f7d10ca4bfc6101665d9b3781b18b5e70f36b4401974dc92
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 71543229d8407fb6ef7ce183a0c618e625ae4b84efaf219874e385abbd4f3ffe
[INFO] running `Command { std: "docker" "start" "-a" "71543229d8407fb6ef7ce183a0c618e625ae4b84efaf219874e385abbd4f3ffe", kill_on_drop: false }`
[INFO] [stderr]     Checking crash-context v0.6.3
[INFO] [stderr]     Checking crash-handler v0.6.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]   --> src/unix/pthread_interpose.rs:90:40
[INFO] [stdout]    |
[INFO] [stdout] 90 |     let real_pthread_create = unsafe { REAL_PTHREAD_CREATE.as_ref() }.expect("pthread_create() intercept failed but the intercept functio...
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]   --> src/unix/pthread_interpose.rs:90:40
[INFO] [stdout]    |
[INFO] [stdout] 90 |     let real_pthread_create = unsafe { REAL_PTHREAD_CREATE.as_ref() }.expect("pthread_create() intercept failed but the intercept functio...
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sadness_generator`
[INFO] [stdout]  --> tests/shared.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use sadness_generator::SadnessFlavor;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `sadness_generator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sadness_generator`
[INFO] [stdout]  --> tests/shared.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use sadness_generator::SadnessFlavor;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `sadness_generator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sadness_generator`
[INFO] [stdout]  --> tests/shared.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use sadness_generator::SadnessFlavor;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `sadness_generator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sadness_generator`
[INFO] [stdout]  --> tests/shared.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use sadness_generator::SadnessFlavor;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `sadness_generator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sadness_generator`
[INFO] [stdout]  --> tests/shared.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use sadness_generator::SadnessFlavor;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `sadness_generator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crash-handler` (test "abort") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `crash-handler` (test "illegal") due to 1 previous error
[INFO] [stderr] error: could not compile `crash-handler` (test "stack_overflow") due to 1 previous error
[INFO] [stderr] error: could not compile `crash-handler` (test "stack_overflow_pthread") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sadness_generator`
[INFO] [stdout]  --> tests/shared.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use sadness_generator::SadnessFlavor;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `sadness_generator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sadness_generator`
[INFO] [stdout]  --> tests/shared.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use sadness_generator::SadnessFlavor;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `sadness_generator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sadness_generator`
[INFO] [stdout]  --> tests/shared.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use sadness_generator::SadnessFlavor;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `sadness_generator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crash-handler` (test "bus") due to 1 previous error
[INFO] [stderr] error: could not compile `crash-handler` (test "fpe") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crash-handler` (test "segv") due to 1 previous error
[INFO] [stderr] error: could not compile `crash-handler` (test "trap") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "71543229d8407fb6ef7ce183a0c618e625ae4b84efaf219874e385abbd4f3ffe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71543229d8407fb6ef7ce183a0c618e625ae4b84efaf219874e385abbd4f3ffe", kill_on_drop: false }`
[INFO] [stdout] 71543229d8407fb6ef7ce183a0c618e625ae4b84efaf219874e385abbd4f3ffe
