[INFO] fetching crate rust-libcore 0.0.3...
[INFO] testing rust-libcore-0.0.3 against 1.90.0 for beta-1.91-3
[INFO] extracting crate rust-libcore 0.0.3 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate rust-libcore 0.0.3
[INFO] finished tweaking crates.io crate rust-libcore 0.0.3
[INFO] tweaked toml for crates.io crate rust-libcore 0.0.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rust-libcore 0.0.3 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 64f2d72b7c224120e2c89a4cd04ac53f19a46c89dfb270d2c84ca83e8965c0b4
[INFO] running `Command { std: "docker" "start" "-a" "64f2d72b7c224120e2c89a4cd04ac53f19a46c89dfb270d2c84ca83e8965c0b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "64f2d72b7c224120e2c89a4cd04ac53f19a46c89dfb270d2c84ca83e8965c0b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64f2d72b7c224120e2c89a4cd04ac53f19a46c89dfb270d2c84ca83e8965c0b4", kill_on_drop: false }`
[INFO] [stdout] 64f2d72b7c224120e2c89a4cd04ac53f19a46c89dfb270d2c84ca83e8965c0b4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5607519e13ca5117b4be432b1bedf79a52d83be0a1dad99f657ee11e8e21685b
[INFO] running `Command { std: "docker" "start" "-a" "5607519e13ca5117b4be432b1bedf79a52d83be0a1dad99f657ee11e8e21685b", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling rust-libcore v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_left_matches`: superseded by `trim_start_matches`
[INFO] [stdout]   --> build.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 |     }.trim_left_matches("(");
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]    |
[INFO] [stdout] 27 -     }.trim_left_matches("(");
[INFO] [stdout] 27 +     }.trim_start_matches("(");
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> build.rs:26:26
[INFO] [stdout]    |
[INFO] [stdout] 26 |         Err(e) => panic!(e),
[INFO] [stdout]    |                          ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 26 |         Err(e) => panic!("{}", e),
[INFO] [stdout]    |                          +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 26 -         Err(e) => panic!(e),
[INFO] [stdout] 26 +         Err(e) => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> build.rs:33:38
[INFO] [stdout]    |
[INFO] [stdout] 33 |                     Err(e) => panic!(e),
[INFO] [stdout]    |                                      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 33 |                     Err(e) => panic!("{}", e),
[INFO] [stdout]    |                                      +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 33 -                     Err(e) => panic!(e),
[INFO] [stdout] 33 +                     Err(e) => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> build.rs:43:16
[INFO] [stdout]    |
[INFO] [stdout] 43 |         panic!(e);
[INFO] [stdout]    |                ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 43 |         panic!("{}", e);
[INFO] [stdout]    |                +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 43 -         panic!(e);
[INFO] [stdout] 43 +         std::panic::panic_any(e);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> build.rs:48:16
[INFO] [stdout]    |
[INFO] [stdout] 48 |         panic!(e);
[INFO] [stdout]    |                ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 48 |         panic!("{}", e);
[INFO] [stdout]    |                +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 48 -         panic!(e);
[INFO] [stdout] 48 +         std::panic::panic_any(e);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> build.rs:65:26
[INFO] [stdout]    |
[INFO] [stdout] 65 |         Err(e) => panic!(e),
[INFO] [stdout]    |                          ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 65 |         Err(e) => panic!("{}", e),
[INFO] [stdout]    |                          +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 65 -         Err(e) => panic!(e),
[INFO] [stdout] 65 +         Err(e) => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: failed to run custom build command for `rust-libcore v0.0.3 (/opt/rustwide/workdir)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/rust-libcore-c661c205ed650e77/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' panicked at build.rs:43:9:
[INFO] [stderr]   Box<dyn Any>
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x561f9f00ec62 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x561f9f00ec62 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x561f9f00ec62 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x561f9f00ec62 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x561f9f02ef43 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x561f9f02ef43 - core::fmt::write::h8a494366950f23bb
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stderr]      6:     0x561f9f00c1b3 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x561f9f00c1b3 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x561f9f00eab2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x561f9f00ff63 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stderr]     10:     0x561f9f00fd45 - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stderr]     11:     0x561f9f010835 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13
[INFO] [stderr]     12:     0x561f9efe54a6 - std::panicking::begin_panic::{{closure}}::h4ac7e715a8a2304b
[INFO] [stderr]     13:     0x561f9efe51a6 - std::sys::backtrace::__rust_end_short_backtrace::haed101b8784d71ad
[INFO] [stderr]     14:     0x561f9efe544b - std::panicking::begin_panic::h8abf25ef9e37e2a9
[INFO] [stderr]     15:     0x561f9efe8049 - build_script_build::main::h212eae3cfb8e21f5
[INFO] [stderr]     16:     0x561f9efe56b3 - core::ops::function::FnOnce::call_once::h86732d0c3c07fed1
[INFO] [stderr]     17:     0x561f9efe51b6 - std::sys::backtrace::__rust_begin_short_backtrace::hafd403f6bbbfd79d
[INFO] [stderr]     18:     0x561f9efe5029 - std::rt::lang_start::{{closure}}::h469415a416ec04d8
[INFO] [stderr]     19:     0x561f9f009220 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h638295a043b40957
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21
[INFO] [stderr]     20:     0x561f9f009220 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stderr]     21:     0x561f9f009220 - std::panicking::catch_unwind::h50591d85bf847c7c
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stderr]     22:     0x561f9f009220 - std::panic::catch_unwind::h2487b4c4f2ae22c6
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stderr]     23:     0x561f9f009220 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24
[INFO] [stderr]     24:     0x561f9f009220 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stderr]     25:     0x561f9f009220 - std::panicking::catch_unwind::hf9a822ea043fb0d6
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stderr]     26:     0x561f9f009220 - std::panic::catch_unwind::h5b3cac802237ed89
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stderr]     27:     0x561f9f009220 - std::rt::lang_start_internal::h34f9328d113fd60a
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5
[INFO] [stderr]     28:     0x561f9efe5011 - std::rt::lang_start::h3975f2e897e08bbd
[INFO] [stderr]     29:     0x561f9efe8415 - main
[INFO] [stderr]     30:     0x75f072e6d1ca - <unknown>
[INFO] [stderr]     31:     0x75f072e6d28b - __libc_start_main
[INFO] [stderr]     32:     0x561f9efe0a45 - _start
[INFO] [stderr]     33:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "5607519e13ca5117b4be432b1bedf79a52d83be0a1dad99f657ee11e8e21685b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5607519e13ca5117b4be432b1bedf79a52d83be0a1dad99f657ee11e8e21685b", kill_on_drop: false }`
[INFO] [stdout] 5607519e13ca5117b4be432b1bedf79a52d83be0a1dad99f657ee11e8e21685b
