Aug 30 13:41:39.832 INFO checking impl_ops-0.1.1 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 13:41:39.833 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 13:41:39.833 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-3/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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 +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 13:41:40.046 INFO blam! a5c5059aa704fba81eba7293874486d386a083eb3f6bb5191869a1dd6a6cb61a Aug 30 13:41:40.048 INFO running `"docker" "start" "-a" "a5c5059aa704fba81eba7293874486d386a083eb3f6bb5191869a1dd6a6cb61a"` Aug 30 13:41:40.626 INFO kablam! Checking impl_ops v0.1.1 (file:///source) Aug 30 13:41:42.143 INFO kablam! error: cannot determine resolution for the macro `impl_op` Aug 30 13:41:42.143 INFO kablam! --> tests/assignment.rs:184:5 Aug 30 13:41:42.143 INFO kablam! | Aug 30 13:41:42.143 INFO kablam! 184 | impl_op!(+= |a: &mut kong::Barrel, b: kong::Barrel| { a.bananas += b.bananas as i32; }); Aug 30 13:41:42.143 INFO kablam! | ^^^^^^^ Aug 30 13:41:42.143 INFO kablam! | Aug 30 13:41:42.143 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.143 INFO kablam! Aug 30 13:41:42.143 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Aug 30 13:41:42.143 INFO kablam! --> tests/assignment.rs:192:5 Aug 30 13:41:42.143 INFO kablam! | Aug 30 13:41:42.143 INFO kablam! 192 | impl_op_ex!(-= |a: &mut kong::Barrel, b: &kong::Barrel| { a.bananas -= b.bananas as i32; }); Aug 30 13:41:42.143 INFO kablam! | ^^^^^^^^^^ Aug 30 13:41:42.144 INFO kablam! | Aug 30 13:41:42.144 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.144 INFO kablam! Aug 30 13:41:42.144 INFO kablam! error: cannot determine resolution for the macro `impl_op` Aug 30 13:41:42.144 INFO kablam! --> tests/assignment.rs:206:5 Aug 30 13:41:42.144 INFO kablam! | Aug 30 13:41:42.144 INFO kablam! 206 | impl_op!(+= |a: &mut kong::Donkey, b: kong::Barrel| { Aug 30 13:41:42.144 INFO kablam! | ^^^^^^^ Aug 30 13:41:42.144 INFO kablam! | Aug 30 13:41:42.144 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.144 INFO kablam! Aug 30 13:41:42.144 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Aug 30 13:41:42.144 INFO kablam! --> tests/assignment.rs:217:5 Aug 30 13:41:42.144 INFO kablam! | Aug 30 13:41:42.144 INFO kablam! 217 | impl_op_ex!(-= |a: &mut kong::Donkey, b: &kong::Barrel| { Aug 30 13:41:42.144 INFO kablam! | ^^^^^^^^^^ Aug 30 13:41:42.144 INFO kablam! | Aug 30 13:41:42.144 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.144 INFO kablam! Aug 30 13:41:42.146 INFO kablam! error: aborting due to 4 previous errors Aug 30 13:41:42.146 INFO kablam! Aug 30 13:41:42.153 INFO kablam! error: Could not compile `impl_ops`. Aug 30 13:41:42.154 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 13:41:42.239 INFO kablam! error: cannot determine resolution for the macro `impl_op` Aug 30 13:41:42.239 INFO kablam! --> tests/unary.rs:107:5 Aug 30 13:41:42.239 INFO kablam! | Aug 30 13:41:42.239 INFO kablam! 107 | impl_op!(! |a: kong::Barrel| -> kong::Barrel { kong::Barrel::new(a.bananas as i32) }); Aug 30 13:41:42.239 INFO kablam! | ^^^^^^^ Aug 30 13:41:42.239 INFO kablam! | Aug 30 13:41:42.239 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.239 INFO kablam! Aug 30 13:41:42.240 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Aug 30 13:41:42.240 INFO kablam! --> tests/unary.rs:113:5 Aug 30 13:41:42.240 INFO kablam! | Aug 30 13:41:42.240 INFO kablam! 113 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Barrel { kong::Barrel::new(-(a.bananas as i32)) }); Aug 30 13:41:42.240 INFO kablam! | ^^^^^^^^^^ Aug 30 13:41:42.240 INFO kablam! | Aug 30 13:41:42.240 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.240 INFO kablam! Aug 30 13:41:42.240 INFO kablam! error: cannot determine resolution for the macro `impl_op` Aug 30 13:41:42.240 INFO kablam! --> tests/unary.rs:124:5 Aug 30 13:41:42.240 INFO kablam! | Aug 30 13:41:42.240 INFO kablam! 124 | impl_op!(! |a: kong::Barrel| -> kong::Donkey { Aug 30 13:41:42.240 INFO kablam! | ^^^^^^^ Aug 30 13:41:42.240 INFO kablam! | Aug 30 13:41:42.240 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.240 INFO kablam! Aug 30 13:41:42.240 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Aug 30 13:41:42.240 INFO kablam! --> tests/unary.rs:133:5 Aug 30 13:41:42.240 INFO kablam! | Aug 30 13:41:42.240 INFO kablam! 133 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Donkey { Aug 30 13:41:42.240 INFO kablam! | ^^^^^^^^^^ Aug 30 13:41:42.241 INFO kablam! | Aug 30 13:41:42.241 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.241 INFO kablam! Aug 30 13:41:42.243 INFO kablam! error: aborting due to 4 previous errors Aug 30 13:41:42.243 INFO kablam! Aug 30 13:41:42.250 INFO kablam! error: Could not compile `impl_ops`. Aug 30 13:41:42.250 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 13:41:42.431 INFO kablam! error: cannot determine resolution for the macro `impl_op` Aug 30 13:41:42.431 INFO kablam! --> tests/binary.rs:256:5 Aug 30 13:41:42.432 INFO kablam! | Aug 30 13:41:42.432 INFO kablam! 256 | impl_op!(+ |a: kong::Barrel, b: kong::Barrel| -> kong::Barrel { kong::Barrel::new((a.bananas + b.bananas as i32) as f32) }); Aug 30 13:41:42.432 INFO kablam! | ^^^^^^^ Aug 30 13:41:42.432 INFO kablam! | Aug 30 13:41:42.433 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.433 INFO kablam! Aug 30 13:41:42.433 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Aug 30 13:41:42.433 INFO kablam! --> tests/binary.rs:262:5 Aug 30 13:41:42.433 INFO kablam! | Aug 30 13:41:42.433 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) }); Aug 30 13:41:42.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 30 13:41:42.433 INFO kablam! | Aug 30 13:41:42.433 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.433 INFO kablam! Aug 30 13:41:42.433 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Aug 30 13:41:42.433 INFO kablam! --> tests/binary.rs:269:5 Aug 30 13:41:42.433 INFO kablam! | Aug 30 13:41:42.433 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) }); Aug 30 13:41:42.433 INFO kablam! | ^^^^^^^^^^ Aug 30 13:41:42.433 INFO kablam! | Aug 30 13:41:42.433 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.433 INFO kablam! Aug 30 13:41:42.433 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Aug 30 13:41:42.433 INFO kablam! --> tests/binary.rs:278:5 Aug 30 13:41:42.433 INFO kablam! | Aug 30 13:41:42.433 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) }); Aug 30 13:41:42.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 30 13:41:42.433 INFO kablam! | Aug 30 13:41:42.433 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.433 INFO kablam! Aug 30 13:41:42.435 INFO kablam! error: cannot determine resolution for the macro `impl_op` Aug 30 13:41:42.435 INFO kablam! --> tests/binary.rs:296:5 Aug 30 13:41:42.435 INFO kablam! | Aug 30 13:41:42.435 INFO kablam! 296 | impl_op!(- |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Aug 30 13:41:42.435 INFO kablam! | ^^^^^^^ Aug 30 13:41:42.435 INFO kablam! | Aug 30 13:41:42.435 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.435 INFO kablam! Aug 30 13:41:42.435 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Aug 30 13:41:42.435 INFO kablam! --> tests/binary.rs:305:5 Aug 30 13:41:42.435 INFO kablam! | Aug 30 13:41:42.435 INFO kablam! 305 | impl_op_commutative!(+ |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Aug 30 13:41:42.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 30 13:41:42.435 INFO kablam! | Aug 30 13:41:42.435 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.436 INFO kablam! Aug 30 13:41:42.436 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Aug 30 13:41:42.436 INFO kablam! --> tests/binary.rs:315:5 Aug 30 13:41:42.436 INFO kablam! | Aug 30 13:41:42.436 INFO kablam! 315 | impl_op_ex!(/ |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Aug 30 13:41:42.436 INFO kablam! | ^^^^^^^^^^ Aug 30 13:41:42.436 INFO kablam! | Aug 30 13:41:42.436 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.436 INFO kablam! Aug 30 13:41:42.436 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Aug 30 13:41:42.436 INFO kablam! --> tests/binary.rs:327:5 Aug 30 13:41:42.436 INFO kablam! | Aug 30 13:41:42.436 INFO kablam! 327 | impl_op_ex_commutative!(* |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Aug 30 13:41:42.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Aug 30 13:41:42.436 INFO kablam! | Aug 30 13:41:42.436 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Aug 30 13:41:42.436 INFO kablam! Aug 30 13:41:42.444 INFO kablam! error: aborting due to 8 previous errors Aug 30 13:41:42.444 INFO kablam! Aug 30 13:41:42.451 INFO kablam! error: Could not compile `impl_ops`. Aug 30 13:41:42.451 INFO kablam! Aug 30 13:41:42.451 INFO kablam! To learn more, run the command again with --verbose. Aug 30 13:41:42.453 INFO kablam! su: No module specific data is present Aug 30 13:41:42.941 INFO running `"docker" "rm" "-f" "a5c5059aa704fba81eba7293874486d386a083eb3f6bb5191869a1dd6a6cb61a"` Aug 30 13:41:43.049 INFO blam! a5c5059aa704fba81eba7293874486d386a083eb3f6bb5191869a1dd6a6cb61a