Sep 17 18:41:17.014 INFO checking routing-0.36.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 18:41:17.014 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 18:41:17.014 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/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 18:41:17.532 INFO blam! c724daaa3522d8ee5670492a69597a187363e83e9a2d2cb9703e7f8efe4f4ee5 Sep 17 18:41:17.534 INFO running `"docker" "start" "-a" "c724daaa3522d8ee5670492a69597a187363e83e9a2d2cb9703e7f8efe4f4ee5"` Sep 17 18:41:19.649 INFO kablam! usermod: no changes Sep 17 18:41:20.153 INFO kablam! Checking c_linked_list v1.1.1 Sep 17 18:41:20.163 INFO kablam! Checking tiny-keccak v1.3.1 Sep 17 18:41:20.163 INFO kablam! Checking lru_time_cache v0.8.0 Sep 17 18:41:20.199 INFO kablam! Checking fake_clock v0.2.0 Sep 17 18:41:20.224 INFO kablam! Checking atty v0.2.2 Sep 17 18:41:20.224 INFO kablam! Checking termion v1.4.0 Sep 17 18:41:20.228 INFO kablam! Checking bytes v0.4.10 Sep 17 18:41:20.230 INFO kablam! Checking xmltree v0.3.2 Sep 17 18:41:21.533 INFO kablam! Compiling flate2 v0.2.20 Sep 17 18:41:21.620 INFO kablam! Checking bincode v0.8.0 Sep 17 18:41:21.997 INFO kablam! Checking hyper v0.10.13 Sep 17 18:41:22.028 INFO kablam! Checking config_file_handler v0.9.0 Sep 17 18:41:22.059 INFO kablam! Checking config_file_handler v0.10.0 Sep 17 18:41:22.643 INFO kablam! Compiling flate2 v1.0.2 Sep 17 18:41:24.793 INFO kablam! Checking clap v2.25.1 Sep 17 18:41:25.297 INFO kablam! Checking get_if_addrs v0.4.1 Sep 17 18:41:26.327 INFO kablam! Checking log4rs v0.7.0 Sep 17 18:41:26.471 INFO kablam! Checking ws v0.7.3 Sep 17 18:41:31.689 INFO kablam! Compiling zip v0.2.8 Sep 17 18:41:36.555 INFO kablam! Compiling rust_sodium-sys v0.7.2 Sep 17 18:41:37.360 INFO kablam! Checking maidsafe_utilities v0.15.0 Sep 17 18:41:40.653 INFO kablam! Checking igd v0.6.0 Sep 17 18:41:46.205 INFO kablam! Checking resource_proof v0.5.0 Sep 17 18:43:32.904 INFO kablam! Checking rust_sodium v0.7.0 Sep 17 18:43:35.194 INFO kablam! Checking crust v0.30.1 Sep 17 18:43:39.098 INFO kablam! Checking routing v0.36.0 (/source) Sep 17 18:43:45.687 INFO kablam! error: the trait bound `T: routing_table::xorable::Xorable` is not satisfied Sep 17 18:43:45.687 INFO kablam! --> src/routing_table/mod.rs:132:24 Sep 17 18:43:45.687 INFO kablam! | Sep 17 18:43:45.687 INFO kablam! 132 | pub type Sections = BTreeMap, (u64, BTreeSet)>; Sep 17 18:43:45.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `routing_table::xorable::Xorable` is not implemented for `T` Sep 17 18:43:45.687 INFO kablam! | Sep 17 18:43:45.687 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 18:43:45.687 INFO kablam! = help: consider adding a `where T: routing_table::xorable::Xorable` bound Sep 17 18:43:45.687 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:45.687 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:45.687 INFO kablam! Sep 17 18:43:45.687 INFO kablam! error: the trait bound `T: std::marker::Copy` is not satisfied Sep 17 18:43:45.687 INFO kablam! --> src/routing_table/mod.rs:132:24 Sep 17 18:43:45.687 INFO kablam! | Sep 17 18:43:45.687 INFO kablam! 132 | pub type Sections = BTreeMap, (u64, BTreeSet)>; Sep 17 18:43:45.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` Sep 17 18:43:45.687 INFO kablam! | Sep 17 18:43:45.687 INFO kablam! = help: consider adding a `where T: std::marker::Copy` bound Sep 17 18:43:45.687 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:45.687 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:45.687 INFO kablam! Sep 17 18:43:45.687 INFO kablam! error: the trait bound `T: std::default::Default` is not satisfied Sep 17 18:43:45.687 INFO kablam! --> src/routing_table/mod.rs:132:24 Sep 17 18:43:45.687 INFO kablam! | Sep 17 18:43:45.687 INFO kablam! 132 | pub type Sections = BTreeMap, (u64, BTreeSet)>; Sep 17 18:43:45.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 17 18:43:45.687 INFO kablam! | Sep 17 18:43:45.687 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 17 18:43:45.687 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:45.687 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:45.688 INFO kablam! Sep 17 18:43:45.688 INFO kablam! error: the trait bound `T: std::fmt::Binary` is not satisfied Sep 17 18:43:45.688 INFO kablam! --> src/routing_table/mod.rs:132:24 Sep 17 18:43:45.688 INFO kablam! | Sep 17 18:43:45.688 INFO kablam! 132 | pub type Sections = BTreeMap, (u64, BTreeSet)>; Sep 17 18:43:45.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::fmt::Binary` is not implemented for `T` Sep 17 18:43:45.688 INFO kablam! | Sep 17 18:43:45.688 INFO kablam! = help: consider adding a `where T: std::fmt::Binary` bound Sep 17 18:43:45.688 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:45.688 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:45.688 INFO kablam! Sep 17 18:43:45.688 INFO kablam! error: the trait bound `T: routing_table::xorable::Xorable` is not satisfied Sep 17 18:43:45.688 INFO kablam! --> src/routing_table/mod.rs:133:27 Sep 17 18:43:45.688 INFO kablam! | Sep 17 18:43:45.688 INFO kablam! 133 | type SectionItem<'a, T> = (Prefix, (u64, &'a BTreeSet)); Sep 17 18:43:45.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `routing_table::xorable::Xorable` is not implemented for `T` Sep 17 18:43:45.688 INFO kablam! | Sep 17 18:43:45.688 INFO kablam! = help: consider adding a `where T: routing_table::xorable::Xorable` bound Sep 17 18:43:45.688 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:45.688 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:45.688 INFO kablam! Sep 17 18:43:45.688 INFO kablam! error: the trait bound `T: std::marker::Copy` is not satisfied Sep 17 18:43:45.688 INFO kablam! --> src/routing_table/mod.rs:133:27 Sep 17 18:43:45.688 INFO kablam! | Sep 17 18:43:45.688 INFO kablam! 133 | type SectionItem<'a, T> = (Prefix, (u64, &'a BTreeSet)); Sep 17 18:43:45.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` Sep 17 18:43:45.688 INFO kablam! | Sep 17 18:43:45.688 INFO kablam! = help: consider adding a `where T: std::marker::Copy` bound Sep 17 18:43:45.688 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:45.688 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:45.688 INFO kablam! Sep 17 18:43:45.688 INFO kablam! error: the trait bound `T: std::default::Default` is not satisfied Sep 17 18:43:45.688 INFO kablam! --> src/routing_table/mod.rs:133:27 Sep 17 18:43:45.688 INFO kablam! | Sep 17 18:43:45.688 INFO kablam! 133 | type SectionItem<'a, T> = (Prefix, (u64, &'a BTreeSet)); Sep 17 18:43:45.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 17 18:43:45.688 INFO kablam! | Sep 17 18:43:45.688 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 17 18:43:45.688 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:45.688 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:45.688 INFO kablam! Sep 17 18:43:45.688 INFO kablam! error: the trait bound `T: std::fmt::Binary` is not satisfied Sep 17 18:43:45.688 INFO kablam! --> src/routing_table/mod.rs:133:27 Sep 17 18:43:45.688 INFO kablam! | Sep 17 18:43:45.688 INFO kablam! 133 | type SectionItem<'a, T> = (Prefix, (u64, &'a BTreeSet)); Sep 17 18:43:45.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::fmt::Binary` is not implemented for `T` Sep 17 18:43:45.688 INFO kablam! | Sep 17 18:43:45.688 INFO kablam! = help: consider adding a `where T: std::fmt::Binary` bound Sep 17 18:43:45.688 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:45.688 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:45.688 INFO kablam! Sep 17 18:43:46.494 INFO kablam! error: aborting due to 8 previous errors Sep 17 18:43:46.495 INFO kablam! Sep 17 18:43:46.532 INFO kablam! error: Could not compile `routing`. Sep 17 18:43:46.532 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:43:46.731 INFO kablam! error: the trait bound `T: routing_table::xorable::Xorable` is not satisfied Sep 17 18:43:46.731 INFO kablam! --> src/routing_table/mod.rs:132:24 Sep 17 18:43:46.731 INFO kablam! | Sep 17 18:43:46.731 INFO kablam! 132 | pub type Sections = BTreeMap, (u64, BTreeSet)>; Sep 17 18:43:46.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `routing_table::xorable::Xorable` is not implemented for `T` Sep 17 18:43:46.731 INFO kablam! | Sep 17 18:43:46.731 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 18:43:46.731 INFO kablam! = help: consider adding a `where T: routing_table::xorable::Xorable` bound Sep 17 18:43:46.731 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:46.731 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:46.731 INFO kablam! Sep 17 18:43:46.731 INFO kablam! error: the trait bound `T: std::marker::Copy` is not satisfied Sep 17 18:43:46.731 INFO kablam! --> src/routing_table/mod.rs:132:24 Sep 17 18:43:46.731 INFO kablam! | Sep 17 18:43:46.731 INFO kablam! 132 | pub type Sections = BTreeMap, (u64, BTreeSet)>; Sep 17 18:43:46.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` Sep 17 18:43:46.731 INFO kablam! | Sep 17 18:43:46.731 INFO kablam! = help: consider adding a `where T: std::marker::Copy` bound Sep 17 18:43:46.731 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:46.731 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:46.731 INFO kablam! Sep 17 18:43:46.731 INFO kablam! error: the trait bound `T: std::default::Default` is not satisfied Sep 17 18:43:46.731 INFO kablam! --> src/routing_table/mod.rs:132:24 Sep 17 18:43:46.731 INFO kablam! | Sep 17 18:43:46.731 INFO kablam! 132 | pub type Sections = BTreeMap, (u64, BTreeSet)>; Sep 17 18:43:46.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 17 18:43:46.731 INFO kablam! | Sep 17 18:43:46.731 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 17 18:43:46.731 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:46.732 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:46.732 INFO kablam! Sep 17 18:43:46.732 INFO kablam! error: the trait bound `T: std::fmt::Binary` is not satisfied Sep 17 18:43:46.732 INFO kablam! --> src/routing_table/mod.rs:132:24 Sep 17 18:43:46.732 INFO kablam! | Sep 17 18:43:46.732 INFO kablam! 132 | pub type Sections = BTreeMap, (u64, BTreeSet)>; Sep 17 18:43:46.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::fmt::Binary` is not implemented for `T` Sep 17 18:43:46.732 INFO kablam! | Sep 17 18:43:46.732 INFO kablam! = help: consider adding a `where T: std::fmt::Binary` bound Sep 17 18:43:46.732 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:46.732 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:46.732 INFO kablam! Sep 17 18:43:46.732 INFO kablam! error: the trait bound `T: routing_table::xorable::Xorable` is not satisfied Sep 17 18:43:46.732 INFO kablam! --> src/routing_table/mod.rs:133:27 Sep 17 18:43:46.732 INFO kablam! | Sep 17 18:43:46.732 INFO kablam! 133 | type SectionItem<'a, T> = (Prefix, (u64, &'a BTreeSet)); Sep 17 18:43:46.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `routing_table::xorable::Xorable` is not implemented for `T` Sep 17 18:43:46.732 INFO kablam! | Sep 17 18:43:46.732 INFO kablam! = help: consider adding a `where T: routing_table::xorable::Xorable` bound Sep 17 18:43:46.732 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:46.732 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:46.732 INFO kablam! Sep 17 18:43:46.732 INFO kablam! error: the trait bound `T: std::marker::Copy` is not satisfied Sep 17 18:43:46.732 INFO kablam! --> src/routing_table/mod.rs:133:27 Sep 17 18:43:46.732 INFO kablam! | Sep 17 18:43:46.732 INFO kablam! 133 | type SectionItem<'a, T> = (Prefix, (u64, &'a BTreeSet)); Sep 17 18:43:46.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` Sep 17 18:43:46.732 INFO kablam! | Sep 17 18:43:46.732 INFO kablam! = help: consider adding a `where T: std::marker::Copy` bound Sep 17 18:43:46.732 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:46.732 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:46.732 INFO kablam! Sep 17 18:43:46.735 INFO kablam! error: the trait bound `T: std::default::Default` is not satisfied Sep 17 18:43:46.735 INFO kablam! --> src/routing_table/mod.rs:133:27 Sep 17 18:43:46.735 INFO kablam! | Sep 17 18:43:46.735 INFO kablam! 133 | type SectionItem<'a, T> = (Prefix, (u64, &'a BTreeSet)); Sep 17 18:43:46.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 17 18:43:46.735 INFO kablam! | Sep 17 18:43:46.735 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 17 18:43:46.735 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:46.735 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:46.735 INFO kablam! Sep 17 18:43:46.735 INFO kablam! error: the trait bound `T: std::fmt::Binary` is not satisfied Sep 17 18:43:46.735 INFO kablam! --> src/routing_table/mod.rs:133:27 Sep 17 18:43:46.735 INFO kablam! | Sep 17 18:43:46.735 INFO kablam! 133 | type SectionItem<'a, T> = (Prefix, (u64, &'a BTreeSet)); Sep 17 18:43:46.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::fmt::Binary` is not implemented for `T` Sep 17 18:43:46.735 INFO kablam! | Sep 17 18:43:46.735 INFO kablam! = help: consider adding a `where T: std::fmt::Binary` bound Sep 17 18:43:46.735 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 18:43:46.735 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 18:43:46.735 INFO kablam! Sep 17 18:43:47.267 INFO kablam! error: aborting due to 8 previous errors Sep 17 18:43:47.267 INFO kablam! Sep 17 18:43:47.295 INFO kablam! error: Could not compile `routing`. Sep 17 18:43:47.295 INFO kablam! Sep 17 18:43:47.295 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:43:47.296 INFO kablam! su: No module specific data is present Sep 17 18:43:48.341 INFO running `"docker" "rm" "-f" "c724daaa3522d8ee5670492a69597a187363e83e9a2d2cb9703e7f8efe4f4ee5"` Sep 17 18:43:48.494 INFO blam! c724daaa3522d8ee5670492a69597a187363e83e9a2d2cb9703e7f8efe4f4ee5