Oct 14 20:13:59.420 INFO testing fuchsnj/actix_bug against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:13:59.420 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 20:13:59.815 INFO blam! 3261f5283d34270e79ba64b44340c0a8acfd9379466372637037dd574faebf60 Oct 14 20:13:59.815 INFO running `"docker" "start" "-a" "3261f5283d34270e79ba64b44340c0a8acfd9379466372637037dd574faebf60"` Oct 14 20:14:00.845 INFO kablam! usermod: no changes Oct 14 20:14:01.055 INFO kablam! Compiling crossbeam v0.3.0 Oct 14 20:14:01.055 INFO kablam! Compiling iovec v0.1.1 Oct 14 20:14:01.055 INFO kablam! Compiling net2 v0.2.31 Oct 14 20:14:01.055 INFO kablam! Compiling serde_json v1.0.9 Oct 14 20:14:01.055 INFO kablam! Compiling actix_derive v0.1.1 Oct 14 20:14:01.057 INFO kablam! Compiling tempdir v0.3.5 Oct 14 20:14:01.057 INFO kablam! Compiling uuid v0.5.1 Oct 14 20:14:01.057 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 20:14:01.889 INFO kablam! Compiling serde_derive_internals v0.19.0 Oct 14 20:14:03.367 INFO kablam! Compiling backtrace v0.3.5 Oct 14 20:14:03.419 INFO kablam! Compiling bytes v0.4.6 Oct 14 20:14:09.220 INFO kablam! Compiling mio v0.6.12 Oct 14 20:14:09.323 INFO kablam! Compiling error-chain v0.11.0 Oct 14 20:14:15.867 INFO kablam! Compiling tokio-io v0.1.4 Oct 14 20:14:17.963 INFO kablam! Compiling serde_derive v1.0.27 Oct 14 20:14:27.535 INFO kablam! Compiling tokio-core v0.1.12 Oct 14 20:14:27.535 INFO kablam! Compiling mio-uds v0.6.4 Oct 14 20:14:33.779 INFO kablam! Compiling tokio-signal v0.1.3 Oct 14 20:14:40.389 INFO kablam! Compiling cargo_metadata v0.3.3 Oct 14 20:14:44.113 INFO kablam! Compiling skeptic v0.13.2 Oct 14 20:14:48.067 INFO kablam! Compiling actix v0.4.3 Oct 14 20:14:57.231 INFO kablam! Compiling actix_bug v0.1.0 (/source) Oct 14 20:14:57.950 INFO kablam! warning: unused imports: `Arbiter`, `SyncAddress`, `msgs` Oct 14 20:14:57.951 INFO kablam! --> src/main.rs:3:13 Oct 14 20:14:57.951 INFO kablam! | Oct 14 20:14:57.951 INFO kablam! 3 | use actix::{msgs, Actor, Address, Arbiter, Context, System, Handler, ResponseType, ActorFuture, AsyncContext, SyncAddress}; Oct 14 20:14:57.951 INFO kablam! | ^^^^ ^^^^^^^ ^^^^^^^^^^^ Oct 14 20:14:57.951 INFO kablam! | Oct 14 20:14:57.951 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:14:57.951 INFO kablam! Oct 14 20:14:58.007 INFO kablam! warning: unused variable: `addr` Oct 14 20:14:58.007 INFO kablam! --> src/main.rs:49:6 Oct 14 20:14:58.007 INFO kablam! | Oct 14 20:14:58.007 INFO kablam! 49 | let addr: Address<_> = MyActor.start(); Oct 14 20:14:58.007 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 14 20:14:58.007 INFO kablam! | Oct 14 20:14:58.007 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:14:58.007 INFO kablam! Oct 14 20:14:58.007 INFO kablam! warning: unused variable: `ctx` Oct 14 20:14:58.007 INFO kablam! --> src/main.rs:20:74 Oct 14 20:14:58.007 INFO kablam! | Oct 14 20:14:58.007 INFO kablam! 20 | ctx.spawn(wrap_future(addr.upgrade()).and_then(move |sync_address, _, ctx| { Oct 14 20:14:58.007 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 14 20:14:58.007 INFO kablam! Oct 14 20:14:58.007 INFO kablam! warning: unused variable: `actor` Oct 14 20:14:58.007 INFO kablam! --> src/main.rs:14:70 Oct 14 20:14:58.007 INFO kablam! | Oct 14 20:14:58.007 INFO kablam! 14 | ctx.spawn(wrap_future(addr.upgrade()).and_then(move |sync_address, actor: &mut MyActor, ctx: &mut Context| { Oct 14 20:14:58.007 INFO kablam! | ^^^^^ help: consider using `_actor` instead Oct 14 20:14:58.007 INFO kablam! Oct 14 20:14:58.007 INFO kablam! warning: unused variable: `msg` Oct 14 20:14:58.007 INFO kablam! --> src/main.rs:40:23 Oct 14 20:14:58.007 INFO kablam! | Oct 14 20:14:58.007 INFO kablam! 40 | fn handle(&mut self, msg: Message, ctx: &mut Self::Context) -> () { Oct 14 20:14:58.007 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 14 20:14:58.007 INFO kablam! Oct 14 20:14:58.007 INFO kablam! warning: unused variable: `ctx` Oct 14 20:14:58.007 INFO kablam! --> src/main.rs:40:37 Oct 14 20:14:58.007 INFO kablam! | Oct 14 20:14:58.007 INFO kablam! 40 | fn handle(&mut self, msg: Message, ctx: &mut Self::Context) -> () { Oct 14 20:14:58.007 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 14 20:14:58.007 INFO kablam! Oct 14 20:15:00.260 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 59.39s Oct 14 20:15:00.267 INFO kablam! su: No module specific data is present Oct 14 20:15:01.078 INFO running `"docker" "rm" "-f" "3261f5283d34270e79ba64b44340c0a8acfd9379466372637037dd574faebf60"` Oct 14 20:15:01.389 INFO blam! 3261f5283d34270e79ba64b44340c0a8acfd9379466372637037dd574faebf60 Oct 14 20:15:01.391 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 20:15:01.894 INFO blam! a25097286ff2071029f80b3ec9a52ae5a84f569df93dc57a852e27bb1dc31c1b Oct 14 20:15:01.897 INFO running `"docker" "start" "-a" "a25097286ff2071029f80b3ec9a52ae5a84f569df93dc57a852e27bb1dc31c1b"` Oct 14 20:15:04.026 INFO kablam! usermod: no changes Oct 14 20:15:04.283 INFO kablam! Compiling actix_bug v0.1.0 (/source) Oct 14 20:15:05.006 INFO kablam! warning: unused imports: `Arbiter`, `SyncAddress`, `msgs` Oct 14 20:15:05.006 INFO kablam! --> src/main.rs:3:13 Oct 14 20:15:05.006 INFO kablam! | Oct 14 20:15:05.006 INFO kablam! 3 | use actix::{msgs, Actor, Address, Arbiter, Context, System, Handler, ResponseType, ActorFuture, AsyncContext, SyncAddress}; Oct 14 20:15:05.006 INFO kablam! | ^^^^ ^^^^^^^ ^^^^^^^^^^^ Oct 14 20:15:05.006 INFO kablam! | Oct 14 20:15:05.006 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:15:05.019 INFO kablam! Oct 14 20:15:05.047 INFO kablam! warning: unused variable: `addr` Oct 14 20:15:05.047 INFO kablam! --> src/main.rs:49:6 Oct 14 20:15:05.047 INFO kablam! | Oct 14 20:15:05.047 INFO kablam! 49 | let addr: Address<_> = MyActor.start(); Oct 14 20:15:05.047 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 14 20:15:05.047 INFO kablam! | Oct 14 20:15:05.047 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:15:05.049 INFO kablam! Oct 14 20:15:05.049 INFO kablam! warning: unused variable: `ctx` Oct 14 20:15:05.049 INFO kablam! --> src/main.rs:20:74 Oct 14 20:15:05.049 INFO kablam! | Oct 14 20:15:05.049 INFO kablam! 20 | ctx.spawn(wrap_future(addr.upgrade()).and_then(move |sync_address, _, ctx| { Oct 14 20:15:05.049 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 14 20:15:05.049 INFO kablam! Oct 14 20:15:05.049 INFO kablam! warning: unused variable: `actor` Oct 14 20:15:05.049 INFO kablam! --> src/main.rs:14:70 Oct 14 20:15:05.049 INFO kablam! | Oct 14 20:15:05.049 INFO kablam! 14 | ctx.spawn(wrap_future(addr.upgrade()).and_then(move |sync_address, actor: &mut MyActor, ctx: &mut Context| { Oct 14 20:15:05.049 INFO kablam! | ^^^^^ help: consider using `_actor` instead Oct 14 20:15:05.049 INFO kablam! Oct 14 20:15:05.049 INFO kablam! warning: unused variable: `msg` Oct 14 20:15:05.049 INFO kablam! --> src/main.rs:40:23 Oct 14 20:15:05.049 INFO kablam! | Oct 14 20:15:05.049 INFO kablam! 40 | fn handle(&mut self, msg: Message, ctx: &mut Self::Context) -> () { Oct 14 20:15:05.049 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 14 20:15:05.050 INFO kablam! Oct 14 20:15:05.050 INFO kablam! warning: unused variable: `ctx` Oct 14 20:15:05.050 INFO kablam! --> src/main.rs:40:37 Oct 14 20:15:05.050 INFO kablam! | Oct 14 20:15:05.050 INFO kablam! 40 | fn handle(&mut self, msg: Message, ctx: &mut Self::Context) -> () { Oct 14 20:15:05.050 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 14 20:15:05.050 INFO kablam! Oct 14 20:15:05.679 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 14 20:15:05.695 INFO kablam! su: No module specific data is present Oct 14 20:15:07.431 INFO running `"docker" "rm" "-f" "a25097286ff2071029f80b3ec9a52ae5a84f569df93dc57a852e27bb1dc31c1b"` Oct 14 20:15:07.768 INFO blam! a25097286ff2071029f80b3ec9a52ae5a84f569df93dc57a852e27bb1dc31c1b Oct 14 20:15:07.771 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 20:15:08.238 INFO blam! 843b44fc6241d89ad018e47f278039fc13ce8a058e45c1b64bab197d1f6cbb16 Oct 14 20:15:08.240 INFO running `"docker" "start" "-a" "843b44fc6241d89ad018e47f278039fc13ce8a058e45c1b64bab197d1f6cbb16"` Oct 14 20:15:10.950 INFO kablam! usermod: no changes Oct 14 20:15:11.091 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 14 20:15:11.111 INFO kablam! Running /target/debug/deps/actix_bug-093611ef1ee322fc Oct 14 20:15:11.113 INFO blam! Oct 14 20:15:11.113 INFO blam! running 0 tests Oct 14 20:15:11.113 INFO blam! Oct 14 20:15:11.113 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:15:11.113 INFO blam! Oct 14 20:15:11.120 INFO kablam! su: No module specific data is present Oct 14 20:15:12.847 INFO running `"docker" "rm" "-f" "843b44fc6241d89ad018e47f278039fc13ce8a058e45c1b64bab197d1f6cbb16"` Oct 14 20:15:13.175 INFO blam! 843b44fc6241d89ad018e47f278039fc13ce8a058e45c1b64bab197d1f6cbb16