[INFO] crate reool 0.11.0 is already in cache [INFO] extracting crate reool 0.11.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/reool/0.11.0 [INFO] extracting crate reool 0.11.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/reool/0.11.0 [INFO] validating manifest of reool-0.11.0 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 reool-0.11.0 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 reool-0.11.0 [INFO] removed 2 missing examples [INFO] finished frobbing reool-0.11.0 [INFO] frobbed toml for reool-0.11.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/reool/0.11.0/Cargo.toml [INFO] started frobbing reool-0.11.0 [INFO] removed 2 missing examples [INFO] finished frobbing reool-0.11.0 [INFO] frobbed toml for reool-0.11.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/reool/0.11.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 reool-0.11.0 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-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/reool/0.11.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=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] 366e6a57302c39c5a0d9470de8aaf0804aa756796ebbddb85821b76d30744985 [INFO] running `"docker" "start" "-a" "366e6a57302c39c5a0d9470de8aaf0804aa756796ebbddb85821b76d30744985"` [INFO] [stderr] Compiling redis v0.11.0 [INFO] [stderr] Compiling reool v0.11.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:12:23 [INFO] [stderr] | [INFO] [stderr] 12 | cause: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StdError + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:79:32 [INFO] [stderr] | [INFO] [stderr] 79 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:80:54 [INFO] [stderr] | [INFO] [stderr] 80 | self.cause.as_ref().map(|cause| &**cause as &StdError) [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pool_internal/mod.rs:179:58 [INFO] [stderr] | [INFO] [stderr] 179 | Box::new(future::err(())) as Box + Send> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pool_internal/mod.rs:270:16 [INFO] [stderr] | [INFO] [stderr] 270 | inner: Box, Error = CheckoutError> + Send + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = CheckoutError> + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pool_internal/mod.rs:347:16 [INFO] [stderr] | [INFO] [stderr] 347 | inner: Box, Error = NewConnectionError> + Send + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = NewConnectionError> + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pool_internal/mod.rs:382:32 [INFO] [stderr] | [INFO] [stderr] 382 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connection_factory.rs:14:16 [INFO] [stderr] | [INFO] [stderr] 14 | cause: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StdError + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connection_factory.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | inner: Box + Send + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `remove_conn` [INFO] [stderr] --> src/pool_internal/inner_pool.rs:266:5 [INFO] [stderr] | [INFO] [stderr] 266 | pub(super) fn remove_conn(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ReducePoolSize` [INFO] [stderr] --> src/pool_internal/inner_pool.rs:403:5 [INFO] [stderr] | [INFO] [stderr] 403 | ReducePoolSize, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `reduce_pool_size` [INFO] [stderr] --> src/pool_internal/inner_pool.rs:417:5 [INFO] [stderr] | [INFO] [stderr] 417 | pub fn reduce_pool_size() -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `remove_connection` [INFO] [stderr] --> src/pool_internal/mod.rs:126:5 [INFO] [stderr] | [INFO] [stderr] 126 | pub fn remove_connection(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.38s [INFO] running `"docker" "inspect" "366e6a57302c39c5a0d9470de8aaf0804aa756796ebbddb85821b76d30744985"` [INFO] running `"docker" "rm" "-f" "366e6a57302c39c5a0d9470de8aaf0804aa756796ebbddb85821b76d30744985"` [INFO] [stdout] 366e6a57302c39c5a0d9470de8aaf0804aa756796ebbddb85821b76d30744985 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/reool/0.11.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=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" "test" "--frozen" "--no-run"` [INFO] [stdout] 9c73fc5a32e5a248ef2e9500d1f9add94e8ce39c4c6e92bb67144a26ab266b0c [INFO] running `"docker" "start" "-a" "9c73fc5a32e5a248ef2e9500d1f9add94e8ce39c4c6e92bb67144a26ab266b0c"` [INFO] [stderr] Compiling reool v0.11.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:12:23 [INFO] [stderr] | [INFO] [stderr] 12 | cause: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StdError + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:79:32 [INFO] [stderr] | [INFO] [stderr] 79 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:80:54 [INFO] [stderr] | [INFO] [stderr] 80 | self.cause.as_ref().map(|cause| &**cause as &StdError) [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pool_internal/mod.rs:179:58 [INFO] [stderr] | [INFO] [stderr] 179 | Box::new(future::err(())) as Box + Send> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pool_internal/mod.rs:270:16 [INFO] [stderr] | [INFO] [stderr] 270 | inner: Box, Error = CheckoutError> + Send + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = CheckoutError> + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pool_internal/mod.rs:347:16 [INFO] [stderr] | [INFO] [stderr] 347 | inner: Box, Error = NewConnectionError> + Send + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = NewConnectionError> + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pool_internal/mod.rs:382:32 [INFO] [stderr] | [INFO] [stderr] 382 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pool_internal/test.rs:299:40 [INFO] [stderr] | [INFO] [stderr] 299 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pool_internal/test.rs:336:40 [INFO] [stderr] | [INFO] [stderr] 336 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connection_factory.rs:14:16 [INFO] [stderr] | [INFO] [stderr] 14 | cause: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StdError + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connection_factory.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | inner: Box + Send + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `metrix` [INFO] [stderr] --> examples/metrix_multi_node.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use metrix::driver::DriverBuilder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `metrix` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DriverBuilder` [INFO] [stderr] --> examples/metrix_multi_node.rs:18:22 [INFO] [stderr] | [INFO] [stderr] 18 | let mut driver = DriverBuilder::default() [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `DriverBuilder` [INFO] [stderr] [INFO] [stderr] warning: unused import: `metrix::driver::DriverBuilder` [INFO] [stderr] --> examples/metrix_multi_node.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use metrix::driver::DriverBuilder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `metrix` [INFO] [stderr] --> examples/metrix_single_node.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use metrix::driver::DriverBuilder; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `metrix` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DriverBuilder` [INFO] [stderr] --> examples/metrix_single_node.rs:19:22 [INFO] [stderr] | [INFO] [stderr] 19 | let mut driver = DriverBuilder::default() [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `DriverBuilder` [INFO] [stderr] [INFO] [stderr] warning: unused import: `metrix::driver::DriverBuilder` [INFO] [stderr] --> examples/metrix_single_node.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use metrix::driver::DriverBuilder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `instrumented_with_metrix` found for type `reool::config::Builder<()>` in the current scope [INFO] [stderr] --> examples/metrix_single_node.rs:33:10 [INFO] [stderr] | [INFO] [stderr] 33 | .instrumented_with_metrix(&mut driver, Default::default()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `instrumented_with_metrix` found for type `reool::config::Builder<()>` in the current scope [INFO] [stderr] --> examples/metrix_multi_node.rs:35:10 [INFO] [stderr] | [INFO] [stderr] 35 | .instrumented_with_metrix(&mut driver, Default::default()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `reool`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `reool`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: method is never used: `remove_conn` [INFO] [stderr] --> src/pool_internal/inner_pool.rs:266:5 [INFO] [stderr] | [INFO] [stderr] 266 | pub(super) fn remove_conn(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ReducePoolSize` [INFO] [stderr] --> src/pool_internal/inner_pool.rs:403:5 [INFO] [stderr] | [INFO] [stderr] 403 | ReducePoolSize, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `reduce_pool_size` [INFO] [stderr] --> src/pool_internal/inner_pool.rs:417:5 [INFO] [stderr] | [INFO] [stderr] 417 | pub fn reduce_pool_size() -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `remove_connection` [INFO] [stderr] --> src/pool_internal/mod.rs:126:5 [INFO] [stderr] | [INFO] [stderr] 126 | pub fn remove_connection(&self) { [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.many_pings_unbounded.amal5rxy-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d" "/opt/crater/target/debug/examples/many_pings_unbounded-4f4a23e3b789338d.2d3a4asn50x6v0ry.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libreool-89acce78c802f618.rlib" "/opt/crater/target/debug/deps/libparking_lot-10bb98feb38d456e.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-2d59d8d5d5bcab48.rlib" "/opt/crater/target/debug/deps/liblock_api-c0011194a4ef456e.rlib" "/opt/crater/target/debug/deps/libredis-b27c3b8c9f5016fb.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libsha1-39b1a0de906cd753.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libcombine-9f9062ef2642f910.rlib" "/opt/crater/target/debug/deps/libascii-0fb59e4c4f535759.rlib" "/opt/crater/target/debug/deps/libunreachable-b06fe4f6d04b74f2.rlib" "/opt/crater/target/debug/deps/libvoid-d4bd79b68b9b921e.rlib" "/opt/crater/target/debug/deps/libeither-e4dbb71026da5e7c.rlib" "/opt/crater/target/debug/deps/librand-649ad4be86f3940f.rlib" "/opt/crater/target/debug/deps/librand_chacha-0460b9813a543354.rlib" "/opt/crater/target/debug/deps/libc2_chacha-482fc8ce59b9bcb9.rlib" "/opt/crater/target/debug/deps/libppv_lite86-689a570bc058b143.rlib" "/opt/crater/target/debug/deps/librand_core-f11b7cbcf193156d.rlib" "/opt/crater/target/debug/deps/libgetrandom-ee0bcb0c0b4efe0d.rlib" "/opt/crater/target/debug/deps/libtokio-204b0ebffa253a18.rlib" "/opt/crater/target/debug/deps/libtokio_uds-bc00dc72a453b37f.rlib" "/opt/crater/target/debug/deps/libmio_uds-f6319a558176422a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-9fdc8a48dfc85b82.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-abea3e3b1e9489e6.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-b71211fa47e02d37.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-6b633a65a05f6bae.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-50bc12fb89d9372f.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/libtokio_codec-e1291b902f796713.rlib" "/opt/crater/target/debug/deps/libtokio_io-12d50d265e1b1342.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-0e2bc1a0dc1217dc.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libbytes-5606c44df78b5c7a.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libpretty_env_logger-5619d4f3aada36fb.rlib" "/opt/crater/target/debug/deps/libchrono-2af01fbc0a73eccc.rlib" "/opt/crater/target/debug/deps/libnum_integer-283a7abc0f1061b4.rlib" "/opt/crater/target/debug/deps/libnum_traits-834021e24a52ff2b.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libenv_logger-496125452bd0d87b.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libhumantime-f3229d51b2810709.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/libtermcolor-63bd51856c425668.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.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" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: : final link failed: Cannot allocate memory [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 `reool`. [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.reool.c0uxry0j-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a" "/opt/crater/target/debug/deps/reool-4ff37f9932220c4a.2g7juhbam8pjxmo2.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libtokio-204b0ebffa253a18.rlib" "/opt/crater/target/debug/deps/libtokio_udp-9fdc8a48dfc85b82.rlib" "/opt/crater/target/debug/deps/libtokio_fs-6b633a65a05f6bae.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-50bc12fb89d9372f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libpretty_env_logger-5619d4f3aada36fb.rlib" "/opt/crater/target/debug/deps/libchrono-2af01fbc0a73eccc.rlib" "/opt/crater/target/debug/deps/libnum_integer-283a7abc0f1061b4.rlib" "/opt/crater/target/debug/deps/libnum_traits-834021e24a52ff2b.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libenv_logger-496125452bd0d87b.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/libhumantime-f3229d51b2810709.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/libtermcolor-63bd51856c425668.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libparking_lot-10bb98feb38d456e.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-2d59d8d5d5bcab48.rlib" "/opt/crater/target/debug/deps/liblock_api-c0011194a4ef456e.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libredis-b27c3b8c9f5016fb.rlib" "/opt/crater/target/debug/deps/libtokio_uds-bc00dc72a453b37f.rlib" "/opt/crater/target/debug/deps/libmio_uds-f6319a558176422a.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-abea3e3b1e9489e6.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-b71211fa47e02d37.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-0e2bc1a0dc1217dc.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libtokio_codec-e1291b902f796713.rlib" "/opt/crater/target/debug/deps/libtokio_io-12d50d265e1b1342.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libsha1-39b1a0de906cd753.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libbytes-5606c44df78b5c7a.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libcombine-9f9062ef2642f910.rlib" "/opt/crater/target/debug/deps/libascii-0fb59e4c4f535759.rlib" "/opt/crater/target/debug/deps/libunreachable-b06fe4f6d04b74f2.rlib" "/opt/crater/target/debug/deps/libvoid-d4bd79b68b9b921e.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libeither-e4dbb71026da5e7c.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/librand-649ad4be86f3940f.rlib" "/opt/crater/target/debug/deps/librand_chacha-0460b9813a543354.rlib" "/opt/crater/target/debug/deps/libc2_chacha-482fc8ce59b9bcb9.rlib" "/opt/crater/target/debug/deps/libppv_lite86-689a570bc058b143.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/librand_core-f11b7cbcf193156d.rlib" "/opt/crater/target/debug/deps/libgetrandom-ee0bcb0c0b4efe0d.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.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" "-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 `reool`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9c73fc5a32e5a248ef2e9500d1f9add94e8ce39c4c6e92bb67144a26ab266b0c"` [INFO] running `"docker" "rm" "-f" "9c73fc5a32e5a248ef2e9500d1f9add94e8ce39c4c6e92bb67144a26ab266b0c"` [INFO] [stdout] 9c73fc5a32e5a248ef2e9500d1f9add94e8ce39c4c6e92bb67144a26ab266b0c