Sep 21 05:39:42.520 INFO checking plumcast-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:39:42.520 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:39:42.520 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:39:42.673 INFO blam! 8d5fb6c8ded37f399c1b1f7bc4a5b82a757a58905f3dc76ae4c93388f510ce1d Sep 21 05:39:42.675 INFO running `"docker" "start" "-a" "8d5fb6c8ded37f399c1b1f7bc4a5b82a757a58905f3dc76ae4c93388f510ce1d"` Sep 21 05:39:43.616 INFO kablam! usermod: no changes Sep 21 05:39:43.731 INFO kablam! Checking nom v2.2.1 Sep 21 05:39:43.735 INFO kablam! Checking atomic_immut v0.1.4 Sep 21 05:39:43.735 INFO kablam! Checking nbchan v0.1.3 Sep 21 05:39:43.735 INFO kablam! Checking factory v0.1.1 Sep 21 05:39:43.735 INFO kablam! Checking plumtree v0.1.1 Sep 21 05:39:43.735 INFO kablam! Checking slog-kvfilter v0.6.0 Sep 21 05:39:43.735 INFO kablam! Checking hyparview v0.1.2 Sep 21 05:39:43.736 INFO kablam! Compiling procinfo v0.4.2 Sep 21 05:39:44.013 INFO kablam! Checking bytecodec v0.4.11 Sep 21 05:39:44.014 INFO kablam! Checking sloggers v0.2.8 Sep 21 05:39:44.182 INFO kablam! Checking fibers v0.1.12 Sep 21 05:39:56.404 INFO kablam! Checking prometrics v0.1.11 Sep 21 05:39:57.566 INFO kablam! Checking tasque v0.1.4 Sep 21 05:39:57.881 INFO kablam! Checking fibers_tasque v0.1.1 Sep 21 05:39:58.353 INFO kablam! Checking fibers_rpc v0.2.16 Sep 21 05:39:59.837 INFO kablam! Checking plumcast v0.1.0 (/source) Sep 21 05:40:00.580 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.580 INFO kablam! --> src/misc.rs:57:28 Sep 21 05:40:00.580 INFO kablam! | Sep 21 05:40:00.580 INFO kablam! 57 | pub type PlumtreeNode = plumtree::Node>; Sep 21 05:40:00.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.580 INFO kablam! | Sep 21 05:40:00.580 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 05:40:00.580 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.580 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.580 INFO kablam! Sep 21 05:40:00.581 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.581 INFO kablam! --> src/misc.rs:62:37 Sep 21 05:40:00.581 INFO kablam! | Sep 21 05:40:00.581 INFO kablam! 62 | pub(crate) type PlumtreeAction = plumtree::Action>; Sep 21 05:40:00.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.581 INFO kablam! | Sep 21 05:40:00.581 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.581 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.581 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.581 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.581 INFO kablam! Sep 21 05:40:00.581 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.581 INFO kablam! --> src/misc.rs:63:41 Sep 21 05:40:00.581 INFO kablam! | Sep 21 05:40:00.581 INFO kablam! 63 | pub(crate) type PlumtreeAppMessage = plumtree::message::Message>; Sep 21 05:40:00.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.581 INFO kablam! | Sep 21 05:40:00.581 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.581 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.581 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.581 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.581 INFO kablam! Sep 21 05:40:00.581 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.581 INFO kablam! --> src/misc.rs:64:38 Sep 21 05:40:00.581 INFO kablam! | Sep 21 05:40:00.581 INFO kablam! 64 | pub(crate) type PlumtreeMessage = plumtree::message::ProtocolMessage>; Sep 21 05:40:00.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.581 INFO kablam! | Sep 21 05:40:00.581 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.581 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.581 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.581 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.581 INFO kablam! Sep 21 05:40:00.581 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.581 INFO kablam! --> src/misc.rs:65:36 Sep 21 05:40:00.581 INFO kablam! | Sep 21 05:40:00.581 INFO kablam! 65 | pub(crate) type GossipMessage = plumtree::message::GossipMessage>; Sep 21 05:40:00.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.581 INFO kablam! | Sep 21 05:40:00.581 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.581 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.582 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.582 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.582 INFO kablam! Sep 21 05:40:00.582 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.582 INFO kablam! --> src/misc.rs:66:35 Sep 21 05:40:00.582 INFO kablam! | Sep 21 05:40:00.582 INFO kablam! 66 | pub(crate) type GraftMessage = plumtree::message::GraftMessage>; Sep 21 05:40:00.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.582 INFO kablam! | Sep 21 05:40:00.582 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.582 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.582 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.582 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.582 INFO kablam! Sep 21 05:40:00.582 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.582 INFO kablam! --> src/misc.rs:67:35 Sep 21 05:40:00.582 INFO kablam! | Sep 21 05:40:00.582 INFO kablam! 67 | pub(crate) type IhaveMessage = plumtree::message::IhaveMessage>; Sep 21 05:40:00.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.582 INFO kablam! | Sep 21 05:40:00.582 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.582 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.582 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.582 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.582 INFO kablam! Sep 21 05:40:00.582 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.582 INFO kablam! --> src/misc.rs:68:35 Sep 21 05:40:00.582 INFO kablam! | Sep 21 05:40:00.582 INFO kablam! 68 | pub(crate) type PruneMessage = plumtree::message::PruneMessage>; Sep 21 05:40:00.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.582 INFO kablam! | Sep 21 05:40:00.582 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.582 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.582 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.582 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.582 INFO kablam! Sep 21 05:40:00.584 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.584 INFO kablam! --> src/service.rs:27:22 Sep 21 05:40:00.584 INFO kablam! | Sep 21 05:40:00.584 INFO kablam! 27 | type LocalNodes = Arc>>>; Sep 21 05:40:00.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.584 INFO kablam! | Sep 21 05:40:00.584 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.584 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.584 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.584 INFO kablam! Sep 21 05:40:00.642 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.642 INFO kablam! --> src/misc.rs:57:28 Sep 21 05:40:00.642 INFO kablam! | Sep 21 05:40:00.642 INFO kablam! 57 | pub type PlumtreeNode = plumtree::Node>; Sep 21 05:40:00.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.642 INFO kablam! | Sep 21 05:40:00.642 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 05:40:00.642 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.642 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.642 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.642 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.642 INFO kablam! Sep 21 05:40:00.646 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.646 INFO kablam! --> src/misc.rs:62:37 Sep 21 05:40:00.646 INFO kablam! | Sep 21 05:40:00.646 INFO kablam! 62 | pub(crate) type PlumtreeAction = plumtree::Action>; Sep 21 05:40:00.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.646 INFO kablam! | Sep 21 05:40:00.646 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.646 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.646 INFO kablam! Sep 21 05:40:00.646 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.646 INFO kablam! --> src/misc.rs:63:41 Sep 21 05:40:00.646 INFO kablam! | Sep 21 05:40:00.646 INFO kablam! 63 | pub(crate) type PlumtreeAppMessage = plumtree::message::Message>; Sep 21 05:40:00.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.646 INFO kablam! | Sep 21 05:40:00.646 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.646 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.646 INFO kablam! Sep 21 05:40:00.646 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.646 INFO kablam! --> src/misc.rs:64:38 Sep 21 05:40:00.646 INFO kablam! | Sep 21 05:40:00.646 INFO kablam! 64 | pub(crate) type PlumtreeMessage = plumtree::message::ProtocolMessage>; Sep 21 05:40:00.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.646 INFO kablam! | Sep 21 05:40:00.646 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.647 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.647 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.647 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.647 INFO kablam! Sep 21 05:40:00.647 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.647 INFO kablam! --> src/misc.rs:65:36 Sep 21 05:40:00.647 INFO kablam! | Sep 21 05:40:00.647 INFO kablam! 65 | pub(crate) type GossipMessage = plumtree::message::GossipMessage>; Sep 21 05:40:00.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.647 INFO kablam! | Sep 21 05:40:00.647 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.647 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.647 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.647 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.647 INFO kablam! Sep 21 05:40:00.647 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.647 INFO kablam! --> src/misc.rs:66:35 Sep 21 05:40:00.647 INFO kablam! | Sep 21 05:40:00.647 INFO kablam! 66 | pub(crate) type GraftMessage = plumtree::message::GraftMessage>; Sep 21 05:40:00.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.647 INFO kablam! | Sep 21 05:40:00.647 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.647 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.647 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.647 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.647 INFO kablam! Sep 21 05:40:00.647 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.647 INFO kablam! --> src/misc.rs:67:35 Sep 21 05:40:00.647 INFO kablam! | Sep 21 05:40:00.647 INFO kablam! 67 | pub(crate) type IhaveMessage = plumtree::message::IhaveMessage>; Sep 21 05:40:00.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.647 INFO kablam! | Sep 21 05:40:00.647 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.647 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.647 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.647 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.647 INFO kablam! Sep 21 05:40:00.647 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.647 INFO kablam! --> src/misc.rs:68:35 Sep 21 05:40:00.647 INFO kablam! | Sep 21 05:40:00.647 INFO kablam! 68 | pub(crate) type PruneMessage = plumtree::message::PruneMessage>; Sep 21 05:40:00.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.647 INFO kablam! | Sep 21 05:40:00.647 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.647 INFO kablam! = note: required because of the requirements on the impl of `plumtree::System` for `misc::PlumtreeSystem` Sep 21 05:40:00.647 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.647 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.647 INFO kablam! Sep 21 05:40:00.647 INFO kablam! warning: the trait bound `M: message::MessagePayload` is not satisfied Sep 21 05:40:00.647 INFO kablam! --> src/service.rs:27:22 Sep 21 05:40:00.647 INFO kablam! | Sep 21 05:40:00.647 INFO kablam! 27 | type LocalNodes = Arc>>>; Sep 21 05:40:00.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `message::MessagePayload` is not implemented for `M` Sep 21 05:40:00.647 INFO kablam! | Sep 21 05:40:00.647 INFO kablam! = help: consider adding a `where M: message::MessagePayload` bound Sep 21 05:40:00.647 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 05:40:00.647 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 05:40:00.647 INFO kablam! Sep 21 05:40:03.077 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.44s Sep 21 05:40:03.090 INFO kablam! su: No module specific data is present Sep 21 05:40:03.870 INFO running `"docker" "rm" "-f" "8d5fb6c8ded37f399c1b1f7bc4a5b82a757a58905f3dc76ae4c93388f510ce1d"` Sep 21 05:40:03.985 INFO blam! 8d5fb6c8ded37f399c1b1f7bc4a5b82a757a58905f3dc76ae4c93388f510ce1d