Sep 18 04:03:36.854 INFO checking actix-0.5.8 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 04:03:36.854 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 04:03:36.854 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/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 18 04:03:37.203 INFO blam! e5482ba18a4a7f1f0e7aed6e229e2548530c725332eff87326bb0ae6f46a98a0 Sep 18 04:03:37.209 INFO running `"docker" "start" "-a" "e5482ba18a4a7f1f0e7aed6e229e2548530c725332eff87326bb0ae6f46a98a0"` Sep 18 04:03:38.361 INFO kablam! usermod: no changes Sep 18 04:03:38.647 INFO kablam! Compiling actix v0.5.8 (/source) Sep 18 04:03:38.649 INFO kablam! Checking trust-dns-proto v0.3.3 Sep 18 04:03:44.187 INFO kablam! Checking trust-dns-resolver v0.8.2 Sep 18 04:03:52.422 INFO kablam! error: the trait bound `T: actor::Actor` is not satisfied Sep 18 04:03:52.422 INFO kablam! --> src/lib.rs:96:23 Sep 18 04:03:52.423 INFO kablam! | Sep 18 04:03:52.423 INFO kablam! 96 | pub type Address = Addr; Sep 18 04:03:52.424 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 18 04:03:52.424 INFO kablam! | Sep 18 04:03:52.425 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 04:03:52.425 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 18 04:03:52.425 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::unsync::Unsync` Sep 18 04:03:52.426 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 04:03:52.426 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 04:03:52.427 INFO kablam! Sep 18 04:03:52.427 INFO kablam! error: the trait bound `T: actor::Actor` is not satisfied Sep 18 04:03:52.428 INFO kablam! --> src/lib.rs:99:27 Sep 18 04:03:52.428 INFO kablam! | Sep 18 04:03:52.428 INFO kablam! 99 | pub type SyncAddress = Addr; Sep 18 04:03:52.429 INFO kablam! | ^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 18 04:03:52.429 INFO kablam! | Sep 18 04:03:52.430 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 18 04:03:52.430 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::sync::Syn` Sep 18 04:03:52.431 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 04:03:52.431 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 04:03:52.431 INFO kablam! Sep 18 04:03:52.432 INFO kablam! error: the trait bound `T: actor::Actor` is not satisfied Sep 18 04:03:52.432 INFO kablam! --> src/lib.rs:117:27 Sep 18 04:03:52.433 INFO kablam! | Sep 18 04:03:52.433 INFO kablam! 117 | pub type Address = Addr; Sep 18 04:03:52.434 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 18 04:03:52.434 INFO kablam! | Sep 18 04:03:52.434 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 18 04:03:52.435 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::unsync::Unsync` Sep 18 04:03:52.435 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 04:03:52.436 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 04:03:52.436 INFO kablam! Sep 18 04:03:52.436 INFO kablam! error: the trait bound `T: actor::Actor` is not satisfied Sep 18 04:03:52.437 INFO kablam! --> src/lib.rs:120:31 Sep 18 04:03:52.437 INFO kablam! | Sep 18 04:03:52.438 INFO kablam! 120 | pub type SyncAddress = Addr; Sep 18 04:03:52.438 INFO kablam! | ^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 18 04:03:52.439 INFO kablam! | Sep 18 04:03:52.439 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 18 04:03:52.440 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::sync::Syn` Sep 18 04:03:52.440 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 04:03:52.440 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 04:03:52.441 INFO kablam! Sep 18 04:03:52.696 INFO kablam! error: aborting due to 4 previous errors Sep 18 04:03:52.697 INFO kablam! Sep 18 04:03:52.716 INFO kablam! error: Could not compile `actix`. Sep 18 04:03:52.716 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 04:03:52.732 INFO kablam! error: the trait bound `T: actor::Actor` is not satisfied Sep 18 04:03:52.732 INFO kablam! --> src/lib.rs:96:23 Sep 18 04:03:52.732 INFO kablam! | Sep 18 04:03:52.733 INFO kablam! 96 | pub type Address = Addr; Sep 18 04:03:52.733 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 18 04:03:52.733 INFO kablam! | Sep 18 04:03:52.734 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 04:03:52.734 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 18 04:03:52.734 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::unsync::Unsync` Sep 18 04:03:52.735 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 04:03:52.735 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 04:03:52.735 INFO kablam! Sep 18 04:03:52.735 INFO kablam! error: the trait bound `T: actor::Actor` is not satisfied Sep 18 04:03:52.736 INFO kablam! --> src/lib.rs:99:27 Sep 18 04:03:52.736 INFO kablam! | Sep 18 04:03:52.736 INFO kablam! 99 | pub type SyncAddress = Addr; Sep 18 04:03:52.737 INFO kablam! | ^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 18 04:03:52.737 INFO kablam! | Sep 18 04:03:52.737 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 18 04:03:52.738 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::sync::Syn` Sep 18 04:03:52.738 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 04:03:52.738 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 04:03:52.739 INFO kablam! Sep 18 04:03:52.739 INFO kablam! error: the trait bound `T: actor::Actor` is not satisfied Sep 18 04:03:52.739 INFO kablam! --> src/lib.rs:117:27 Sep 18 04:03:52.740 INFO kablam! | Sep 18 04:03:52.740 INFO kablam! 117 | pub type Address = Addr; Sep 18 04:03:52.740 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 18 04:03:52.741 INFO kablam! | Sep 18 04:03:52.741 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 18 04:03:52.741 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::unsync::Unsync` Sep 18 04:03:52.742 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 04:03:52.742 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 04:03:52.742 INFO kablam! Sep 18 04:03:52.743 INFO kablam! error: the trait bound `T: actor::Actor` is not satisfied Sep 18 04:03:52.743 INFO kablam! --> src/lib.rs:120:31 Sep 18 04:03:52.743 INFO kablam! | Sep 18 04:03:52.743 INFO kablam! 120 | pub type SyncAddress = Addr; Sep 18 04:03:52.744 INFO kablam! | ^^^^^^^^^^^^ the trait `actor::Actor` is not implemented for `T` Sep 18 04:03:52.744 INFO kablam! | Sep 18 04:03:52.744 INFO kablam! = help: consider adding a `where T: actor::Actor` bound Sep 18 04:03:52.745 INFO kablam! = note: required because of the requirements on the impl of `address::Destination` for `address::sync::Syn` Sep 18 04:03:52.745 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 04:03:52.746 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 04:03:52.746 INFO kablam! Sep 18 04:03:52.931 INFO kablam! error: aborting due to 4 previous errors Sep 18 04:03:52.931 INFO kablam! Sep 18 04:03:52.951 INFO kablam! error: Could not compile `actix`. Sep 18 04:03:52.951 INFO kablam! Sep 18 04:03:52.951 INFO kablam! To learn more, run the command again with --verbose. Sep 18 04:03:52.953 INFO kablam! su: No module specific data is present Sep 18 04:03:54.701 INFO running `"docker" "rm" "-f" "e5482ba18a4a7f1f0e7aed6e229e2548530c725332eff87326bb0ae6f46a98a0"` Sep 18 04:03:54.971 INFO blam! e5482ba18a4a7f1f0e7aed6e229e2548530c725332eff87326bb0ae6f46a98a0