Sep 04 13:50:08.876 INFO checking impl_ops-0.1.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 13:50:08.876 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 13:50:08.876 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 13:50:09.062 INFO blam! 0027b27f9bdee702f7fcd2cb3a7da084f4df1895524dae5ea071b14b28a287b7 Sep 04 13:50:09.064 INFO running `"docker" "start" "-a" "0027b27f9bdee702f7fcd2cb3a7da084f4df1895524dae5ea071b14b28a287b7"` Sep 04 13:50:09.803 INFO kablam! Checking impl_ops v0.1.1 (file:///source) Sep 04 13:50:10.795 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 13:50:10.795 INFO kablam! --> tests/unary.rs:107:5 Sep 04 13:50:10.795 INFO kablam! | Sep 04 13:50:10.795 INFO kablam! 107 | impl_op!(! |a: kong::Barrel| -> kong::Barrel { kong::Barrel::new(a.bananas as i32) }); Sep 04 13:50:10.795 INFO kablam! | ^^^^^^^ Sep 04 13:50:10.796 INFO kablam! | Sep 04 13:50:10.796 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.797 INFO kablam! Sep 04 13:50:10.797 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 13:50:10.797 INFO kablam! --> tests/unary.rs:113:5 Sep 04 13:50:10.797 INFO kablam! | Sep 04 13:50:10.797 INFO kablam! 113 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Barrel { kong::Barrel::new(-(a.bananas as i32)) }); Sep 04 13:50:10.797 INFO kablam! | ^^^^^^^^^^ Sep 04 13:50:10.798 INFO kablam! | Sep 04 13:50:10.798 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.798 INFO kablam! Sep 04 13:50:10.799 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 13:50:10.799 INFO kablam! --> tests/unary.rs:124:5 Sep 04 13:50:10.799 INFO kablam! | Sep 04 13:50:10.800 INFO kablam! 124 | impl_op!(! |a: kong::Barrel| -> kong::Donkey { Sep 04 13:50:10.800 INFO kablam! | ^^^^^^^ Sep 04 13:50:10.800 INFO kablam! | Sep 04 13:50:10.800 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.800 INFO kablam! Sep 04 13:50:10.800 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 13:50:10.800 INFO kablam! --> tests/unary.rs:133:5 Sep 04 13:50:10.800 INFO kablam! | Sep 04 13:50:10.801 INFO kablam! 133 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Donkey { Sep 04 13:50:10.801 INFO kablam! | ^^^^^^^^^^ Sep 04 13:50:10.801 INFO kablam! | Sep 04 13:50:10.801 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.801 INFO kablam! Sep 04 13:50:10.804 INFO kablam! error: aborting due to 4 previous errors Sep 04 13:50:10.808 INFO kablam! Sep 04 13:50:10.813 INFO kablam! error: Could not compile `impl_ops`. Sep 04 13:50:10.813 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:50:10.912 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 13:50:10.912 INFO kablam! --> tests/binary.rs:256:5 Sep 04 13:50:10.912 INFO kablam! | Sep 04 13:50:10.912 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 04 13:50:10.912 INFO kablam! | ^^^^^^^ Sep 04 13:50:10.912 INFO kablam! | Sep 04 13:50:10.912 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.912 INFO kablam! Sep 04 13:50:10.912 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 04 13:50:10.912 INFO kablam! --> tests/binary.rs:262:5 Sep 04 13:50:10.912 INFO kablam! | Sep 04 13:50:10.912 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 04 13:50:10.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 13:50:10.912 INFO kablam! | Sep 04 13:50:10.912 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.912 INFO kablam! Sep 04 13:50:10.912 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 13:50:10.912 INFO kablam! --> tests/binary.rs:269:5 Sep 04 13:50:10.912 INFO kablam! | Sep 04 13:50:10.912 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 04 13:50:10.912 INFO kablam! | ^^^^^^^^^^ Sep 04 13:50:10.912 INFO kablam! | Sep 04 13:50:10.912 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.912 INFO kablam! Sep 04 13:50:10.912 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 04 13:50:10.912 INFO kablam! --> tests/binary.rs:278:5 Sep 04 13:50:10.913 INFO kablam! | Sep 04 13:50:10.913 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 04 13:50:10.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:50:10.913 INFO kablam! | Sep 04 13:50:10.913 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.913 INFO kablam! Sep 04 13:50:10.914 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 13:50:10.914 INFO kablam! --> tests/binary.rs:296:5 Sep 04 13:50:10.914 INFO kablam! | Sep 04 13:50:10.914 INFO kablam! 296 | impl_op!(- |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 04 13:50:10.914 INFO kablam! | ^^^^^^^ Sep 04 13:50:10.914 INFO kablam! | Sep 04 13:50:10.914 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.914 INFO kablam! Sep 04 13:50:10.914 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 04 13:50:10.914 INFO kablam! --> tests/binary.rs:305:5 Sep 04 13:50:10.914 INFO kablam! | Sep 04 13:50:10.914 INFO kablam! 305 | impl_op_commutative!(+ |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 04 13:50:10.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 13:50:10.914 INFO kablam! | Sep 04 13:50:10.914 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.914 INFO kablam! Sep 04 13:50:10.914 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 13:50:10.914 INFO kablam! --> tests/binary.rs:315:5 Sep 04 13:50:10.914 INFO kablam! | Sep 04 13:50:10.915 INFO kablam! 315 | impl_op_ex!(/ |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 04 13:50:10.915 INFO kablam! | ^^^^^^^^^^ Sep 04 13:50:10.915 INFO kablam! | Sep 04 13:50:10.915 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.915 INFO kablam! Sep 04 13:50:10.915 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 04 13:50:10.915 INFO kablam! --> tests/binary.rs:327:5 Sep 04 13:50:10.915 INFO kablam! | Sep 04 13:50:10.915 INFO kablam! 327 | impl_op_ex_commutative!(* |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 04 13:50:10.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:50:10.915 INFO kablam! | Sep 04 13:50:10.915 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.915 INFO kablam! Sep 04 13:50:10.924 INFO kablam! error: aborting due to 8 previous errors Sep 04 13:50:10.924 INFO kablam! Sep 04 13:50:10.931 INFO kablam! error: Could not compile `impl_ops`. Sep 04 13:50:10.932 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:50:10.983 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 13:50:10.983 INFO kablam! --> tests/assignment.rs:184:5 Sep 04 13:50:10.983 INFO kablam! | Sep 04 13:50:10.983 INFO kablam! 184 | impl_op!(+= |a: &mut kong::Barrel, b: kong::Barrel| { a.bananas += b.bananas as i32; }); Sep 04 13:50:10.983 INFO kablam! | ^^^^^^^ Sep 04 13:50:10.983 INFO kablam! | Sep 04 13:50:10.983 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.983 INFO kablam! Sep 04 13:50:10.983 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 13:50:10.983 INFO kablam! --> tests/assignment.rs:192:5 Sep 04 13:50:10.983 INFO kablam! | Sep 04 13:50:10.983 INFO kablam! 192 | impl_op_ex!(-= |a: &mut kong::Barrel, b: &kong::Barrel| { a.bananas -= b.bananas as i32; }); Sep 04 13:50:10.983 INFO kablam! | ^^^^^^^^^^ Sep 04 13:50:10.983 INFO kablam! | Sep 04 13:50:10.983 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.983 INFO kablam! Sep 04 13:50:10.984 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 13:50:10.984 INFO kablam! --> tests/assignment.rs:206:5 Sep 04 13:50:10.984 INFO kablam! | Sep 04 13:50:10.984 INFO kablam! 206 | impl_op!(+= |a: &mut kong::Donkey, b: kong::Barrel| { Sep 04 13:50:10.984 INFO kablam! | ^^^^^^^ Sep 04 13:50:10.984 INFO kablam! | Sep 04 13:50:10.984 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.984 INFO kablam! Sep 04 13:50:10.984 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 13:50:10.984 INFO kablam! --> tests/assignment.rs:217:5 Sep 04 13:50:10.984 INFO kablam! | Sep 04 13:50:10.984 INFO kablam! 217 | impl_op_ex!(-= |a: &mut kong::Donkey, b: &kong::Barrel| { Sep 04 13:50:10.984 INFO kablam! | ^^^^^^^^^^ Sep 04 13:50:10.984 INFO kablam! | Sep 04 13:50:10.984 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:10.984 INFO kablam! Sep 04 13:50:10.986 INFO kablam! error: aborting due to 4 previous errors Sep 04 13:50:10.986 INFO kablam! Sep 04 13:50:10.993 INFO kablam! error: Could not compile `impl_ops`. Sep 04 13:50:10.993 INFO kablam! Sep 04 13:50:10.993 INFO kablam! To learn more, run the command again with --verbose. Sep 04 13:50:10.994 INFO kablam! su: No module specific data is present Sep 04 13:50:11.507 INFO running `"docker" "rm" "-f" "0027b27f9bdee702f7fcd2cb3a7da084f4df1895524dae5ea071b14b28a287b7"` Sep 04 13:50:11.664 INFO blam! 0027b27f9bdee702f7fcd2cb3a7da084f4df1895524dae5ea071b14b28a287b7