[INFO] crate reool 0.12.0 is already in cache [INFO] testing reool-0.12.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate reool 0.12.0 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate reool 0.12.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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-1/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" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 4da241def2893e6992561a5a2b2c1f51fe1510bc9bfa7078fba4ea959ddc7785 [INFO] running `"docker" "start" "-a" "4da241def2893e6992561a5a2b2c1f51fe1510bc9bfa7078fba4ea959ddc7785"` [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling spin v0.5.0 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling futures v0.1.28 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling ascii v0.9.2 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling lock_api v0.1.5 [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_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [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-queue v0.1.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling getrandom v0.1.6 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling tokio-executor v0.1.8 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tokio-sync v0.1.6 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling tokio-timer v0.2.11 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling tokio-codec v0.1.1 [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-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [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 20.22s [INFO] running `"docker" "inspect" "4da241def2893e6992561a5a2b2c1f51fe1510bc9bfa7078fba4ea959ddc7785"` [INFO] running `"docker" "rm" "-f" "4da241def2893e6992561a5a2b2c1f51fe1510bc9bfa7078fba4ea959ddc7785"` [INFO] [stdout] 4da241def2893e6992561a5a2b2c1f51fe1510bc9bfa7078fba4ea959ddc7785 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 6f0405aadfdc72b3fb24389716e5de51bd44ce295ee51c4680a08ca97c506d8b [INFO] running `"docker" "start" "-a" "6f0405aadfdc72b3fb24389716e5de51bd44ce295ee51c4680a08ca97c506d8b"` [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 atty v0.2.13 [INFO] [stderr] Compiling time v0.1.42 [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] 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[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] 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] 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] | ^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `reool::config::Builder<()>` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `reool::config::Builder<()>` [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: 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: 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=31f4527e58cb4b33 -C extra-filename=-31f4527e58cb4b33 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern futures=/opt/rustwide/target/debug/deps/libfutures-abf48db94b2eb7c8.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-846778a1364545ea.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-7c1f1cc067ac0467.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-189173059666bb06.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-40868b0ae6719256.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-7fa1b8fa39519a44.rlib --extern reool=/opt/rustwide/target/debug/deps/libreool-2d9c5d71928de909.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-0a144b433c710c25.rlib --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-02f0005c70cdc806.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=c7b5d2cd7c8b7a6e -C extra-filename=-c7b5d2cd7c8b7a6e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures=/opt/rustwide/target/debug/deps/libfutures-abf48db94b2eb7c8.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-846778a1364545ea.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-7c1f1cc067ac0467.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-189173059666bb06.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-40868b0ae6719256.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-7fa1b8fa39519a44.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-0a144b433c710c25.rlib --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-02f0005c70cdc806.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=63e574b268650626 -C extra-filename=-63e574b268650626 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern futures=/opt/rustwide/target/debug/deps/libfutures-abf48db94b2eb7c8.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-846778a1364545ea.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-7c1f1cc067ac0467.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-189173059666bb06.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-40868b0ae6719256.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-7fa1b8fa39519a44.rlib --extern reool=/opt/rustwide/target/debug/deps/libreool-2d9c5d71928de909.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-0a144b433c710c25.rlib --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-02f0005c70cdc806.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=5ad7fe5ba83a955d -C extra-filename=-5ad7fe5ba83a955d --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern futures=/opt/rustwide/target/debug/deps/libfutures-abf48db94b2eb7c8.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-846778a1364545ea.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-7c1f1cc067ac0467.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-189173059666bb06.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-40868b0ae6719256.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-7fa1b8fa39519a44.rlib --extern reool=/opt/rustwide/target/debug/deps/libreool-2d9c5d71928de909.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-0a144b433c710c25.rlib --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-02f0005c70cdc806.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=282bdcbdc7df7506 -C extra-filename=-282bdcbdc7df7506 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern futures=/opt/rustwide/target/debug/deps/libfutures-abf48db94b2eb7c8.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-846778a1364545ea.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-7c1f1cc067ac0467.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-189173059666bb06.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-40868b0ae6719256.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-7fa1b8fa39519a44.rlib --extern reool=/opt/rustwide/target/debug/deps/libreool-2d9c5d71928de909.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-0a144b433c710c25.rlib --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-02f0005c70cdc806.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=81e020a62edf7a07 -C extra-filename=-81e020a62edf7a07 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern futures=/opt/rustwide/target/debug/deps/libfutures-abf48db94b2eb7c8.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-846778a1364545ea.rlib --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-7c1f1cc067ac0467.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-189173059666bb06.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-40868b0ae6719256.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-7fa1b8fa39519a44.rlib --extern reool=/opt/rustwide/target/debug/deps/libreool-2d9c5d71928de909.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-0a144b433c710c25.rlib --extern tokio_timer=/opt/rustwide/target/debug/deps/libtokio_timer-02f0005c70cdc806.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6f0405aadfdc72b3fb24389716e5de51bd44ce295ee51c4680a08ca97c506d8b"` [INFO] running `"docker" "rm" "-f" "6f0405aadfdc72b3fb24389716e5de51bd44ce295ee51c4680a08ca97c506d8b"` [INFO] [stdout] 6f0405aadfdc72b3fb24389716e5de51bd44ce295ee51c4680a08ca97c506d8b