Sep 06 05:15:53.160 INFO checking impl_ops-0.1.1 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 05:15:53.160 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 05:15:53.160 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 05:15:53.321 INFO blam! 6881aaa82f604f408a1ebb1f90fdcfbf437694c25ac49692bb11cf0bebe9a197 Sep 06 05:15:53.322 INFO running `"docker" "start" "-a" "6881aaa82f604f408a1ebb1f90fdcfbf437694c25ac49692bb11cf0bebe9a197"` Sep 06 05:15:54.682 INFO kablam! usermod: no changes Sep 06 05:15:54.723 INFO kablam! Checking impl_ops v0.1.1 (file:///source) Sep 06 05:15:55.281 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 06 05:15:55.281 INFO kablam! --> tests/assignment.rs:184:5 Sep 06 05:15:55.281 INFO kablam! | Sep 06 05:15:55.281 INFO kablam! 184 | impl_op!(+= |a: &mut kong::Barrel, b: kong::Barrel| { a.bananas += b.bananas as i32; }); Sep 06 05:15:55.281 INFO kablam! | ^^^^^^^ Sep 06 05:15:55.281 INFO kablam! | Sep 06 05:15:55.281 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.281 INFO kablam! Sep 06 05:15:55.281 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 06 05:15:55.281 INFO kablam! --> tests/assignment.rs:192:5 Sep 06 05:15:55.281 INFO kablam! | Sep 06 05:15:55.281 INFO kablam! 192 | impl_op_ex!(-= |a: &mut kong::Barrel, b: &kong::Barrel| { a.bananas -= b.bananas as i32; }); Sep 06 05:15:55.281 INFO kablam! | ^^^^^^^^^^ Sep 06 05:15:55.281 INFO kablam! | Sep 06 05:15:55.281 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.281 INFO kablam! Sep 06 05:15:55.281 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 06 05:15:55.281 INFO kablam! --> tests/assignment.rs:206:5 Sep 06 05:15:55.281 INFO kablam! | Sep 06 05:15:55.281 INFO kablam! 206 | impl_op!(+= |a: &mut kong::Donkey, b: kong::Barrel| { Sep 06 05:15:55.281 INFO kablam! | ^^^^^^^ Sep 06 05:15:55.281 INFO kablam! | Sep 06 05:15:55.281 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.281 INFO kablam! Sep 06 05:15:55.281 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 06 05:15:55.281 INFO kablam! --> tests/assignment.rs:217:5 Sep 06 05:15:55.281 INFO kablam! | Sep 06 05:15:55.281 INFO kablam! 217 | impl_op_ex!(-= |a: &mut kong::Donkey, b: &kong::Barrel| { Sep 06 05:15:55.281 INFO kablam! | ^^^^^^^^^^ Sep 06 05:15:55.281 INFO kablam! | Sep 06 05:15:55.281 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.281 INFO kablam! Sep 06 05:15:55.283 INFO kablam! error: aborting due to 4 previous errors Sep 06 05:15:55.283 INFO kablam! Sep 06 05:15:55.289 INFO kablam! error: Could not compile `impl_ops`. Sep 06 05:15:55.289 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 05:15:55.292 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 06 05:15:55.292 INFO kablam! --> tests/unary.rs:107:5 Sep 06 05:15:55.292 INFO kablam! | Sep 06 05:15:55.292 INFO kablam! 107 | impl_op!(! |a: kong::Barrel| -> kong::Barrel { kong::Barrel::new(a.bananas as i32) }); Sep 06 05:15:55.292 INFO kablam! | ^^^^^^^ Sep 06 05:15:55.292 INFO kablam! | Sep 06 05:15:55.292 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.292 INFO kablam! Sep 06 05:15:55.294 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 06 05:15:55.294 INFO kablam! --> tests/unary.rs:113:5 Sep 06 05:15:55.294 INFO kablam! | Sep 06 05:15:55.294 INFO kablam! 113 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Barrel { kong::Barrel::new(-(a.bananas as i32)) }); Sep 06 05:15:55.294 INFO kablam! | ^^^^^^^^^^ Sep 06 05:15:55.294 INFO kablam! | Sep 06 05:15:55.294 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.294 INFO kablam! Sep 06 05:15:55.294 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 06 05:15:55.294 INFO kablam! --> tests/unary.rs:124:5 Sep 06 05:15:55.294 INFO kablam! | Sep 06 05:15:55.294 INFO kablam! 124 | impl_op!(! |a: kong::Barrel| -> kong::Donkey { Sep 06 05:15:55.294 INFO kablam! | ^^^^^^^ Sep 06 05:15:55.294 INFO kablam! | Sep 06 05:15:55.294 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.294 INFO kablam! Sep 06 05:15:55.294 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 06 05:15:55.294 INFO kablam! --> tests/unary.rs:133:5 Sep 06 05:15:55.294 INFO kablam! | Sep 06 05:15:55.294 INFO kablam! 133 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Donkey { Sep 06 05:15:55.294 INFO kablam! | ^^^^^^^^^^ Sep 06 05:15:55.294 INFO kablam! | Sep 06 05:15:55.294 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.294 INFO kablam! Sep 06 05:15:55.295 INFO kablam! error: aborting due to 4 previous errors Sep 06 05:15:55.295 INFO kablam! Sep 06 05:15:55.299 INFO kablam! error: Could not compile `impl_ops`. Sep 06 05:15:55.299 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 05:15:55.332 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 06 05:15:55.332 INFO kablam! --> tests/binary.rs:256:5 Sep 06 05:15:55.332 INFO kablam! | Sep 06 05:15:55.332 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 06 05:15:55.332 INFO kablam! | ^^^^^^^ Sep 06 05:15:55.332 INFO kablam! | Sep 06 05:15:55.332 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.332 INFO kablam! Sep 06 05:15:55.332 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 06 05:15:55.332 INFO kablam! --> tests/binary.rs:262:5 Sep 06 05:15:55.332 INFO kablam! | Sep 06 05:15:55.332 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 06 05:15:55.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 05:15:55.332 INFO kablam! | Sep 06 05:15:55.332 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.332 INFO kablam! Sep 06 05:15:55.332 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 06 05:15:55.333 INFO kablam! --> tests/binary.rs:269:5 Sep 06 05:15:55.333 INFO kablam! | Sep 06 05:15:55.333 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 06 05:15:55.333 INFO kablam! | ^^^^^^^^^^ Sep 06 05:15:55.333 INFO kablam! | Sep 06 05:15:55.333 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.333 INFO kablam! Sep 06 05:15:55.333 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 06 05:15:55.333 INFO kablam! --> tests/binary.rs:278:5 Sep 06 05:15:55.333 INFO kablam! | Sep 06 05:15:55.333 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 06 05:15:55.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:15:55.333 INFO kablam! | Sep 06 05:15:55.333 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.333 INFO kablam! Sep 06 05:15:55.334 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 06 05:15:55.334 INFO kablam! --> tests/binary.rs:296:5 Sep 06 05:15:55.334 INFO kablam! | Sep 06 05:15:55.334 INFO kablam! 296 | impl_op!(- |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 06 05:15:55.334 INFO kablam! | ^^^^^^^ Sep 06 05:15:55.334 INFO kablam! | Sep 06 05:15:55.334 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.334 INFO kablam! Sep 06 05:15:55.334 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 06 05:15:55.334 INFO kablam! --> tests/binary.rs:305:5 Sep 06 05:15:55.334 INFO kablam! | Sep 06 05:15:55.334 INFO kablam! 305 | impl_op_commutative!(+ |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 06 05:15:55.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 05:15:55.334 INFO kablam! | Sep 06 05:15:55.334 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.334 INFO kablam! Sep 06 05:15:55.334 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 06 05:15:55.334 INFO kablam! --> tests/binary.rs:315:5 Sep 06 05:15:55.334 INFO kablam! | Sep 06 05:15:55.334 INFO kablam! 315 | impl_op_ex!(/ |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 06 05:15:55.334 INFO kablam! | ^^^^^^^^^^ Sep 06 05:15:55.334 INFO kablam! | Sep 06 05:15:55.334 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.334 INFO kablam! Sep 06 05:15:55.334 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 06 05:15:55.334 INFO kablam! --> tests/binary.rs:327:5 Sep 06 05:15:55.334 INFO kablam! | Sep 06 05:15:55.334 INFO kablam! 327 | impl_op_ex_commutative!(* |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 06 05:15:55.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:15:55.334 INFO kablam! | Sep 06 05:15:55.334 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 06 05:15:55.334 INFO kablam! Sep 06 05:15:55.341 INFO kablam! error: aborting due to 8 previous errors Sep 06 05:15:55.341 INFO kablam! Sep 06 05:15:55.347 INFO kablam! error: Could not compile `impl_ops`. Sep 06 05:15:55.348 INFO kablam! Sep 06 05:15:55.348 INFO kablam! To learn more, run the command again with --verbose. Sep 06 05:15:55.349 INFO kablam! su: No module specific data is present Sep 06 05:15:55.884 INFO running `"docker" "rm" "-f" "6881aaa82f604f408a1ebb1f90fdcfbf437694c25ac49692bb11cf0bebe9a197"` Sep 06 05:15:56.041 INFO blam! 6881aaa82f604f408a1ebb1f90fdcfbf437694c25ac49692bb11cf0bebe9a197