Sep 02 10:27:24.625 INFO checking impl_ops-0.1.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 10:27:24.625 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 10:27:24.625 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 10:27:24.810 INFO blam! 88ba9846ccba477c2b10c719d6d8e333f3fbc60e4c9b36d89e1aec6c1fa3853e Sep 02 10:27:24.812 INFO running `"docker" "start" "-a" "88ba9846ccba477c2b10c719d6d8e333f3fbc60e4c9b36d89e1aec6c1fa3853e"` Sep 02 10:27:25.453 INFO kablam! Checking impl_ops v0.1.1 (file:///source) Sep 02 10:27:26.678 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 02 10:27:26.678 INFO kablam! --> tests/unary.rs:107:5 Sep 02 10:27:26.678 INFO kablam! | Sep 02 10:27:26.678 INFO kablam! 107 | impl_op!(! |a: kong::Barrel| -> kong::Barrel { kong::Barrel::new(a.bananas as i32) }); Sep 02 10:27:26.678 INFO kablam! | ^^^^^^^ Sep 02 10:27:26.678 INFO kablam! | Sep 02 10:27:26.678 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.678 INFO kablam! Sep 02 10:27:26.679 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 02 10:27:26.679 INFO kablam! --> tests/unary.rs:113:5 Sep 02 10:27:26.679 INFO kablam! | Sep 02 10:27:26.679 INFO kablam! 113 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Barrel { kong::Barrel::new(-(a.bananas as i32)) }); Sep 02 10:27:26.679 INFO kablam! | ^^^^^^^^^^ Sep 02 10:27:26.679 INFO kablam! | Sep 02 10:27:26.679 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.679 INFO kablam! Sep 02 10:27:26.679 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 02 10:27:26.679 INFO kablam! --> tests/unary.rs:124:5 Sep 02 10:27:26.679 INFO kablam! | Sep 02 10:27:26.679 INFO kablam! 124 | impl_op!(! |a: kong::Barrel| -> kong::Donkey { Sep 02 10:27:26.679 INFO kablam! | ^^^^^^^ Sep 02 10:27:26.679 INFO kablam! | Sep 02 10:27:26.679 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.679 INFO kablam! Sep 02 10:27:26.679 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 02 10:27:26.679 INFO kablam! --> tests/unary.rs:133:5 Sep 02 10:27:26.679 INFO kablam! | Sep 02 10:27:26.679 INFO kablam! 133 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Donkey { Sep 02 10:27:26.679 INFO kablam! | ^^^^^^^^^^ Sep 02 10:27:26.680 INFO kablam! | Sep 02 10:27:26.680 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.680 INFO kablam! Sep 02 10:27:26.680 INFO kablam! error: aborting due to 4 previous errors Sep 02 10:27:26.681 INFO kablam! Sep 02 10:27:26.686 INFO kablam! error: Could not compile `impl_ops`. Sep 02 10:27:26.686 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 10:27:26.900 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 02 10:27:26.900 INFO kablam! --> tests/assignment.rs:184:5 Sep 02 10:27:26.901 INFO kablam! | Sep 02 10:27:26.901 INFO kablam! 184 | impl_op!(+= |a: &mut kong::Barrel, b: kong::Barrel| { a.bananas += b.bananas as i32; }); Sep 02 10:27:26.901 INFO kablam! | ^^^^^^^ Sep 02 10:27:26.901 INFO kablam! | Sep 02 10:27:26.901 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.901 INFO kablam! Sep 02 10:27:26.901 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 02 10:27:26.901 INFO kablam! --> tests/assignment.rs:192:5 Sep 02 10:27:26.901 INFO kablam! | Sep 02 10:27:26.901 INFO kablam! 192 | impl_op_ex!(-= |a: &mut kong::Barrel, b: &kong::Barrel| { a.bananas -= b.bananas as i32; }); Sep 02 10:27:26.901 INFO kablam! | ^^^^^^^^^^ Sep 02 10:27:26.901 INFO kablam! | Sep 02 10:27:26.901 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.901 INFO kablam! Sep 02 10:27:26.901 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 02 10:27:26.901 INFO kablam! --> tests/assignment.rs:206:5 Sep 02 10:27:26.901 INFO kablam! | Sep 02 10:27:26.902 INFO kablam! 206 | impl_op!(+= |a: &mut kong::Donkey, b: kong::Barrel| { Sep 02 10:27:26.902 INFO kablam! | ^^^^^^^ Sep 02 10:27:26.902 INFO kablam! | Sep 02 10:27:26.902 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.902 INFO kablam! Sep 02 10:27:26.902 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 02 10:27:26.902 INFO kablam! --> tests/assignment.rs:217:5 Sep 02 10:27:26.902 INFO kablam! | Sep 02 10:27:26.902 INFO kablam! 217 | impl_op_ex!(-= |a: &mut kong::Donkey, b: &kong::Barrel| { Sep 02 10:27:26.902 INFO kablam! | ^^^^^^^^^^ Sep 02 10:27:26.902 INFO kablam! | Sep 02 10:27:26.902 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.902 INFO kablam! Sep 02 10:27:26.905 INFO kablam! error: aborting due to 4 previous errors Sep 02 10:27:26.905 INFO kablam! Sep 02 10:27:26.912 INFO kablam! error: Could not compile `impl_ops`. Sep 02 10:27:26.913 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 10:27:26.962 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 02 10:27:26.963 INFO kablam! --> tests/binary.rs:256:5 Sep 02 10:27:26.963 INFO kablam! | Sep 02 10:27:26.963 INFO kablam! 256 | impl_op!(+ |a: kong::Barrel, b: kong::Barrel| -> kong::Barrel { kong::Barrel::new((a.bananas + b.bananas as i32) as f32) }); Sep 02 10:27:26.963 INFO kablam! | ^^^^^^^ Sep 02 10:27:26.963 INFO kablam! | Sep 02 10:27:26.963 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.963 INFO kablam! Sep 02 10:27:26.963 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 02 10:27:26.963 INFO kablam! --> tests/binary.rs:262:5 Sep 02 10:27:26.963 INFO kablam! | Sep 02 10:27:26.963 INFO kablam! 262 | impl_op_commutative!(* |a: kong::Barrel, b: kong::Barrel| -> kong::Barrel { kong::Barrel::new((a.bananas * b.bananas as i32) as f32) }); Sep 02 10:27:26.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 02 10:27:26.963 INFO kablam! | Sep 02 10:27:26.963 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.963 INFO kablam! Sep 02 10:27:26.963 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 02 10:27:26.963 INFO kablam! --> tests/binary.rs:269:5 Sep 02 10:27:26.963 INFO kablam! | Sep 02 10:27:26.963 INFO kablam! 269 | impl_op_ex!(- |a: &kong::Barrel, b: &kong::Barrel| -> kong::Barrel { kong::Barrel::new((a.bananas - b.bananas as i32) as f32) }); Sep 02 10:27:26.963 INFO kablam! | ^^^^^^^^^^ Sep 02 10:27:26.963 INFO kablam! | Sep 02 10:27:26.963 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.963 INFO kablam! Sep 02 10:27:26.963 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 02 10:27:26.963 INFO kablam! --> tests/binary.rs:278:5 Sep 02 10:27:26.963 INFO kablam! | Sep 02 10:27:26.964 INFO kablam! 278 | impl_op_ex_commutative!(& |a: &kong::Barrel, b: &kong::Barrel| -> kong::Barrel { kong::Barrel::new((a.bananas & b.bananas as i32) as f32) }); Sep 02 10:27:26.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:27:26.964 INFO kablam! | Sep 02 10:27:26.964 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.964 INFO kablam! Sep 02 10:27:26.965 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 02 10:27:26.965 INFO kablam! --> tests/binary.rs:296:5 Sep 02 10:27:26.965 INFO kablam! | Sep 02 10:27:26.965 INFO kablam! 296 | impl_op!(- |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 02 10:27:26.965 INFO kablam! | ^^^^^^^ Sep 02 10:27:26.965 INFO kablam! | Sep 02 10:27:26.965 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.965 INFO kablam! Sep 02 10:27:26.965 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 02 10:27:26.965 INFO kablam! --> tests/binary.rs:305:5 Sep 02 10:27:26.965 INFO kablam! | Sep 02 10:27:26.965 INFO kablam! 305 | impl_op_commutative!(+ |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 02 10:27:26.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 02 10:27:26.965 INFO kablam! | Sep 02 10:27:26.965 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.965 INFO kablam! Sep 02 10:27:26.966 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 02 10:27:26.966 INFO kablam! --> tests/binary.rs:315:5 Sep 02 10:27:26.966 INFO kablam! | Sep 02 10:27:26.966 INFO kablam! 315 | impl_op_ex!(/ |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 02 10:27:26.966 INFO kablam! | ^^^^^^^^^^ Sep 02 10:27:26.966 INFO kablam! | Sep 02 10:27:26.966 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.966 INFO kablam! Sep 02 10:27:26.966 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 02 10:27:26.966 INFO kablam! --> tests/binary.rs:327:5 Sep 02 10:27:26.966 INFO kablam! | Sep 02 10:27:26.966 INFO kablam! 327 | impl_op_ex_commutative!(* |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 02 10:27:26.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:27:26.966 INFO kablam! | Sep 02 10:27:26.966 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.966 INFO kablam! Sep 02 10:27:26.976 INFO kablam! error: aborting due to 8 previous errors Sep 02 10:27:26.977 INFO kablam! Sep 02 10:27:26.984 INFO kablam! error: Could not compile `impl_ops`. Sep 02 10:27:26.985 INFO kablam! Sep 02 10:27:26.985 INFO kablam! To learn more, run the command again with --verbose. Sep 02 10:27:26.986 INFO kablam! su: No module specific data is present Sep 02 10:27:27.449 INFO running `"docker" "rm" "-f" "88ba9846ccba477c2b10c719d6d8e333f3fbc60e4c9b36d89e1aec6c1fa3853e"` Sep 02 10:27:27.561 INFO blam! 88ba9846ccba477c2b10c719d6d8e333f3fbc60e4c9b36d89e1aec6c1fa3853e