Sep 01 16:57:23.525 INFO checking impl_ops-0.1.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 16:57:23.525 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 16:57:23.525 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-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:23.706 INFO blam! 715ac6112031cf1214a40f8d6bb910e5d7ec164b08e6f96622e291e3d4d3b66d Sep 01 16:57:23.708 INFO running `"docker" "start" "-a" "715ac6112031cf1214a40f8d6bb910e5d7ec164b08e6f96622e291e3d4d3b66d"` Sep 01 16:57:24.478 INFO kablam! Checking impl_ops v0.1.1 (file:///source) Sep 01 16:57:26.070 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 16:57:26.070 INFO kablam! --> tests/unary.rs:107:5 Sep 01 16:57:26.070 INFO kablam! | Sep 01 16:57:26.070 INFO kablam! 107 | impl_op!(! |a: kong::Barrel| -> kong::Barrel { kong::Barrel::new(a.bananas as i32) }); Sep 01 16:57:26.070 INFO kablam! | ^^^^^^^ Sep 01 16:57:26.071 INFO kablam! | Sep 01 16:57:26.071 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.071 INFO kablam! Sep 01 16:57:26.071 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 16:57:26.071 INFO kablam! --> tests/unary.rs:113:5 Sep 01 16:57:26.071 INFO kablam! | Sep 01 16:57:26.071 INFO kablam! 113 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Barrel { kong::Barrel::new(-(a.bananas as i32)) }); Sep 01 16:57:26.071 INFO kablam! | ^^^^^^^^^^ Sep 01 16:57:26.071 INFO kablam! | Sep 01 16:57:26.071 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.071 INFO kablam! Sep 01 16:57:26.071 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 16:57:26.071 INFO kablam! --> tests/unary.rs:124:5 Sep 01 16:57:26.071 INFO kablam! | Sep 01 16:57:26.071 INFO kablam! 124 | impl_op!(! |a: kong::Barrel| -> kong::Donkey { Sep 01 16:57:26.071 INFO kablam! | ^^^^^^^ Sep 01 16:57:26.071 INFO kablam! | Sep 01 16:57:26.071 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.071 INFO kablam! Sep 01 16:57:26.071 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 16:57:26.071 INFO kablam! --> tests/unary.rs:133:5 Sep 01 16:57:26.071 INFO kablam! | Sep 01 16:57:26.071 INFO kablam! 133 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Donkey { Sep 01 16:57:26.071 INFO kablam! | ^^^^^^^^^^ Sep 01 16:57:26.071 INFO kablam! | Sep 01 16:57:26.071 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.071 INFO kablam! Sep 01 16:57:26.073 INFO kablam! error: aborting due to 4 previous errors Sep 01 16:57:26.073 INFO kablam! Sep 01 16:57:26.079 INFO kablam! error: Could not compile `impl_ops`. Sep 01 16:57:26.079 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 16:57:26.130 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 16:57:26.130 INFO kablam! --> tests/assignment.rs:184:5 Sep 01 16:57:26.130 INFO kablam! | Sep 01 16:57:26.130 INFO kablam! 184 | impl_op!(+= |a: &mut kong::Barrel, b: kong::Barrel| { a.bananas += b.bananas as i32; }); Sep 01 16:57:26.130 INFO kablam! | ^^^^^^^ Sep 01 16:57:26.130 INFO kablam! | Sep 01 16:57:26.130 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.130 INFO kablam! Sep 01 16:57:26.130 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 16:57:26.130 INFO kablam! --> tests/assignment.rs:192:5 Sep 01 16:57:26.130 INFO kablam! | Sep 01 16:57:26.131 INFO kablam! 192 | impl_op_ex!(-= |a: &mut kong::Barrel, b: &kong::Barrel| { a.bananas -= b.bananas as i32; }); Sep 01 16:57:26.131 INFO kablam! | ^^^^^^^^^^ Sep 01 16:57:26.131 INFO kablam! | Sep 01 16:57:26.131 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.131 INFO kablam! Sep 01 16:57:26.132 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 16:57:26.132 INFO kablam! --> tests/assignment.rs:206:5 Sep 01 16:57:26.132 INFO kablam! | Sep 01 16:57:26.132 INFO kablam! 206 | impl_op!(+= |a: &mut kong::Donkey, b: kong::Barrel| { Sep 01 16:57:26.132 INFO kablam! | ^^^^^^^ Sep 01 16:57:26.132 INFO kablam! | Sep 01 16:57:26.132 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.132 INFO kablam! Sep 01 16:57:26.132 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 16:57:26.132 INFO kablam! --> tests/assignment.rs:217:5 Sep 01 16:57:26.132 INFO kablam! | Sep 01 16:57:26.132 INFO kablam! 217 | impl_op_ex!(-= |a: &mut kong::Donkey, b: &kong::Barrel| { Sep 01 16:57:26.132 INFO kablam! | ^^^^^^^^^^ Sep 01 16:57:26.132 INFO kablam! | Sep 01 16:57:26.132 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.132 INFO kablam! Sep 01 16:57:26.135 INFO kablam! error: aborting due to 4 previous errors Sep 01 16:57:26.135 INFO kablam! Sep 01 16:57:26.144 INFO kablam! error: Could not compile `impl_ops`. Sep 01 16:57:26.144 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 16:57:26.251 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 16:57:26.252 INFO kablam! --> tests/binary.rs:256:5 Sep 01 16:57:26.252 INFO kablam! | Sep 01 16:57:26.252 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.252 INFO kablam! | ^^^^^^^ Sep 01 16:57:26.252 INFO kablam! | Sep 01 16:57:26.252 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.253 INFO kablam! Sep 01 16:57:26.253 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 01 16:57:26.253 INFO kablam! --> tests/binary.rs:262:5 Sep 01 16:57:26.253 INFO kablam! | Sep 01 16:57:26.253 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.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 16:57:26.253 INFO kablam! | Sep 01 16:57:26.253 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.253 INFO kablam! Sep 01 16:57:26.253 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 16:57:26.253 INFO kablam! --> tests/binary.rs:269:5 Sep 01 16:57:26.253 INFO kablam! | Sep 01 16:57:26.253 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.253 INFO kablam! | ^^^^^^^^^^ Sep 01 16:57:26.253 INFO kablam! | Sep 01 16:57:26.253 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.253 INFO kablam! Sep 01 16:57:26.253 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 01 16:57:26.253 INFO kablam! --> tests/binary.rs:278:5 Sep 01 16:57:26.253 INFO kablam! | Sep 01 16:57:26.253 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.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:57:26.253 INFO kablam! | Sep 01 16:57:26.253 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.253 INFO kablam! Sep 01 16:57:26.255 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 16:57:26.255 INFO kablam! --> tests/binary.rs:296:5 Sep 01 16:57:26.255 INFO kablam! | Sep 01 16:57:26.255 INFO kablam! 296 | impl_op!(- |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 01 16:57:26.255 INFO kablam! | ^^^^^^^ Sep 01 16:57:26.255 INFO kablam! | Sep 01 16:57:26.255 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.255 INFO kablam! Sep 01 16:57:26.255 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 01 16:57:26.255 INFO kablam! --> tests/binary.rs:305:5 Sep 01 16:57:26.255 INFO kablam! | Sep 01 16:57:26.255 INFO kablam! 305 | impl_op_commutative!(+ |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 01 16:57:26.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 16:57:26.255 INFO kablam! | Sep 01 16:57:26.255 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.255 INFO kablam! Sep 01 16:57:26.255 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 16:57:26.255 INFO kablam! --> tests/binary.rs:315:5 Sep 01 16:57:26.255 INFO kablam! | Sep 01 16:57:26.255 INFO kablam! 315 | impl_op_ex!(/ |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 01 16:57:26.256 INFO kablam! | ^^^^^^^^^^ Sep 01 16:57:26.256 INFO kablam! | Sep 01 16:57:26.256 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.256 INFO kablam! Sep 01 16:57:26.256 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 01 16:57:26.256 INFO kablam! --> tests/binary.rs:327:5 Sep 01 16:57:26.256 INFO kablam! | Sep 01 16:57:26.256 INFO kablam! 327 | impl_op_ex_commutative!(* |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 01 16:57:26.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:57:26.256 INFO kablam! | Sep 01 16:57:26.256 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 16:57:26.256 INFO kablam! Sep 01 16:57:26.264 INFO kablam! error: aborting due to 8 previous errors Sep 01 16:57:26.264 INFO kablam! Sep 01 16:57:26.271 INFO kablam! error: Could not compile `impl_ops`. Sep 01 16:57:26.271 INFO kablam! Sep 01 16:57:26.271 INFO kablam! To learn more, run the command again with --verbose. Sep 01 16:57:26.272 INFO kablam! su: No module specific data is present Sep 01 16:57:26.888 INFO running `"docker" "rm" "-f" "715ac6112031cf1214a40f8d6bb910e5d7ec164b08e6f96622e291e3d4d3b66d"` Sep 01 16:57:27.012 INFO blam! 715ac6112031cf1214a40f8d6bb910e5d7ec164b08e6f96622e291e3d4d3b66d