[INFO] crate holmes 0.1.0 is already in cache [INFO] extracting crate holmes 0.1.0 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/holmes/0.1.0 [INFO] extracting crate holmes 0.1.0 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/holmes/0.1.0 [INFO] validating manifest of holmes-0.1.0 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of holmes-0.1.0 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing holmes-0.1.0 [INFO] finished frobbing holmes-0.1.0 [INFO] frobbed toml for holmes-0.1.0 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/holmes/0.1.0/Cargo.toml [INFO] started frobbing holmes-0.1.0 [INFO] finished frobbing holmes-0.1.0 [INFO] frobbed toml for holmes-0.1.0 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/holmes/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] building holmes-0.1.0 against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-2/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/holmes/0.1.0:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] a1730562f28829a2cc37b9f723738743a1c975c4339b1084aac1969262b97e52 [INFO] running `"docker" "start" "-a" "a1730562f28829a2cc37b9f723738743a1c975c4339b1084aac1969262b97e52"` [INFO] [stderr] Compiling postgres-protocol v0.2.2 [INFO] [stderr] Compiling postgres-shared v0.1.1 [INFO] [stderr] Compiling postgres v0.13.6 [INFO] [stderr] Compiling holmes v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/engine/mod.rs:16:50 [INFO] [stderr] | [INFO] [stderr] 16 | use futures::{Stream, Future, Async, Poll, done, BoxFuture}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::task::park': renamed to `current` [INFO] [stderr] --> src/engine/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | use futures::task::{park, Task}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/engine/mod.rs:66:23 [INFO] [stderr] | [INFO] [stderr] 66 | fn done(&self) -> BoxFuture<(), ()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::task::park': renamed to `current` [INFO] [stderr] --> src/engine/mod.rs:98:28 [INFO] [stderr] | [INFO] [stderr] 98 | self.await(park()); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::task::park': renamed to `current` [INFO] [stderr] --> src/engine/mod.rs:131:30 [INFO] [stderr] | [INFO] [stderr] 131 | signal.refer(park()); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_ISIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/simple.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | use std::sync::atomic::{AtomicIsize, ATOMIC_ISIZE_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_ISIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/simple.rs:25:30 [INFO] [stderr] | [INFO] [stderr] 25 | static DB_NUM: AtomicIsize = ATOMIC_ISIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` [INFO] [stderr] --> src/engine/mod.rs:60:30 [INFO] [stderr] | [INFO] [stderr] 60 | Some(t) => t.unpark(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` [INFO] [stderr] --> src/engine/mod.rs:74:22 [INFO] [stderr] | [INFO] [stderr] 74 | task.unpark(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/engine/mod.rs:81:22 [INFO] [stderr] | [INFO] [stderr] 81 | done(Ok(())).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/pg/mod.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / error_chain! { [INFO] [stderr] 47 | | errors { [INFO] [stderr] 48 | | UriParse { [INFO] [stderr] 49 | | description("Postgres URI Parse Error") [INFO] [stderr] ... | [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this error 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: missing documentation for macro [INFO] [stderr] --> src/pg/dyn.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | macro_rules! typet_inner { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:565:9 [INFO] [stderr] | [INFO] [stderr] 565| #![warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/pg/dyn.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | macro_rules! typet_inner_eq { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/pg/dyn.rs:99:5 [INFO] [stderr] | [INFO] [stderr] 99 | macro_rules! typet_boiler { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/pg/dyn.rs:380:5 [INFO] [stderr] | [INFO] [stderr] 380 | macro_rules! valuet_boiler { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/edsl.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | macro_rules! field { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/edsl.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | macro_rules! clause { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/edsl.rs:386:5 [INFO] [stderr] | [INFO] [stderr] 386 | macro_rules! db_expr { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.18s [INFO] running `"docker" "inspect" "a1730562f28829a2cc37b9f723738743a1c975c4339b1084aac1969262b97e52"` [INFO] running `"docker" "rm" "-f" "a1730562f28829a2cc37b9f723738743a1c975c4339b1084aac1969262b97e52"` [INFO] [stdout] a1730562f28829a2cc37b9f723738743a1c975c4339b1084aac1969262b97e52 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-2/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/holmes/0.1.0:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] a482668bf215f517cb4416e69cffa3afb1ad241ce4087c32d1393681835e8ed6 [INFO] running `"docker" "start" "-a" "a482668bf215f517cb4416e69cffa3afb1ad241ce4087c32d1393681835e8ed6"` [INFO] [stderr] Compiling holmes v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/engine/mod.rs:16:50 [INFO] [stderr] | [INFO] [stderr] 16 | use futures::{Stream, Future, Async, Poll, done, BoxFuture}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::task::park': renamed to `current` [INFO] [stderr] --> src/engine/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | use futures::task::{park, Task}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/engine/mod.rs:66:23 [INFO] [stderr] | [INFO] [stderr] 66 | fn done(&self) -> BoxFuture<(), ()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::task::park': renamed to `current` [INFO] [stderr] --> src/engine/mod.rs:98:28 [INFO] [stderr] | [INFO] [stderr] 98 | self.await(park()); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::task::park': renamed to `current` [INFO] [stderr] --> src/engine/mod.rs:131:30 [INFO] [stderr] | [INFO] [stderr] 131 | signal.refer(park()); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_ISIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/simple.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | use std::sync::atomic::{AtomicIsize, ATOMIC_ISIZE_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_ISIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/simple.rs:25:30 [INFO] [stderr] | [INFO] [stderr] 25 | static DB_NUM: AtomicIsize = ATOMIC_ISIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` [INFO] [stderr] --> src/engine/mod.rs:60:30 [INFO] [stderr] | [INFO] [stderr] 60 | Some(t) => t.unpark(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::task::Task::unpark': renamed to `notify` [INFO] [stderr] --> src/engine/mod.rs:74:22 [INFO] [stderr] | [INFO] [stderr] 74 | task.unpark(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 [INFO] [stderr] --> src/engine/mod.rs:81:22 [INFO] [stderr] | [INFO] [stderr] 81 | done(Ok(())).boxed() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/pg/mod.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / error_chain! { [INFO] [stderr] 47 | | errors { [INFO] [stderr] 48 | | UriParse { [INFO] [stderr] 49 | | description("Postgres URI Parse Error") [INFO] [stderr] ... | [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this error 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: missing documentation for macro [INFO] [stderr] --> src/pg/dyn.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | macro_rules! typet_inner { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:565:9 [INFO] [stderr] | [INFO] [stderr] 565| #![warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/pg/dyn.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | macro_rules! typet_inner_eq { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/pg/dyn.rs:99:5 [INFO] [stderr] | [INFO] [stderr] 99 | macro_rules! typet_boiler { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/pg/dyn.rs:380:5 [INFO] [stderr] | [INFO] [stderr] 380 | macro_rules! valuet_boiler { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/edsl.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | macro_rules! field { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/edsl.rs:136:1 [INFO] [stderr] | [INFO] [stderr] 136 | macro_rules! clause { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for macro [INFO] [stderr] --> src/edsl.rs:386:5 [INFO] [stderr] | [INFO] [stderr] 386 | macro_rules! db_expr { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [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/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.reboot.9uiu2gxt-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d" "/opt/crater/target/debug/deps/reboot-e17af3f12dacb75d.8x8cmsp5lko93bm.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-4bdbb37390175e1a/out" "-L" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-a5d0011c57729aac.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-e51712424930704a.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ccfc2aaf3b466945.rlib" "/opt/crater/target/debug/deps/libholmes-154d147c3c692ef9.rlib" "/opt/crater/target/debug/deps/liburl-7633bc770e509514.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-c74bff5a030f13de.rlib" "/opt/crater/target/debug/deps/libidna-350839a18de7310c.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-fca9e17dd76ae1ac.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e6499a59a219e101.rlib" "/opt/crater/target/debug/deps/libmatches-c1b08ab97017e470.rlib" "/opt/crater/target/debug/deps/libenv_logger-17e93636c5175fcc.rlib" "/opt/crater/target/debug/deps/libregex-1b7a24cc22b724b1.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-d0cbd43ef41a9f85.rlib" "/opt/crater/target/debug/deps/libregex_syntax-415a58d361c348f1.rlib" "/opt/crater/target/debug/deps/libucd_util-ca9a8d13da1ac689.rlib" "/opt/crater/target/debug/deps/libthread_local-8984b2a129f4ae7c.rlib" "/opt/crater/target/debug/deps/libaho_corasick-232dfaf54f9195e9.rlib" "/opt/crater/target/debug/deps/libmemchr-991395350b74e771.rlib" "/opt/crater/target/debug/deps/libtokio_core-eb7876c2346b2725.rlib" "/opt/crater/target/debug/deps/libscoped_tls-5c489defb67c87b0.rlib" "/opt/crater/target/debug/deps/libtokio-a9f030c029d7c918.rlib" "/opt/crater/target/debug/deps/libtokio_uds-b44bc8efc69b3a81.rlib" "/opt/crater/target/debug/deps/libmio_uds-f2d7f567c5f01d98.rlib" "/opt/crater/target/debug/deps/libtokio_udp-625c70c657d3238c.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-9dd06eaf8371d629.rlib" "/opt/crater/target/debug/deps/libtokio_timer-1e18eb6d605f07b9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-a5cca6f58e68bd92.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-a3443193cfae0fe3.rlib" "/opt/crater/target/debug/deps/libtokio_fs-4e71470481a60608.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-7903515db93618ff.rlib" "/opt/crater/target/debug/deps/libcrossbeam-7c14c26ed9140ed2.rlib" "/opt/crater/target/debug/deps/libparking_lot-74bc2e4d6049644d.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c499e3981b943661.rlib" "/opt/crater/target/debug/deps/librand-9d56a972d23e436c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-0448c9e97b52ea0b.rlib" "/opt/crater/target/debug/deps/librand_pcg-9d887f9397e6f5e1.rlib" "/opt/crater/target/debug/deps/librand_hc-7ce813668c7b2106.rlib" "/opt/crater/target/debug/deps/librand_chacha-999cc7e5f1f0f5e9.rlib" "/opt/crater/target/debug/deps/librand_isaac-2ac1bf0a4e9a83d0.rlib" "/opt/crater/target/debug/deps/librand_core-6970c9ce52144027.rlib" "/opt/crater/target/debug/deps/librand_os-d8f454aa2a2a2ea7.rlib" "/opt/crater/target/debug/deps/librand_jitter-dbe65a4376ca7b2f.rlib" "/opt/crater/target/debug/deps/librand_core-97e02760e54c9158.rlib" "/opt/crater/target/debug/deps/liblock_api-b6a62cc2a41bc105.rlib" "/opt/crater/target/debug/deps/libowning_ref-1bdf2e3d2e3ae14b.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-6999d6c8ce6b7844.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-7af72a09639ff481.rlib" "/opt/crater/target/debug/deps/libsmallvec-a7796cded32e952b.rlib" "/opt/crater/target/debug/deps/libunreachable-35c77c5d0a2f5bc6.rlib" "/opt/crater/target/debug/deps/libvoid-b0b37fff1e1e077d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5baa0af2f89942b0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-ccc01293732f0f02.rlib" "/opt/crater/target/debug/deps/libscopeguard-dec50d9fc502af42.rlib" "/opt/crater/target/debug/deps/libmemoffset-6d13d2975e0c175a.rlib" "/opt/crater/target/debug/deps/libarrayvec-64f4e85d6131cf14.rlib" "/opt/crater/target/debug/deps/libtokio_codec-bf581bd6df61792e.rlib" "/opt/crater/target/debug/deps/libtokio_io-3ec3be73edf3715f.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-54450ad4354c3334.rlib" "/opt/crater/target/debug/deps/libtokio_executor-88dc32753be3ea8e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-b28ae26c5c3653f3.rlib" "/opt/crater/target/debug/deps/liblazy_static-a0cbf4fdea3ca3e4.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2aeef596a391544e.rlib" "/opt/crater/target/debug/deps/libmio-02747abe021a2f8d.rlib" "/opt/crater/target/debug/deps/libslab-c54e1feb4ef1e3bd.rlib" "/opt/crater/target/debug/deps/libnet2-85752c664818ad05.rlib" "/opt/crater/target/debug/deps/liblazycell-441fbd3060169f31.rlib" "/opt/crater/target/debug/deps/libfutures-99cb76b6e429b713.rlib" "/opt/crater/target/debug/deps/libbytes-6cf2b60c08d2ae34.rlib" "/opt/crater/target/debug/deps/libiovec-b59feae8d8e20336.rlib" "/opt/crater/target/debug/deps/liberror_chain-415e21a2733e4615.rlib" "/opt/crater/target/debug/deps/libbacktrace-22b484681c47a6f2.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-31f55a7b4b0efef8.rlib" "/opt/crater/target/debug/deps/librustc_demangle-221ad4e8e2f7a470.rlib" "/opt/crater/target/debug/deps/librustc_serialize-9039b0e92acf6250.rlib" "/opt/crater/target/debug/deps/libpostgres-27e7daa707424a5e.rlib" "/opt/crater/target/debug/deps/libpostgres_shared-ad1a739822b8864a.rlib" "/opt/crater/target/debug/deps/libphf-36d63298ac12a419.rlib" "/opt/crater/target/debug/deps/libphf_shared-30a5687980d49cc1.rlib" "/opt/crater/target/debug/deps/libsiphasher-9377151a341999ab.rlib" "/opt/crater/target/debug/deps/libpostgres_protocol-0f9892c683ff6efc.rlib" "/opt/crater/target/debug/deps/libmemchr-dd002b8e16547015.rlib" "/opt/crater/target/debug/deps/liblibc-7f2d74cb64e24b74.rlib" "/opt/crater/target/debug/deps/libmd5-8c5c37c4bcbc3cb4.rlib" "/opt/crater/target/debug/deps/libbyteorder-021a49766b8562ae.rlib" "/opt/crater/target/debug/deps/liblog-9b0f289b4dd0b2e5.rlib" "/opt/crater/target/debug/deps/liblog-7518e2daf318f8a2.rlib" "/opt/crater/target/debug/deps/libcfg_if-400e42cca30470e1.rlib" "/opt/crater/target/debug/deps/libhex-4e8e08028e192f46.rlib" "/opt/crater/target/debug/deps/libfallible_iterator-1820a3504b2860a1.rlib" "/opt/crater/target/debug/deps/libbufstream-785566e4bf99b455.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8469d768695d9748.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-786c0f406992159b.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-eda54ffd3e6402cc.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3b59adbc83c396a4.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d2bb09f4dcbd4be.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e96acda46b77a2fd.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-596074f575b1f832.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57f280c1596673cd.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-16132b5b2ecf9ec1.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-37286a0a9c4289ff.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: No space left on device [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 `holmes`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.rule_substr.5ill8kdx-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164" "/opt/crater/target/debug/deps/rule_substr-eb70d7f02ca7d164.3x6omgro7cgwth7e.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-4bdbb37390175e1a/out" "-L" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-a5d0011c57729aac.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-e51712424930704a.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ccfc2aaf3b466945.rlib" "/opt/crater/target/debug/deps/libholmes-154d147c3c692ef9.rlib" "/opt/crater/target/debug/deps/liburl-7633bc770e509514.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-c74bff5a030f13de.rlib" "/opt/crater/target/debug/deps/libidna-350839a18de7310c.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-fca9e17dd76ae1ac.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e6499a59a219e101.rlib" "/opt/crater/target/debug/deps/libmatches-c1b08ab97017e470.rlib" "/opt/crater/target/debug/deps/libenv_logger-17e93636c5175fcc.rlib" "/opt/crater/target/debug/deps/libregex-1b7a24cc22b724b1.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-d0cbd43ef41a9f85.rlib" "/opt/crater/target/debug/deps/libregex_syntax-415a58d361c348f1.rlib" "/opt/crater/target/debug/deps/libucd_util-ca9a8d13da1ac689.rlib" "/opt/crater/target/debug/deps/libthread_local-8984b2a129f4ae7c.rlib" "/opt/crater/target/debug/deps/libaho_corasick-232dfaf54f9195e9.rlib" "/opt/crater/target/debug/deps/libmemchr-991395350b74e771.rlib" "/opt/crater/target/debug/deps/libtokio_core-eb7876c2346b2725.rlib" "/opt/crater/target/debug/deps/libscoped_tls-5c489defb67c87b0.rlib" "/opt/crater/target/debug/deps/libtokio-a9f030c029d7c918.rlib" "/opt/crater/target/debug/deps/libtokio_uds-b44bc8efc69b3a81.rlib" "/opt/crater/target/debug/deps/libmio_uds-f2d7f567c5f01d98.rlib" "/opt/crater/target/debug/deps/libtokio_udp-625c70c657d3238c.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-9dd06eaf8371d629.rlib" "/opt/crater/target/debug/deps/libtokio_timer-1e18eb6d605f07b9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-a5cca6f58e68bd92.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-a3443193cfae0fe3.rlib" "/opt/crater/target/debug/deps/libtokio_fs-4e71470481a60608.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-7903515db93618ff.rlib" "/opt/crater/target/debug/deps/libcrossbeam-7c14c26ed9140ed2.rlib" "/opt/crater/target/debug/deps/libparking_lot-74bc2e4d6049644d.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c499e3981b943661.rlib" "/opt/crater/target/debug/deps/librand-9d56a972d23e436c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-0448c9e97b52ea0b.rlib" "/opt/crater/target/debug/deps/librand_pcg-9d887f9397e6f5e1.rlib" "/opt/crater/target/debug/deps/librand_hc-7ce813668c7b2106.rlib" "/opt/crater/target/debug/deps/librand_chacha-999cc7e5f1f0f5e9.rlib" "/opt/crater/target/debug/deps/librand_isaac-2ac1bf0a4e9a83d0.rlib" "/opt/crater/target/debug/deps/librand_core-6970c9ce52144027.rlib" "/opt/crater/target/debug/deps/librand_os-d8f454aa2a2a2ea7.rlib" "/opt/crater/target/debug/deps/librand_jitter-dbe65a4376ca7b2f.rlib" "/opt/crater/target/debug/deps/librand_core-97e02760e54c9158.rlib" "/opt/crater/target/debug/deps/liblock_api-b6a62cc2a41bc105.rlib" "/opt/crater/target/debug/deps/libowning_ref-1bdf2e3d2e3ae14b.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-6999d6c8ce6b7844.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-7af72a09639ff481.rlib" "/opt/crater/target/debug/deps/libsmallvec-a7796cded32e952b.rlib" "/opt/crater/target/debug/deps/libunreachable-35c77c5d0a2f5bc6.rlib" "/opt/crater/target/debug/deps/libvoid-b0b37fff1e1e077d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5baa0af2f89942b0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-ccc01293732f0f02.rlib" "/opt/crater/target/debug/deps/libscopeguard-dec50d9fc502af42.rlib" "/opt/crater/target/debug/deps/libmemoffset-6d13d2975e0c175a.rlib" "/opt/crater/target/debug/deps/libarrayvec-64f4e85d6131cf14.rlib" "/opt/crater/target/debug/deps/libtokio_codec-bf581bd6df61792e.rlib" "/opt/crater/target/debug/deps/libtokio_io-3ec3be73edf3715f.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-54450ad4354c3334.rlib" "/opt/crater/target/debug/deps/libtokio_executor-88dc32753be3ea8e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-b28ae26c5c3653f3.rlib" "/opt/crater/target/debug/deps/liblazy_static-a0cbf4fdea3ca3e4.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2aeef596a391544e.rlib" "/opt/crater/target/debug/deps/libmio-02747abe021a2f8d.rlib" "/opt/crater/target/debug/deps/libslab-c54e1feb4ef1e3bd.rlib" "/opt/crater/target/debug/deps/libnet2-85752c664818ad05.rlib" "/opt/crater/target/debug/deps/liblazycell-441fbd3060169f31.rlib" "/opt/crater/target/debug/deps/libfutures-99cb76b6e429b713.rlib" "/opt/crater/target/debug/deps/libbytes-6cf2b60c08d2ae34.rlib" "/opt/crater/target/debug/deps/libiovec-b59feae8d8e20336.rlib" "/opt/crater/target/debug/deps/liberror_chain-415e21a2733e4615.rlib" "/opt/crater/target/debug/deps/libbacktrace-22b484681c47a6f2.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-31f55a7b4b0efef8.rlib" "/opt/crater/target/debug/deps/librustc_demangle-221ad4e8e2f7a470.rlib" "/opt/crater/target/debug/deps/librustc_serialize-9039b0e92acf6250.rlib" "/opt/crater/target/debug/deps/libpostgres-27e7daa707424a5e.rlib" "/opt/crater/target/debug/deps/libpostgres_shared-ad1a739822b8864a.rlib" "/opt/crater/target/debug/deps/libphf-36d63298ac12a419.rlib" "/opt/crater/target/debug/deps/libphf_shared-30a5687980d49cc1.rlib" "/opt/crater/target/debug/deps/libsiphasher-9377151a341999ab.rlib" "/opt/crater/target/debug/deps/libpostgres_protocol-0f9892c683ff6efc.rlib" "/opt/crater/target/debug/deps/libmemchr-dd002b8e16547015.rlib" "/opt/crater/target/debug/deps/liblibc-7f2d74cb64e24b74.rlib" "/opt/crater/target/debug/deps/libmd5-8c5c37c4bcbc3cb4.rlib" "/opt/crater/target/debug/deps/libbyteorder-021a49766b8562ae.rlib" "/opt/crater/target/debug/deps/liblog-9b0f289b4dd0b2e5.rlib" "/opt/crater/target/debug/deps/liblog-7518e2daf318f8a2.rlib" "/opt/crater/target/debug/deps/libcfg_if-400e42cca30470e1.rlib" "/opt/crater/target/debug/deps/libhex-4e8e08028e192f46.rlib" "/opt/crater/target/debug/deps/libfallible_iterator-1820a3504b2860a1.rlib" "/opt/crater/target/debug/deps/libbufstream-785566e4bf99b455.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8469d768695d9748.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-786c0f406992159b.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-eda54ffd3e6402cc.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3b59adbc83c396a4.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d2bb09f4dcbd4be.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e96acda46b77a2fd.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-596074f575b1f832.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57f280c1596673cd.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-16132b5b2ecf9ec1.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-37286a0a9c4289ff.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `holmes`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a482668bf215f517cb4416e69cffa3afb1ad241ce4087c32d1393681835e8ed6"` [INFO] running `"docker" "rm" "-f" "a482668bf215f517cb4416e69cffa3afb1ad241ce4087c32d1393681835e8ed6"` [INFO] [stdout] a482668bf215f517cb4416e69cffa3afb1ad241ce4087c32d1393681835e8ed6