Sep 14 17:33:41.490 INFO checking differential-dataflow-0.5.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 17:33:41.490 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 17:33:41.491 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 17:33:41.881 INFO blam! e98bfdee176c8803c0670e98f31603d993d5cee7fbba9ceb766a17769764127c Sep 14 17:33:41.883 INFO running `"docker" "start" "-a" "e98bfdee176c8803c0670e98f31603d993d5cee7fbba9ceb766a17769764127c"` Sep 14 17:33:43.450 INFO kablam! usermod: no changes Sep 14 17:33:43.618 INFO kablam! Checking abomonation v0.5.0 Sep 14 17:33:43.620 INFO kablam! Checking timely_sort v0.1.6 Sep 14 17:33:43.622 INFO kablam! Compiling abomonation_derive v0.3.0 Sep 14 17:33:49.176 INFO kablam! Checking timely_communication v0.5.0 Sep 14 17:33:50.291 INFO kablam! Checking timely v0.5.1 Sep 14 17:33:54.205 INFO kablam! Checking differential-dataflow v0.5.0 (file:///source) Sep 14 17:33:55.624 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 17:33:55.624 INFO kablam! --> src/trace/implementations/merge_batcher.rs:108:65 Sep 14 17:33:55.624 INFO kablam! | Sep 14 17:33:55.624 INFO kablam! 108 | unsafe { ::std::ptr::read(self.list.as_mut_ptr().offset(((self.head as isize) - 1) )) } Sep 14 17:33:55.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 17:33:55.639 INFO kablam! | Sep 14 17:33:55.639 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 17:33:55.639 INFO kablam! Sep 14 17:33:55.700 INFO kablam! warning: unnecessary parentheses around method argument Sep 14 17:33:55.700 INFO kablam! --> src/trace/implementations/merge_batcher.rs:108:65 Sep 14 17:33:55.700 INFO kablam! | Sep 14 17:33:55.700 INFO kablam! 108 | unsafe { ::std::ptr::read(self.list.as_mut_ptr().offset(((self.head as isize) - 1) )) } Sep 14 17:33:55.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 17:33:55.715 INFO kablam! | Sep 14 17:33:55.715 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 17:33:55.715 INFO kablam! Sep 14 17:34:07.487 INFO kablam! error[E0463]: can't find crate for `graph_map` Sep 14 17:34:07.487 INFO kablam! --> examples/cc.rs:2:1 Sep 14 17:34:07.487 INFO kablam! | Sep 14 17:34:07.487 INFO kablam! 2 | extern crate graph_map; Sep 14 17:34:07.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 14 17:34:07.487 INFO kablam! Sep 14 17:34:07.487 INFO kablam! error: aborting due to previous error Sep 14 17:34:07.487 INFO kablam! Sep 14 17:34:07.487 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 14 17:34:07.516 INFO kablam! error: Could not compile `differential-dataflow`. Sep 14 17:34:07.516 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 17:34:07.787 INFO kablam! error[E0463]: can't find crate for `graph_map` Sep 14 17:34:07.787 INFO kablam! --> examples/attend.rs:3:1 Sep 14 17:34:07.787 INFO kablam! | Sep 14 17:34:07.787 INFO kablam! 3 | extern crate graph_map; Sep 14 17:34:07.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 14 17:34:07.807 INFO kablam! Sep 14 17:34:07.807 INFO kablam! error: aborting due to previous error Sep 14 17:34:07.807 INFO kablam! Sep 14 17:34:07.807 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 14 17:34:07.823 INFO kablam! error: Could not compile `differential-dataflow`. Sep 14 17:34:07.823 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 17:34:08.331 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 17:34:08.331 INFO kablam! --> examples/graphs.rs:185:17 Sep 14 17:34:08.331 INFO kablam! | Sep 14 17:34:08.331 INFO kablam! 185 | type Arrange = Arranged>>; Sep 14 17:34:08.331 INFO kablam! | ^^^^^ Sep 14 17:34:08.331 INFO kablam! | Sep 14 17:34:08.331 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 14 17:34:08.331 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 17:34:08.331 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 14 17:34:08.331 INFO kablam! --> examples/graphs.rs:185:73 Sep 14 17:34:08.331 INFO kablam! | Sep 14 17:34:08.331 INFO kablam! 185 | type Arrange = Arranged>>; Sep 14 17:34:08.331 INFO kablam! | ^^^^^^^^^^^^ Sep 14 17:34:08.331 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 14 17:34:08.331 INFO kablam! --> examples/graphs.rs:185:112 Sep 14 17:34:08.331 INFO kablam! | Sep 14 17:34:08.331 INFO kablam! 185 | type Arrange = Arranged>>; Sep 14 17:34:08.331 INFO kablam! | ^^^^^^^^^^^^ Sep 14 17:34:08.331 INFO kablam! Sep 14 17:34:08.443 INFO kablam! error: build failed Sep 14 17:34:08.451 INFO kablam! su: No module specific data is present Sep 14 17:34:09.131 INFO running `"docker" "rm" "-f" "e98bfdee176c8803c0670e98f31603d993d5cee7fbba9ceb766a17769764127c"` Sep 14 17:34:09.359 INFO blam! e98bfdee176c8803c0670e98f31603d993d5cee7fbba9ceb766a17769764127c