[INFO] cloning repository https://github.com/AlecDusheck/rust-backplane
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AlecDusheck/rust-backplane" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlecDusheck%2Frust-backplane", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlecDusheck%2Frust-backplane'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4dc050ce60973becb77833b7bdabada0c5a14c0c
[INFO] checking AlecDusheck/rust-backplane against master#733108b6d4acaa93fe26ae281ea305aacd6aac4e for pr-148967
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlecDusheck%2Frust-backplane" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AlecDusheck/rust-backplane
[INFO] finished tweaking git repo https://github.com/AlecDusheck/rust-backplane
[INFO] tweaked toml for git repo https://github.com/AlecDusheck/rust-backplane written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AlecDusheck/rust-backplane on toolchain 733108b6d4acaa93fe26ae281ea305aacd6aac4e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733108b6d4acaa93fe26ae281ea305aacd6aac4e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AlecDusheck/rust-backplane 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" "+733108b6d4acaa93fe26ae281ea305aacd6aac4e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded which v3.1.1
[INFO] [stderr]   Downloaded bindgen v0.58.1
[INFO] [stderr]   Downloaded libc v0.2.98
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+733108b6d4acaa93fe26ae281ea305aacd6aac4e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 06566942ff4367dcfed1bf42dacbf00b8609346efbf2424136f8df4ed9231081
[INFO] running `Command { std: "docker" "start" "-a" "06566942ff4367dcfed1bf42dacbf00b8609346efbf2424136f8df4ed9231081", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "06566942ff4367dcfed1bf42dacbf00b8609346efbf2424136f8df4ed9231081", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06566942ff4367dcfed1bf42dacbf00b8609346efbf2424136f8df4ed9231081", kill_on_drop: false }`
[INFO] [stdout] 06566942ff4367dcfed1bf42dacbf00b8609346efbf2424136f8df4ed9231081
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+733108b6d4acaa93fe26ae281ea305aacd6aac4e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5bb6983548461f371d24818fd721dc4fc54396e2bca83b6b1e8a4246b8cc9dda
[INFO] running `Command { std: "docker" "start" "-a" "5bb6983548461f371d24818fd721dc4fc54396e2bca83b6b1e8a4246b8cc9dda", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.98
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling bindgen v0.58.1
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling libloading v0.7.0
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling shlex v1.0.0
[INFO] [stderr]    Compiling clang-sys v1.2.0
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling which v3.1.1
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling cexpr v0.4.0
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling rust-backplane v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: failed to run custom build command for `rust-backplane 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-backplane-8f6f5b4b281ed205/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr]   wrapper.h:1:10: fatal error: 'laszip/laszip_api.h' file not found
[INFO] [stderr]   wrapper.h:1:10: fatal error: 'laszip/laszip_api.h' file not found, err: true
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (661) panicked at build.rs:11:10:
[INFO] [stderr]   Unable to generate bindings: ()
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x617e4f7a9212 - std::backtrace_rs::backtrace::libunwind::trace::h336fa6cbda11d7da
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x617e4f7a9212 - std::backtrace_rs::backtrace::trace_unsynchronized::hdd3caca2f7bc912d
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x617e4f7a9212 - std::sys::backtrace::_print_fmt::hd331b0c9511a99ae
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x617e4f7a9212 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h1994e61875dd2f2a
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x617e4f7ba0d7 - core::fmt::rt::Argument::fmt::hb884d9236ffe22a5
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x617e4f7ba0d7 - core::fmt::write::h94ae3adc0037c305
[INFO] [stderr]      6:     0x617e4f77d0d6 - std::io::default_write_fmt::h338733cd46b32ee7
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x617e4f77d0d6 - std::io::Write::write_fmt::hf145160a44bf8905
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/io/mod.rs:1994:13
[INFO] [stderr]      8:     0x617e4f789974 - std::sys::backtrace::BacktraceLock::print::hc709f40974e386fc
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x617e4f789974 - std::panicking::default_hook::{{closure}}::h97869b26213cfdd1
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/panicking.rs:293:27
[INFO] [stderr]     10:     0x617e4f789799 - std::panicking::default_hook::h12325a7204458032
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/panicking.rs:320:9
[INFO] [stderr]     11:     0x617e4f789e8b - std::panicking::panic_with_hook::h43cbe56cc59fc5e6
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/panicking.rs:826:13
[INFO] [stderr]     12:     0x617e4f789d08 - std::panicking::panic_handler::{{closure}}::h026d7e278a1a94d3
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/panicking.rs:699:13
[INFO] [stderr]     13:     0x617e4f787249 - std::sys::backtrace::__rust_end_short_backtrace::h61696f1ef97ec08d
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x617e4f77189d - __rustc[9da61800b7c1d17]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/panicking.rs:690:5
[INFO] [stderr]     15:     0x617e4f7c3bbc - core::panicking::panic_fmt::h376ce795c5298f0d
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x617e4f7c3052 - core::result::unwrap_failed::hc6310caa305990a4
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/core/src/result.rs:1867:5
[INFO] [stderr]     17:     0x617e4f4155f4 - core::result::Result<T,E>::expect::h3c9a1782164f8aa3
[INFO] [stderr]     18:     0x617e4f4146b8 - build_script_build::main::hfa18ca430a6a72de
[INFO] [stderr]     19:     0x617e4f415093 - core::ops::function::FnOnce::call_once::he5052b719d16c1ba
[INFO] [stderr]     20:     0x617e4f414f06 - std::sys::backtrace::__rust_begin_short_backtrace::h91c6f8881b406e86
[INFO] [stderr]     21:     0x617e4f414ee9 - std::rt::lang_start::{{closure}}::h28bee9198be2d1a3
[INFO] [stderr]     22:     0x617e4f77e91a - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h17171ace6974aa8f
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     23:     0x617e4f77e91a - std::panicking::catch_unwind::do_call::h7f6df566c2bad775
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/panicking.rs:582:40
[INFO] [stderr]     24:     0x617e4f77e91a - std::panicking::catch_unwind::hb99c8ff3052425d2
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/panicking.rs:545:19
[INFO] [stderr]     25:     0x617e4f77e91a - std::panic::catch_unwind::h227a70d8d07d79e6
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/panic.rs:359:14
[INFO] [stderr]     26:     0x617e4f77e91a - std::rt::lang_start_internal::{{closure}}::hb92f0c824b843011
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/rt.rs:175:24
[INFO] [stderr]     27:     0x617e4f77e91a - std::panicking::catch_unwind::do_call::h837acadf86977c09
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/panicking.rs:582:40
[INFO] [stderr]     28:     0x617e4f77e91a - std::panicking::catch_unwind::hfffc6b58fde015bc
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/panicking.rs:545:19
[INFO] [stderr]     29:     0x617e4f77e91a - std::panic::catch_unwind::he0f0d9ab4801dcd5
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/panic.rs:359:14
[INFO] [stderr]     30:     0x617e4f77e91a - std::rt::lang_start_internal::h6df14bee4fb30353
[INFO] [stderr]                                  at /rustc/733108b6d4acaa93fe26ae281ea305aacd6aac4e/library/std/src/rt.rs:171:5
[INFO] [stderr]     31:     0x617e4f414ed1 - std::rt::lang_start::h38ab9e0733d8b78a
[INFO] [stderr]     32:     0x617e4f415f35 - main
[INFO] [stderr]     33:     0x73532c7af1ca - <unknown>
[INFO] [stderr]     34:     0x73532c7af28b - __libc_start_main
[INFO] [stderr]     35:     0x617e4f414515 - _start
[INFO] [stderr]     36:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "5bb6983548461f371d24818fd721dc4fc54396e2bca83b6b1e8a4246b8cc9dda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5bb6983548461f371d24818fd721dc4fc54396e2bca83b6b1e8a4246b8cc9dda", kill_on_drop: false }`
[INFO] [stdout] 5bb6983548461f371d24818fd721dc4fc54396e2bca83b6b1e8a4246b8cc9dda
