[INFO] crate reool 0.12.0 is already in cache [INFO] testing reool-0.12.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate reool 0.12.0 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate reool 0.12.0 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate reool 0.12.0 [INFO] removed 2 missing examples [INFO] finished tweaking crates.io crate reool 0.12.0 [INFO] tweaked toml for crates.io crate reool 0.12.0 written to work/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate reool 0.12.0 already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] fd8d9747cc431f96446a4b720a8ae8008fb5837021be640c747444b90bfd22b8 [INFO] running `"docker" "start" "-a" "fd8d9747cc431f96446a4b720a8ae8008fb5837021be640c747444b90bfd22b8"` [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling spin v0.5.0 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling ascii v0.9.2 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_chacha v0.2.0 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling tokio-executor v0.1.8 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling getrandom v0.1.6 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling tokio-timer v0.2.11 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling redis v0.12.0 [INFO] [stderr] Compiling reool v0.12.0 (/opt/rustwide/workdir) [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] = note: `#[warn(bare_trait_objects)]` on by default [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 19.10s [INFO] running `"docker" "inspect" "fd8d9747cc431f96446a4b720a8ae8008fb5837021be640c747444b90bfd22b8"` [INFO] running `"docker" "rm" "-f" "fd8d9747cc431f96446a4b720a8ae8008fb5837021be640c747444b90bfd22b8"` [INFO] [stdout] fd8d9747cc431f96446a4b720a8ae8008fb5837021be640c747444b90bfd22b8 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 1f4bc15dca38a1e9298cbe79826e4bd72930e77bff5288768f43dd5f4e7be9f0 [INFO] running `"docker" "start" "-a" "1f4bc15dca38a1e9298cbe79826e4bd72930e77bff5288768f43dd5f4e7be9f0"` [INFO] [stderr] Compiling utf8-ranges v1.0.3 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling regex-syntax v0.6.10 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling regex v1.2.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling pretty_env_logger v0.3.0 [INFO] [stderr] Compiling reool v0.12.0 (/opt/rustwide/workdir) [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[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] 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] = note: `#[warn(bare_trait_objects)]` 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_multi_node.rs:35:10 [INFO] [stderr] | [INFO] [stderr] 35 | .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_single_node.rs:33:10 [INFO] [stderr] | [INFO] [stderr] 33 | .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: Could not compile `reool`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name ping examples/ping.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=bf6b7e9169574909 -C extra-filename=-bf6b7e9169574909 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern futures=/opt/rustwide/target/debug/deps/libfutures-0f47511f747f5f06.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-bfa4c58d4292f3fd.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-0b7aca42191ba207.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-bc903c542f857afd.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-b43bb47182753aee.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-fee2f658138e8588.rlib --extern reool=/opt/rustwide/target/debug/deps/libreool-210bc2fe3aa53b8e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-32fa3f9c6f7e83c5.rlib --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-ca34d8ac1fcf3852.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `reool`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name reool src/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' -C metadata=11ca8cc9f77b113a -C extra-filename=-11ca8cc9f77b113a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures=/opt/rustwide/target/debug/deps/libfutures-0f47511f747f5f06.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-bfa4c58d4292f3fd.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-0b7aca42191ba207.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-bc903c542f857afd.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-b43bb47182753aee.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-fee2f658138e8588.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-32fa3f9c6f7e83c5.rlib --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-ca34d8ac1fcf3852.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `reool`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name runtime examples/runtime.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=859bf3fe7d6e5c6b -C extra-filename=-859bf3fe7d6e5c6b --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern futures=/opt/rustwide/target/debug/deps/libfutures-0f47511f747f5f06.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-bfa4c58d4292f3fd.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-0b7aca42191ba207.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-bc903c542f857afd.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-b43bb47182753aee.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-fee2f658138e8588.rlib --extern reool=/opt/rustwide/target/debug/deps/libreool-210bc2fe3aa53b8e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-32fa3f9c6f7e83c5.rlib --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-ca34d8ac1fcf3852.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `reool`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name many_pings_unbounded examples/many_pings_unbounded.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=eec6180bfaef37df -C extra-filename=-eec6180bfaef37df --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern futures=/opt/rustwide/target/debug/deps/libfutures-0f47511f747f5f06.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-bfa4c58d4292f3fd.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-0b7aca42191ba207.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-bc903c542f857afd.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-b43bb47182753aee.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-fee2f658138e8588.rlib --extern reool=/opt/rustwide/target/debug/deps/libreool-210bc2fe3aa53b8e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-32fa3f9c6f7e83c5.rlib --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-ca34d8ac1fcf3852.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `reool`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name too_many_pings examples/too_many_pings.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=193e2a6e6cb3fbc5 -C extra-filename=-193e2a6e6cb3fbc5 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern futures=/opt/rustwide/target/debug/deps/libfutures-0f47511f747f5f06.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-bfa4c58d4292f3fd.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-0b7aca42191ba207.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-bc903c542f857afd.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-b43bb47182753aee.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-fee2f658138e8588.rlib --extern reool=/opt/rustwide/target/debug/deps/libreool-210bc2fe3aa53b8e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-32fa3f9c6f7e83c5.rlib --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-ca34d8ac1fcf3852.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `reool`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name stats examples/stats.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=045d4f488810354f -C extra-filename=-045d4f488810354f --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern futures=/opt/rustwide/target/debug/deps/libfutures-0f47511f747f5f06.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-bfa4c58d4292f3fd.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-0b7aca42191ba207.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-bc903c542f857afd.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-b43bb47182753aee.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-fee2f658138e8588.rlib --extern reool=/opt/rustwide/target/debug/deps/libreool-210bc2fe3aa53b8e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-32fa3f9c6f7e83c5.rlib --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-ca34d8ac1fcf3852.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `reool`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name write_read examples/write_read.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=023c6d27e4148b0f -C extra-filename=-023c6d27e4148b0f --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern futures=/opt/rustwide/target/debug/deps/libfutures-0f47511f747f5f06.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-bfa4c58d4292f3fd.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-0b7aca42191ba207.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-bc903c542f857afd.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-b43bb47182753aee.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-fee2f658138e8588.rlib --extern reool=/opt/rustwide/target/debug/deps/libreool-210bc2fe3aa53b8e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-32fa3f9c6f7e83c5.rlib --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-ca34d8ac1fcf3852.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `reool`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name connect examples/connect.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=d94e90f902223971 -C extra-filename=-d94e90f902223971 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern futures=/opt/rustwide/target/debug/deps/libfutures-0f47511f747f5f06.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-bfa4c58d4292f3fd.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-0b7aca42191ba207.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-bc903c542f857afd.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-b43bb47182753aee.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-fee2f658138e8588.rlib --extern reool=/opt/rustwide/target/debug/deps/libreool-210bc2fe3aa53b8e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-32fa3f9c6f7e83c5.rlib --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-ca34d8ac1fcf3852.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "1f4bc15dca38a1e9298cbe79826e4bd72930e77bff5288768f43dd5f4e7be9f0"` [INFO] running `"docker" "rm" "-f" "1f4bc15dca38a1e9298cbe79826e4bd72930e77bff5288768f43dd5f4e7be9f0"` [INFO] [stdout] 1f4bc15dca38a1e9298cbe79826e4bd72930e77bff5288768f43dd5f4e7be9f0