Sep 17 13:29:27.763 INFO checking bnclabs/rdata against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 13:29:27.763 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 13:29:27.763 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/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 13:29:28.163 INFO blam! 9de92acea395d6a16423cbde8cd42ed12c4fbeeb4792e00e6c411db46c93126e Sep 17 13:29:28.165 INFO running `"docker" "start" "-a" "9de92acea395d6a16423cbde8cd42ed12c4fbeeb4792e00e6c411db46c93126e"` Sep 17 13:29:30.878 INFO kablam! usermod: no changes Sep 17 13:29:30.967 INFO kablam! Checking libc v0.2.43 Sep 17 13:29:32.382 INFO kablam! Checking memchr v2.0.2 Sep 17 13:29:32.700 INFO kablam! Checking aho-corasick v0.6.8 Sep 17 13:29:33.479 INFO kablam! Checking regex v1.0.5 Sep 17 13:29:36.159 INFO kablam! Checking nom v4.0.0 Sep 17 13:29:38.281 INFO kablam! Checking bd v0.1.2 (/source) Sep 17 13:29:39.731 INFO kablam! error: the trait bound `D: db::Document` is not satisfied Sep 17 13:29:39.732 INFO kablam! --> src/db.rs:10:25 Sep 17 13:29:39.732 INFO kablam! | Sep 17 13:29:39.733 INFO kablam! 10 | pub type Input<'a, D> = Box> + 'a>; Sep 17 13:29:39.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `db::Document` is not implemented for `D` Sep 17 13:29:39.733 INFO kablam! | Sep 17 13:29:39.734 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 13:29:39.734 INFO kablam! = help: consider adding a `where D: db::Document` bound Sep 17 13:29:39.735 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 13:29:39.735 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 13:29:39.735 INFO kablam! Sep 17 13:29:39.870 INFO kablam! error: the trait bound `D: db::Document` is not satisfied Sep 17 13:29:39.870 INFO kablam! --> src/db.rs:10:25 Sep 17 13:29:39.871 INFO kablam! | Sep 17 13:29:39.871 INFO kablam! 10 | pub type Input<'a, D> = Box> + 'a>; Sep 17 13:29:39.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `db::Document` is not implemented for `D` Sep 17 13:29:39.872 INFO kablam! | Sep 17 13:29:39.872 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 13:29:39.873 INFO kablam! = help: consider adding a `where D: db::Document` bound Sep 17 13:29:39.873 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 13:29:39.873 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 13:29:39.874 INFO kablam! Sep 17 13:29:40.046 INFO kablam! error: the trait bound `D: db::Document` is not satisfied Sep 17 13:29:40.046 INFO kablam! --> src/prop.rs:52:25 Sep 17 13:29:40.046 INFO kablam! | Sep 17 13:29:40.046 INFO kablam! 52 | pub type ArrayItem = KeyValue; Sep 17 13:29:40.046 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `db::Document` is not implemented for `D` Sep 17 13:29:40.046 INFO kablam! | Sep 17 13:29:40.046 INFO kablam! = help: consider adding a `where D: db::Document` bound Sep 17 13:29:40.046 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 13:29:40.046 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 13:29:40.046 INFO kablam! Sep 17 13:29:40.047 INFO kablam! error: the trait bound `D: db::Document` is not satisfied Sep 17 13:29:40.047 INFO kablam! --> src/prop.rs:69:24 Sep 17 13:29:40.047 INFO kablam! | Sep 17 13:29:40.047 INFO kablam! 69 | pub type Property = KeyValue; Sep 17 13:29:40.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `db::Document` is not implemented for `D` Sep 17 13:29:40.048 INFO kablam! | Sep 17 13:29:40.048 INFO kablam! = help: consider adding a `where D: db::Document` bound Sep 17 13:29:40.048 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 13:29:40.048 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 13:29:40.048 INFO kablam! Sep 17 13:29:40.143 INFO kablam! error: the trait bound `D: db::Document` is not satisfied Sep 17 13:29:40.143 INFO kablam! --> src/prop.rs:52:25 Sep 17 13:29:40.143 INFO kablam! | Sep 17 13:29:40.143 INFO kablam! 52 | pub type ArrayItem = KeyValue; Sep 17 13:29:40.143 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `db::Document` is not implemented for `D` Sep 17 13:29:40.143 INFO kablam! | Sep 17 13:29:40.143 INFO kablam! = help: consider adding a `where D: db::Document` bound Sep 17 13:29:40.143 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 13:29:40.144 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 13:29:40.144 INFO kablam! Sep 17 13:29:40.146 INFO kablam! error: the trait bound `D: db::Document` is not satisfied Sep 17 13:29:40.146 INFO kablam! --> src/prop.rs:69:24 Sep 17 13:29:40.146 INFO kablam! | Sep 17 13:29:40.146 INFO kablam! 69 | pub type Property = KeyValue; Sep 17 13:29:40.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `db::Document` is not implemented for `D` Sep 17 13:29:40.147 INFO kablam! | Sep 17 13:29:40.147 INFO kablam! = help: consider adding a `where D: db::Document` bound Sep 17 13:29:40.151 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 13:29:40.151 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 13:29:40.151 INFO kablam! Sep 17 13:29:40.563 INFO kablam! error: aborting due to 3 previous errors Sep 17 13:29:40.563 INFO kablam! Sep 17 13:29:40.587 INFO kablam! error: Could not compile `bd`. Sep 17 13:29:40.587 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 13:29:40.595 INFO kablam! error: aborting due to 3 previous errors Sep 17 13:29:40.595 INFO kablam! Sep 17 13:29:40.614 INFO kablam! error: Could not compile `bd`. Sep 17 13:29:40.614 INFO kablam! Sep 17 13:29:40.614 INFO kablam! To learn more, run the command again with --verbose. Sep 17 13:29:40.616 INFO kablam! su: No module specific data is present Sep 17 13:29:42.018 INFO running `"docker" "rm" "-f" "9de92acea395d6a16423cbde8cd42ed12c4fbeeb4792e00e6c411db46c93126e"` Sep 17 13:29:42.340 INFO blam! 9de92acea395d6a16423cbde8cd42ed12c4fbeeb4792e00e6c411db46c93126e