Sep 17 19:40:50.858 INFO checking prost-simple-rpc-0.3.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033
Sep 17 19:40:50.858 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets
Sep 17 19:40:50.858 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"`
Sep 17 19:40:51.381 INFO blam! 0cdca4587d01a2dc8f9f59a927a9e93d519928d827bb4423ec4f5cafc45cd0dc
Sep 17 19:40:51.383 INFO running `"docker" "start" "-a" "0cdca4587d01a2dc8f9f59a927a9e93d519928d827bb4423ec4f5cafc45cd0dc"`
Sep 17 19:40:53.503 INFO kablam! usermod: no changes
Sep 17 19:40:53.760 INFO kablam! Checking prost v0.4.0
Sep 17 19:40:54.953 INFO kablam! Checking prost-simple-rpc v0.3.0 (/source)
Sep 17 19:40:55.446 INFO kablam! error: the trait bound `E: std::error::Error` is not satisfied
Sep 17 19:40:55.447 INFO kablam! --> src/error.rs:8:25
Sep 17 19:40:55.447 INFO kablam! |
Sep 17 19:40:55.447 INFO kablam! 8 | pub type Result = result::Result>;
Sep 17 19:40:55.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::error::Error` is not implemented for `E`
Sep 17 19:40:55.447 INFO kablam! |
Sep 17 19:40:55.447 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default
Sep 17 19:40:55.447 INFO kablam! = help: consider adding a `where E: std::error::Error` bound
Sep 17 19:40:55.447 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `E`
Sep 17 19:40:55.454 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 17 19:40:55.455 INFO kablam! = help: this is a hard error in Rust 2018
Sep 17 19:40:55.455 INFO kablam!
Sep 17 19:40:55.462 INFO kablam! error: `E` cannot be sent between threads safely
Sep 17 19:40:55.463 INFO kablam! --> src/error.rs:8:25
Sep 17 19:40:55.463 INFO kablam! |
Sep 17 19:40:55.463 INFO kablam! 8 | pub type Result = result::Result>;
Sep 17 19:40:55.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be sent between threads safely
Sep 17 19:40:55.463 INFO kablam! |
Sep 17 19:40:55.463 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `E`
Sep 17 19:40:55.463 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound
Sep 17 19:40:55.463 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `E`
Sep 17 19:40:55.463 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 17 19:40:55.463 INFO kablam! = help: this is a hard error in Rust 2018
Sep 17 19:40:55.463 INFO kablam!
Sep 17 19:40:55.463 INFO kablam! error: `E` cannot be shared between threads safely
Sep 17 19:40:55.463 INFO kablam! --> src/error.rs:8:25
Sep 17 19:40:55.463 INFO kablam! |
Sep 17 19:40:55.463 INFO kablam! 8 | pub type Result = result::Result>;
Sep 17 19:40:55.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be shared between threads safely
Sep 17 19:40:55.463 INFO kablam! |
Sep 17 19:40:55.463 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `E`
Sep 17 19:40:55.463 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound
Sep 17 19:40:55.463 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `E`
Sep 17 19:40:55.463 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 17 19:40:55.463 INFO kablam! = help: this is a hard error in Rust 2018
Sep 17 19:40:55.463 INFO kablam!
Sep 17 19:40:55.482 INFO kablam! error: aborting due to 3 previous errors
Sep 17 19:40:55.483 INFO kablam!
Sep 17 19:40:55.490 INFO kablam! error: Could not compile `prost-simple-rpc`.
Sep 17 19:40:55.491 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 17 19:40:55.663 INFO kablam! error: the trait bound `E: std::error::Error` is not satisfied
Sep 17 19:40:55.663 INFO kablam! --> src/error.rs:8:25
Sep 17 19:40:55.663 INFO kablam! |
Sep 17 19:40:55.663 INFO kablam! 8 | pub type Result = result::Result>;
Sep 17 19:40:55.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::error::Error` is not implemented for `E`
Sep 17 19:40:55.663 INFO kablam! |
Sep 17 19:40:55.663 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default
Sep 17 19:40:55.663 INFO kablam! = help: consider adding a `where E: std::error::Error` bound
Sep 17 19:40:55.663 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `E`
Sep 17 19:40:55.663 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 17 19:40:55.663 INFO kablam! = help: this is a hard error in Rust 2018
Sep 17 19:40:55.663 INFO kablam!
Sep 17 19:40:55.663 INFO kablam! error: `E` cannot be sent between threads safely
Sep 17 19:40:55.663 INFO kablam! --> src/error.rs:8:25
Sep 17 19:40:55.663 INFO kablam! |
Sep 17 19:40:55.663 INFO kablam! 8 | pub type Result = result::Result>;
Sep 17 19:40:55.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be sent between threads safely
Sep 17 19:40:55.663 INFO kablam! |
Sep 17 19:40:55.663 INFO kablam! = help: the trait `std::marker::Send` is not implemented for `E`
Sep 17 19:40:55.663 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound
Sep 17 19:40:55.663 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `E`
Sep 17 19:40:55.663 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 17 19:40:55.663 INFO kablam! = help: this is a hard error in Rust 2018
Sep 17 19:40:55.663 INFO kablam!
Sep 17 19:40:55.663 INFO kablam! error: `E` cannot be shared between threads safely
Sep 17 19:40:55.666 INFO kablam! --> src/error.rs:8:25
Sep 17 19:40:55.667 INFO kablam! |
Sep 17 19:40:55.667 INFO kablam! 8 | pub type Result = result::Result>;
Sep 17 19:40:55.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be shared between threads safely
Sep 17 19:40:55.667 INFO kablam! |
Sep 17 19:40:55.667 INFO kablam! = help: the trait `std::marker::Sync` is not implemented for `E`
Sep 17 19:40:55.667 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound
Sep 17 19:40:55.667 INFO kablam! = note: required because of the requirements on the impl of `failure::Fail` for `E`
Sep 17 19:40:55.667 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 17 19:40:55.667 INFO kablam! = help: this is a hard error in Rust 2018
Sep 17 19:40:55.667 INFO kablam!
Sep 17 19:40:55.693 INFO kablam! error: aborting due to 3 previous errors
Sep 17 19:40:55.693 INFO kablam!
Sep 17 19:40:55.704 INFO kablam! error: Could not compile `prost-simple-rpc`.
Sep 17 19:40:55.704 INFO kablam!
Sep 17 19:40:55.704 INFO kablam! To learn more, run the command again with --verbose.
Sep 17 19:40:55.710 INFO kablam! su: No module specific data is present
Sep 17 19:40:56.681 INFO running `"docker" "rm" "-f" "0cdca4587d01a2dc8f9f59a927a9e93d519928d827bb4423ec4f5cafc45cd0dc"`
Sep 17 19:40:56.893 INFO blam! 0cdca4587d01a2dc8f9f59a927a9e93d519928d827bb4423ec4f5cafc45cd0dc