Sep 20 04:29:01.580 INFO checking differential-dataflow-0.5.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 04:29:01.580 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 04:29:01.580 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:29:01.822 INFO blam! e2d159320ec7244861268636eccb0457f0ca2e677373437f1bc6bbe37ef542af Sep 20 04:29:01.824 INFO running `"docker" "start" "-a" "e2d159320ec7244861268636eccb0457f0ca2e677373437f1bc6bbe37ef542af"` Sep 20 04:29:03.040 INFO kablam! usermod: no changes Sep 20 04:29:03.222 INFO kablam! Checking abomonation v0.5.0 Sep 20 04:29:03.230 INFO kablam! Checking timely_sort v0.1.6 Sep 20 04:29:03.231 INFO kablam! Compiling abomonation_derive v0.3.0 Sep 20 04:29:09.219 INFO kablam! Checking timely_communication v0.5.0 Sep 20 04:29:10.252 INFO kablam! Checking timely v0.5.1 Sep 20 04:29:14.399 INFO kablam! Checking differential-dataflow v0.5.0 (/source) Sep 20 04:29:15.986 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 04:29:15.986 INFO kablam! --> src/trace/implementations/merge_batcher.rs:108:65 Sep 20 04:29:15.987 INFO kablam! | Sep 20 04:29:15.987 INFO kablam! 108 | unsafe { ::std::ptr::read(self.list.as_mut_ptr().offset(((self.head as isize) - 1) )) } Sep 20 04:29:15.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 04:29:15.987 INFO kablam! | Sep 20 04:29:15.988 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 04:29:15.988 INFO kablam! Sep 20 04:29:16.002 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 04:29:16.002 INFO kablam! --> src/trace/implementations/merge_batcher.rs:108:65 Sep 20 04:29:16.003 INFO kablam! | Sep 20 04:29:16.003 INFO kablam! 108 | unsafe { ::std::ptr::read(self.list.as_mut_ptr().offset(((self.head as isize) - 1) )) } Sep 20 04:29:16.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 04:29:16.003 INFO kablam! | Sep 20 04:29:16.004 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 04:29:16.004 INFO kablam! Sep 20 04:29:27.718 INFO kablam! error[E0463]: can't find crate for `graph_map` Sep 20 04:29:27.719 INFO kablam! --> examples/cc.rs:2:1 Sep 20 04:29:27.719 INFO kablam! | Sep 20 04:29:27.719 INFO kablam! 2 | extern crate graph_map; Sep 20 04:29:27.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 20 04:29:27.719 INFO kablam! Sep 20 04:29:27.738 INFO kablam! error: aborting due to previous error Sep 20 04:29:27.738 INFO kablam! Sep 20 04:29:27.738 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 20 04:29:27.798 INFO kablam! error: Could not compile `differential-dataflow`. Sep 20 04:29:27.798 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:29:28.062 INFO kablam! error[E0463]: can't find crate for `graph_map` Sep 20 04:29:28.062 INFO kablam! --> examples/deals.rs:3:1 Sep 20 04:29:28.062 INFO kablam! | Sep 20 04:29:28.062 INFO kablam! 3 | extern crate graph_map; Sep 20 04:29:28.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 20 04:29:28.062 INFO kablam! Sep 20 04:29:28.062 INFO kablam! error: aborting due to previous error Sep 20 04:29:28.062 INFO kablam! Sep 20 04:29:28.062 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 20 04:29:28.130 INFO kablam! error: Could not compile `differential-dataflow`. Sep 20 04:29:28.130 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:29:29.990 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 20 04:29:29.990 INFO kablam! --> examples/graphs.rs:185:17 Sep 20 04:29:29.990 INFO kablam! | Sep 20 04:29:29.990 INFO kablam! 185 | type Arrange = Arranged>>; Sep 20 04:29:29.990 INFO kablam! | ^^^^^ Sep 20 04:29:29.990 INFO kablam! | Sep 20 04:29:29.990 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 20 04:29:29.990 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 20 04:29:29.990 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 20 04:29:29.990 INFO kablam! --> examples/graphs.rs:185:73 Sep 20 04:29:29.990 INFO kablam! | Sep 20 04:29:29.990 INFO kablam! 185 | type Arrange = Arranged>>; Sep 20 04:29:29.990 INFO kablam! | ^^^^^^^^^^^^ Sep 20 04:29:29.990 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 20 04:29:29.990 INFO kablam! --> examples/graphs.rs:185:112 Sep 20 04:29:29.990 INFO kablam! | Sep 20 04:29:29.990 INFO kablam! 185 | type Arrange = Arranged>>; Sep 20 04:29:29.990 INFO kablam! | ^^^^^^^^^^^^ Sep 20 04:29:29.990 INFO kablam! Sep 20 04:29:30.037 INFO kablam! error: build failed Sep 20 04:29:30.039 INFO kablam! su: No module specific data is present Sep 20 04:29:30.761 INFO running `"docker" "rm" "-f" "e2d159320ec7244861268636eccb0457f0ca2e677373437f1bc6bbe37ef542af"` Sep 20 04:29:30.887 INFO blam! e2d159320ec7244861268636eccb0457f0ca2e677373437f1bc6bbe37ef542af