Dec 13 09:01:26.136 INFO testing nhh/walle against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 13 09:01:26.136 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-6/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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"` Dec 13 09:01:26.600 INFO [stdout] 401c9587f1245d376b2960bd272747a83bf1f12c152f6a4603812c85d5317c5c Dec 13 09:01:26.602 INFO running `"docker" "start" "-a" "401c9587f1245d376b2960bd272747a83bf1f12c152f6a4603812c85d5317c5c"` Dec 13 09:01:27.828 INFO [stderr] usermod: no changes Dec 13 09:01:28.288 INFO [stderr] Compiling arc-swap v0.3.5 Dec 13 09:01:28.288 INFO [stderr] Compiling mio v0.6.16 Dec 13 09:01:28.288 INFO [stderr] Compiling tokio-io v0.1.10 Dec 13 09:01:28.288 INFO [stderr] Compiling http v0.1.13 Dec 13 09:01:28.288 INFO [stderr] Compiling ring v0.13.5 Dec 13 09:01:28.288 INFO [stderr] Compiling syn v0.15.20 Dec 13 09:01:28.288 INFO [stderr] Compiling tokio-threadpool v0.1.8 Dec 13 09:01:28.288 INFO [stderr] Compiling serde_urlencoded v0.5.3 Dec 13 09:01:30.315 INFO [stderr] Compiling signal-hook v0.1.6 Dec 13 09:01:37.207 INFO [stderr] Compiling parking_lot v0.6.4 Dec 13 09:01:37.235 INFO [stderr] Compiling env_logger v0.6.0 Dec 13 09:01:37.259 INFO [stderr] Compiling tokio-codec v0.1.1 Dec 13 09:01:37.307 INFO [stderr] Compiling mio-uds v0.6.7 Dec 13 09:01:37.307 INFO [stderr] Compiling cookie v0.11.0 Dec 13 09:01:37.575 INFO [stderr] Compiling tokio-fs v0.1.4 Dec 13 09:01:43.571 INFO [stderr] Compiling tokio-reactor v0.1.6 Dec 13 09:01:43.574 INFO [stderr] Compiling crossbeam-channel v0.2.6 Dec 13 09:01:47.488 INFO [stderr] Compiling tokio-uds v0.2.3 Dec 13 09:01:47.488 INFO [stderr] Compiling tokio-tcp v0.1.2 Dec 13 09:01:47.488 INFO [stderr] Compiling tokio-udp v0.1.2 Dec 13 09:01:47.488 INFO [stderr] Compiling tokio-signal v0.2.6 Dec 13 09:01:48.752 INFO [stderr] Compiling h2 v0.1.13 Dec 13 09:01:52.719 INFO [stderr] Compiling tokio v0.1.11 Dec 13 09:02:05.203 INFO [stderr] Compiling synstructure v0.10.1 Dec 13 09:02:05.203 INFO [stderr] Compiling actix_derive v0.3.2 Dec 13 09:02:05.217 INFO [stderr] Compiling serde_derive v1.0.80 Dec 13 09:02:13.575 INFO [stderr] Compiling failure_derive v0.1.3 Dec 13 09:02:17.059 INFO [stderr] Compiling failure v0.1.3 Dec 13 09:02:18.101 INFO [stderr] Compiling trust-dns-proto v0.5.0 Dec 13 09:02:26.899 INFO [stderr] Compiling trust-dns-resolver v0.10.0 Dec 13 09:02:36.075 INFO [stderr] Compiling actix v0.7.6 Dec 13 09:02:42.810 INFO [stderr] Compiling actix-net v0.2.2 Dec 13 09:02:51.299 INFO [stderr] Compiling actix-web v0.7.14 Dec 13 09:03:11.279 INFO [stderr] Compiling walle v0.1.0 (/source) Dec 13 09:03:14.341 INFO [stderr] error[E0277]: `(dyn actix_web::server::builder::ServiceProvider + 'static)` cannot be sent between threads safely Dec 13 09:03:14.341 INFO [stderr] --> src/walle/vserver.rs:45:53 Dec 13 09:03:14.341 INFO [stderr] | Dec 13 09:03:14.341 INFO [stderr] 45 | thread::Builder::new().name(self.uri.to_string()).spawn(move || { Dec 13 09:03:14.341 INFO [stderr] | ^^^^^ `(dyn actix_web::server::builder::ServiceProvider + 'static)` cannot be sent between threads safely Dec 13 09:03:14.341 INFO [stderr] | Dec 13 09:03:14.341 INFO [stderr] = help: the trait `std::marker::Send` is not implemented for `(dyn actix_web::server::builder::ServiceProvider + 'static)` Dec 13 09:03:14.341 INFO [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::ptr::Unique<(dyn actix_web::server::builder::ServiceProvider + 'static)>` Dec 13 09:03:14.341 INFO [stderr] = note: required because it appears within the type `std::boxed::Box<(dyn actix_web::server::builder::ServiceProvider + 'static)>` Dec 13 09:03:14.341 INFO [stderr] = note: required because it appears within the type `actix_web::server::http::Socket` Dec 13 09:03:14.341 INFO [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::ptr::Unique` Dec 13 09:03:14.341 INFO [stderr] = note: required because it appears within the type `alloc::raw_vec::RawVec` Dec 13 09:03:14.341 INFO [stderr] = note: required because it appears within the type `std::vec::Vec` Dec 13 09:03:14.341 INFO [stderr] = note: required because it appears within the type `actix_web::server::HttpServer` Dec 13 09:03:14.341 INFO [stderr] = note: required because it appears within the type `[closure@src/walle/vserver.rs:45:59: 50:4 self:&walle::vserver::Vserver, addr:actix_web::server::HttpServer]` Dec 13 09:03:14.341 INFO [stderr] Dec 13 09:03:14.365 INFO [stderr] error: aborting due to previous error Dec 13 09:03:14.365 INFO [stderr] Dec 13 09:03:14.365 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Dec 13 09:03:14.394 INFO [stderr] error: Could not compile `walle`. Dec 13 09:03:14.394 INFO [stderr] Dec 13 09:03:14.394 INFO [stderr] To learn more, run the command again with --verbose. Dec 13 09:03:14.398 INFO [stderr] su: No module specific data is present Dec 13 09:03:15.212 INFO running `"docker" "inspect" "401c9587f1245d376b2960bd272747a83bf1f12c152f6a4603812c85d5317c5c"` Dec 13 09:03:15.436 INFO running `"docker" "rm" "-f" "401c9587f1245d376b2960bd272747a83bf1f12c152f6a4603812c85d5317c5c"` Dec 13 09:03:15.774 INFO [stdout] 401c9587f1245d376b2960bd272747a83bf1f12c152f6a4603812c85d5317c5c