Sep 21 00:31:38.111 INFO checking wonder-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 00:31:38.111 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 00:31:38.111 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 00:31:38.287 INFO blam! 8d0b434763629b4ba0741b8ab56b044cd7eb9b9701187758171b059e61735dd1 Sep 21 00:31:38.289 INFO running `"docker" "start" "-a" "8d0b434763629b4ba0741b8ab56b044cd7eb9b9701187758171b059e61735dd1"` Sep 21 00:31:39.686 INFO kablam! usermod: no changes Sep 21 00:31:39.734 INFO kablam! Checking wonder v0.1.0 (/source) Sep 21 00:31:40.021 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 00:31:40.021 INFO kablam! --> src/actor.rs:14:30 Sep 21 00:31:40.021 INFO kablam! | Sep 21 00:31:40.021 INFO kablam! 14 | pub type StartResult = result::Result, E>; Sep 21 00:31:40.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 00:31:40.021 INFO kablam! | Sep 21 00:31:40.021 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 00:31:40.021 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 00:31:40.021 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 00:31:40.021 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:31:40.021 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:31:40.021 INFO kablam! Sep 21 00:31:40.021 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 00:31:40.021 INFO kablam! --> src/actor.rs:14:30 Sep 21 00:31:40.021 INFO kablam! | Sep 21 00:31:40.021 INFO kablam! 14 | pub type StartResult = result::Result, E>; Sep 21 00:31:40.021 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:31:40.021 INFO kablam! | | Sep 21 00:31:40.021 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 00:31:40.021 INFO kablam! | Sep 21 00:31:40.021 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 00:31:40.021 INFO kablam! --> src/actor.rs:14:30 Sep 21 00:31:40.021 INFO kablam! | Sep 21 00:31:40.021 INFO kablam! 14 | pub type StartResult = result::Result, E>; Sep 21 00:31:40.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:31:40.021 INFO kablam! Sep 21 00:31:40.023 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 00:31:40.023 INFO kablam! --> src/actor.rs:15:27 Sep 21 00:31:40.023 INFO kablam! | Sep 21 00:31:40.023 INFO kablam! 15 | pub type ActorSender = mpsc::Sender>; Sep 21 00:31:40.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 00:31:40.023 INFO kablam! | Sep 21 00:31:40.023 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 00:31:40.023 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 00:31:40.023 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:31:40.023 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:31:40.023 INFO kablam! Sep 21 00:31:40.023 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 00:31:40.023 INFO kablam! --> src/actor.rs:15:27 Sep 21 00:31:40.023 INFO kablam! | Sep 21 00:31:40.023 INFO kablam! 15 | pub type ActorSender = mpsc::Sender>; Sep 21 00:31:40.023 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:31:40.023 INFO kablam! | | Sep 21 00:31:40.023 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 00:31:40.023 INFO kablam! | Sep 21 00:31:40.023 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 00:31:40.023 INFO kablam! --> src/actor.rs:15:27 Sep 21 00:31:40.023 INFO kablam! | Sep 21 00:31:40.023 INFO kablam! 15 | pub type ActorSender = mpsc::Sender>; Sep 21 00:31:40.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:31:40.023 INFO kablam! Sep 21 00:31:40.023 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 00:31:40.023 INFO kablam! --> src/actor.rs:16:24 Sep 21 00:31:40.023 INFO kablam! | Sep 21 00:31:40.023 INFO kablam! 16 | pub type Receiver = mpsc::Receiver>; Sep 21 00:31:40.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 00:31:40.023 INFO kablam! | Sep 21 00:31:40.023 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 00:31:40.023 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 00:31:40.023 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:31:40.024 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:31:40.024 INFO kablam! Sep 21 00:31:40.024 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 00:31:40.024 INFO kablam! --> src/actor.rs:16:24 Sep 21 00:31:40.024 INFO kablam! | Sep 21 00:31:40.024 INFO kablam! 16 | pub type Receiver = mpsc::Receiver>; Sep 21 00:31:40.024 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:31:40.024 INFO kablam! | | Sep 21 00:31:40.024 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 00:31:40.024 INFO kablam! | Sep 21 00:31:40.024 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 00:31:40.024 INFO kablam! --> src/actor.rs:16:24 Sep 21 00:31:40.024 INFO kablam! | Sep 21 00:31:40.024 INFO kablam! 16 | pub type Receiver = mpsc::Receiver>; Sep 21 00:31:40.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:31:40.024 INFO kablam! Sep 21 00:31:40.040 INFO kablam! error: aborting due to 3 previous errors Sep 21 00:31:40.040 INFO kablam! Sep 21 00:31:40.040 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 00:31:40.048 INFO kablam! error: Could not compile `wonder`. Sep 21 00:31:40.048 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:31:40.099 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 00:31:40.099 INFO kablam! --> src/actor.rs:14:30 Sep 21 00:31:40.099 INFO kablam! | Sep 21 00:31:40.099 INFO kablam! 14 | pub type StartResult = result::Result, E>; Sep 21 00:31:40.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 00:31:40.099 INFO kablam! | Sep 21 00:31:40.099 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 00:31:40.099 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 00:31:40.100 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 00:31:40.100 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:31:40.100 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:31:40.100 INFO kablam! Sep 21 00:31:40.100 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 00:31:40.100 INFO kablam! --> src/actor.rs:14:30 Sep 21 00:31:40.100 INFO kablam! | Sep 21 00:31:40.100 INFO kablam! 14 | pub type StartResult = result::Result, E>; Sep 21 00:31:40.100 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:31:40.100 INFO kablam! | | Sep 21 00:31:40.100 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 00:31:40.100 INFO kablam! | Sep 21 00:31:40.101 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 00:31:40.101 INFO kablam! --> src/actor.rs:14:30 Sep 21 00:31:40.101 INFO kablam! | Sep 21 00:31:40.101 INFO kablam! 14 | pub type StartResult = result::Result, E>; Sep 21 00:31:40.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:31:40.101 INFO kablam! Sep 21 00:31:40.102 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 00:31:40.102 INFO kablam! --> src/actor.rs:15:27 Sep 21 00:31:40.102 INFO kablam! | Sep 21 00:31:40.102 INFO kablam! 15 | pub type ActorSender = mpsc::Sender>; Sep 21 00:31:40.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 00:31:40.103 INFO kablam! | Sep 21 00:31:40.103 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 00:31:40.103 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 00:31:40.103 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:31:40.103 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:31:40.103 INFO kablam! Sep 21 00:31:40.103 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 00:31:40.103 INFO kablam! --> src/actor.rs:15:27 Sep 21 00:31:40.103 INFO kablam! | Sep 21 00:31:40.104 INFO kablam! 15 | pub type ActorSender = mpsc::Sender>; Sep 21 00:31:40.104 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:31:40.104 INFO kablam! | | Sep 21 00:31:40.104 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 00:31:40.104 INFO kablam! | Sep 21 00:31:40.104 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 00:31:40.104 INFO kablam! --> src/actor.rs:15:27 Sep 21 00:31:40.104 INFO kablam! | Sep 21 00:31:40.104 INFO kablam! 15 | pub type ActorSender = mpsc::Sender>; Sep 21 00:31:40.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:31:40.104 INFO kablam! Sep 21 00:31:40.105 INFO kablam! warning: `T` cannot be sent between threads safely Sep 21 00:31:40.105 INFO kablam! --> src/actor.rs:16:24 Sep 21 00:31:40.105 INFO kablam! | Sep 21 00:31:40.105 INFO kablam! 16 | pub type Receiver = mpsc::Receiver>; Sep 21 00:31:40.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be sent between threads safely Sep 21 00:31:40.105 INFO kablam! | Sep 21 00:31:40.106 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `T` Sep 21 00:31:40.106 INFO kablam! = help: consider adding a `where T: std::marker::Send` bound Sep 21 00:31:40.106 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 00:31:40.106 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 00:31:40.106 INFO kablam! Sep 21 00:31:40.107 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 00:31:40.107 INFO kablam! --> src/actor.rs:16:24 Sep 21 00:31:40.107 INFO kablam! | Sep 21 00:31:40.107 INFO kablam! 16 | pub type Receiver = mpsc::Receiver>; Sep 21 00:31:40.108 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:31:40.108 INFO kablam! | | Sep 21 00:31:40.108 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 00:31:40.108 INFO kablam! | Sep 21 00:31:40.108 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 00:31:40.109 INFO kablam! --> src/actor.rs:16:24 Sep 21 00:31:40.109 INFO kablam! | Sep 21 00:31:40.109 INFO kablam! 16 | pub type Receiver = mpsc::Receiver>; Sep 21 00:31:40.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 00:31:40.109 INFO kablam! Sep 21 00:31:40.132 INFO kablam! error: aborting due to 3 previous errors Sep 21 00:31:40.132 INFO kablam! Sep 21 00:31:40.132 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 00:31:40.141 INFO kablam! error: Could not compile `wonder`. Sep 21 00:31:40.141 INFO kablam! Sep 21 00:31:40.141 INFO kablam! To learn more, run the command again with --verbose. Sep 21 00:31:40.143 INFO kablam! su: No module specific data is present Sep 21 00:31:40.913 INFO running `"docker" "rm" "-f" "8d0b434763629b4ba0741b8ab56b044cd7eb9b9701187758171b059e61735dd1"` Sep 21 00:31:41.051 INFO blam! 8d0b434763629b4ba0741b8ab56b044cd7eb9b9701187758171b059e61735dd1