[INFO] cloning repository https://github.com/ChaseYalon/toy_comp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ChaseYalon/toy_comp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChaseYalon%2Ftoy_comp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChaseYalon%2Ftoy_comp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cef71417c43402ca916a436ca3562e20a2888a4f
[INFO] checking ChaseYalon/toy_comp against master#cf8a95590a1b768b7711f2631d5b5e3ead464de7 for pr-149389
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChaseYalon%2Ftoy_comp" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] [stderr] https://git-lfs.github.com/spec/v1 is not a valid attribute name: .gitattributes:1
[INFO] [stderr] sha256:2aad5017d4ff688df911995976d833199c70824f3fbba1e170b50f7ab1a0ab2c is not a valid attribute name: .gitattributes:2
[INFO] [stderr] #lib is not a valid attribute name: .gitattributes:5
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/ChaseYalon/toy_comp
[INFO] finished tweaking git repo https://github.com/ChaseYalon/toy_comp
[INFO] tweaked toml for git repo https://github.com/ChaseYalon/toy_comp written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ChaseYalon/toy_comp on toolchain cf8a95590a1b768b7711f2631d5b5e3ead464de7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ChaseYalon/toy_comp 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" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cranelift-object v0.104.3
[INFO] [stderr]   Downloaded cranelift-codegen-shared v0.104.3
[INFO] [stderr]   Downloaded cranelift-codegen-meta v0.104.3
[INFO] [stderr]   Downloaded cranelift-native v0.104.3
[INFO] [stderr]   Downloaded cranelift-jit v0.104.3
[INFO] [stderr]   Downloaded cranelift-entity v0.104.3
[INFO] [stderr]   Downloaded cranelift-module v0.104.3
[INFO] [stderr]   Downloaded cranelift-isle v0.104.3
[INFO] [stderr]   Downloaded cranelift-frontend v0.104.3
[INFO] [stderr]   Downloaded wasmtime-jit-icache-coherence v17.0.3
[INFO] [stderr]   Downloaded cranelift-control v0.104.3
[INFO] [stderr]   Downloaded cranelift-codegen v0.104.3
[INFO] [stderr]   Downloaded cc v1.2.43
[INFO] [stderr]   Downloaded cranelift v0.104.3
[INFO] [stderr]   Downloaded ordered-float v5.1.0
[INFO] [stderr]   Downloaded cranelift-bforest v0.104.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d1e3628313354db4ac331ed516cc9f859b965a8db75294406df2bd7672abb4ef
[INFO] running `Command { std: "docker" "start" "-a" "d1e3628313354db4ac331ed516cc9f859b965a8db75294406df2bd7672abb4ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d1e3628313354db4ac331ed516cc9f859b965a8db75294406df2bd7672abb4ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1e3628313354db4ac331ed516cc9f859b965a8db75294406df2bd7672abb4ef", kill_on_drop: false }`
[INFO] [stdout] d1e3628313354db4ac331ed516cc9f859b965a8db75294406df2bd7672abb4ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4c3dcdea5882b305f732bb7f54a6e078b03be975717258f373b295b65c4fa806
[INFO] running `Command { std: "docker" "start" "-a" "4c3dcdea5882b305f732bb7f54a6e078b03be975717258f373b295b65c4fa806", kill_on_drop: false }`
[INFO] [stderr]    Compiling cranelift-isle v0.104.3
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.104.3
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]     Checking cranelift-entity v0.104.3
[INFO] [stderr]     Checking bumpalo v3.19.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.104.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking cranelift-bforest v0.104.3
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling bindgen v0.70.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.2.43
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]     Checking regalloc2 v0.9.3
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]     Checking cranelift-control v0.104.3
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]     Checking region v2.2.0
[INFO] [stderr]     Checking wasmtime-jit-icache-coherence v17.0.3
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking ordered-float v5.1.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling cranelift-codegen v0.104.3
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]    Compiling toy_comp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: failed to run custom build command for `toy_comp v0.1.0 (/opt/rustwide/workdir)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/toy_comp-c3b02c894b12f42b/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_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/toy_comp-686dfa2554d2cda1/out/build" && CMAKE_PREFIX_PATH="" LC_ALL="C" "cmake" "/opt/rustwide/workdir/src/c" "-G" "Ninja" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/toy_comp-686dfa2554d2cda1/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 Clang 18.1.3
[INFO] [stderr]   -- Detecting C compiler ABI info
[INFO] [stderr]   -- Detecting C compiler ABI info - failed
[INFO] [stderr]   -- Check for working C compiler: /usr/bin/clang
[INFO] [stderr]   -- Check for working C compiler: /usr/bin/clang - broken
[INFO] [stderr]   -- Configuring incomplete, errors occurred!
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   CMake Error at /usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:67 (message):
[INFO] [stderr]     The C compiler
[INFO] [stderr] 
[INFO] [stderr]       "/usr/bin/clang"
[INFO] [stderr] 
[INFO] [stderr]     is not able to compile a simple test program.
[INFO] [stderr] 
[INFO] [stderr]     It fails with the following output:
[INFO] [stderr] 
[INFO] [stderr]       Change Dir: '/opt/rustwide/target/debug/build/toy_comp-686dfa2554d2cda1/out/build/CMakeFiles/CMakeScratch/TryCompile-lmVpI7'
[INFO] [stderr]       
[INFO] [stderr]       Run Build Command(s): /usr/bin/ninja -v cmTC_43b38
[INFO] [stderr]       [1/2] /usr/bin/clang --target=x86_64-w64-windows-gnu   -ffunction-sections -fdata-sections -fPIC -m64 -MD -MT CMakeFiles/cmTC_43b38.dir/testCCompiler.c.o -MF CMakeFiles/cmTC_43b38.dir/testCCompiler.c.o.d -o CMakeFiles/cmTC_43b38.dir/testCCompiler.c.o -c /opt/rustwide/target/debug/build/toy_comp-686dfa2554d2cda1/out/build/CMakeFiles/CMakeScratch/TryCompile-lmVpI7/testCCompiler.c
[INFO] [stderr]       [2/2] : && /usr/bin/clang --target=x86_64-w64-windows-gnu -ffunction-sections -fdata-sections -fPIC -m64  CMakeFiles/cmTC_43b38.dir/testCCompiler.c.o -o cmTC_43b38   && :
[INFO] [stderr]       FAILED: cmTC_43b38 
[INFO] [stderr]       : && /usr/bin/clang --target=x86_64-w64-windows-gnu -ffunction-sections -fdata-sections -fPIC -m64  CMakeFiles/cmTC_43b38.dir/testCCompiler.c.o -o cmTC_43b38   && :
[INFO] [stderr]       /usr/bin/ld: cannot find crt2.o: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find crtbegin.o: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -lmingw32: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -lgcc: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -lgcc_eh: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -lmoldname: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -lmingwex: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -lmsvcrt: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -ladvapi32: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -lshell32: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -luser32: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -lkernel32: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -lmingw32: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -lgcc: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -lgcc_eh: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -lmoldname: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -lmingwex: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -lmsvcrt: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find -lkernel32: No such file or directory
[INFO] [stderr]       /usr/bin/ld: cannot find crtend.o: No such file or directory
[INFO] [stderr]       clang: error: linker command failed with exit code 1 (use -v to see invocation)
[INFO] [stderr]       ninja: build stopped: subcommand failed.
[INFO] [stderr]       
[INFO] [stderr]       
[INFO] [stderr] 
[INFO] [stderr]     
[INFO] [stderr] 
[INFO] [stderr]     CMake will not be able to correctly generate this project.
[INFO] [stderr]   Call Stack (most recent call first):
[INFO] [stderr]     CMakeLists.txt:8 (project)
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (2411) 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: 1
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5ee67950b762 - std[5b11786f99349bce]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x5ee67950b762 - std[5b11786f99349bce]::backtrace_rs::backtrace::trace_unsynchronized::<std[5b11786f99349bce]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x5ee67950b762 - std[5b11786f99349bce]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x5ee67950b762 - <<std[5b11786f99349bce]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[4febbf976921f0fb]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x5ee6795236f7 - <core[4febbf976921f0fb]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x5ee6795236f7 - core[4febbf976921f0fb]::fmt::write
[INFO] [stderr]      6:     0x5ee679512336 - std[5b11786f99349bce]::io::default_write_fmt::<std[5b11786f99349bce]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x5ee679512336 - <std[5b11786f99349bce]::sys::stdio::unix::Stderr as std[5b11786f99349bce]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/io/mod.rs:1994:13
[INFO] [stderr]      8:     0x5ee6794eba8e - <std[5b11786f99349bce]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x5ee6794eba8e - std[5b11786f99349bce]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/panicking.rs:293:27
[INFO] [stderr]     10:     0x5ee679505771 - std[5b11786f99349bce]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/panicking.rs:320:9
[INFO] [stderr]     11:     0x5ee6795059db - std[5b11786f99349bce]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/panicking.rs:826:13
[INFO] [stderr]     12:     0x5ee6794ebb48 - std[5b11786f99349bce]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/panicking.rs:699:13
[INFO] [stderr]     13:     0x5ee6794e0a59 - std[5b11786f99349bce]::sys::backtrace::__rust_end_short_backtrace::<std[5b11786f99349bce]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x5ee6794ec64d - __rustc[80b11b5b7cc640e9]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/panicking.rs:690:5
[INFO] [stderr]     15:     0x5ee679523e3c - core[4febbf976921f0fb]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x5ee67946b517 - cmake[618841781e2d00a4]::fail
[INFO] [stderr]     17:     0x5ee67946b1a3 - cmake[618841781e2d00a4]::run
[INFO] [stderr]     18:     0x5ee67947096b - <cmake[618841781e2d00a4]::Config>::build
[INFO] [stderr]     19:     0x5ee678f1737b - build_script_build[c3ec9472db74da4d]::main
[INFO] [stderr]     20:     0x5ee678f195f3 - <fn() as core[4febbf976921f0fb]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     21:     0x5ee678f16d96 - std[5b11786f99349bce]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     22:     0x5ee678f16da9 - std[5b11786f99349bce]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     23:     0x5ee67950484a - <&dyn core[4febbf976921f0fb]::ops::function::Fn<(), Output = i32> + core[4febbf976921f0fb]::marker::Sync + core[4febbf976921f0fb]::panic::unwind_safe::RefUnwindSafe as core[4febbf976921f0fb]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     24:     0x5ee67950484a - std[5b11786f99349bce]::panicking::catch_unwind::do_call::<&dyn core[4febbf976921f0fb]::ops::function::Fn<(), Output = i32> + core[4febbf976921f0fb]::marker::Sync + core[4febbf976921f0fb]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/panicking.rs:582:40
[INFO] [stderr]     25:     0x5ee67950484a - std[5b11786f99349bce]::panicking::catch_unwind::<i32, &dyn core[4febbf976921f0fb]::ops::function::Fn<(), Output = i32> + core[4febbf976921f0fb]::marker::Sync + core[4febbf976921f0fb]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/panicking.rs:545:19
[INFO] [stderr]     26:     0x5ee67950484a - std[5b11786f99349bce]::panic::catch_unwind::<&dyn core[4febbf976921f0fb]::ops::function::Fn<(), Output = i32> + core[4febbf976921f0fb]::marker::Sync + core[4febbf976921f0fb]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/panic.rs:359:14
[INFO] [stderr]     27:     0x5ee67950484a - std[5b11786f99349bce]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/rt.rs:175:24
[INFO] [stderr]     28:     0x5ee67950484a - std[5b11786f99349bce]::panicking::catch_unwind::do_call::<std[5b11786f99349bce]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/panicking.rs:582:40
[INFO] [stderr]     29:     0x5ee67950484a - std[5b11786f99349bce]::panicking::catch_unwind::<isize, std[5b11786f99349bce]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/panicking.rs:545:19
[INFO] [stderr]     30:     0x5ee67950484a - std[5b11786f99349bce]::panic::catch_unwind::<std[5b11786f99349bce]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/panic.rs:359:14
[INFO] [stderr]     31:     0x5ee67950484a - std[5b11786f99349bce]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/cf8a95590a1b768b7711f2631d5b5e3ead464de7/library/std/src/rt.rs:171:5
[INFO] [stderr]     32:     0x5ee678f16c61 - std[5b11786f99349bce]::rt::lang_start::<()>
[INFO] [stderr]     33:     0x5ee678f197d5 - main
[INFO] [stderr]     34:     0x75a94e8dd1ca - <unknown>
[INFO] [stderr]     35:     0x75a94e8dd28b - __libc_start_main
[INFO] [stderr]     36:     0x5ee678f154c5 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4c3dcdea5882b305f732bb7f54a6e078b03be975717258f373b295b65c4fa806", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c3dcdea5882b305f732bb7f54a6e078b03be975717258f373b295b65c4fa806", kill_on_drop: false }`
[INFO] [stdout] 4c3dcdea5882b305f732bb7f54a6e078b03be975717258f373b295b65c4fa806
