[INFO] cloning repository https://github.com/mwcampbell/cargo-forced-feature-repro [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mwcampbell/cargo-forced-feature-repro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmwcampbell%2Fcargo-forced-feature-repro", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmwcampbell%2Fcargo-forced-feature-repro'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6d1b0b157c3d6c9ce84aa66d25895b9e1efc4341 [INFO] checking mwcampbell/cargo-forced-feature-repro against master#a874956d940ecb3ed524b6176a171219ac4787ea for pr-76104 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmwcampbell%2Fcargo-forced-feature-repro" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mwcampbell/cargo-forced-feature-repro on toolchain a874956d940ecb3ed524b6176a171219ac4787ea [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mwcampbell/cargo-forced-feature-repro [INFO] finished tweaking git repo https://github.com/mwcampbell/cargo-forced-feature-repro [INFO] tweaked toml for git repo https://github.com/mwcampbell/cargo-forced-feature-repro written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/mwcampbell/cargo-forced-feature-repro already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a75136fbc5615907948977974a7650558173b293ad454374281a0130cfe0c569 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a75136fbc5615907948977974a7650558173b293ad454374281a0130cfe0c569", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a75136fbc5615907948977974a7650558173b293ad454374281a0130cfe0c569", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a75136fbc5615907948977974a7650558173b293ad454374281a0130cfe0c569", kill_on_drop: false }` [INFO] [stdout] a75136fbc5615907948977974a7650558173b293ad454374281a0130cfe0c569 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+a874956d940ecb3ed524b6176a171219ac4787ea" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 300dd1197c71f7e2285a5c8c052650428c0e19505b44d9d43b00f37feb1a502c [INFO] running `Command { std: "docker" "start" "-a" "300dd1197c71f7e2285a5c8c052650428c0e19505b44d9d43b00f37feb1a502c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling bindgen v0.52.0 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling speech-dispatcher-sys v0.4.2 [INFO] [stderr] error: failed to run custom build command for `speech-dispatcher-sys v0.4.2` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/speech-dispatcher-sys-0caa7ca885ddb042/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rustc-link-lib=speechd [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] wrapper.h:1:10: fatal error: 'speech-dispatcher/libspeechd.h' file not found [INFO] [stderr] wrapper.h:1:10: fatal error: 'speech-dispatcher/libspeechd.h' file not found, err: true [INFO] [stderr] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ()', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/speech-dispatcher-sys-0.4.2/build.rs:21:21 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55a283f45b40 - std::backtrace_rs::backtrace::libunwind::trace::h14e81b0c16b543a7 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/../../backtrace/src/backtrace/libunwind.rs:96 [INFO] [stderr] 1: 0x55a283f45b40 - std::backtrace_rs::backtrace::trace_unsynchronized::hc9e39e172835ff32 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/../../backtrace/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55a283f45b40 - std::sys_common::backtrace::_print_fmt::h31994df1c8c77b8f [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:79 [INFO] [stderr] 3: 0x55a283f45b40 - ::fmt::he74e98acff43ec99 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:58 [INFO] [stderr] 4: 0x55a283f6a96c - core::fmt::write::h1857a60b204f1b6a [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/core/src/fmt/mod.rs:1080 [INFO] [stderr] 5: 0x55a283f426a7 - std::io::Write::write_fmt::hea6289e6649ff508 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/io/mod.rs:1517 [INFO] [stderr] 6: 0x55a283f47e70 - std::sys_common::backtrace::_print::h8cc65937fea24014 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:61 [INFO] [stderr] 7: 0x55a283f47e70 - std::sys_common::backtrace::print::hff6a0ebb96535e34 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:48 [INFO] [stderr] 8: 0x55a283f47e70 - std::panicking::default_hook::{{closure}}::h71b9700c5dda1b1d [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:208 [INFO] [stderr] 9: 0x55a283f47bbc - std::panicking::default_hook::h0c46e634c06c69b6 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:227 [INFO] [stderr] 10: 0x55a283f484d3 - std::panicking::rust_panic_with_hook::he52576a0c2093334 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:577 [INFO] [stderr] 11: 0x55a283f480a9 - std::panicking::begin_panic_handler::{{closure}}::h411c800b810762b2 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:484 [INFO] [stderr] 12: 0x55a283f45fcc - std::sys_common::backtrace::__rust_end_short_backtrace::ha657a272019e6aad [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:153 [INFO] [stderr] 13: 0x55a283f48069 - rust_begin_unwind [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:483 [INFO] [stderr] 14: 0x55a283f68f71 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/core/src/panicking.rs:85 [INFO] [stderr] 15: 0x55a283f68d93 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/core/src/option.rs:1221 [INFO] [stderr] 16: 0x55a2839ea2f2 - core::result::Result::unwrap::hc37ef7d28b75f984 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/core/src/result.rs:973 [INFO] [stderr] 17: 0x55a2839ec1ef - build_script_build::main::h5035dbcf0e224ebd [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/speech-dispatcher-sys-0.4.2/build.rs:9 [INFO] [stderr] 18: 0x55a2839e9e3b - core::ops::function::FnOnce::call_once::hac009f71de24d3a0 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/core/src/ops/function.rs:227 [INFO] [stderr] 19: 0x55a2839ea17e - std::sys_common::backtrace::__rust_begin_short_backtrace::h459652ea186b2392 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/sys_common/backtrace.rs:137 [INFO] [stderr] 20: 0x55a2839e9d81 - std::rt::lang_start::{{closure}}::h21479053d50064ef [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/rt.rs:66 [INFO] [stderr] 21: 0x55a283f488d1 - core::ops::function::impls:: for &F>::call_once::h009d20b8a620bf60 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/core/src/ops/function.rs:259 [INFO] [stderr] 22: 0x55a283f488d1 - std::panicking::try::do_call::h09431c39e2107c90 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:381 [INFO] [stderr] 23: 0x55a283f488d1 - std::panicking::try::he27cf60b958af343 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panicking.rs:345 [INFO] [stderr] 24: 0x55a283f488d1 - std::panic::catch_unwind::h7b646b0041dc5591 [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/panic.rs:382 [INFO] [stderr] 25: 0x55a283f488d1 - std::rt::lang_start_internal::hdad6c98af1e4747e [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/rt.rs:51 [INFO] [stderr] 26: 0x55a2839e9d57 - std::rt::lang_start::h1e87c7ed4ea8818d [INFO] [stderr] at /rustc/a874956d940ecb3ed524b6176a171219ac4787ea/library/std/src/rt.rs:65 [INFO] [stderr] 27: 0x55a2839ec2fa - main [INFO] [stderr] 28: 0x7fc3874880b3 - __libc_start_main [INFO] [stderr] 29: 0x55a2839e90ce - _start [INFO] [stderr] 30: 0x0 - [INFO] running `Command { std: "docker" "inspect" "300dd1197c71f7e2285a5c8c052650428c0e19505b44d9d43b00f37feb1a502c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "300dd1197c71f7e2285a5c8c052650428c0e19505b44d9d43b00f37feb1a502c", kill_on_drop: false }` [INFO] [stdout] 300dd1197c71f7e2285a5c8c052650428c0e19505b44d9d43b00f37feb1a502c