[INFO] updating cached repository jtdowney/advent-2016 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jtdowney/advent-2016 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jtdowney/advent-2016" "work/ex/beta-1.38-1/sources/1.37.0/gh/jtdowney/advent-2016"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jtdowney/advent-2016'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jtdowney/advent-2016" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jtdowney/advent-2016"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jtdowney/advent-2016'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 98937fc05513ce63b9d3229a3ecd1d8c8713dc09 [INFO] sha for GitHub repo jtdowney/advent-2016: 98937fc05513ce63b9d3229a3ecd1d8c8713dc09 [INFO] validating manifest of jtdowney/advent-2016 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jtdowney/advent-2016 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jtdowney/advent-2016 [INFO] finished frobbing jtdowney/advent-2016 [INFO] frobbed toml for jtdowney/advent-2016 written to work/ex/beta-1.38-1/sources/1.37.0/gh/jtdowney/advent-2016/Cargo.toml [INFO] started frobbing jtdowney/advent-2016 [INFO] finished frobbing jtdowney/advent-2016 [INFO] frobbed toml for jtdowney/advent-2016 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jtdowney/advent-2016/Cargo.toml [INFO] crate jtdowney/advent-2016 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jtdowney/advent-2016 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jtdowney/advent-2016:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 90a1afcf29cd41826bbf87589c154d9b973329d20858db7c38d0de5d45b6cdce [INFO] running `"docker" "start" "-a" "90a1afcf29cd41826bbf87589c154d9b973329d20858db7c38d0de5d45b6cdce"` [INFO] [stderr] Compiling gcc v0.3.40 [INFO] [stderr] Compiling rustc-demangle v0.1.3 [INFO] [stderr] Compiling either v1.0.2 [INFO] [stderr] Compiling permutohedron v0.2.2 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling itertools v0.5.8 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling num-bigint v0.1.35 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling error-chain v0.7.2 [INFO] [stderr] Compiling num-rational v0.1.35 [INFO] [stderr] Compiling num v0.1.36 [INFO] [stderr] Compiling interval_tree v0.2.0 [INFO] [stderr] Compiling advent v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/common/lib.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | / error_chain!{ [INFO] [stderr] 10 | | foreign_links { [INFO] [stderr] 11 | | Fmt(::std::fmt::Error); [INFO] [stderr] 12 | | FromUtf8(::std::string::FromUtf8Error); [INFO] [stderr] ... | [INFO] [stderr] 16 | | } [INFO] [stderr] 17 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/common/lib.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | / error_chain!{ [INFO] [stderr] 10 | | foreign_links { [INFO] [stderr] 11 | | Fmt(::std::fmt::Error); [INFO] [stderr] 12 | | FromUtf8(::std::string::FromUtf8Error); [INFO] [stderr] ... | [INFO] [stderr] 16 | | } [INFO] [stderr] 17 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/bin/day22.rs:25:29 [INFO] [stderr] | [INFO] [stderr] 25 | let used = parts[2].trim_right_matches('T').parse()?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/bin/day22.rs:26:34 [INFO] [stderr] | [INFO] [stderr] 26 | let available = parts[3].trim_right_matches('T').parse()?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/bin/day22.rs:28:31 [INFO] [stderr] | [INFO] [stderr] 28 | let x = name_parts[1].trim_left_matches('x').parse()?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/bin/day22.rs:29:31 [INFO] [stderr] | [INFO] [stderr] 29 | let y = name_parts[2].trim_left_matches('y').parse()?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.day15.d5ypjixd-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/day15-86c254aa2880a134" "/opt/crater/target/debug/deps/day15-86c254aa2880a134.6pif1nkivinetr3.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-a97ed6112bf67ab2/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libnum_integer-1bb350ebdb52db08.rlib" "/opt/crater/target/debug/deps/libnum_traits-0b49cd367c6da4a1.rlib" "/opt/crater/target/debug/deps/libcommon-e43f8eca5a5b47f6.rlib" "/opt/crater/target/debug/deps/liberror_chain-b86dd48b92c575de.rlib" "/opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-368c790ebe56cc85.rlib" "/opt/crater/target/debug/deps/librustc_demangle-550740f22608ec8c.rlib" "/opt/crater/target/debug/deps/libcfg_if-55146e185022d321.rlib" "/opt/crater/target/debug/deps/libdbghelp-94ab056f98c942bf.rlib" "/opt/crater/target/debug/deps/libwinapi-d699aca12e7b19a5.rlib" "/opt/crater/target/debug/deps/libkernel32-68d3558eb82f9807.rlib" "/opt/crater/target/debug/deps/liblibc-e7a8e468d1534af4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:156: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:173: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:177: undefined reference to `backtrace_syminfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `advent`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.day19.80hqr2dw-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18" "/opt/crater/target/debug/deps/day19-f4de49d0c4414a18.vhasrjl0b09gjbc.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-a97ed6112bf67ab2/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libnum_integer-1bb350ebdb52db08.rlib" "/opt/crater/target/debug/deps/libnum_traits-0b49cd367c6da4a1.rlib" "/opt/crater/target/debug/deps/libcommon-e43f8eca5a5b47f6.rlib" "/opt/crater/target/debug/deps/liberror_chain-b86dd48b92c575de.rlib" "/opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-368c790ebe56cc85.rlib" "/opt/crater/target/debug/deps/librustc_demangle-550740f22608ec8c.rlib" "/opt/crater/target/debug/deps/libcfg_if-55146e185022d321.rlib" "/opt/crater/target/debug/deps/libdbghelp-94ab056f98c942bf.rlib" "/opt/crater/target/debug/deps/libwinapi-d699aca12e7b19a5.rlib" "/opt/crater/target/debug/deps/libkernel32-68d3558eb82f9807.rlib" "/opt/crater/target/debug/deps/liblibc-e7a8e468d1534af4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:156: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:173: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:177: undefined reference to `backtrace_syminfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `advent`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.day21.7az9iczt-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/day21-735abf9c974bc374" "/opt/crater/target/debug/deps/day21-735abf9c974bc374.5buapnm0hq2f13rz.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-a97ed6112bf67ab2/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpermutohedron-ac361bef4cd53458.rlib" "/opt/crater/target/debug/deps/libcommon-e43f8eca5a5b47f6.rlib" "/opt/crater/target/debug/deps/liberror_chain-b86dd48b92c575de.rlib" "/opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-368c790ebe56cc85.rlib" "/opt/crater/target/debug/deps/librustc_demangle-550740f22608ec8c.rlib" "/opt/crater/target/debug/deps/libcfg_if-55146e185022d321.rlib" "/opt/crater/target/debug/deps/libdbghelp-94ab056f98c942bf.rlib" "/opt/crater/target/debug/deps/libwinapi-d699aca12e7b19a5.rlib" "/opt/crater/target/debug/deps/libkernel32-68d3558eb82f9807.rlib" "/opt/crater/target/debug/deps/liblibc-e7a8e468d1534af4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:156: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:173: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:177: undefined reference to `backtrace_syminfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `advent`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.day08.9p8kab8b-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18" "/opt/crater/target/debug/deps/day08-cf6c007e75f39f18.150d4dc66jjdmv5c.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-a97ed6112bf67ab2/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcommon-e43f8eca5a5b47f6.rlib" "/opt/crater/target/debug/deps/liberror_chain-b86dd48b92c575de.rlib" "/opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-368c790ebe56cc85.rlib" "/opt/crater/target/debug/deps/librustc_demangle-550740f22608ec8c.rlib" "/opt/crater/target/debug/deps/libcfg_if-55146e185022d321.rlib" "/opt/crater/target/debug/deps/libdbghelp-94ab056f98c942bf.rlib" "/opt/crater/target/debug/deps/libwinapi-d699aca12e7b19a5.rlib" "/opt/crater/target/debug/deps/libkernel32-68d3558eb82f9807.rlib" "/opt/crater/target/debug/deps/liblibc-e7a8e468d1534af4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:156: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:173: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:177: undefined reference to `backtrace_syminfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `advent`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/day22-03b84e986769f263.day22.cl3cjea1-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/day22-03b84e986769f263" "/opt/crater/target/debug/deps/day22-03b84e986769f263.4ondcqk7kvpzpccq.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-a97ed6112bf67ab2/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libitertools-82727110105c830b.rlib" "/opt/crater/target/debug/deps/libeither-294995847f8fe5af.rlib" "/opt/crater/target/debug/deps/libcommon-e43f8eca5a5b47f6.rlib" "/opt/crater/target/debug/deps/liberror_chain-b86dd48b92c575de.rlib" "/opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-368c790ebe56cc85.rlib" "/opt/crater/target/debug/deps/librustc_demangle-550740f22608ec8c.rlib" "/opt/crater/target/debug/deps/libcfg_if-55146e185022d321.rlib" "/opt/crater/target/debug/deps/libdbghelp-94ab056f98c942bf.rlib" "/opt/crater/target/debug/deps/libwinapi-d699aca12e7b19a5.rlib" "/opt/crater/target/debug/deps/libkernel32-68d3558eb82f9807.rlib" "/opt/crater/target/debug/deps/liblibc-e7a8e468d1534af4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:156: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:173: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:177: undefined reference to `backtrace_syminfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `advent`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.day10.8mf9lqq0-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb" "/opt/crater/target/debug/deps/day10-8f4054f9375ed8eb.3w7ielse42cj21es.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-a97ed6112bf67ab2/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcommon-e43f8eca5a5b47f6.rlib" "/opt/crater/target/debug/deps/liberror_chain-b86dd48b92c575de.rlib" "/opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-368c790ebe56cc85.rlib" "/opt/crater/target/debug/deps/librustc_demangle-550740f22608ec8c.rlib" "/opt/crater/target/debug/deps/libcfg_if-55146e185022d321.rlib" "/opt/crater/target/debug/deps/libdbghelp-94ab056f98c942bf.rlib" "/opt/crater/target/debug/deps/libwinapi-d699aca12e7b19a5.rlib" "/opt/crater/target/debug/deps/libkernel32-68d3558eb82f9807.rlib" "/opt/crater/target/debug/deps/liblibc-e7a8e468d1534af4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:156: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:173: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:177: undefined reference to `backtrace_syminfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `advent`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.day04.8wnby98y-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29" "/opt/crater/target/debug/deps/day04-a090ad39c5861e29.y0sytetd845je3l.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-a97ed6112bf67ab2/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libregex-2c611d7fe31cb8ee.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-7e19cf98379531b4.rlib" "/opt/crater/target/debug/deps/libregex_syntax-55ee28c5615612af.rlib" "/opt/crater/target/debug/deps/libthread_local-dcd50ad164439d6b.rlib" "/opt/crater/target/debug/deps/libthread_id-b490e4ef07ffe04b.rlib" "/opt/crater/target/debug/deps/libaho_corasick-c04433ed2ebbed22.rlib" "/opt/crater/target/debug/deps/libmemchr-d6fe51247c47782f.rlib" "/opt/crater/target/debug/deps/liblazy_static-287e3c5731c128ca.rlib" "/opt/crater/target/debug/deps/libcommon-e43f8eca5a5b47f6.rlib" "/opt/crater/target/debug/deps/liberror_chain-b86dd48b92c575de.rlib" "/opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-368c790ebe56cc85.rlib" "/opt/crater/target/debug/deps/librustc_demangle-550740f22608ec8c.rlib" "/opt/crater/target/debug/deps/libcfg_if-55146e185022d321.rlib" "/opt/crater/target/debug/deps/libdbghelp-94ab056f98c942bf.rlib" "/opt/crater/target/debug/deps/libwinapi-d699aca12e7b19a5.rlib" "/opt/crater/target/debug/deps/libkernel32-68d3558eb82f9807.rlib" "/opt/crater/target/debug/deps/liblibc-e7a8e468d1534af4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:156: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:173: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:177: undefined reference to `backtrace_syminfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.day24.3hpmbyz2-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0" "/opt/crater/target/debug/deps/day24-5fc45b6348cc0dc0.6nt86n7wbcvfosx.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-a97ed6112bf67ab2/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpermutohedron-ac361bef4cd53458.rlib" "/opt/crater/target/debug/deps/libitertools-82727110105c830b.rlib" "/opt/crater/target/debug/deps/libeither-294995847f8fe5af.rlib" "/opt/crater/target/debug/deps/libcommon-e43f8eca5a5b47f6.rlib" "/opt/crater/target/debug/deps/liberror_chain-b86dd48b92c575de.rlib" "/opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-368c790ebe56cc85.rlib" "/opt/crater/target/debug/deps/librustc_demangle-550740f22608ec8c.rlib" "/opt/crater/target/debug/deps/libcfg_if-55146e185022d321.rlib" "/opt/crater/target/debug/deps/libdbghelp-94ab056f98c942bf.rlib" "/opt/crater/target/debug/deps/libwinapi-d699aca12e7b19a5.rlib" "/opt/crater/target/debug/deps/libkernel32-68d3558eb82f9807.rlib" "/opt/crater/target/debug/deps/liblibc-e7a8e468d1534af4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:156: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-7d0e6e9947fb0f32.rlib(backtrace-7d0e6e9947fb0f32.backtrace.exrcfy2c-cgu.4.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:173: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:177: undefined reference to `backtrace_syminfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `advent`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `advent`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "90a1afcf29cd41826bbf87589c154d9b973329d20858db7c38d0de5d45b6cdce"` [INFO] running `"docker" "rm" "-f" "90a1afcf29cd41826bbf87589c154d9b973329d20858db7c38d0de5d45b6cdce"` [INFO] [stdout] 90a1afcf29cd41826bbf87589c154d9b973329d20858db7c38d0de5d45b6cdce