Oct 14 20:14:00.596 INFO testing fuchsnj/actix_bug against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:14:00.596 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:14:01.051 INFO blam! 1728929f128530326372a3d692d622332c7933d52f62d30adcceae67c393e6c9 Oct 14 20:14:01.061 INFO running `"docker" "start" "-a" "1728929f128530326372a3d692d622332c7933d52f62d30adcceae67c393e6c9"` Oct 14 20:14:02.407 INFO kablam! usermod: no changes Oct 14 20:14:02.641 INFO kablam! Compiling rustc-demangle v0.1.5 Oct 14 20:14:02.641 INFO kablam! Compiling pulldown-cmark v0.1.0 Oct 14 20:14:02.641 INFO kablam! Compiling serde v1.0.27 Oct 14 20:14:02.651 INFO kablam! Compiling crossbeam v0.3.0 Oct 14 20:14:02.651 INFO kablam! Compiling iovec v0.1.1 Oct 14 20:14:02.651 INFO kablam! Compiling net2 v0.2.31 Oct 14 20:14:02.651 INFO kablam! Compiling actix_derive v0.1.1 Oct 14 20:14:02.651 INFO kablam! Compiling tempdir v0.3.5 Oct 14 20:14:04.851 INFO kablam! Compiling uuid v0.5.1 Oct 14 20:14:04.931 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 20:14:05.948 INFO kablam! Compiling serde_derive_internals v0.19.0 Oct 14 20:14:06.551 INFO kablam! Compiling bytes v0.4.6 Oct 14 20:14:08.777 INFO kablam! Compiling backtrace v0.3.5 Oct 14 20:14:11.268 INFO kablam! Compiling mio v0.6.12 Oct 14 20:14:15.473 INFO kablam! Compiling error-chain v0.11.0 Oct 14 20:14:22.644 INFO kablam! Compiling tokio-io v0.1.4 Oct 14 20:14:28.913 INFO kablam! Compiling serde_derive v1.0.27 Oct 14 20:14:32.318 INFO kablam! Compiling mio-uds v0.6.4 Oct 14 20:14:32.483 INFO kablam! Compiling tokio-core v0.1.12 Oct 14 20:14:40.395 INFO kablam! Compiling tokio-signal v0.1.3 Oct 14 20:14:53.082 INFO kablam! Compiling semver v0.8.0 Oct 14 20:14:53.083 INFO kablam! Compiling serde_json v1.0.9 Oct 14 20:14:58.912 INFO kablam! Compiling cargo_metadata v0.3.3 Oct 14 20:15:01.755 INFO kablam! Compiling skeptic v0.13.2 Oct 14 20:15:05.883 INFO kablam! Compiling actix v0.4.3 Oct 14 20:15:15.723 INFO kablam! Compiling actix_bug v0.1.0 (/source) Oct 14 20:15:16.683 INFO kablam! warning: unused imports: `Arbiter`, `SyncAddress`, `msgs` Oct 14 20:15:16.683 INFO kablam! --> src/main.rs:3:13 Oct 14 20:15:16.683 INFO kablam! | Oct 14 20:15:16.683 INFO kablam! 3 | use actix::{msgs, Actor, Address, Arbiter, Context, System, Handler, ResponseType, ActorFuture, AsyncContext, SyncAddress}; Oct 14 20:15:16.683 INFO kablam! | ^^^^ ^^^^^^^ ^^^^^^^^^^^ Oct 14 20:15:16.683 INFO kablam! | Oct 14 20:15:16.683 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:15:16.683 INFO kablam! Oct 14 20:15:16.719 INFO kablam! warning: unused variable: `addr` Oct 14 20:15:16.719 INFO kablam! --> src/main.rs:49:6 Oct 14 20:15:16.720 INFO kablam! | Oct 14 20:15:16.720 INFO kablam! 49 | let addr: Address<_> = MyActor.start(); Oct 14 20:15:16.720 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 14 20:15:16.720 INFO kablam! | Oct 14 20:15:16.720 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:15:16.720 INFO kablam! Oct 14 20:15:16.720 INFO kablam! warning: unused variable: `ctx` Oct 14 20:15:16.720 INFO kablam! --> src/main.rs:20:74 Oct 14 20:15:16.720 INFO kablam! | Oct 14 20:15:16.720 INFO kablam! 20 | ctx.spawn(wrap_future(addr.upgrade()).and_then(move |sync_address, _, ctx| { Oct 14 20:15:16.720 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 14 20:15:16.720 INFO kablam! Oct 14 20:15:16.720 INFO kablam! warning: unused variable: `actor` Oct 14 20:15:16.720 INFO kablam! --> src/main.rs:14:70 Oct 14 20:15:16.720 INFO kablam! | Oct 14 20:15:16.721 INFO kablam! 14 | ctx.spawn(wrap_future(addr.upgrade()).and_then(move |sync_address, actor: &mut MyActor, ctx: &mut Context| { Oct 14 20:15:16.721 INFO kablam! | ^^^^^ help: consider using `_actor` instead Oct 14 20:15:16.721 INFO kablam! Oct 14 20:15:16.721 INFO kablam! warning: unused variable: `msg` Oct 14 20:15:16.721 INFO kablam! --> src/main.rs:40:23 Oct 14 20:15:16.721 INFO kablam! | Oct 14 20:15:16.721 INFO kablam! 40 | fn handle(&mut self, msg: Message, ctx: &mut Self::Context) -> () { Oct 14 20:15:16.721 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 14 20:15:16.721 INFO kablam! Oct 14 20:15:16.721 INFO kablam! warning: unused variable: `ctx` Oct 14 20:15:16.721 INFO kablam! --> src/main.rs:40:37 Oct 14 20:15:16.721 INFO kablam! | Oct 14 20:15:16.721 INFO kablam! 40 | fn handle(&mut self, msg: Message, ctx: &mut Self::Context) -> () { Oct 14 20:15:16.721 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 14 20:15:16.722 INFO kablam! Oct 14 20:15:19.178 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Oct 14 20:15:19.191 INFO kablam! su: No module specific data is present Oct 14 20:15:20.728 INFO running `"docker" "rm" "-f" "1728929f128530326372a3d692d622332c7933d52f62d30adcceae67c393e6c9"` Oct 14 20:15:21.123 INFO blam! 1728929f128530326372a3d692d622332c7933d52f62d30adcceae67c393e6c9 Oct 14 20:15:21.129 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:21.636 INFO blam! 4a6e439bd85446cd2dc0809722412ede2c42accb82cd43775ceecc61fa2560be Oct 14 20:15:21.639 INFO running `"docker" "start" "-a" "4a6e439bd85446cd2dc0809722412ede2c42accb82cd43775ceecc61fa2560be"` Oct 14 20:15:24.093 INFO kablam! usermod: no changes Oct 14 20:15:24.256 INFO kablam! Compiling actix_bug v0.1.0 (/source) Oct 14 20:15:24.970 INFO kablam! warning: unused imports: `Arbiter`, `SyncAddress`, `msgs` Oct 14 20:15:24.971 INFO kablam! --> src/main.rs:3:13 Oct 14 20:15:24.971 INFO kablam! | Oct 14 20:15:24.972 INFO kablam! 3 | use actix::{msgs, Actor, Address, Arbiter, Context, System, Handler, ResponseType, ActorFuture, AsyncContext, SyncAddress}; Oct 14 20:15:24.973 INFO kablam! | ^^^^ ^^^^^^^ ^^^^^^^^^^^ Oct 14 20:15:24.973 INFO kablam! | Oct 14 20:15:24.974 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:15:24.975 INFO kablam! Oct 14 20:15:25.017 INFO kablam! warning: unused variable: `addr` Oct 14 20:15:25.018 INFO kablam! --> src/main.rs:49:6 Oct 14 20:15:25.019 INFO kablam! | Oct 14 20:15:25.020 INFO kablam! 49 | let addr: Address<_> = MyActor.start(); Oct 14 20:15:25.020 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 14 20:15:25.021 INFO kablam! | Oct 14 20:15:25.022 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:15:25.022 INFO kablam! Oct 14 20:15:25.023 INFO kablam! warning: unused variable: `ctx` Oct 14 20:15:25.024 INFO kablam! --> src/main.rs:20:74 Oct 14 20:15:25.024 INFO kablam! | Oct 14 20:15:25.025 INFO kablam! 20 | ctx.spawn(wrap_future(addr.upgrade()).and_then(move |sync_address, _, ctx| { Oct 14 20:15:25.026 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 14 20:15:25.026 INFO kablam! Oct 14 20:15:25.027 INFO kablam! warning: unused variable: `actor` Oct 14 20:15:25.028 INFO kablam! --> src/main.rs:14:70 Oct 14 20:15:25.028 INFO kablam! | Oct 14 20:15:25.029 INFO kablam! 14 | ctx.spawn(wrap_future(addr.upgrade()).and_then(move |sync_address, actor: &mut MyActor, ctx: &mut Context| { Oct 14 20:15:25.030 INFO kablam! | ^^^^^ help: consider using `_actor` instead Oct 14 20:15:25.030 INFO kablam! Oct 14 20:15:25.031 INFO kablam! warning: unused variable: `msg` Oct 14 20:15:25.031 INFO kablam! --> src/main.rs:40:23 Oct 14 20:15:25.032 INFO kablam! | Oct 14 20:15:25.033 INFO kablam! 40 | fn handle(&mut self, msg: Message, ctx: &mut Self::Context) -> () { Oct 14 20:15:25.033 INFO kablam! | ^^^ help: consider using `_msg` instead Oct 14 20:15:25.034 INFO kablam! Oct 14 20:15:25.035 INFO kablam! warning: unused variable: `ctx` Oct 14 20:15:25.035 INFO kablam! --> src/main.rs:40:37 Oct 14 20:15:25.035 INFO kablam! | Oct 14 20:15:25.036 INFO kablam! 40 | fn handle(&mut self, msg: Message, ctx: &mut Self::Context) -> () { Oct 14 20:15:25.036 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 14 20:15:25.043 INFO kablam! Oct 14 20:15:25.600 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 14 20:15:25.607 INFO kablam! su: No module specific data is present Oct 14 20:15:27.286 INFO running `"docker" "rm" "-f" "4a6e439bd85446cd2dc0809722412ede2c42accb82cd43775ceecc61fa2560be"` Oct 14 20:15:27.631 INFO blam! 4a6e439bd85446cd2dc0809722412ede2c42accb82cd43775ceecc61fa2560be Oct 14 20:15:27.639 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:28.305 INFO blam! 03d12076062edc2466ad6393de34bab58a70bb2e8fad763e1e7b4d67fd692257 Oct 14 20:15:28.308 INFO running `"docker" "start" "-a" "03d12076062edc2466ad6393de34bab58a70bb2e8fad763e1e7b4d67fd692257"` Oct 14 20:15:30.727 INFO kablam! usermod: no changes Oct 14 20:15:30.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 14 20:15:31.007 INFO kablam! Running /target/debug/deps/actix_bug-5b24548ea000d297 Oct 14 20:15:31.008 INFO blam! Oct 14 20:15:31.008 INFO blam! running 0 tests Oct 14 20:15:31.008 INFO blam! Oct 14 20:15:31.008 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:15:31.008 INFO blam! Oct 14 20:15:31.019 INFO kablam! su: No module specific data is present Oct 14 20:15:32.574 INFO running `"docker" "rm" "-f" "03d12076062edc2466ad6393de34bab58a70bb2e8fad763e1e7b4d67fd692257"` Oct 14 20:15:32.912 INFO blam! 03d12076062edc2466ad6393de34bab58a70bb2e8fad763e1e7b4d67fd692257