[INFO] fetching crate simplersble 0.10.4-dev32...
[INFO] testing simplersble-0.10.4-dev32 against 1.90.0 for beta-1.91-3
[INFO] extracting crate simplersble 0.10.4-dev32 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate simplersble 0.10.4-dev32
[INFO] finished tweaking crates.io crate simplersble 0.10.4-dev32
[INFO] tweaked toml for crates.io crate simplersble 0.10.4-dev32 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate simplersble 0.10.4-dev32 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate simplersble 0.10.4-dev32 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded link-cplusplus v1.0.10
[INFO] [stderr]   Downloaded scratch v1.0.8
[INFO] [stderr]   Downloaded cxxbridge-flags v1.0.158
[INFO] [stderr]   Downloaded codespan-reporting v0.12.0
[INFO] [stderr]   Downloaded cxx-build v1.0.158
[INFO] [stderr]   Downloaded cxxbridge-macro v1.0.158
[INFO] [stderr]   Downloaded clap v4.5.39
[INFO] [stderr]   Downloaded cxxbridge-cmd v1.0.158
[INFO] [stderr]   Downloaded cxx v1.0.158
[INFO] [stderr]   Downloaded clap_builder v4.5.39
[INFO] [stderr]   Downloaded tokio v1.45.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0e0994bfc4ced639b0beaebc483d2595aeae44ee64024813580ea545889c2c99
[INFO] running `Command { std: "docker" "start" "-a" "0e0994bfc4ced639b0beaebc483d2595aeae44ee64024813580ea545889c2c99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e0994bfc4ced639b0beaebc483d2595aeae44ee64024813580ea545889c2c99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e0994bfc4ced639b0beaebc483d2595aeae44ee64024813580ea545889c2c99", kill_on_drop: false }`
[INFO] [stdout] 0e0994bfc4ced639b0beaebc483d2595aeae44ee64024813580ea545889c2c99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 32d927e6697f1af2140031b730893b1d29472ceaa06fbb3ad6f846504ea0e7f6
[INFO] running `Command { std: "docker" "start" "-a" "32d927e6697f1af2140031b730893b1d29472ceaa06fbb3ad6f846504ea0e7f6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling scratch v1.0.8
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling cc v1.2.24
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling cxxbridge-flags v1.0.158
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling codespan-reporting v0.12.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling link-cplusplus v1.0.10
[INFO] [stderr]    Compiling cxx v1.0.158
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling cxx-build v1.0.158
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.158
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling simplersble v0.10.4-dev32 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.90.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=0964ebb8b599df14 -C extra-filename=-114dafde4cddf92d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-e08a006c583c3ac6.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-5cdf14e28c1851b6.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-6cfd7d81cfd47347.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-59291606db78d171.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-0cffc5d959d0b16f.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-72dc06c23fa7dc02.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-ab8781298cb76889.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-8feb535858932bc7.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: simplersble@0.10.4-dev32: Building in DEBUG mode
[INFO] [stderr] error: failed to run custom build command for `simplersble v0.10.4-dev32 (/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/simplersble-99f9e1001eab566b/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=build.rs
[INFO] [stderr]   cargo:rerun-if-changed=src/lib.rs
[INFO] [stderr]   cargo:rerun-if-changed=src/bindings/Bindings.hpp
[INFO] [stderr]   cargo:rerun-if-changed=src/bindings/Bindings.cpp
[INFO] [stderr]   cargo:warning=Building in DEBUG mode
[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/simplersble-0ce151f8e905f3de/out/build" && CMAKE_PREFIX_PATH="" LC_ALL="C" "cmake" "/opt/rustwide/workdir/simpleble" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/simplersble-0ce151f8e905f3de/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 CXX compiler identification is GNU 13.3.0
[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]   -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
[INFO] [stderr]   -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
[INFO] [stderr]   -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
[INFO] [stderr]   -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
[INFO] [stderr]   -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
[INFO] [stderr]   -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
[INFO] [stderr]   -- Linux Host Detected
[INFO] [stderr]   -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") 
[INFO] [stderr]   -- Applying definition: SIMPLEBLE_LOG_LEVEL=SIMPLEBLE_LOG_LEVEL_INFO
[INFO] [stderr]   -- Applying definition: SIMPLEBLE_VERSION="0.10.4-dev32"
[INFO] [stderr]   -- Applying definition: FMT_HEADER_ONLY
[INFO] [stderr]   -- Applying definition: SIMPLEDBUS_LOG_LEVEL=FATAL
[INFO] [stderr]   -- Applying definition: SIMPLEBLUEZ_LOG_LEVEL=FATAL
[INFO] [stderr]   -- Applying definition: SIMPLEBLE_LOG_LEVEL=SIMPLEBLE_LOG_LEVEL_INFO
[INFO] [stderr]   -- Applying definition: SIMPLEBLE_VERSION="0.10.4-dev32"
[INFO] [stderr]   -- Applying definition: FMT_HEADER_ONLY
[INFO] [stderr]   -- Applying definition: SIMPLEDBUS_LOG_LEVEL=FATAL
[INFO] [stderr]   -- Applying definition: SIMPLEBLUEZ_LOG_LEVEL=FATAL
[INFO] [stderr]   -- Configuring done (1.7s)
[INFO] [stderr]   -- Generating done (0.0s)
[INFO] [stderr]   -- Build files have been written to: /opt/rustwide/target/debug/build/simplersble-0ce151f8e905f3de/out/build
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/simplersble-0ce151f8e905f3de/out/build" && LC_ALL="C" MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "cmake" "--build" "/opt/rustwide/target/debug/build/simplersble-0ce151f8e905f3de/out/build" "--target" "install" "--config" "Debug"
[INFO] [stderr]   [  1%] Building CXX object CMakeFiles/simpleble.dir/src/frontends/base/Adapter.cpp.o
[INFO] [stderr]   [  2%] Building CXX object CMakeFiles/simpleble.dir/src/backends/common/ServiceBase.cpp.o
[INFO] [stderr]   [  3%] Building CXX object CMakeFiles/simpleble.dir/src/frontends/base/Descriptor.cpp.o
[INFO] [stderr]   [  4%] Building CXX object CMakeFiles/simpleble.dir/src/frontends/base/Backend.cpp.o
[INFO] [stderr]   [  5%] Building CXX object CMakeFiles/simpleble.dir/src/backends/common/CharacteristicBase.cpp.o
[INFO] [stderr]   [  6%] Building CXX object CMakeFiles/simpleble.dir/src/Exceptions.cpp.o
[INFO] [stderr]   [  8%] Building CXX object CMakeFiles/simpleble.dir/src/frontends/base/Peripheral.cpp.o
[INFO] [stderr]   [  9%] Building CXX object CMakeFiles/simpleble.dir/src/Utils.cpp.o
[INFO] [stderr]   [ 10%] Building CXX object CMakeFiles/simpleble.dir/src/backends/common/DescriptorBase.cpp.o
[INFO] [stderr]   [ 11%] Building CXX object CMakeFiles/simpleble.dir/src/frontends/base/Characteristic.cpp.o
[INFO] [stderr]   [ 12%] Building CXX object CMakeFiles/simpleble.dir/src/backends/common/AdapterBase.cpp.o
[INFO] [stderr]   [ 13%] Building CXX object CMakeFiles/simpleble.dir/src/frontends/base/Advanced.cpp.o
[INFO] [stderr]   [ 14%] Building CXX object CMakeFiles/simpleble.dir/src/Config.cpp.o
[INFO] [stderr]   [ 16%] Building CXX object CMakeFiles/simpleble.dir/src/Logging.cpp.o
[INFO] [stderr]   [ 17%] Building CXX object CMakeFiles/simpleble.dir/src/frontends/base/Service.cpp.o
[INFO] [stderr]   [ 18%] Building CXX object CMakeFiles/simpleble.dir/src/frontends/safe/AdapterSafe.cpp.o
[INFO] [stderr]   [ 19%] Building CXX object CMakeFiles/simpleble.dir/src/frontends/safe/PeripheralSafe.cpp.o
[INFO] [stderr]   [ 20%] Building CXX object CMakeFiles/simpleble.dir/src/backends/linux/BackendBluez.cpp.o
[INFO] [stderr]   [ 21%] Building CXX object CMakeFiles/simpleble.dir/src/backends/linux/AdapterLinux.cpp.o
[INFO] [stderr]   [ 22%] Building CXX object CMakeFiles/simpleble.dir/src/backends/linux/PeripheralLinux.cpp.o
[INFO] [stderr]   [ 24%] Building CXX object CMakeFiles/simpleble.dir/opt/rustwide/workdir/simplebluez/src/Logging.cpp.o
[INFO] [stderr]   [ 25%] Building CXX object CMakeFiles/simpleble.dir/opt/rustwide/workdir/simplebluez/src/Agent.cpp.o
[INFO] [stderr]   [ 26%] Building CXX object CMakeFiles/simpleble.dir/opt/rustwide/workdir/simplebluez/src/Device.cpp.o
[INFO] [stderr]   [ 27%] Building CXX object CMakeFiles/simpleble.dir/opt/rustwide/workdir/simplebluez/src/Characteristic.cpp.o
[INFO] [stderr]   [ 28%] Building CXX object CMakeFiles/simpleble.dir/opt/rustwide/workdir/simplebluez/src/Exceptions.cpp.o
[INFO] [stderr]   [ 29%] Building CXX object CMakeFiles/simpleble.dir/opt/rustwide/workdir/simplebluez/src/Service.cpp.o
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   CMake Warning:
[INFO] [stderr]     Manually-specified variables were not used by the project:
[INFO] [stderr] 
[INFO] [stderr]       CMAKE_ASM_COMPILER
[INFO] [stderr]       CMAKE_ASM_FLAGS
[INFO] [stderr]       CMAKE_C_COMPILER
[INFO] [stderr]       CMAKE_C_FLAGS
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [CMakeFiles/simpleble.dir/build.make:314: CMakeFiles/simpleble.dir/src/backends/linux/AdapterLinux.cpp.o] Error 1
[INFO] [stderr]   gmake[2]: *** Waiting for unfinished jobs....
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [CMakeFiles/simpleble.dir/build.make:384: CMakeFiles/simpleble.dir/opt/rustwide/workdir/simplebluez/src/Device.cpp.o] Error 1
[INFO] [stderr]   gmake[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/simpleble.dir/all] Error 2
[INFO] [stderr]   gmake: *** [Makefile:136: all] Error 2
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.54/src/lib.rs:1119:5:
[INFO] [stderr] 
[INFO] [stderr]   command did not execute successfully, got: exit status: 2
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x55686eff4b12 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x55686eff4b12 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x55686eff4b12 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x55686eff4b12 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x55686f019973 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x55686f019973 - core::fmt::write::h8a494366950f23bb
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stderr]      6:     0x55686eff0ff3 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x55686eff0ff3 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x55686eff4962 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x55686eff6963 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stderr]     10:     0x55686eff6745 - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stderr]     11:     0x55686eff7375 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13
[INFO] [stderr]     12:     0x55686eff710a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stderr]     13:     0x55686eff5019 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x55686eff6d9d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stderr]     15:     0x55686f0187e0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stderr]     16:     0x55686ef5870b - cmake::fail::h1461367ef28f23e0
[INFO] [stderr]     17:     0x55686ef57f82 - cmake::run::ha8fff33b4496bdd5
[INFO] [stderr]     18:     0x55686ef54b1b - cmake::Config::build::h03bab54ca68eae9c
[INFO] [stderr]     19:     0x55686ecfe203 - build_script_build::compile_simpleble::hc36f08b9454dccd4
[INFO] [stderr]     20:     0x55686ecfe923 - build_script_build::main::h6d63372a4172c1d4
[INFO] [stderr]     21:     0x55686ecfad93 - core::ops::function::FnOnce::call_once::h5a54aeda7fdae43a
[INFO] [stderr]     22:     0x55686ecfab16 - std::sys::backtrace::__rust_begin_short_backtrace::hb60069115aa84e74
[INFO] [stderr]     23:     0x55686ecfaa99 - std::rt::lang_start::{{closure}}::h27910c3f12aaf284
[INFO] [stderr]     24:     0x55686efeb060 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h638295a043b40957
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21
[INFO] [stderr]     25:     0x55686efeb060 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stderr]     26:     0x55686efeb060 - std::panicking::catch_unwind::h50591d85bf847c7c
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stderr]     27:     0x55686efeb060 - std::panic::catch_unwind::h2487b4c4f2ae22c6
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stderr]     28:     0x55686efeb060 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24
[INFO] [stderr]     29:     0x55686efeb060 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stderr]     30:     0x55686efeb060 - std::panicking::catch_unwind::hf9a822ea043fb0d6
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stderr]     31:     0x55686efeb060 - std::panic::catch_unwind::h5b3cac802237ed89
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stderr]     32:     0x55686efeb060 - std::rt::lang_start_internal::h34f9328d113fd60a
[INFO] [stderr]                                  at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5
[INFO] [stderr]     33:     0x55686ecfaa81 - std::rt::lang_start::hf6b2789db2b33b0f
[INFO] [stderr]     34:     0x55686ecfeab5 - main
[INFO] [stderr]     35:     0x7a1a471051ca - <unknown>
[INFO] [stderr]     36:     0x7a1a4710528b - __libc_start_main
[INFO] [stderr]     37:     0x55686ecfa555 - _start
[INFO] [stderr]     38:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "32d927e6697f1af2140031b730893b1d29472ceaa06fbb3ad6f846504ea0e7f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32d927e6697f1af2140031b730893b1d29472ceaa06fbb3ad6f846504ea0e7f6", kill_on_drop: false }`
[INFO] [stdout] 32d927e6697f1af2140031b730893b1d29472ceaa06fbb3ad6f846504ea0e7f6
