Sep 01 16:57:23.903 INFO checking impl_ops-0.1.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 16:57:23.903 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 16:57:23.903 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/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 01 16:57:24.038 INFO blam! 61555c64a4d6115aa28b6971dc98374ffefa33203c88a30336871295b2a1ee01 Sep 01 16:57:24.040 INFO running `"docker" "start" "-a" "61555c64a4d6115aa28b6971dc98374ffefa33203c88a30336871295b2a1ee01"` Sep 01 16:57:24.652 INFO kablam! Checking impl_ops v0.1.1 (file:///source) Sep 01 16:57:26.267 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 16:57:26.267 INFO kablam! --> tests/unary.rs:107:5 Sep 01 16:57:26.267 INFO kablam! | Sep 01 16:57:26.267 INFO kablam! 107 | impl_op!(! |a: kong::Barrel| -> kong::Barrel { kong::Barrel::new(a.bananas as i32) }); Sep 01 16:57:26.267 INFO kablam! | ^^^^^^^ Sep 01 16:57:26.267 INFO kablam! | Sep 01 16:57:26.267 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.267 INFO kablam! Sep 01 16:57:26.267 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 16:57:26.267 INFO kablam! --> tests/unary.rs:113:5 Sep 01 16:57:26.267 INFO kablam! | Sep 01 16:57:26.268 INFO kablam! 113 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Barrel { kong::Barrel::new(-(a.bananas as i32)) }); Sep 01 16:57:26.268 INFO kablam! | ^^^^^^^^^^ Sep 01 16:57:26.268 INFO kablam! | Sep 01 16:57:26.268 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.268 INFO kablam! Sep 01 16:57:26.268 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 16:57:26.268 INFO kablam! --> tests/unary.rs:124:5 Sep 01 16:57:26.268 INFO kablam! | Sep 01 16:57:26.268 INFO kablam! 124 | impl_op!(! |a: kong::Barrel| -> kong::Donkey { Sep 01 16:57:26.268 INFO kablam! | ^^^^^^^ Sep 01 16:57:26.268 INFO kablam! | Sep 01 16:57:26.268 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.268 INFO kablam! Sep 01 16:57:26.268 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 16:57:26.269 INFO kablam! --> tests/unary.rs:133:5 Sep 01 16:57:26.269 INFO kablam! | Sep 01 16:57:26.269 INFO kablam! 133 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Donkey { Sep 01 16:57:26.269 INFO kablam! | ^^^^^^^^^^ Sep 01 16:57:26.269 INFO kablam! | Sep 01 16:57:26.269 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.269 INFO kablam! Sep 01 16:57:26.273 INFO kablam! error: aborting due to 4 previous errors Sep 01 16:57:26.273 INFO kablam! Sep 01 16:57:26.279 INFO kablam! error: Could not compile `impl_ops`. Sep 01 16:57:26.279 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 16:57:26.336 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 16:57:26.336 INFO kablam! --> tests/assignment.rs:184:5 Sep 01 16:57:26.336 INFO kablam! | Sep 01 16:57:26.336 INFO kablam! 184 | impl_op!(+= |a: &mut kong::Barrel, b: kong::Barrel| { a.bananas += b.bananas as i32; }); Sep 01 16:57:26.336 INFO kablam! | ^^^^^^^ Sep 01 16:57:26.336 INFO kablam! | Sep 01 16:57:26.336 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.337 INFO kablam! Sep 01 16:57:26.337 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 16:57:26.337 INFO kablam! --> tests/assignment.rs:192:5 Sep 01 16:57:26.337 INFO kablam! | Sep 01 16:57:26.337 INFO kablam! 192 | impl_op_ex!(-= |a: &mut kong::Barrel, b: &kong::Barrel| { a.bananas -= b.bananas as i32; }); Sep 01 16:57:26.337 INFO kablam! | ^^^^^^^^^^ Sep 01 16:57:26.337 INFO kablam! | Sep 01 16:57:26.337 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.338 INFO kablam! Sep 01 16:57:26.338 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 16:57:26.338 INFO kablam! --> tests/assignment.rs:206:5 Sep 01 16:57:26.338 INFO kablam! | Sep 01 16:57:26.338 INFO kablam! 206 | impl_op!(+= |a: &mut kong::Donkey, b: kong::Barrel| { Sep 01 16:57:26.338 INFO kablam! | ^^^^^^^ Sep 01 16:57:26.338 INFO kablam! | Sep 01 16:57:26.338 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.338 INFO kablam! Sep 01 16:57:26.338 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 16:57:26.338 INFO kablam! --> tests/assignment.rs:217:5 Sep 01 16:57:26.338 INFO kablam! | Sep 01 16:57:26.338 INFO kablam! 217 | impl_op_ex!(-= |a: &mut kong::Donkey, b: &kong::Barrel| { Sep 01 16:57:26.338 INFO kablam! | ^^^^^^^^^^ Sep 01 16:57:26.338 INFO kablam! | Sep 01 16:57:26.338 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.338 INFO kablam! Sep 01 16:57:26.340 INFO kablam! error: aborting due to 4 previous errors Sep 01 16:57:26.340 INFO kablam! Sep 01 16:57:26.344 INFO kablam! error: Could not compile `impl_ops`. Sep 01 16:57:26.345 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 16:57:26.363 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 16:57:26.363 INFO kablam! --> tests/binary.rs:256:5 Sep 01 16:57:26.363 INFO kablam! | Sep 01 16:57:26.363 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 01 16:57:26.363 INFO kablam! | ^^^^^^^ Sep 01 16:57:26.363 INFO kablam! | Sep 01 16:57:26.363 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.363 INFO kablam! Sep 01 16:57:26.363 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 01 16:57:26.363 INFO kablam! --> tests/binary.rs:262:5 Sep 01 16:57:26.364 INFO kablam! | Sep 01 16:57:26.364 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 01 16:57:26.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 16:57:26.364 INFO kablam! | Sep 01 16:57:26.364 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.364 INFO kablam! Sep 01 16:57:26.364 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 16:57:26.364 INFO kablam! --> tests/binary.rs:269:5 Sep 01 16:57:26.364 INFO kablam! | Sep 01 16:57:26.364 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 01 16:57:26.364 INFO kablam! | ^^^^^^^^^^ Sep 01 16:57:26.364 INFO kablam! | Sep 01 16:57:26.364 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.364 INFO kablam! Sep 01 16:57:26.364 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 01 16:57:26.364 INFO kablam! --> tests/binary.rs:278:5 Sep 01 16:57:26.364 INFO kablam! | Sep 01 16:57:26.365 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 01 16:57:26.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:57:26.365 INFO kablam! | Sep 01 16:57:26.365 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.365 INFO kablam! Sep 01 16:57:26.366 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 16:57:26.366 INFO kablam! --> tests/binary.rs:296:5 Sep 01 16:57:26.366 INFO kablam! | Sep 01 16:57:26.366 INFO kablam! 296 | impl_op!(- |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 01 16:57:26.366 INFO kablam! | ^^^^^^^ Sep 01 16:57:26.366 INFO kablam! | Sep 01 16:57:26.366 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.366 INFO kablam! Sep 01 16:57:26.366 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 01 16:57:26.366 INFO kablam! --> tests/binary.rs:305:5 Sep 01 16:57:26.366 INFO kablam! | Sep 01 16:57:26.366 INFO kablam! 305 | impl_op_commutative!(+ |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 01 16:57:26.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 16:57:26.366 INFO kablam! | Sep 01 16:57:26.366 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.366 INFO kablam! Sep 01 16:57:26.366 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 16:57:26.366 INFO kablam! --> tests/binary.rs:315:5 Sep 01 16:57:26.366 INFO kablam! | Sep 01 16:57:26.366 INFO kablam! 315 | impl_op_ex!(/ |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 01 16:57:26.366 INFO kablam! | ^^^^^^^^^^ Sep 01 16:57:26.366 INFO kablam! | Sep 01 16:57:26.367 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.367 INFO kablam! Sep 01 16:57:26.367 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 01 16:57:26.367 INFO kablam! --> tests/binary.rs:327:5 Sep 01 16:57:26.367 INFO kablam! | Sep 01 16:57:26.367 INFO kablam! 327 | impl_op_ex_commutative!(* |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 01 16:57:26.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:57:26.367 INFO kablam! | Sep 01 16:57:26.367 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.367 INFO kablam! Sep 01 16:57:26.377 INFO kablam! error: aborting due to 8 previous errors Sep 01 16:57:26.377 INFO kablam! Sep 01 16:57:26.384 INFO kablam! error: Could not compile `impl_ops`. Sep 01 16:57:26.384 INFO kablam! Sep 01 16:57:26.384 INFO kablam! To learn more, run the command again with --verbose. Sep 01 16:57:26.385 INFO kablam! su: No module specific data is present Sep 01 16:57:26.897 INFO running `"docker" "rm" "-f" "61555c64a4d6115aa28b6971dc98374ffefa33203c88a30336871295b2a1ee01"` Sep 01 16:57:27.017 INFO blam! 61555c64a4d6115aa28b6971dc98374ffefa33203c88a30336871295b2a1ee01