Oct 11 15:49:35.385 INFO testing olaf2-0.0.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 15:49:35.385 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 15:49:35.385 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 15:49:35.531 INFO blam! e520824f2812724cc92db162b85122f624318370fcf5a14ef97fe3747dc82543 Oct 11 15:49:35.533 INFO running `"docker" "start" "-a" "e520824f2812724cc92db162b85122f624318370fcf5a14ef97fe3747dc82543"` Oct 11 15:49:36.066 INFO kablam! usermod: no changes Oct 11 15:49:36.088 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Oct 11 15:49:36.452 INFO kablam! Compiling canonical-path v0.1.1 Oct 11 15:49:36.452 INFO kablam! Compiling clear_on_drop v0.2.3 Oct 11 15:49:36.458 INFO kablam! Compiling url_serde v0.2.0 Oct 11 15:49:36.458 INFO kablam! Compiling curl-sys v0.4.13 Oct 11 15:49:36.462 INFO kablam! Compiling abscissa_derive v0.0.2 Oct 11 15:49:36.464 INFO kablam! Compiling error-chain v0.11.0 Oct 11 15:49:36.464 INFO kablam! Compiling simplelog v0.5.3 Oct 11 15:49:36.464 INFO kablam! Compiling crossbeam-channel v0.2.6 Oct 11 15:49:37.600 INFO kablam! Compiling failure v0.1.2 Oct 11 15:49:37.618 INFO kablam! Compiling tokio-signal v0.2.5 Oct 11 15:49:37.898 INFO kablam! Compiling curl v0.4.18 Oct 11 15:49:39.392 INFO kablam! Compiling trust-dns-proto v0.4.3 Oct 11 15:49:39.416 INFO kablam! Compiling serde_qs v0.4.1 Oct 11 15:49:40.534 INFO kablam! Compiling reqwest v0.9.2 Oct 11 15:49:40.628 INFO kablam! Compiling trust-dns-proto v0.5.0-alpha.3 Oct 11 15:49:43.680 INFO kablam! Compiling oauth2 v2.0.0-alpha.2 Oct 11 15:49:49.183 INFO kablam! Compiling abscissa v0.0.4 Oct 11 15:49:52.588 INFO kablam! Compiling trust-dns-resolver v0.9.1 Oct 11 15:49:53.047 INFO kablam! Compiling trust-dns-resolver v0.10.0-alpha.3 Oct 11 15:50:03.035 INFO kablam! Compiling actix v0.7.5 Oct 11 15:50:10.603 INFO kablam! Compiling actix-net v0.1.1 Oct 11 15:50:17.938 INFO kablam! Compiling actix-web v0.7.12 Oct 11 15:50:38.308 INFO kablam! Compiling olaf2 v0.0.3 (/source) Oct 11 15:50:43.658 INFO kablam! error[E0432]: unresolved import `actix_web::server::Server` Oct 11 15:50:43.658 INFO kablam! --> src/client.rs:14:20 Oct 11 15:50:43.658 INFO kablam! | Oct 11 15:50:43.658 INFO kablam! 14 | server::{self, Server}, Oct 11 15:50:43.658 INFO kablam! | ^^^^^^ no `Server` in `server` Oct 11 15:50:43.658 INFO kablam! Oct 11 15:50:44.070 INFO kablam! warning: unused import: `lazy_static::lazy_static` Oct 11 15:50:44.070 INFO kablam! --> src/client.rs:17:5 Oct 11 15:50:44.070 INFO kablam! | Oct 11 15:50:44.070 INFO kablam! 17 | use lazy_static::lazy_static; Oct 11 15:50:44.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:50:44.070 INFO kablam! | Oct 11 15:50:44.070 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 15:50:44.070 INFO kablam! Oct 11 15:50:44.070 INFO kablam! warning: unused import: `serde_derive::Deserialize` Oct 11 15:50:44.070 INFO kablam! --> src/client.rs:22:5 Oct 11 15:50:44.070 INFO kablam! | Oct 11 15:50:44.070 INFO kablam! 22 | use serde_derive::Deserialize; Oct 11 15:50:44.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 15:50:44.070 INFO kablam! Oct 11 15:50:44.070 INFO kablam! warning: unused import: `crate::util::*` Oct 11 15:50:44.070 INFO kablam! --> src/client.rs:30:5 Oct 11 15:50:44.070 INFO kablam! | Oct 11 15:50:44.070 INFO kablam! 30 | use crate::util::*; Oct 11 15:50:44.070 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 15:50:44.070 INFO kablam! Oct 11 15:50:44.072 INFO kablam! warning: unused imports: `Serialize`, `de::DeserializeOwned` Oct 11 15:50:44.072 INFO kablam! --> src/msgs.rs:2:13 Oct 11 15:50:44.072 INFO kablam! | Oct 11 15:50:44.072 INFO kablam! 2 | use serde::{de::DeserializeOwned, Serialize}; Oct 11 15:50:44.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^ Oct 11 15:50:44.072 INFO kablam! Oct 11 15:50:44.072 INFO kablam! warning: unused import: `std::fmt::Debug` Oct 11 15:50:44.072 INFO kablam! --> src/msgs.rs:7:5 Oct 11 15:50:44.072 INFO kablam! | Oct 11 15:50:44.072 INFO kablam! 7 | use std::fmt::Debug; Oct 11 15:50:44.072 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 15:50:44.072 INFO kablam! Oct 11 15:50:44.377 INFO kablam! error: aborting due to previous error Oct 11 15:50:44.377 INFO kablam! Oct 11 15:50:44.377 INFO kablam! For more information about this error, try `rustc --explain E0432`. Oct 11 15:50:44.412 INFO kablam! error: Could not compile `olaf2`. Oct 11 15:50:44.412 INFO kablam! Oct 11 15:50:44.412 INFO kablam! To learn more, run the command again with --verbose. Oct 11 15:50:44.414 INFO kablam! su: No module specific data is present Oct 11 15:50:44.665 INFO running `"docker" "rm" "-f" "e520824f2812724cc92db162b85122f624318370fcf5a14ef97fe3747dc82543"` Oct 11 15:50:44.754 INFO blam! e520824f2812724cc92db162b85122f624318370fcf5a14ef97fe3747dc82543