[INFO] cloning repository https://github.com/ChrisMacNaughton/lightosd
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ChrisMacNaughton/lightosd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChrisMacNaughton%2Flightosd", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChrisMacNaughton%2Flightosd'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7e7e7fbe508097811bb5a5ed8683bb91e053a88e
[INFO] checking ChrisMacNaughton/lightosd against master#ab1d2444533d829e2d5cff6634cd3c70de6d7103 for pr-147841
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChrisMacNaughton%2Flightosd" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ChrisMacNaughton/lightosd
[INFO] finished tweaking git repo https://github.com/ChrisMacNaughton/lightosd
[INFO] tweaked toml for git repo https://github.com/ChrisMacNaughton/lightosd written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ChrisMacNaughton/lightosd on toolchain ab1d2444533d829e2d5cff6634cd3c70de6d7103
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab1d2444533d829e2d5cff6634cd3c70de6d7103" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ChrisMacNaughton/lightosd 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" "+ab1d2444533d829e2d5cff6634cd3c70de6d7103" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded which v2.0.1
[INFO] [stderr]   Downloaded hashbrown v0.1.8
[INFO] [stderr]   Downloaded clang-sys v0.26.4
[INFO] [stderr]   Downloaded aho-corasick v0.7.4
[INFO] [stderr]   Downloaded cexpr v0.3.5
[INFO] [stderr]   Downloaded syn v0.15.39
[INFO] [stderr]   Downloaded backtrace-sys v0.1.30
[INFO] [stderr]   Downloaded bindgen v0.47.3
[INFO] [stderr]   Downloaded rocksdb v0.12.2
[INFO] [stderr]   Downloaded librocksdb-sys v5.18.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+ab1d2444533d829e2d5cff6634cd3c70de6d7103" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f7113cccf2ba47bd1e9e37ef19ee97b7833f06300f80ceb89665bd91fc27fa70
[INFO] running `Command { std: "docker" "start" "-a" "f7113cccf2ba47bd1e9e37ef19ee97b7833f06300f80ceb89665bd91fc27fa70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f7113cccf2ba47bd1e9e37ef19ee97b7833f06300f80ceb89665bd91fc27fa70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7113cccf2ba47bd1e9e37ef19ee97b7833f06300f80ceb89665bd91fc27fa70", kill_on_drop: false }`
[INFO] [stdout] f7113cccf2ba47bd1e9e37ef19ee97b7833f06300f80ceb89665bd91fc27fa70
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ab1d2444533d829e2d5cff6634cd3c70de6d7103" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 99f6425a34674543562a87f63252549db81e9471ee9d4f4ec9bcd3555d05bf2e
[INFO] running `Command { std: "docker" "start" "-a" "99f6425a34674543562a87f63252549db81e9471ee9d4f4ec9bcd3555d05bf2e", kill_on_drop: false }`
[INFO] [stderr]    Compiling lazy_static v1.3.0
[INFO] [stderr]    Compiling cfg-if v0.1.9
[INFO] [stderr]    Compiling libc v0.2.58
[INFO] [stderr]    Compiling arrayvec v0.4.10
[INFO] [stderr]    Compiling nodrop v0.1.13
[INFO] [stderr]    Compiling scopeguard v0.3.3
[INFO] [stderr]    Compiling memoffset v0.2.1
[INFO] [stderr]    Compiling rayon-core v1.5.0
[INFO] [stderr]    Compiling either v1.5.2
[INFO] [stderr]    Compiling memchr v2.2.0
[INFO] [stderr]    Compiling glob v0.2.11
[INFO] [stderr]    Compiling regex v1.1.7
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling ucd-util v0.1.3
[INFO] [stderr]    Compiling quote v0.6.12
[INFO] [stderr]    Compiling rustc-demangle v0.1.15
[INFO] [stderr]    Compiling utf8-ranges v1.0.3
[INFO] [stderr]    Compiling unicode-width v0.1.5
[INFO] [stderr]    Compiling quick-error v1.2.2
[INFO] [stderr]    Compiling crossbeam-utils v0.6.5
[INFO] [stderr]    Compiling regex-syntax v0.6.7
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling humantime v1.2.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling log v0.4.6
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling termcolor v1.0.5
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling bindgen v0.47.3
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling hashbrown v0.1.8
[INFO] [stderr]    Compiling syn v0.15.39
[INFO] [stderr]    Compiling unicode-segmentation v1.3.0
[INFO] [stderr]    Compiling crossbeam-queue v0.1.2
[INFO] [stderr]    Compiling num_cpus v1.10.1
[INFO] [stderr]    Compiling atty v0.2.11
[INFO] [stderr]    Compiling crossbeam-epoch v0.7.1
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]    Compiling aho-corasick v0.7.4
[INFO] [stderr]    Compiling clang-sys v0.26.4
[INFO] [stderr]    Compiling crossbeam-deque v0.6.3
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling rayon v1.1.0
[INFO] [stderr]    Compiling cexpr v0.3.5
[INFO] [stderr]    Compiling cc v1.0.37
[INFO] [stderr]    Compiling structopt-derive v0.2.18
[INFO] [stderr]     Checking structopt v0.2.18
[INFO] [stderr]    Compiling backtrace-sys v0.1.30
[INFO] [stderr]    Compiling libloading v0.5.1
[INFO] [stderr]    Compiling env_logger v0.6.2
[INFO] [stderr]    Compiling backtrace v0.3.32
[INFO] [stderr]    Compiling failure v0.1.5
[INFO] [stderr]    Compiling which v2.0.1
[INFO] [stderr]    Compiling librocksdb-sys v5.18.3
[INFO] [stderr] error: failed to run custom build command for `librocksdb-sys v5.18.3`
[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/librocksdb-sys-8986f0e465dd4cc5/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=build.rs
[INFO] [stderr]   cargo:rerun-if-changed=rocksdb/
[INFO] [stderr]   cargo:rerun-if-changed=snappy/
[INFO] [stderr]   cargo:rerun-if-changed=lz4/
[INFO] [stderr]   cargo:rerun-if-changed=zstd/
[INFO] [stderr]   cargo:rerun-if-changed=zlib/
[INFO] [stderr]   cargo:rerun-if-changed=bzip2/
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (1091) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-0.4.30/src/fallback.rs:594:9:
[INFO] [stderr]   "enum_(unnamed_at_rocksdb/include/rocksdb/c_h_683_1)" is not a valid Ident
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x60c29a361aa2 - std::backtrace_rs::backtrace::libunwind::trace::h8ff8ed9a2997adee
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x60c29a361aa2 - std::backtrace_rs::backtrace::trace_unsynchronized::hed1a09eb7aa4d69d
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x60c29a361aa2 - std::sys::backtrace::_print_fmt::h9e4137979f16bff6
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x60c29a361aa2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h39198dc7b88a6264
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x60c29a3739bf - core::fmt::rt::Argument::fmt::ha35577891ca60f27
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x60c29a3739bf - core::fmt::write::h1feffd9edbf28871
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/core/src/fmt/mod.rs:1469:25
[INFO] [stderr]      6:     0x60c29a32fb33 - std::io::default_write_fmt::h347712ff49bfbf12
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x60c29a32fb33 - std::io::Write::write_fmt::hd27a6921afe7d834
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x60c29a33b5f2 - std::sys::backtrace::BacktraceLock::print::h961c13e46d2559db
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x60c29a33ec1f - std::panicking::default_hook::{{closure}}::h9e26b7a9f26ef0f4
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/panicking.rs:301:27
[INFO] [stderr]     10:     0x60c29a33ea79 - std::panicking::default_hook::h7822050d3461aa91
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/panicking.rs:328:9
[INFO] [stderr]     11:     0x60c29a33f2df - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hfef05bb17ca54e6a
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/alloc/src/boxed.rs:2018:9
[INFO] [stderr]     12:     0x60c29a33f2df - std::panicking::panic_with_hook::he8a7473937e4114e
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/panicking.rs:842:13
[INFO] [stderr]     13:     0x60c29a33f08a - std::panicking::panic_handler::{{closure}}::h66b2f3d5eca25e0f
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/panicking.rs:707:13
[INFO] [stderr]     14:     0x60c29a33b739 - std::sys::backtrace::__rust_end_short_backtrace::haba2f568b7898700
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     15:     0x60c29a323bcd - __rustc[716419831ecda59c]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/panicking.rs:698:5
[INFO] [stderr]     16:     0x60c29a37dcb0 - core::panicking::panic_fmt::h3666742ec1d80fc9
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/core/src/panicking.rs:80:14
[INFO] [stderr]     17:     0x60c29a223cef - proc_macro2::fallback::validate_ident::hf0cec651312629f4
[INFO] [stderr]     18:     0x60c29a226451 - proc_macro2::fallback::Ident::_new::h8156a134c93a0be4
[INFO] [stderr]     19:     0x60c29a22640f - proc_macro2::fallback::Ident::new::h63d4490be69768b8
[INFO] [stderr]     20:     0x60c29a234c28 - proc_macro2::imp::Ident::new::h83efcbfe9cec22de
[INFO] [stderr]     21:     0x60c29a22a858 - proc_macro2::Ident::new::h0f5890d7b64862db
[INFO] [stderr]     22:     0x60c29a09dcef - bindgen::ir::context::BindgenContext::rust_ident_raw::hedf0e166c1841c23
[INFO] [stderr]     23:     0x60c29a09be40 - bindgen::ir::context::BindgenContext::rust_ident::hf1ce1978684118c7
[INFO] [stderr]     24:     0x60c29a0357d6 - <bindgen::ir::enum_ty::Enum as bindgen::codegen::CodeGenerator>::codegen::h02b41c69b82de4a8
[INFO] [stderr]     25:     0x60c29a032f55 - <bindgen::ir::ty::Type as bindgen::codegen::CodeGenerator>::codegen::h57467527306e58e7
[INFO] [stderr]     26:     0x60c299feffc9 - <bindgen::ir::item::Item as bindgen::codegen::CodeGenerator>::codegen::ha500820c36a7e33a
[INFO] [stderr]     27:     0x60c29a0cf3ed - <bindgen::ir::module::Module as bindgen::codegen::CodeGenerator>::codegen::{{closure}}::h9340112e15c2ee6c
[INFO] [stderr]     28:     0x60c29a038265 - <bindgen::ir::module::Module as bindgen::codegen::CodeGenerator>::codegen::hd263758e0c52fa53
[INFO] [stderr]     29:     0x60c299feffa4 - <bindgen::ir::item::Item as bindgen::codegen::CodeGenerator>::codegen::ha500820c36a7e33a
[INFO] [stderr]     30:     0x60c29a0de74c - bindgen::codegen::codegen::{{closure}}::h323d7b1c60b3be8b
[INFO] [stderr]     31:     0x60c29a0a8878 - bindgen::ir::context::BindgenContext::gen::h77fb64aead90c99b
[INFO] [stderr]     32:     0x60c29a0ddfdd - bindgen::codegen::codegen::hca2e977f48b9120a
[INFO] [stderr]     33:     0x60c29a01ebe2 - bindgen::Bindings::generate::h9d24cc8d49925d6f
[INFO] [stderr]     34:     0x60c29a01a61d - bindgen::Builder::generate::h81b031954c56a024
[INFO] [stderr]     35:     0x60c299f4b0ab - build_script_build::bindgen_rocksdb::hc15ba68c7b0bc565
[INFO] [stderr]     36:     0x60c299f4ba15 - build_script_build::main::h5759896e58897340
[INFO] [stderr]     37:     0x60c299f4c973 - core::ops::function::FnOnce::call_once::hb52266e16387d246
[INFO] [stderr]     38:     0x60c299f4c7f6 - std::sys::backtrace::__rust_begin_short_backtrace::h30f0f27a19333860
[INFO] [stderr]     39:     0x60c299f4c6f9 - std::rt::lang_start::{{closure}}::h670a4d8646e91a08
[INFO] [stderr]     40:     0x60c29a331420 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h3fc3eb98af770074
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     41:     0x60c29a331420 - std::panicking::catch_unwind::do_call::hf212a2d02687e140
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/panicking.rs:590:40
[INFO] [stderr]     42:     0x60c29a331420 - std::panicking::catch_unwind::h69acb780f4fb28f3
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/panicking.rs:553:19
[INFO] [stderr]     43:     0x60c29a331420 - std::panic::catch_unwind::hba49dfb5f7e9d25f
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/panic.rs:359:14
[INFO] [stderr]     44:     0x60c29a331420 - std::rt::lang_start_internal::{{closure}}::h07b7f108d3d4f8c5
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/rt.rs:175:24
[INFO] [stderr]     45:     0x60c29a331420 - std::panicking::catch_unwind::do_call::h1bbac4c6c846794c
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/panicking.rs:590:40
[INFO] [stderr]     46:     0x60c29a331420 - std::panicking::catch_unwind::ha09f309240d1a0bb
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/panicking.rs:553:19
[INFO] [stderr]     47:     0x60c29a331420 - std::panic::catch_unwind::hda124fd3418f6d1e
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/panic.rs:359:14
[INFO] [stderr]     48:     0x60c29a331420 - std::rt::lang_start_internal::hfe7899fc6459cca4
[INFO] [stderr]                                  at /rustc/ab1d2444533d829e2d5cff6634cd3c70de6d7103/library/std/src/rt.rs:171:5
[INFO] [stderr]     49:     0x60c299f4c6e1 - std::rt::lang_start::h3018c236f292fa5a
[INFO] [stderr]     50:     0x60c299f4eb85 - main
[INFO] [stderr]     51:     0x725eb36611ca - <unknown>
[INFO] [stderr]     52:     0x725eb366128b - __libc_start_main
[INFO] [stderr]     53:     0x60c299f49595 - _start
[INFO] [stderr]     54:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "99f6425a34674543562a87f63252549db81e9471ee9d4f4ec9bcd3555d05bf2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99f6425a34674543562a87f63252549db81e9471ee9d4f4ec9bcd3555d05bf2e", kill_on_drop: false }`
[INFO] [stdout] 99f6425a34674543562a87f63252549db81e9471ee9d4f4ec9bcd3555d05bf2e
