[INFO] updating cached repository dtoebe/rustdown [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/dtoebe/rustdown [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/dtoebe/rustdown" "work/ex/pr-60039/sources/master#efe2f32a6b8217425f361ec7c206910c611c03ee/gh/dtoebe/rustdown"` [INFO] [stderr] Cloning into 'work/ex/pr-60039/sources/master#efe2f32a6b8217425f361ec7c206910c611c03ee/gh/dtoebe/rustdown'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dtoebe/rustdown" "work/ex/pr-60039/sources/try#78b0bd8441ef961f6475e3d47fe3bca38cb83432/gh/dtoebe/rustdown"` [INFO] [stderr] Cloning into 'work/ex/pr-60039/sources/try#78b0bd8441ef961f6475e3d47fe3bca38cb83432/gh/dtoebe/rustdown'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 542254bc484740924b770fb5036d785da36a9a46 [INFO] sha for GitHub repo dtoebe/rustdown: 542254bc484740924b770fb5036d785da36a9a46 [INFO] validating manifest of dtoebe/rustdown on toolchain master#efe2f32a6b8217425f361ec7c206910c611c03ee [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+efe2f32a6b8217425f361ec7c206910c611c03ee-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dtoebe/rustdown on toolchain try#78b0bd8441ef961f6475e3d47fe3bca38cb83432 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78b0bd8441ef961f6475e3d47fe3bca38cb83432-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing dtoebe/rustdown [INFO] finished frobbing dtoebe/rustdown [INFO] frobbed toml for dtoebe/rustdown written to work/ex/pr-60039/sources/master#efe2f32a6b8217425f361ec7c206910c611c03ee/gh/dtoebe/rustdown/Cargo.toml [INFO] started frobbing dtoebe/rustdown [INFO] finished frobbing dtoebe/rustdown [INFO] frobbed toml for dtoebe/rustdown written to work/ex/pr-60039/sources/try#78b0bd8441ef961f6475e3d47fe3bca38cb83432/gh/dtoebe/rustdown/Cargo.toml [INFO] crate dtoebe/rustdown already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+efe2f32a6b8217425f361ec7c206910c611c03ee-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/pr-60039/sources/master#efe2f32a6b8217425f361ec7c206910c611c03ee/gh/dtoebe/rustdown/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+efe2f32a6b8217425f361ec7c206910c611c03ee-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78b0bd8441ef961f6475e3d47fe3bca38cb83432-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+efe2f32a6b8217425f361ec7c206910c611c03ee-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78b0bd8441ef961f6475e3d47fe3bca38cb83432-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking dtoebe/rustdown against master#efe2f32a6b8217425f361ec7c206910c611c03ee for pr-60039 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039/worker-4/master#efe2f32a6b8217425f361ec7c206910c611c03ee:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039/sources/master#efe2f32a6b8217425f361ec7c206910c611c03ee/gh/dtoebe/rustdown:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+efe2f32a6b8217425f361ec7c206910c611c03ee-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 5e842fc2024b301f17b4cc30d14293328d15366b831361b55bd9a33911728ef2 [INFO] running `"docker" "start" "-a" "5e842fc2024b301f17b4cc30d14293328d15366b831361b55bd9a33911728ef2"` [INFO] [stderr] Compiling markdown-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Checking pipeline v0.5.0 [INFO] [stderr] Compiling qmlrs v0.1.1 [INFO] [stderr] Checking difference v0.4.1 [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> build.rs:6:16 [INFO] [stderr] | [INFO] [stderr] 6 | let home = env::home_dir(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Checking markdown v0.1.1 [INFO] [stderr] error: failed to run custom build command for `qmlrs v0.1.1` [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/qmlrs-38f24f0778e0dab0/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'Failed to run cmake: No such file or directory (os error 2)', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/qmlrs-0.1.1/build.rs:66:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5631a8c53813 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7f08204c27b0467a [INFO] [stderr] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stderr] 1: 0x5631a8c4f52b - std::sys_common::backtrace::_print::hd9dacd169df81122 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stderr] 2: 0x5631a8c52606 - std::panicking::default_hook::{{closure}}::hb63012d2be6755b2 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] at src/libstd/panicking.rs:197 [INFO] [stderr] 3: 0x5631a8c52399 - std::panicking::default_hook::h3efd6a8a707ee89e [INFO] [stderr] at src/libstd/panicking.rs:211 [INFO] [stderr] 4: 0x5631a8c52c5f - std::panicking::rust_panic_with_hook::h4f5c00b20be3bea5 [INFO] [stderr] at src/libstd/panicking.rs:474 [INFO] [stderr] 5: 0x5631a8c527e1 - std::panicking::continue_panic_fmt::h59833cd39bf8ae68 [INFO] [stderr] at src/libstd/panicking.rs:381 [INFO] [stderr] 6: 0x5631a8c5272e - std::panicking::begin_panic_fmt::h9ab2cc924547a27e [INFO] [stderr] at src/libstd/panicking.rs:336 [INFO] [stderr] 7: 0x5631a8c03853 - build_script_build::main::{{closure}}::h1e5f0229790cf040 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/qmlrs-0.1.1/build.rs:66 [INFO] [stderr] 8: 0x5631a8c0409f - core::result::Result::unwrap_or_else::h723013dbdacd8815 [INFO] [stderr] at /rustc/efe2f32a6b8217425f361ec7c206910c611c03ee/src/libcore/result.rs:766 [INFO] [stderr] 9: 0x5631a8c03359 - build_script_build::main::h4f9be692ae919518 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/qmlrs-0.1.1/build.rs:65 [INFO] [stderr] 10: 0x5631a8c0460f - std::rt::lang_start::{{closure}}::h12c17cb47b1e6809 [INFO] [stderr] at /rustc/efe2f32a6b8217425f361ec7c206910c611c03ee/src/libstd/rt.rs:64 [INFO] [stderr] 11: 0x5631a8c526b2 - std::panicking::try::do_call::h44a7db9f8ace0499 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] at src/libstd/panicking.rs:293 [INFO] [stderr] 12: 0x5631a8c594a9 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:85 [INFO] [stderr] 13: 0x5631a8c5316c - std::rt::lang_start_internal::h5d2b2de4d9a7c9cd [INFO] [stderr] at src/libstd/panicking.rs:272 [INFO] [stderr] at src/libstd/panic.rs:388 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 14: 0x5631a8c045e8 - std::rt::lang_start::h01abb04e0655ec81 [INFO] [stderr] at /rustc/efe2f32a6b8217425f361ec7c206910c611c03ee/src/libstd/rt.rs:64 [INFO] [stderr] 15: 0x5631a8c03969 - main [INFO] [stderr] 16: 0x7f41aef412e0 - __libc_start_main [INFO] [stderr] 17: 0x5631a8c02ff9 - _start [INFO] [stderr] 18: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "5e842fc2024b301f17b4cc30d14293328d15366b831361b55bd9a33911728ef2"` [INFO] running `"docker" "rm" "-f" "5e842fc2024b301f17b4cc30d14293328d15366b831361b55bd9a33911728ef2"` [INFO] [stdout] 5e842fc2024b301f17b4cc30d14293328d15366b831361b55bd9a33911728ef2