Aug 11 04:28:46.619 INFO checking rerast-0.1.26 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 04:28:46.619 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 04:28:46.619 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 04:28:46.619 INFO running `"docker" "create" "-v" "/tmp/crater.VM5r23eTZGP3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-4/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 04:28:46.790 INFO blam! 08146a859d1d08ca65376341a852dc6197670f5084dca80a7ba89acabacf7942 Aug 11 04:28:46.792 INFO running `"docker" "start" "-a" "08146a859d1d08ca65376341a852dc6197670f5084dca80a7ba89acabacf7942"` Aug 11 04:28:48.568 INFO kablam! Checking rerast_macros v0.1.12 Aug 11 04:28:48.838 INFO kablam! Checking rerast v0.1.26 (file:///source) Aug 11 04:28:53.112 INFO kablam! error[E0053]: method `visit_path` has an incompatible type for trait Aug 11 04:28:53.112 INFO kablam! --> src/change_to_rule.rs:574:5 Aug 11 04:28:53.112 INFO kablam! | Aug 11 04:28:53.112 INFO kablam! 574 | fn visit_path(&mut self, path: &'gcx hir::Path, _: ast::NodeId) { Aug 11 04:28:53.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rustc::hir::HirId`, found struct `syntax::ast::NodeId` Aug 11 04:28:53.112 INFO kablam! | Aug 11 04:28:53.112 INFO kablam! = note: expected type `fn(&mut change_to_rule::ReferencedPathsFinder<'a, 'gcx>, &'gcx rustc::hir::Path, rustc::hir::HirId)` Aug 11 04:28:53.112 INFO kablam! found type `fn(&mut change_to_rule::ReferencedPathsFinder<'a, 'gcx>, &'gcx rustc::hir::Path, syntax::ast::NodeId)` Aug 11 04:28:53.112 INFO kablam! Aug 11 04:28:53.151 INFO kablam! error[E0053]: method `visit_qpath` has an incompatible type for trait Aug 11 04:28:53.151 INFO kablam! --> src/validation.rs:76:5 Aug 11 04:28:53.151 INFO kablam! | Aug 11 04:28:53.151 INFO kablam! 76 | fn visit_qpath(&mut self, qpath: &'gcx hir::QPath, id: NodeId, span: Span) { Aug 11 04:28:53.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rustc::hir::HirId`, found struct `syntax::ast::NodeId` Aug 11 04:28:53.151 INFO kablam! | Aug 11 04:28:53.151 INFO kablam! = note: expected type `fn(&mut validation::SearchValidator<'a, 'gcx>, &'gcx rustc::hir::QPath, rustc::hir::HirId, syntax_pos::Span)` Aug 11 04:28:53.152 INFO kablam! found type `fn(&mut validation::SearchValidator<'a, 'gcx>, &'gcx rustc::hir::QPath, syntax::ast::NodeId, syntax_pos::Span)` Aug 11 04:28:53.152 INFO kablam! Aug 11 04:28:53.152 INFO kablam! error[E0053]: method `visit_qpath` has an incompatible type for trait Aug 11 04:28:53.152 INFO kablam! --> src/validation.rs:100:5 Aug 11 04:28:53.152 INFO kablam! | Aug 11 04:28:53.152 INFO kablam! 100 | fn visit_qpath(&mut self, qpath: &'gcx hir::QPath, id: NodeId, span: Span) { Aug 11 04:28:53.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rustc::hir::HirId`, found struct `syntax::ast::NodeId` Aug 11 04:28:53.152 INFO kablam! | Aug 11 04:28:53.152 INFO kablam! = note: expected type `fn(&mut validation::ReplacementValidator<'a, 'gcx>, &'gcx rustc::hir::QPath, rustc::hir::HirId, syntax_pos::Span)` Aug 11 04:28:53.152 INFO kablam! found type `fn(&mut validation::ReplacementValidator<'a, 'gcx>, &'gcx rustc::hir::QPath, syntax::ast::NodeId, syntax_pos::Span)` Aug 11 04:28:53.152 INFO kablam! Aug 11 04:28:53.247 INFO kablam! error: aborting due to 3 previous errors Aug 11 04:28:53.247 INFO kablam! Aug 11 04:28:53.247 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 11 04:28:53.278 INFO kablam! error: Could not compile `rerast`. Aug 11 04:28:53.278 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 11 04:28:53.374 INFO kablam! error[E0053]: method `visit_path` has an incompatible type for trait Aug 11 04:28:53.374 INFO kablam! --> src/change_to_rule.rs:574:5 Aug 11 04:28:53.374 INFO kablam! | Aug 11 04:28:53.374 INFO kablam! 574 | fn visit_path(&mut self, path: &'gcx hir::Path, _: ast::NodeId) { Aug 11 04:28:53.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rustc::hir::HirId`, found struct `syntax::ast::NodeId` Aug 11 04:28:53.374 INFO kablam! | Aug 11 04:28:53.374 INFO kablam! = note: expected type `fn(&mut change_to_rule::ReferencedPathsFinder<'a, 'gcx>, &'gcx rustc::hir::Path, rustc::hir::HirId)` Aug 11 04:28:53.374 INFO kablam! found type `fn(&mut change_to_rule::ReferencedPathsFinder<'a, 'gcx>, &'gcx rustc::hir::Path, syntax::ast::NodeId)` Aug 11 04:28:53.375 INFO kablam! Aug 11 04:28:53.394 INFO kablam! error[E0053]: method `visit_qpath` has an incompatible type for trait Aug 11 04:28:53.394 INFO kablam! --> src/validation.rs:76:5 Aug 11 04:28:53.394 INFO kablam! | Aug 11 04:28:53.394 INFO kablam! 76 | fn visit_qpath(&mut self, qpath: &'gcx hir::QPath, id: NodeId, span: Span) { Aug 11 04:28:53.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rustc::hir::HirId`, found struct `syntax::ast::NodeId` Aug 11 04:28:53.395 INFO kablam! | Aug 11 04:28:53.395 INFO kablam! = note: expected type `fn(&mut validation::SearchValidator<'a, 'gcx>, &'gcx rustc::hir::QPath, rustc::hir::HirId, syntax_pos::Span)` Aug 11 04:28:53.395 INFO kablam! found type `fn(&mut validation::SearchValidator<'a, 'gcx>, &'gcx rustc::hir::QPath, syntax::ast::NodeId, syntax_pos::Span)` Aug 11 04:28:53.395 INFO kablam! Aug 11 04:28:53.396 INFO kablam! error[E0053]: method `visit_qpath` has an incompatible type for trait Aug 11 04:28:53.396 INFO kablam! --> src/validation.rs:100:5 Aug 11 04:28:53.396 INFO kablam! | Aug 11 04:28:53.396 INFO kablam! 100 | fn visit_qpath(&mut self, qpath: &'gcx hir::QPath, id: NodeId, span: Span) { Aug 11 04:28:53.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rustc::hir::HirId`, found struct `syntax::ast::NodeId` Aug 11 04:28:53.396 INFO kablam! | Aug 11 04:28:53.396 INFO kablam! = note: expected type `fn(&mut validation::ReplacementValidator<'a, 'gcx>, &'gcx rustc::hir::QPath, rustc::hir::HirId, syntax_pos::Span)` Aug 11 04:28:53.396 INFO kablam! found type `fn(&mut validation::ReplacementValidator<'a, 'gcx>, &'gcx rustc::hir::QPath, syntax::ast::NodeId, syntax_pos::Span)` Aug 11 04:28:53.396 INFO kablam! Aug 11 04:28:53.475 INFO kablam! error: aborting due to 3 previous errors Aug 11 04:28:53.475 INFO kablam! Aug 11 04:28:53.475 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 11 04:28:53.515 INFO kablam! error: Could not compile `rerast`. Aug 11 04:28:53.515 INFO kablam! Aug 11 04:28:53.515 INFO kablam! To learn more, run the command again with --verbose. Aug 11 04:28:53.517 INFO kablam! su: No module specific data is present Aug 11 04:28:54.152 INFO running `"docker" "rm" "-f" "08146a859d1d08ca65376341a852dc6197670f5084dca80a7ba89acabacf7942"` Aug 11 04:28:54.322 INFO blam! 08146a859d1d08ca65376341a852dc6197670f5084dca80a7ba89acabacf7942