Sep 02 10:27:24.077 INFO checking impl_ops-0.1.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 10:27:24.077 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 10:27:24.077 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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.271 INFO blam! 1bef4ad10d2fcd6b59c6d92d7c7f8e4215687726f2a09e2481f3d60975f8b356 Sep 02 10:27:24.274 INFO running `"docker" "start" "-a" "1bef4ad10d2fcd6b59c6d92d7c7f8e4215687726f2a09e2481f3d60975f8b356"` Sep 02 10:27:24.954 INFO kablam! Checking impl_ops v0.1.1 (file:///source) Sep 02 10:27:26.293 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 02 10:27:26.293 INFO kablam! --> tests/assignment.rs:184:5 Sep 02 10:27:26.293 INFO kablam! | Sep 02 10:27:26.293 INFO kablam! 184 | impl_op!(+= |a: &mut kong::Barrel, b: kong::Barrel| { a.bananas += b.bananas as i32; }); Sep 02 10:27:26.294 INFO kablam! | ^^^^^^^ Sep 02 10:27:26.294 INFO kablam! | Sep 02 10:27:26.294 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.294 INFO kablam! Sep 02 10:27:26.294 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 02 10:27:26.294 INFO kablam! --> tests/assignment.rs:192:5 Sep 02 10:27:26.294 INFO kablam! | Sep 02 10:27:26.294 INFO kablam! 192 | impl_op_ex!(-= |a: &mut kong::Barrel, b: &kong::Barrel| { a.bananas -= b.bananas as i32; }); Sep 02 10:27:26.294 INFO kablam! | ^^^^^^^^^^ Sep 02 10:27:26.294 INFO kablam! | Sep 02 10:27:26.294 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.294 INFO kablam! Sep 02 10:27:26.295 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 02 10:27:26.295 INFO kablam! --> tests/assignment.rs:206:5 Sep 02 10:27:26.296 INFO kablam! | Sep 02 10:27:26.296 INFO kablam! 206 | impl_op!(+= |a: &mut kong::Donkey, b: kong::Barrel| { Sep 02 10:27:26.296 INFO kablam! | ^^^^^^^ Sep 02 10:27:26.296 INFO kablam! | Sep 02 10:27:26.296 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.296 INFO kablam! Sep 02 10:27:26.296 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 02 10:27:26.296 INFO kablam! --> tests/assignment.rs:217:5 Sep 02 10:27:26.296 INFO kablam! | Sep 02 10:27:26.296 INFO kablam! 217 | impl_op_ex!(-= |a: &mut kong::Donkey, b: &kong::Barrel| { Sep 02 10:27:26.296 INFO kablam! | ^^^^^^^^^^ Sep 02 10:27:26.296 INFO kablam! | Sep 02 10:27:26.296 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.296 INFO kablam! Sep 02 10:27:26.300 INFO kablam! error: aborting due to 4 previous errors Sep 02 10:27:26.301 INFO kablam! Sep 02 10:27:26.307 INFO kablam! error: Could not compile `impl_ops`. Sep 02 10:27:26.308 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 10:27:26.348 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 02 10:27:26.348 INFO kablam! --> tests/unary.rs:107:5 Sep 02 10:27:26.348 INFO kablam! | Sep 02 10:27:26.348 INFO kablam! 107 | impl_op!(! |a: kong::Barrel| -> kong::Barrel { kong::Barrel::new(a.bananas as i32) }); Sep 02 10:27:26.348 INFO kablam! | ^^^^^^^ Sep 02 10:27:26.348 INFO kablam! | Sep 02 10:27:26.348 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.348 INFO kablam! Sep 02 10:27:26.349 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 02 10:27:26.349 INFO kablam! --> tests/unary.rs:113:5 Sep 02 10:27:26.349 INFO kablam! | Sep 02 10:27:26.349 INFO kablam! 113 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Barrel { kong::Barrel::new(-(a.bananas as i32)) }); Sep 02 10:27:26.349 INFO kablam! | ^^^^^^^^^^ Sep 02 10:27:26.349 INFO kablam! | Sep 02 10:27:26.349 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.349 INFO kablam! Sep 02 10:27:26.350 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 02 10:27:26.350 INFO kablam! --> tests/unary.rs:124:5 Sep 02 10:27:26.350 INFO kablam! | Sep 02 10:27:26.350 INFO kablam! 124 | impl_op!(! |a: kong::Barrel| -> kong::Donkey { Sep 02 10:27:26.350 INFO kablam! | ^^^^^^^ Sep 02 10:27:26.350 INFO kablam! | Sep 02 10:27:26.350 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.350 INFO kablam! Sep 02 10:27:26.350 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 02 10:27:26.350 INFO kablam! --> tests/unary.rs:133:5 Sep 02 10:27:26.351 INFO kablam! | Sep 02 10:27:26.351 INFO kablam! 133 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Donkey { Sep 02 10:27:26.351 INFO kablam! | ^^^^^^^^^^ Sep 02 10:27:26.351 INFO kablam! | Sep 02 10:27:26.351 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.351 INFO kablam! Sep 02 10:27:26.354 INFO kablam! error: aborting due to 4 previous errors Sep 02 10:27:26.354 INFO kablam! Sep 02 10:27:26.361 INFO kablam! error: Could not compile `impl_ops`. Sep 02 10:27:26.361 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 10:27:26.387 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 02 10:27:26.387 INFO kablam! --> tests/binary.rs:256:5 Sep 02 10:27:26.387 INFO kablam! | Sep 02 10:27:26.387 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.387 INFO kablam! | ^^^^^^^ Sep 02 10:27:26.387 INFO kablam! | Sep 02 10:27:26.387 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.387 INFO kablam! Sep 02 10:27:26.387 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 02 10:27:26.387 INFO kablam! --> tests/binary.rs:262:5 Sep 02 10:27:26.387 INFO kablam! | Sep 02 10:27:26.387 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.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 02 10:27:26.387 INFO kablam! | Sep 02 10:27:26.387 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.387 INFO kablam! Sep 02 10:27:26.387 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 02 10:27:26.387 INFO kablam! --> tests/binary.rs:269:5 Sep 02 10:27:26.387 INFO kablam! | Sep 02 10:27:26.387 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.387 INFO kablam! | ^^^^^^^^^^ Sep 02 10:27:26.387 INFO kablam! | Sep 02 10:27:26.387 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.387 INFO kablam! Sep 02 10:27:26.387 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 02 10:27:26.387 INFO kablam! --> tests/binary.rs:278:5 Sep 02 10:27:26.387 INFO kablam! | Sep 02 10:27:26.388 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.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:27:26.388 INFO kablam! | Sep 02 10:27:26.388 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.388 INFO kablam! Sep 02 10:27:26.390 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 02 10:27:26.390 INFO kablam! --> tests/binary.rs:296:5 Sep 02 10:27:26.390 INFO kablam! | Sep 02 10:27:26.390 INFO kablam! 296 | impl_op!(- |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 02 10:27:26.390 INFO kablam! | ^^^^^^^ Sep 02 10:27:26.390 INFO kablam! | Sep 02 10:27:26.390 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.390 INFO kablam! Sep 02 10:27:26.390 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 02 10:27:26.390 INFO kablam! --> tests/binary.rs:305:5 Sep 02 10:27:26.390 INFO kablam! | Sep 02 10:27:26.390 INFO kablam! 305 | impl_op_commutative!(+ |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 02 10:27:26.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 02 10:27:26.390 INFO kablam! | Sep 02 10:27:26.390 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.390 INFO kablam! Sep 02 10:27:26.390 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 02 10:27:26.390 INFO kablam! --> tests/binary.rs:315:5 Sep 02 10:27:26.390 INFO kablam! | Sep 02 10:27:26.390 INFO kablam! 315 | impl_op_ex!(/ |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 02 10:27:26.390 INFO kablam! | ^^^^^^^^^^ Sep 02 10:27:26.390 INFO kablam! | Sep 02 10:27:26.390 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.390 INFO kablam! Sep 02 10:27:26.390 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 02 10:27:26.390 INFO kablam! --> tests/binary.rs:327:5 Sep 02 10:27:26.390 INFO kablam! | Sep 02 10:27:26.390 INFO kablam! 327 | impl_op_ex_commutative!(* |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 02 10:27:26.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:27:26.391 INFO kablam! | Sep 02 10:27:26.391 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 10:27:26.391 INFO kablam! Sep 02 10:27:26.398 INFO kablam! error: aborting due to 8 previous errors Sep 02 10:27:26.398 INFO kablam! Sep 02 10:27:26.406 INFO kablam! error: Could not compile `impl_ops`. Sep 02 10:27:26.406 INFO kablam! Sep 02 10:27:26.406 INFO kablam! To learn more, run the command again with --verbose. Sep 02 10:27:26.407 INFO kablam! su: No module specific data is present Sep 02 10:27:26.879 INFO running `"docker" "rm" "-f" "1bef4ad10d2fcd6b59c6d92d7c7f8e4215687726f2a09e2481f3d60975f8b356"` Sep 02 10:27:27.011 INFO blam! 1bef4ad10d2fcd6b59c6d92d7c7f8e4215687726f2a09e2481f3d60975f8b356