[INFO] cloning repository https://github.com/wahidk-mecha/rust-uuu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wahidk-mecha/rust-uuu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwahidk-mecha%2Frust-uuu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwahidk-mecha%2Frust-uuu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4c93da166b90fd709a122586d2c476de6c0345e5 [INFO] testing wahidk-mecha/rust-uuu against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwahidk-mecha%2Frust-uuu" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/wahidk-mecha/rust-uuu [INFO] finished tweaking git repo https://github.com/wahidk-mecha/rust-uuu [INFO] tweaked toml for git repo https://github.com/wahidk-mecha/rust-uuu written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/wahidk-mecha/rust-uuu on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/wahidk-mecha/rust-uuu 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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tabled_derive v0.10.0 [INFO] [stderr] Downloaded bytecount v0.6.8 [INFO] [stderr] Downloaded papergrid v0.14.0 [INFO] [stderr] Downloaded prettyplease v0.2.30 [INFO] [stderr] Downloaded tabled v0.18.0 [INFO] [stderr] Downloaded syn v2.0.99 [INFO] [stderr] Downloaded bindgen v0.71.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] be842436c02cab9a229a6e4a63ea1a68e94cdd8d5ffebb4dde1b2a2d6a39833e [INFO] running `Command { std: "docker" "start" "-a" "be842436c02cab9a229a6e4a63ea1a68e94cdd8d5ffebb4dde1b2a2d6a39833e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be842436c02cab9a229a6e4a63ea1a68e94cdd8d5ffebb4dde1b2a2d6a39833e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be842436c02cab9a229a6e4a63ea1a68e94cdd8d5ffebb4dde1b2a2d6a39833e", kill_on_drop: false }` [INFO] [stdout] be842436c02cab9a229a6e4a63ea1a68e94cdd8d5ffebb4dde1b2a2d6a39833e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }` [INFO] [stdout] b9d1e787553cda1a275c374830cd343c1066c0dd207eefa8a43ba7fe9607d655 [INFO] running `Command { std: "docker" "start" "-a" "b9d1e787553cda1a275c374830cd343c1066c0dd207eefa8a43ba7fe9607d655", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling prettyplease v0.2.30 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling bindgen v0.71.1 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling bytecount v0.6.8 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling libloading v0.8.6 [INFO] [stderr] Compiling papergrid v0.14.0 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling quote v1.0.39 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling syn v2.0.99 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling tabled_derive v0.10.0 [INFO] [stderr] Compiling tabled v0.18.0 [INFO] [stderr] Compiling rust-uuu v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `rust-uuu v0.1.0 (/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-uuu/9baed1c9e528bc40/build-script/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' (631) panicked at build.rs:9:37: [INFO] [stderr] called `Result::unwrap()` on an `Err` value: NotPresent [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5e512c61d3d2 - std[840933623431fd06]::backtrace_rs::backtrace::libunwind::trace [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5e512c61d3d2 - std[840933623431fd06]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5e512c61d3d2 - std[840933623431fd06]::sys::backtrace::_print_fmt [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:74:9 [INFO] [stderr] 3: 0x5e512c61d3d2 - <::print::DisplayBacktrace as core[8f93d80df273fe75]::fmt::Display>::fmt [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:44:26 [INFO] [stderr] 4: 0x5e512c63547a - ::fmt [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/fmt/rt.rs:152:76 [INFO] [stderr] 5: 0x5e512c63547a - core[8f93d80df273fe75]::fmt::write [INFO] [stderr] 6: 0x5e512c623fe6 - std[840933623431fd06]::io::default_write_fmt:: [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x5e512c623fe6 - ::write_fmt [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/io/mod.rs:1994:13 [INFO] [stderr] 8: 0x5e512c5fcc2f - ::print [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:47:9 [INFO] [stderr] 9: 0x5e512c5fcc2f - std[840933623431fd06]::panicking::default_hook::{closure#0} [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:292:27 [INFO] [stderr] 10: 0x5e512c617361 - std[840933623431fd06]::panicking::default_hook [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:319:9 [INFO] [stderr] 11: 0x5e512c6175cb - std[840933623431fd06]::panicking::panic_with_hook [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:825:13 [INFO] [stderr] 12: 0x5e512c5fcce8 - std[840933623431fd06]::panicking::panic_handler::{closure#0} [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:698:13 [INFO] [stderr] 13: 0x5e512c5f4519 - std[840933623431fd06]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:182:18 [INFO] [stderr] 14: 0x5e512c5fd68d - __rustc[5b4a0c6d8cc4a177]::rust_begin_unwind [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:689:5 [INFO] [stderr] 15: 0x5e512c635c3c - core[8f93d80df273fe75]::panicking::panic_fmt [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panicking.rs:80:14 [INFO] [stderr] 16: 0x5e512c6359b2 - core[8f93d80df273fe75]::result::unwrap_failed [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/result.rs:1867:5 [INFO] [stderr] 17: 0x5e512c03387f - build_script_build[2e8a3e1a96afa587]::main [INFO] [stderr] 18: 0x5e512c035973 - >::call_once [INFO] [stderr] 19: 0x5e512c033756 - std[840933623431fd06]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stderr] 20: 0x5e512c033769 - std[840933623431fd06]::rt::lang_start::<()>::{closure#0} [INFO] [stderr] 21: 0x5e512c616406 - <&dyn core[8f93d80df273fe75]::ops::function::Fn<(), Output = i32> + core[8f93d80df273fe75]::panic::unwind_safe::RefUnwindSafe + core[8f93d80df273fe75]::marker::Sync as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/ops/function.rs:287:21 [INFO] [stderr] 22: 0x5e512c616406 - std[840933623431fd06]::panicking::catch_unwind::do_call::<&dyn core[8f93d80df273fe75]::ops::function::Fn<(), Output = i32> + core[8f93d80df273fe75]::panic::unwind_safe::RefUnwindSafe + core[8f93d80df273fe75]::marker::Sync, i32> [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:581:40 [INFO] [stderr] 23: 0x5e512c616406 - std[840933623431fd06]::panicking::catch_unwind:: + core[8f93d80df273fe75]::panic::unwind_safe::RefUnwindSafe + core[8f93d80df273fe75]::marker::Sync> [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:544:19 [INFO] [stderr] 24: 0x5e512c616406 - std[840933623431fd06]::panic::catch_unwind::<&dyn core[8f93d80df273fe75]::ops::function::Fn<(), Output = i32> + core[8f93d80df273fe75]::panic::unwind_safe::RefUnwindSafe + core[8f93d80df273fe75]::marker::Sync, i32> [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panic.rs:359:14 [INFO] [stderr] 25: 0x5e512c616406 - std[840933623431fd06]::rt::lang_start_internal::{closure#0} [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/rt.rs:175:24 [INFO] [stderr] 26: 0x5e512c616406 - std[840933623431fd06]::panicking::catch_unwind::do_call:: [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:581:40 [INFO] [stderr] 27: 0x5e512c616406 - std[840933623431fd06]::panicking::catch_unwind:: [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:544:19 [INFO] [stderr] 28: 0x5e512c616406 - std[840933623431fd06]::panic::catch_unwind:: [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panic.rs:359:14 [INFO] [stderr] 29: 0x5e512c616406 - std[840933623431fd06]::rt::lang_start_internal [INFO] [stderr] at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/rt.rs:171:5 [INFO] [stderr] 30: 0x5e512c033101 - std[840933623431fd06]::rt::lang_start::<()> [INFO] [stderr] 31: 0x5e512c035d45 - main [INFO] [stderr] 32: 0x781b4152c1ca - [INFO] [stderr] 33: 0x781b4152c28b - __libc_start_main [INFO] [stderr] 34: 0x5e512c031e25 - _start [INFO] [stderr] 35: 0x0 - [INFO] running `Command { std: "docker" "inspect" "b9d1e787553cda1a275c374830cd343c1066c0dd207eefa8a43ba7fe9607d655", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9d1e787553cda1a275c374830cd343c1066c0dd207eefa8a43ba7fe9607d655", kill_on_drop: false }` [INFO] [stdout] b9d1e787553cda1a275c374830cd343c1066c0dd207eefa8a43ba7fe9607d655