[INFO] fetching crate keyvi 0.5.6...
[INFO] checking keyvi-0.5.6 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate keyvi 0.5.6 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate keyvi 0.5.6 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate keyvi 0.5.6
[INFO] finished tweaking crates.io crate keyvi 0.5.6
[INFO] tweaked toml for crates.io crate keyvi 0.5.6 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 62 packages to latest compatible versions
[INFO] [stderr]       Adding linux-raw-sys v0.4.13 (latest: v0.6.4)
[INFO] [stderr]       Adding rayon v0.9.0 (latest: v1.10.0)
[INFO] [stderr]       Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.0+wasi-0.2.0)
[INFO] [stderr]       Adding which v4.4.2 (latest: v6.0.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3ea2c55637e6c8be6307efe2bd1dab4f76fe71fc1ceae3fa81a821ca4a2d3f05
[INFO] running `Command { std: "docker" "start" "-a" "3ea2c55637e6c8be6307efe2bd1dab4f76fe71fc1ceae3fa81a821ca4a2d3f05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3ea2c55637e6c8be6307efe2bd1dab4f76fe71fc1ceae3fa81a821ca4a2d3f05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ea2c55637e6c8be6307efe2bd1dab4f76fe71fc1ceae3fa81a821ca4a2d3f05", kill_on_drop: false }`
[INFO] [stdout] 3ea2c55637e6c8be6307efe2bd1dab4f76fe71fc1ceae3fa81a821ca4a2d3f05
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a2740a2375fe9eb17f6ae8fc77a143b79776c96188893ea9b19bae2d5f374605
[INFO] running `Command { std: "docker" "start" "-a" "a2740a2375fe9eb17f6ae8fc77a143b79776c96188893ea9b19bae2d5f374605", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling prettyplease v0.2.19
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling bindgen v0.69.4
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rayon v0.9.0
[INFO] [stderr]     Checking serde_json v1.0.116
[INFO] [stderr]    Compiling keyvi v0.5.6 (/opt/rustwide/workdir)
[INFO] [stderr] error: failed to run custom build command for `keyvi v0.5.6 (/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/keyvi-8ee106c9ebfd9a87/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE = None
[INFO] [stderr]   CMAKE = None
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/keyvi-786d64b2de13d40b/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/workdir/keyvi_core/" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/keyvi-786d64b2de13d40b/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug"
[INFO] [stderr]   -- The C compiler identification is GNU 11.4.0
[INFO] [stderr]   -- The CXX compiler identification is GNU 11.4.0
[INFO] [stderr]   -- Detecting C compiler ABI info
[INFO] [stderr]   -- Detecting C compiler ABI info - done
[INFO] [stderr]   -- Check for working C compiler: /usr/bin/cc - skipped
[INFO] [stderr]   -- Detecting C compile features
[INFO] [stderr]   -- Detecting C compile features - done
[INFO] [stderr]   -- Detecting CXX compiler ABI info
[INFO] [stderr]   -- Detecting CXX compiler ABI info - done
[INFO] [stderr]   -- Check for working CXX compiler: /usr/bin/c++ - skipped
[INFO] [stderr]   -- Detecting CXX compile features
[INFO] [stderr]   -- Detecting CXX compile features - done
[INFO] [stderr]   -- Architecture: x86_64
[INFO] [stderr]   -- Architecture: x86_64 detected: added -msse4.2 compile flag
[INFO] [stderr]   -- Looking for pthread.h
[INFO] [stderr]   -- Looking for pthread.h - found
[INFO] [stderr]   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[INFO] [stderr]   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
[INFO] [stderr]   -- Found Threads: TRUE  
[INFO] [stderr]   -- Configuring incomplete, errors occurred!
[INFO] [stderr]   See also "/opt/rustwide/target/debug/build/keyvi-786d64b2de13d40b/out/build/CMakeFiles/CMakeOutput.log".
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):
[INFO] [stderr]     Could not find a package configuration file provided by
[INFO] [stderr]     "boost_program_options" (requested version 1.74.0) with any of the
[INFO] [stderr]     following names:
[INFO] [stderr] 
[INFO] [stderr]       boost_program_optionsConfig.cmake
[INFO] [stderr]       boost_program_options-config.cmake
[INFO] [stderr] 
[INFO] [stderr]     Add the installation prefix of "boost_program_options" to CMAKE_PREFIX_PATH
[INFO] [stderr]     or set "boost_program_options_DIR" to a directory containing one of the
[INFO] [stderr]     above files.  If "boost_program_options" provides a separate development
[INFO] [stderr]     package or SDK, be sure it has been installed.
[INFO] [stderr]   Call Stack (most recent call first):
[INFO] [stderr]     /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component)
[INFO] [stderr]     /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package)
[INFO] [stderr]     CMakeLists.txt:68 (find_package)
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.50/src/lib.rs:1098:5:
[INFO] [stderr] 
[INFO] [stderr]   command did not execute successfully, got: exit status: 1
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5649ffdba195 - std::backtrace_rs::backtrace::libunwind::trace::hf6d84d188eed4942
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stderr]      1:     0x5649ffdba195 - std::backtrace_rs::backtrace::trace_unsynchronized::hb841ab02b27b2a81
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x5649ffdba195 - std::sys_common::backtrace::_print_fmt::h7d09263e980d2dc2
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stderr]      3:     0x5649ffdba195 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h8710a3386e66dc13
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stderr]      4:     0x5649ffde353b - core::fmt::rt::Argument::fmt::h56356193ea14b69e
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/fmt/rt.rs:165:63
[INFO] [stderr]      5:     0x5649ffde353b - core::fmt::write::ha8a35e57fe29df69
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/fmt/mod.rs:1157:21
[INFO] [stderr]      6:     0x5649ffdb70ef - std::io::Write::write_fmt::h070417d35cbd0295
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/io/mod.rs:1832:15
[INFO] [stderr]      7:     0x5649ffdb9f6e - std::sys_common::backtrace::_print::h98c81ef11000e712
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stderr]      8:     0x5649ffdb9f6e - std::sys_common::backtrace::print::hb4fda26b0eb411fc
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stderr]      9:     0x5649ffdbb449 - std::panicking::default_hook::{{closure}}::h58b999a8a8b72663
[INFO] [stderr]     10:     0x5649ffdbb18d - std::panicking::default_hook::h9ee81ffa3eaff881
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:298:9
[INFO] [stderr]     11:     0x5649ffdbb8e3 - std::panicking::rust_panic_with_hook::h7cf1f420e89ee254
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:795:13
[INFO] [stderr]     12:     0x5649ffdbb7c4 - std::panicking::begin_panic_handler::{{closure}}::h1e92862156407829
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:664:13
[INFO] [stderr]     13:     0x5649ffdba659 - std::sys_common::backtrace::__rust_end_short_backtrace::hdb9396439049b139
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stderr]     14:     0x5649ffdbb4f7 - rust_begin_unwind
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:652:5
[INFO] [stderr]     15:     0x5649ff7c7263 - core::panicking::panic_fmt::hb6b8317cb2c3be4c
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/panicking.rs:72:14
[INFO] [stderr]     16:     0x5649ff7d8269 - cmake::fail::h37eeb473aae88579
[INFO] [stderr]     17:     0x5649ff7d7a28 - cmake::run::h853ae92c1b105829
[INFO] [stderr]     18:     0x5649ff7d3b60 - cmake::Config::build::hd02816830a690796
[INFO] [stderr]     19:     0x5649ff7cb84f - build_script_build::main::h28a09a055587dbf2
[INFO] [stderr]     20:     0x5649ff7c8603 - core::ops::function::FnOnce::call_once::hc9366d3d632d9784
[INFO] [stderr]     21:     0x5649ff7c7cc6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h6baaffb79e464bdc
[INFO] [stderr]     22:     0x5649ff7c82f9 - std::rt::lang_start::{{closure}}::haea4ea187d93415f
[INFO] [stderr]     23:     0x5649ffdb2786 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hed2c947f9885a74b
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     24:     0x5649ffdb2786 - std::panicking::try::do_call::hb89329b1c9c22cc4
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:559:40
[INFO] [stderr]     25:     0x5649ffdb2786 - std::panicking::try::h32506f612ff970ae
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:523:19
[INFO] [stderr]     26:     0x5649ffdb2786 - std::panic::catch_unwind::hb921c12c6fd21966
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panic.rs:149:14
[INFO] [stderr]     27:     0x5649ffdb2786 - std::rt::lang_start_internal::{{closure}}::h525d7c9c8d9957db
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/rt.rs:141:48
[INFO] [stderr]     28:     0x5649ffdb2786 - std::panicking::try::do_call::hc05b1198989502ae
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:559:40
[INFO] [stderr]     29:     0x5649ffdb2786 - std::panicking::try::h4ecd1dd6f6f1e3ba
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:523:19
[INFO] [stderr]     30:     0x5649ffdb2786 - std::panic::catch_unwind::h92b0390d9e8eb6ea
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panic.rs:149:14
[INFO] [stderr]     31:     0x5649ffdb2786 - std::rt::lang_start_internal::he4964f7a9f7ed816
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/rt.rs:141:20
[INFO] [stderr]     32:     0x5649ff7c82d7 - std::rt::lang_start::h80fce4acb7dca99f
[INFO] [stderr]     33:     0x5649ff7cc0a5 - main
[INFO] [stderr]     34:     0x7f056e124d90 - <unknown>
[INFO] [stderr]     35:     0x7f056e124e40 - __libc_start_main
[INFO] [stderr]     36:     0x5649ff7c7bb5 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "a2740a2375fe9eb17f6ae8fc77a143b79776c96188893ea9b19bae2d5f374605", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2740a2375fe9eb17f6ae8fc77a143b79776c96188893ea9b19bae2d5f374605", kill_on_drop: false }`
[INFO] [stdout] a2740a2375fe9eb17f6ae8fc77a143b79776c96188893ea9b19bae2d5f374605
[INFO] checking keyvi-0.5.6 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate keyvi 0.5.6 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate keyvi 0.5.6 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate keyvi 0.5.6
[INFO] finished tweaking crates.io crate keyvi 0.5.6
[INFO] tweaked toml for crates.io crate keyvi 0.5.6 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 62 packages to latest compatible versions
[INFO] [stderr]       Adding linux-raw-sys v0.4.13 (latest: v0.6.4)
[INFO] [stderr]       Adding rayon v0.9.0 (latest: v1.10.0)
[INFO] [stderr]       Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.0+wasi-0.2.0)
[INFO] [stderr]       Adding which v4.4.2 (latest: v6.0.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5ed07cd38847432e9e26d663a34cb0b1e1193394835a169a161b98008da32723
[INFO] running `Command { std: "docker" "start" "-a" "5ed07cd38847432e9e26d663a34cb0b1e1193394835a169a161b98008da32723", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5ed07cd38847432e9e26d663a34cb0b1e1193394835a169a161b98008da32723", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ed07cd38847432e9e26d663a34cb0b1e1193394835a169a161b98008da32723", kill_on_drop: false }`
[INFO] [stdout] 5ed07cd38847432e9e26d663a34cb0b1e1193394835a169a161b98008da32723
[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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 022cecabe4a67035e5a8f80b596a0a392c9157b70dcc2d89f407bc4bd9a5ebb0
[INFO] running `Command { std: "docker" "start" "-a" "022cecabe4a67035e5a8f80b596a0a392c9157b70dcc2d89f407bc4bd9a5ebb0", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling prettyplease v0.2.19
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling bindgen v0.69.4
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rayon v0.9.0
[INFO] [stderr]     Checking serde_json v1.0.116
[INFO] [stderr]    Compiling keyvi v0.5.6 (/opt/rustwide/workdir)
[INFO] [stderr] error: failed to run custom build command for `keyvi v0.5.6 (/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/keyvi-8ee106c9ebfd9a87/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE = None
[INFO] [stderr]   CMAKE = None
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/keyvi-786d64b2de13d40b/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/workdir/keyvi_core/" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/keyvi-786d64b2de13d40b/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug"
[INFO] [stderr]   -- The C compiler identification is GNU 11.4.0
[INFO] [stderr]   -- The CXX compiler identification is GNU 11.4.0
[INFO] [stderr]   -- Detecting C compiler ABI info
[INFO] [stderr]   -- Detecting C compiler ABI info - done
[INFO] [stderr]   -- Check for working C compiler: /usr/bin/cc - skipped
[INFO] [stderr]   -- Detecting C compile features
[INFO] [stderr]   -- Detecting C compile features - done
[INFO] [stderr]   -- Detecting CXX compiler ABI info
[INFO] [stderr]   -- Detecting CXX compiler ABI info - done
[INFO] [stderr]   -- Check for working CXX compiler: /usr/bin/c++ - skipped
[INFO] [stderr]   -- Detecting CXX compile features
[INFO] [stderr]   -- Detecting CXX compile features - done
[INFO] [stderr]   -- Architecture: x86_64
[INFO] [stderr]   -- Architecture: x86_64 detected: added -msse4.2 compile flag
[INFO] [stderr]   -- Looking for pthread.h
[INFO] [stderr]   -- Looking for pthread.h - found
[INFO] [stderr]   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[INFO] [stderr]   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
[INFO] [stderr]   -- Found Threads: TRUE  
[INFO] [stderr]   -- Configuring incomplete, errors occurred!
[INFO] [stderr]   See also "/opt/rustwide/target/debug/build/keyvi-786d64b2de13d40b/out/build/CMakeFiles/CMakeOutput.log".
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):
[INFO] [stderr]     Could not find a package configuration file provided by
[INFO] [stderr]     "boost_program_options" (requested version 1.74.0) with any of the
[INFO] [stderr]     following names:
[INFO] [stderr] 
[INFO] [stderr]       boost_program_optionsConfig.cmake
[INFO] [stderr]       boost_program_options-config.cmake
[INFO] [stderr] 
[INFO] [stderr]     Add the installation prefix of "boost_program_options" to CMAKE_PREFIX_PATH
[INFO] [stderr]     or set "boost_program_options_DIR" to a directory containing one of the
[INFO] [stderr]     above files.  If "boost_program_options" provides a separate development
[INFO] [stderr]     package or SDK, be sure it has been installed.
[INFO] [stderr]   Call Stack (most recent call first):
[INFO] [stderr]     /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component)
[INFO] [stderr]     /usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package)
[INFO] [stderr]     CMakeLists.txt:68 (find_package)
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.50/src/lib.rs:1098:5:
[INFO] [stderr] 
[INFO] [stderr]   command did not execute successfully, got: exit status: 1
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x55a15b56e215 - std::backtrace_rs::backtrace::libunwind::trace::hdfeb580427d8933a
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stderr]      1:     0x55a15b56e215 - std::backtrace_rs::backtrace::trace_unsynchronized::h2ab9303b28c241a4
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x55a15b56e215 - std::sys_common::backtrace::_print_fmt::h619cfc7eb9ab5b5f
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stderr]      3:     0x55a15b56e215 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::he16efdaf40e8eef7
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stderr]      4:     0x55a15b5975bb - core::fmt::rt::Argument::fmt::h9f13baa13e8b36b1
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/fmt/rt.rs:165:63
[INFO] [stderr]      5:     0x55a15b5975bb - core::fmt::write::hae8f3928a7d1fb9f
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/fmt/mod.rs:1157:21
[INFO] [stderr]      6:     0x55a15b56b16f - std::io::Write::write_fmt::h51b0278883ceca93
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/io/mod.rs:1832:15
[INFO] [stderr]      7:     0x55a15b56dfee - std::sys_common::backtrace::_print::ha38797bab2b77f4a
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stderr]      8:     0x55a15b56dfee - std::sys_common::backtrace::print::ha10bfc6bd1633494
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stderr]      9:     0x55a15b56f4c9 - std::panicking::default_hook::{{closure}}::h71e248ada3a684d2
[INFO] [stderr]     10:     0x55a15b56f20d - std::panicking::default_hook::hd99e3a7061b2ddee
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:298:9
[INFO] [stderr]     11:     0x55a15b56f963 - std::panicking::rust_panic_with_hook::h7c7bce4a41c281ff
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:795:13
[INFO] [stderr]     12:     0x55a15b56f844 - std::panicking::begin_panic_handler::{{closure}}::h2460704575d1c9aa
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:664:13
[INFO] [stderr]     13:     0x55a15b56e6d9 - std::sys_common::backtrace::__rust_end_short_backtrace::hbe07398721317bb0
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stderr]     14:     0x55a15b56f577 - rust_begin_unwind
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:652:5
[INFO] [stderr]     15:     0x55a15af7a263 - core::panicking::panic_fmt::h621d774f51b1ce55
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/panicking.rs:72:14
[INFO] [stderr]     16:     0x55a15af8b269 - cmake::fail::h1db1745e10993751
[INFO] [stderr]     17:     0x55a15af8aa28 - cmake::run::hdc14d6a67f8819e7
[INFO] [stderr]     18:     0x55a15af86b60 - cmake::Config::build::h9f4a449d64a084ab
[INFO] [stderr]     19:     0x55a15af7e84f - build_script_build::main::h339dcba099ce9b8c
[INFO] [stderr]     20:     0x55a15af7b603 - core::ops::function::FnOnce::call_once::hf63311a1517011e8
[INFO] [stderr]     21:     0x55a15af7acc6 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc5547ba5e8c2094
[INFO] [stderr]     22:     0x55a15af7b2f9 - std::rt::lang_start::{{closure}}::h69acbecbb8b687b5
[INFO] [stderr]     23:     0x55a15b566806 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h6a158acb8f1b53eb
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     24:     0x55a15b566806 - std::panicking::try::do_call::h1e4aaada6483a32f
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:559:40
[INFO] [stderr]     25:     0x55a15b566806 - std::panicking::try::h1af07f2910174530
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:523:19
[INFO] [stderr]     26:     0x55a15b566806 - std::panic::catch_unwind::h14ab2010dc264db0
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panic.rs:149:14
[INFO] [stderr]     27:     0x55a15b566806 - std::rt::lang_start_internal::{{closure}}::ha4f1e133f590a2bc
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/rt.rs:141:48
[INFO] [stderr]     28:     0x55a15b566806 - std::panicking::try::do_call::h0f5241dc2333fd63
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:559:40
[INFO] [stderr]     29:     0x55a15b566806 - std::panicking::try::h2de8e037aeb49eae
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:523:19
[INFO] [stderr]     30:     0x55a15b566806 - std::panic::catch_unwind::h655cf7c8daff0fce
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panic.rs:149:14
[INFO] [stderr]     31:     0x55a15b566806 - std::rt::lang_start_internal::h0546893e62f1752b
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/rt.rs:141:20
[INFO] [stderr]     32:     0x55a15af7b2d7 - std::rt::lang_start::h7f75fbe40c308e00
[INFO] [stderr]     33:     0x55a15af7f0a5 - main
[INFO] [stderr]     34:     0x7fe6038e7d90 - <unknown>
[INFO] [stderr]     35:     0x7fe6038e7e40 - __libc_start_main
[INFO] [stderr]     36:     0x55a15af7abb5 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "022cecabe4a67035e5a8f80b596a0a392c9157b70dcc2d89f407bc4bd9a5ebb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "022cecabe4a67035e5a8f80b596a0a392c9157b70dcc2d89f407bc4bd9a5ebb0", kill_on_drop: false }`
[INFO] [stdout] 022cecabe4a67035e5a8f80b596a0a392c9157b70dcc2d89f407bc4bd9a5ebb0
