Dec 13 09:01:22.597 INFO testing nhh/walle against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 13 09:01:22.597 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-7/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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:22.851 INFO [stdout] e3035726d2bcb197f59cf911ebc26bdf48d186df8476d70c3f17fbc7f3837745 Dec 13 09:01:22.856 INFO running `"docker" "start" "-a" "e3035726d2bcb197f59cf911ebc26bdf48d186df8476d70c3f17fbc7f3837745"` Dec 13 09:01:24.004 INFO [stderr] usermod: no changes Dec 13 09:01:24.436 INFO [stderr] Compiling arc-swap v0.3.5 Dec 13 09:01:24.459 INFO [stderr] Compiling serde_yaml v0.8.7 Dec 13 09:01:24.463 INFO [stderr] Compiling syn v0.15.20 Dec 13 09:01:24.465 INFO [stderr] Compiling tokio-threadpool v0.1.8 Dec 13 09:01:24.465 INFO [stderr] Compiling serde_urlencoded v0.5.3 Dec 13 09:01:24.468 INFO [stderr] Compiling parking_lot v0.6.4 Dec 13 09:01:24.470 INFO [stderr] Compiling env_logger v0.6.0 Dec 13 09:01:25.915 INFO [stderr] Compiling signal-hook v0.1.6 Dec 13 09:01:29.083 INFO [stderr] Compiling tokio-reactor v0.1.6 Dec 13 09:01:29.086 INFO [stderr] Compiling crossbeam-channel v0.2.6 Dec 13 09:01:32.675 INFO [stderr] Compiling tokio-fs v0.1.4 Dec 13 09:01:35.480 INFO [stderr] Compiling tokio-tcp v0.1.2 Dec 13 09:01:35.481 INFO [stderr] Compiling tokio-udp v0.1.2 Dec 13 09:01:35.506 INFO [stderr] Compiling tokio-uds v0.2.3 Dec 13 09:01:35.507 INFO [stderr] Compiling tokio-signal v0.2.6 Dec 13 09:01:40.823 INFO [stderr] Compiling tokio v0.1.11 Dec 13 09:01:51.210 INFO [stderr] Compiling synstructure v0.10.1 Dec 13 09:01:51.210 INFO [stderr] Compiling actix_derive v0.3.2 Dec 13 09:01:51.210 INFO [stderr] Compiling serde_derive v1.0.80 Dec 13 09:02:01.063 INFO [stderr] Compiling failure_derive v0.1.3 Dec 13 09:02:04.003 INFO [stderr] Compiling failure v0.1.3 Dec 13 09:02:05.332 INFO [stderr] Compiling trust-dns-proto v0.5.0 Dec 13 09:02:20.264 INFO [stderr] Compiling trust-dns-resolver v0.10.0 Dec 13 09:02:27.093 INFO [stderr] Compiling actix v0.7.6 Dec 13 09:02:36.055 INFO [stderr] Compiling actix-net v0.2.2 Dec 13 09:02:42.635 INFO [stderr] Compiling actix-web v0.7.14 Dec 13 09:03:04.431 INFO [stderr] Compiling walle v0.1.0 (/source) Dec 13 09:03:07.518 INFO [stderr] error[E0277]: `(dyn actix_web::server::builder::ServiceProvider + 'static)` cannot be sent between threads safely Dec 13 09:03:07.518 INFO [stderr] --> src/walle/vserver.rs:45:53 Dec 13 09:03:07.518 INFO [stderr] | Dec 13 09:03:07.518 INFO [stderr] 45 | thread::Builder::new().name(self.uri.to_string()).spawn(move || { Dec 13 09:03:07.518 INFO [stderr] | ^^^^^ `(dyn actix_web::server::builder::ServiceProvider + 'static)` cannot be sent between threads safely Dec 13 09:03:07.518 INFO [stderr] | Dec 13 09:03:07.518 INFO [stderr] = help: the trait `std::marker::Send` is not implemented for `(dyn actix_web::server::builder::ServiceProvider + 'static)` Dec 13 09:03:07.518 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:07.518 INFO [stderr] = note: required because it appears within the type `std::boxed::Box<(dyn actix_web::server::builder::ServiceProvider + 'static)>` Dec 13 09:03:07.518 INFO [stderr] = note: required because it appears within the type `actix_web::server::http::Socket` Dec 13 09:03:07.518 INFO [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::ptr::Unique` Dec 13 09:03:07.518 INFO [stderr] = note: required because it appears within the type `alloc::raw_vec::RawVec` Dec 13 09:03:07.518 INFO [stderr] = note: required because it appears within the type `std::vec::Vec` Dec 13 09:03:07.518 INFO [stderr] = note: required because it appears within the type `actix_web::server::HttpServer` Dec 13 09:03:07.518 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:07.518 INFO [stderr] Dec 13 09:03:07.543 INFO [stderr] error: aborting due to previous error Dec 13 09:03:07.543 INFO [stderr] Dec 13 09:03:07.543 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Dec 13 09:03:07.571 INFO [stderr] error: Could not compile `walle`. Dec 13 09:03:07.571 INFO [stderr] Dec 13 09:03:07.571 INFO [stderr] To learn more, run the command again with --verbose. Dec 13 09:03:07.591 INFO [stderr] su: No module specific data is present Dec 13 09:03:08.356 INFO running `"docker" "inspect" "e3035726d2bcb197f59cf911ebc26bdf48d186df8476d70c3f17fbc7f3837745"` Dec 13 09:03:08.633 INFO running `"docker" "rm" "-f" "e3035726d2bcb197f59cf911ebc26bdf48d186df8476d70c3f17fbc7f3837745"` Dec 13 09:03:08.917 INFO [stdout] e3035726d2bcb197f59cf911ebc26bdf48d186df8476d70c3f17fbc7f3837745