[INFO] cloning repository https://github.com/cornishon/mandelbrot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cornishon/mandelbrot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcornishon%2Fmandelbrot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcornishon%2Fmandelbrot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 614b3e9f9a9eeece61f7696e3ef6e708334fa285 [INFO] checking cornishon/mandelbrot against master#17ffbc81a30c094193836a5d7f90dff273b5df93 for pr-138785 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcornishon%2Fmandelbrot" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cornishon/mandelbrot on toolchain 17ffbc81a30c094193836a5d7f90dff273b5df93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+17ffbc81a30c094193836a5d7f90dff273b5df93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cornishon/mandelbrot [INFO] finished tweaking git repo https://github.com/cornishon/mandelbrot [INFO] tweaked toml for git repo https://github.com/cornishon/mandelbrot written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/cornishon/mandelbrot 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" "+17ffbc81a30c094193836a5d7f90dff273b5df93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+17ffbc81a30c094193836a5d7f90dff273b5df93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4ab73b18f803666b1400a4acb3b53a5eeb63d65a456d0575b19fb9c8b2914b35 [INFO] running `Command { std: "docker" "start" "-a" "4ab73b18f803666b1400a4acb3b53a5eeb63d65a456d0575b19fb9c8b2914b35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ab73b18f803666b1400a4acb3b53a5eeb63d65a456d0575b19fb9c8b2914b35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ab73b18f803666b1400a4acb3b53a5eeb63d65a456d0575b19fb9c8b2914b35", kill_on_drop: false }` [INFO] [stdout] 4ab73b18f803666b1400a4acb3b53a5eeb63d65a456d0575b19fb9c8b2914b35 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+17ffbc81a30c094193836a5d7f90dff273b5df93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e34db622e400d3a174fc38c26d79bd0a57b078c12a79623d76d5de0cf255483 [INFO] running `Command { std: "docker" "start" "-a" "0e34db622e400d3a174fc38c26d79bd0a57b078c12a79623d76d5de0cf255483", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Compiling prettyplease v0.2.22 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling libloading v0.8.5 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling bindgen v0.69.4 [INFO] [stderr] Compiling cc v1.1.25 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking ahash v0.3.8 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking anstyle-parse v0.2.5 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking anstyle-query v1.1.1 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Checking anstyle v1.0.8 [INFO] [stderr] Checking colorchoice v1.0.2 [INFO] [stderr] Checking mopa v0.2.2 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking anstream v0.6.15 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Checking hibitset v0.6.4 [INFO] [stderr] Checking tuple_utils v0.3.0 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking clap_lex v0.7.2 [INFO] [stderr] Checking shrev v1.1.3 [INFO] [stderr] Checking clap_builder v4.5.20 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling cmake v0.1.51 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling specs-derive v0.4.1 [INFO] [stderr] Checking tynm v0.1.10 [INFO] [stderr] Checking shred v0.10.2 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling regex v1.11.0 [INFO] [stderr] Checking specs v0.16.1 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Checking clap v4.5.20 [INFO] [stderr] Compiling raylib-sys v5.0.2 [INFO] [stderr] error: failed to run custom build command for `raylib-sys v5.0.2` [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/raylib-sys-725b4cea687c004d/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=build.rs [INFO] [stderr] cargo:rerun-if-changed=./binding/binding.h [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/raylib-sys-ea9fcadbfdbe6ac5/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/target/debug/build/raylib-sys-ea9fcadbfdbe6ac5/out/raylib" "-DCMAKE_BUILD_TYPE=Debug" "-DBUILD_EXAMPLES=OFF" "-DCMAKE_BUILD_TYPE=Debug" "-DSUPPORT_BUSY_WAIT_LOOP=OFF" "-DSUPPORT_FILEFORMAT_JPG=ON" "-DRAYMATH_STATIC_INLINE=ON" "-DUSE_WAYLAND=OFF" "-DOPENGL_VERSION=OFF" "-DSUPPORT_SCREEN_CAPTURE=ON" "-DSUPPORT_GIF_RECORDING=ON" "-DPLATFORM=Desktop" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/raylib-sys-ea9fcadbfdbe6ac5/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" [INFO] [stderr] -- The C compiler identification is GNU 13.3.0 [INFO] [stderr] -- The CXX compiler identification is GNU 13.3.0 [INFO] [stderr] -- Detecting C compiler ABI info [INFO] [stderr] -- Detecting C compiler ABI info - failed [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc - works [INFO] [stderr] -- Detecting C compile features [INFO] [stderr] -- Detecting C compile features - done [INFO] [stderr] -- Detecting CXX compiler ABI info [INFO] [stderr] -- Configuring incomplete, errors occurred! [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): [INFO] [stderr] Compatibility with CMake < 3.5 will be removed from a future version of [INFO] [stderr] CMake. [INFO] [stderr] [INFO] [stderr] Update the VERSION argument value or use a ... suffix to tell [INFO] [stderr] CMake that the project does not need compatibility with older versions. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/raylib-sys-ea9fcadbfdbe6ac5/out/build/CMakeFiles/CMakeScratch/TryCompile-hc4OVC/CMakeFiles/cmTC_50ab8.dir/build.make.tmp24621 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/raylib-sys-ea9fcadbfdbe6ac5/out/build/CMakeFiles/CMakeScratch/TryCompile-hc4OVC/CMakeFiles/cmTC_50ab8.dir/compiler_depend.make.tmpe0026 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/raylib-sys-ea9fcadbfdbe6ac5/out/build/CMakeFiles/CMakeScratch/TryCompile-hc4OVC/CMakeFiles/cmTC_50ab8.dir/compiler_depend.ts.tmpfbe22 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/raylib-sys-ea9fcadbfdbe6ac5/out/build/CMakeFiles/CMakeScratch/TryCompile-hc4OVC/CMakeFiles/cmTC_50ab8.dir/depend.make.tmp94a66 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/raylib-sys-ea9fcadbfdbe6ac5/out/build/CMakeFiles/CMakeScratch/TryCompile-hc4OVC/CMakeFiles/cmTC_50ab8.dir/flags.make.tmp7a2d3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/raylib-sys-ea9fcadbfdbe6ac5/out/build/CMakeFiles/CMakeScratch/TryCompile-hc4OVC/CMakeFiles/cmTC_50ab8.dir/link.txt.tmpe7adb [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/raylib-sys-ea9fcadbfdbe6ac5/out/build/CMakeFiles/CMakeScratch/TryCompile-hc4OVC/CMakeFiles/cmTC_50ab8.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/raylib-sys-ea9fcadbfdbe6ac5/out/build/CMakeFiles/CMakeScratch/TryCompile-hc4OVC/CMakeFiles/cmTC_50ab8.dir/DependInfo.cmake.tmpc6bf9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/raylib-sys-ea9fcadbfdbe6ac5/out/build/CMakeFiles/CMakeScratch/TryCompile-hc4OVC/CMakeFiles/cmTC_50ab8.dir/progress.make.tmp846b5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error at /usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile): [INFO] [stderr] Failed to generate test project build system. [INFO] [stderr] Call Stack (most recent call first): [INFO] [stderr] /usr/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI) [INFO] [stderr] CMakeLists.txt:2 (project) [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.51/src/lib.rs:1100: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: 0x56f6828bf592 - std::backtrace_rs::backtrace::libunwind::trace::h0ba9157721c35840 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x56f6828bf592 - std::backtrace_rs::backtrace::trace_unsynchronized::h86ccaa9e8e807ced [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x56f6828bf592 - std::sys::backtrace::_print_fmt::h349c193bb5c0bc78 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x56f6828bf592 - ::fmt::h03493273b68c541f [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x56f6828e8d33 - core::fmt::rt::Argument::fmt::h15ec3bfc4130f0f3 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/core/src/fmt/rt.rs:178:76 [INFO] [stderr] 5: 0x56f6828e8d33 - core::fmt::write::h0ad6302f6d4dd435 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/core/src/fmt/mod.rs:1480:21 [INFO] [stderr] 6: 0x56f6828bbaa3 - std::io::default_write_fmt::hb47e9846d3041dac [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x56f6828bbaa3 - std::io::Write::write_fmt::h02d833d801fd417d [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/io/mod.rs:1914:13 [INFO] [stderr] 8: 0x56f6828bf3e2 - std::sys::backtrace::BacktraceLock::print::hf4c70899989a4c05 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x56f6828c12c2 - std::panicking::default_hook::{{closure}}::hb583b4cee228551d [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:300:22 [INFO] [stderr] 10: 0x56f6828c10c5 - std::panicking::default_hook::h5dea409290788d81 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x56f6828c1ce2 - std::panicking::rust_panic_with_hook::hf643fb839cbcc568 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x56f6828c1a6a - std::panicking::begin_panic_handler::{{closure}}::h3410972461e99562 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x56f6828bfa99 - std::sys::backtrace::__rust_end_short_backtrace::hf1bf1d55b8ddd5d8 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 14: 0x56f6828c16fd - __rustc[2cdc4cefc7961cb7]::rust_begin_unwind [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x56f6828e7090 - core::panicking::panic_fmt::hdefd3e888081c660 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x56f68230eb5b - cmake::fail::h6bcf83bbbafb2854 [INFO] [stderr] 17: 0x56f68230e3fa - cmake::run::h727aed1473cccd56 [INFO] [stderr] 18: 0x56f68230a88a - cmake::Config::build::h566600fac9557415 [INFO] [stderr] 19: 0x56f6822f0d7b - build_script_build::build_with_cmake::h815717554e504237 [INFO] [stderr] 20: 0x56f6822f2d9e - build_script_build::main::h264e8212b8eadfb5 [INFO] [stderr] 21: 0x56f6822f4743 - core::ops::function::FnOnce::call_once::h8c6590f3da468435 [INFO] [stderr] 22: 0x56f6822ebbe6 - std::sys::backtrace::__rust_begin_short_backtrace::h90d5e68fd1a90e80 [INFO] [stderr] 23: 0x56f6822f42f9 - std::rt::lang_start::{{closure}}::hf21a578fa12faad9 [INFO] [stderr] 24: 0x56f6828b66c0 - core::ops::function::impls:: for &F>::call_once::h821851a4b59dd3e0 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 25: 0x56f6828b66c0 - std::panicking::try::do_call::h29b3db2a8d7f7183 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:589:40 [INFO] [stderr] 26: 0x56f6828b66c0 - std::panicking::try::h05374d3e135016b1 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:552:19 [INFO] [stderr] 27: 0x56f6828b66c0 - std::panic::catch_unwind::h7416c57f4ea365fc [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panic.rs:359:14 [INFO] [stderr] 28: 0x56f6828b66c0 - std::rt::lang_start_internal::{{closure}}::hf7b7e14bdf8ef966 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/rt.rs:168:24 [INFO] [stderr] 29: 0x56f6828b66c0 - std::panicking::try::do_call::hbf263968054c8956 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:589:40 [INFO] [stderr] 30: 0x56f6828b66c0 - std::panicking::try::hb399c715a961ac3e [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panicking.rs:552:19 [INFO] [stderr] 31: 0x56f6828b66c0 - std::panic::catch_unwind::h1bb049748f0fd11c [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/panic.rs:359:14 [INFO] [stderr] 32: 0x56f6828b66c0 - std::rt::lang_start_internal::h562b242fe2653a53 [INFO] [stderr] at /rustc/17ffbc81a30c094193836a5d7f90dff273b5df93/library/std/src/rt.rs:164:5 [INFO] [stderr] 33: 0x56f6822f42e1 - std::rt::lang_start::h6b236503579f2b04 [INFO] [stderr] 34: 0x56f6822f3ad5 - main [INFO] [stderr] 35: 0x705312a181ca - [INFO] [stderr] 36: 0x705312a1828b - __libc_start_main [INFO] [stderr] 37: 0x56f6822eaee5 - _start [INFO] [stderr] 38: 0x0 - [INFO] running `Command { std: "docker" "inspect" "0e34db622e400d3a174fc38c26d79bd0a57b078c12a79623d76d5de0cf255483", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e34db622e400d3a174fc38c26d79bd0a57b078c12a79623d76d5de0cf255483", kill_on_drop: false }` [INFO] [stdout] 0e34db622e400d3a174fc38c26d79bd0a57b078c12a79623d76d5de0cf255483