Sep 21 05:24:54.749 INFO checking prost-simple-rpc-0.3.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:24:54.749 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:24:54.749 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/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 05:24:54.991 INFO blam! 83beae13b2dbfbbdea339199b385c08ab9c275c8d025ac3429bd53e5001e0ef6 Sep 21 05:24:54.992 INFO running `"docker" "start" "-a" "83beae13b2dbfbbdea339199b385c08ab9c275c8d025ac3429bd53e5001e0ef6"` Sep 21 05:24:55.936 INFO kablam! usermod: no changes Sep 21 05:24:56.082 INFO kablam! Checking prost v0.4.0 Sep 21 05:24:57.151 INFO kablam! Checking prost-simple-rpc v0.3.0 (/source) Sep 21 05:24:58.030 INFO kablam! warning: the trait bound `E: std::error::Error` is not satisfied Sep 21 05:24:58.030 INFO kablam! --> src/error.rs:8:25 Sep 21 05:24:58.030 INFO kablam! | Sep 21 05:24:58.030 INFO kablam! 8 | pub type Result = result::Result>; Sep 21 05:24:58.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::error::Error` is not implemented for `E` Sep 21 05:24:58.030 INFO kablam! | Sep 21 05:24:58.030 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 05:24:58.030 INFO kablam! = help: consider adding a `where E: std::error::Error` bound Sep 21 05:24:58.030 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `E` Sep 21 05:24:58.030 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:24:58.030 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:24:58.030 INFO kablam! Sep 21 05:24:58.030 INFO kablam! warning: `E` cannot be sent between threads safely Sep 21 05:24:58.030 INFO kablam! --> src/error.rs:8:25 Sep 21 05:24:58.030 INFO kablam! | Sep 21 05:24:58.030 INFO kablam! 8 | pub type Result = result::Result>; Sep 21 05:24:58.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be sent between threads safely Sep 21 05:24:58.030 INFO kablam! | Sep 21 05:24:58.030 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `E` Sep 21 05:24:58.030 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 21 05:24:58.030 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `E` Sep 21 05:24:58.030 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:24:58.030 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:24:58.030 INFO kablam! Sep 21 05:24:58.030 INFO kablam! warning: `E` cannot be shared between threads safely Sep 21 05:24:58.031 INFO kablam! --> src/error.rs:8:25 Sep 21 05:24:58.031 INFO kablam! | Sep 21 05:24:58.031 INFO kablam! 8 | pub type Result = result::Result>; Sep 21 05:24:58.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be shared between threads safely Sep 21 05:24:58.031 INFO kablam! | Sep 21 05:24:58.031 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `E` Sep 21 05:24:58.031 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 21 05:24:58.031 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `E` Sep 21 05:24:58.031 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:24:58.031 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:24:58.031 INFO kablam! Sep 21 05:24:58.031 INFO kablam! error[E0310]: the parameter type `E` may not live long enough Sep 21 05:24:58.031 INFO kablam! --> src/error.rs:8:25 Sep 21 05:24:58.031 INFO kablam! | Sep 21 05:24:58.031 INFO kablam! 8 | pub type Result = result::Result>; Sep 21 05:24:58.031 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:24:58.031 INFO kablam! | | Sep 21 05:24:58.031 INFO kablam! | help: consider adding an explicit lifetime bound `E: 'static`... Sep 21 05:24:58.031 INFO kablam! | Sep 21 05:24:58.031 INFO kablam! note: ...so that the type `E` will meet its required lifetime bounds Sep 21 05:24:58.031 INFO kablam! --> src/error.rs:8:25 Sep 21 05:24:58.031 INFO kablam! | Sep 21 05:24:58.031 INFO kablam! 8 | pub type Result = result::Result>; Sep 21 05:24:58.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:24:58.031 INFO kablam! Sep 21 05:24:58.066 INFO kablam! error: aborting due to previous error Sep 21 05:24:58.066 INFO kablam! Sep 21 05:24:58.066 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 05:24:58.078 INFO kablam! error: Could not compile `prost-simple-rpc`. Sep 21 05:24:58.078 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:24:58.104 INFO kablam! warning: the trait bound `E: std::error::Error` is not satisfied Sep 21 05:24:58.105 INFO kablam! --> src/error.rs:8:25 Sep 21 05:24:58.105 INFO kablam! | Sep 21 05:24:58.105 INFO kablam! 8 | pub type Result = result::Result>; Sep 21 05:24:58.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::error::Error` is not implemented for `E` Sep 21 05:24:58.105 INFO kablam! | Sep 21 05:24:58.105 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 05:24:58.105 INFO kablam! = help: consider adding a `where E: std::error::Error` bound Sep 21 05:24:58.105 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `E` Sep 21 05:24:58.105 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:24:58.105 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:24:58.105 INFO kablam! Sep 21 05:24:58.105 INFO kablam! warning: `E` cannot be sent between threads safely Sep 21 05:24:58.105 INFO kablam! --> src/error.rs:8:25 Sep 21 05:24:58.105 INFO kablam! | Sep 21 05:24:58.105 INFO kablam! 8 | pub type Result = result::Result>; Sep 21 05:24:58.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be sent between threads safely Sep 21 05:24:58.105 INFO kablam! | Sep 21 05:24:58.105 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `E` Sep 21 05:24:58.105 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 21 05:24:58.105 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `E` Sep 21 05:24:58.105 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:24:58.105 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:24:58.105 INFO kablam! Sep 21 05:24:58.105 INFO kablam! warning: `E` cannot be shared between threads safely Sep 21 05:24:58.105 INFO kablam! --> src/error.rs:8:25 Sep 21 05:24:58.105 INFO kablam! | Sep 21 05:24:58.105 INFO kablam! 8 | pub type Result = result::Result>; Sep 21 05:24:58.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be shared between threads safely Sep 21 05:24:58.105 INFO kablam! | Sep 21 05:24:58.105 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `E` Sep 21 05:24:58.105 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 21 05:24:58.105 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `E` Sep 21 05:24:58.105 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:24:58.105 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:24:58.105 INFO kablam! Sep 21 05:24:58.105 INFO kablam! error[E0310]: the parameter type `E` may not live long enough Sep 21 05:24:58.105 INFO kablam! --> src/error.rs:8:25 Sep 21 05:24:58.105 INFO kablam! | Sep 21 05:24:58.105 INFO kablam! 8 | pub type Result = result::Result>; Sep 21 05:24:58.105 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:24:58.105 INFO kablam! | | Sep 21 05:24:58.105 INFO kablam! | help: consider adding an explicit lifetime bound `E: 'static`... Sep 21 05:24:58.105 INFO kablam! | Sep 21 05:24:58.105 INFO kablam! note: ...so that the type `E` will meet its required lifetime bounds Sep 21 05:24:58.105 INFO kablam! --> src/error.rs:8:25 Sep 21 05:24:58.105 INFO kablam! | Sep 21 05:24:58.105 INFO kablam! 8 | pub type Result = result::Result>; Sep 21 05:24:58.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:24:58.105 INFO kablam! Sep 21 05:24:58.122 INFO kablam! error: aborting due to previous error Sep 21 05:24:58.122 INFO kablam! Sep 21 05:24:58.122 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 05:24:58.134 INFO kablam! error: Could not compile `prost-simple-rpc`. Sep 21 05:24:58.134 INFO kablam! Sep 21 05:24:58.134 INFO kablam! To learn more, run the command again with --verbose. Sep 21 05:24:58.135 INFO kablam! su: No module specific data is present Sep 21 05:24:59.157 INFO running `"docker" "rm" "-f" "83beae13b2dbfbbdea339199b385c08ab9c275c8d025ac3429bd53e5001e0ef6"` Sep 21 05:24:59.326 INFO blam! 83beae13b2dbfbbdea339199b385c08ab9c275c8d025ac3429bd53e5001e0ef6