Sep 04 22:34:00.367 INFO checking differential-dataflow-0.5.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 22:34:00.367 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 22:34:00.367 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 22:34:00.612 INFO blam! ead16ecaf90d742a9f414ee76604596b874b8f2023406f0858af1708fea68d08 Sep 04 22:34:00.613 INFO running `"docker" "start" "-a" "ead16ecaf90d742a9f414ee76604596b874b8f2023406f0858af1708fea68d08"` Sep 04 22:34:01.617 INFO kablam! Checking abomonation v0.5.0 Sep 04 22:34:01.620 INFO kablam! Checking timely_sort v0.1.6 Sep 04 22:34:01.623 INFO kablam! Compiling abomonation_derive v0.3.0 Sep 04 22:34:09.406 INFO kablam! Checking timely_communication v0.5.0 Sep 04 22:34:11.531 INFO kablam! Checking timely v0.5.1 Sep 04 22:34:19.778 INFO kablam! Checking differential-dataflow v0.5.0 (file:///source) Sep 04 22:34:21.667 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 22:34:21.669 INFO kablam! --> src/trace/implementations/merge_batcher.rs:108:65 Sep 04 22:34:21.669 INFO kablam! | Sep 04 22:34:21.669 INFO kablam! 108 | unsafe { ::std::ptr::read(self.list.as_mut_ptr().offset(((self.head as isize) - 1) )) } Sep 04 22:34:21.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 22:34:21.669 INFO kablam! | Sep 04 22:34:21.670 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 22:34:21.670 INFO kablam! Sep 04 22:34:21.762 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 22:34:21.762 INFO kablam! --> src/trace/implementations/merge_batcher.rs:108:65 Sep 04 22:34:21.762 INFO kablam! | Sep 04 22:34:21.762 INFO kablam! 108 | unsafe { ::std::ptr::read(self.list.as_mut_ptr().offset(((self.head as isize) - 1) )) } Sep 04 22:34:21.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 22:34:21.762 INFO kablam! | Sep 04 22:34:21.762 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 22:34:21.762 INFO kablam! Sep 04 22:34:39.598 INFO kablam! error[E0463]: can't find crate for `graph_map` Sep 04 22:34:39.598 INFO kablam! --> examples/attend.rs:3:1 Sep 04 22:34:39.598 INFO kablam! | Sep 04 22:34:39.598 INFO kablam! 3 | extern crate graph_map; Sep 04 22:34:39.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 22:34:39.599 INFO kablam! Sep 04 22:34:39.599 INFO kablam! error: aborting due to previous error Sep 04 22:34:39.599 INFO kablam! Sep 04 22:34:39.599 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 22:34:39.604 INFO kablam! error: Could not compile `differential-dataflow`. Sep 04 22:34:39.604 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 22:34:39.663 INFO kablam! error[E0463]: can't find crate for `graph_map` Sep 04 22:34:39.663 INFO kablam! --> examples/cc.rs:2:1 Sep 04 22:34:39.663 INFO kablam! | Sep 04 22:34:39.663 INFO kablam! 2 | extern crate graph_map; Sep 04 22:34:39.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 22:34:39.663 INFO kablam! Sep 04 22:34:39.663 INFO kablam! error: aborting due to previous error Sep 04 22:34:39.663 INFO kablam! Sep 04 22:34:39.663 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 22:34:39.679 INFO kablam! error: Could not compile `differential-dataflow`. Sep 04 22:34:39.679 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 22:34:41.443 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 22:34:41.443 INFO kablam! --> examples/graphs.rs:185:17 Sep 04 22:34:41.443 INFO kablam! | Sep 04 22:34:41.443 INFO kablam! 185 | type Arrange = Arranged>>; Sep 04 22:34:41.443 INFO kablam! | ^^^^^ Sep 04 22:34:41.443 INFO kablam! | Sep 04 22:34:41.443 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 22:34:41.443 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 22:34:41.443 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 04 22:34:41.443 INFO kablam! --> examples/graphs.rs:185:73 Sep 04 22:34:41.443 INFO kablam! | Sep 04 22:34:41.444 INFO kablam! 185 | type Arrange = Arranged>>; Sep 04 22:34:41.444 INFO kablam! | ^^^^^^^^^^^^ Sep 04 22:34:41.444 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 04 22:34:41.444 INFO kablam! --> examples/graphs.rs:185:112 Sep 04 22:34:41.444 INFO kablam! | Sep 04 22:34:41.444 INFO kablam! 185 | type Arrange = Arranged>>; Sep 04 22:34:41.444 INFO kablam! | ^^^^^^^^^^^^ Sep 04 22:34:41.444 INFO kablam! Sep 04 22:34:41.906 INFO kablam! error: build failed Sep 04 22:34:41.907 INFO kablam! su: No module specific data is present Sep 04 22:34:42.447 INFO running `"docker" "rm" "-f" "ead16ecaf90d742a9f414ee76604596b874b8f2023406f0858af1708fea68d08"` Sep 04 22:34:42.597 INFO blam! ead16ecaf90d742a9f414ee76604596b874b8f2023406f0858af1708fea68d08