Sep 04 16:46:36.396 INFO checking impl_ops-0.1.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 16:46:36.396 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 16:46:36.396 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 16:46:36.620 INFO blam! 2d4c57d207db4019d06f8fd8c7e1d5413f089c19db3bb45d76637106f45d8d98 Sep 04 16:46:36.621 INFO running `"docker" "start" "-a" "2d4c57d207db4019d06f8fd8c7e1d5413f089c19db3bb45d76637106f45d8d98"` Sep 04 16:46:37.395 INFO kablam! Checking impl_ops v0.1.1 (file:///source) Sep 04 16:46:38.681 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 16:46:38.681 INFO kablam! --> tests/assignment.rs:184:5 Sep 04 16:46:38.681 INFO kablam! | Sep 04 16:46:38.681 INFO kablam! 184 | impl_op!(+= |a: &mut kong::Barrel, b: kong::Barrel| { a.bananas += b.bananas as i32; }); Sep 04 16:46:38.681 INFO kablam! | ^^^^^^^ Sep 04 16:46:38.681 INFO kablam! | Sep 04 16:46:38.681 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.681 INFO kablam! Sep 04 16:46:38.681 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 16:46:38.681 INFO kablam! --> tests/assignment.rs:192:5 Sep 04 16:46:38.681 INFO kablam! | Sep 04 16:46:38.681 INFO kablam! 192 | impl_op_ex!(-= |a: &mut kong::Barrel, b: &kong::Barrel| { a.bananas -= b.bananas as i32; }); Sep 04 16:46:38.681 INFO kablam! | ^^^^^^^^^^ Sep 04 16:46:38.681 INFO kablam! | Sep 04 16:46:38.681 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.681 INFO kablam! Sep 04 16:46:38.681 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 16:46:38.681 INFO kablam! --> tests/assignment.rs:206:5 Sep 04 16:46:38.681 INFO kablam! | Sep 04 16:46:38.681 INFO kablam! 206 | impl_op!(+= |a: &mut kong::Donkey, b: kong::Barrel| { Sep 04 16:46:38.681 INFO kablam! | ^^^^^^^ Sep 04 16:46:38.681 INFO kablam! | Sep 04 16:46:38.681 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.682 INFO kablam! Sep 04 16:46:38.682 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 16:46:38.682 INFO kablam! --> tests/assignment.rs:217:5 Sep 04 16:46:38.682 INFO kablam! | Sep 04 16:46:38.682 INFO kablam! 217 | impl_op_ex!(-= |a: &mut kong::Donkey, b: &kong::Barrel| { Sep 04 16:46:38.682 INFO kablam! | ^^^^^^^^^^ Sep 04 16:46:38.682 INFO kablam! | Sep 04 16:46:38.682 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.682 INFO kablam! Sep 04 16:46:38.685 INFO kablam! error: aborting due to 4 previous errors Sep 04 16:46:38.685 INFO kablam! Sep 04 16:46:38.691 INFO kablam! error: Could not compile `impl_ops`. Sep 04 16:46:38.691 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 16:46:38.703 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 16:46:38.703 INFO kablam! --> tests/unary.rs:107:5 Sep 04 16:46:38.703 INFO kablam! | Sep 04 16:46:38.703 INFO kablam! 107 | impl_op!(! |a: kong::Barrel| -> kong::Barrel { kong::Barrel::new(a.bananas as i32) }); Sep 04 16:46:38.703 INFO kablam! | ^^^^^^^ Sep 04 16:46:38.703 INFO kablam! | Sep 04 16:46:38.703 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.703 INFO kablam! Sep 04 16:46:38.703 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 16:46:38.703 INFO kablam! --> tests/unary.rs:113:5 Sep 04 16:46:38.703 INFO kablam! | Sep 04 16:46:38.703 INFO kablam! 113 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Barrel { kong::Barrel::new(-(a.bananas as i32)) }); Sep 04 16:46:38.703 INFO kablam! | ^^^^^^^^^^ Sep 04 16:46:38.703 INFO kablam! | Sep 04 16:46:38.703 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.703 INFO kablam! Sep 04 16:46:38.703 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 16:46:38.703 INFO kablam! --> tests/unary.rs:124:5 Sep 04 16:46:38.703 INFO kablam! | Sep 04 16:46:38.703 INFO kablam! 124 | impl_op!(! |a: kong::Barrel| -> kong::Donkey { Sep 04 16:46:38.703 INFO kablam! | ^^^^^^^ Sep 04 16:46:38.703 INFO kablam! | Sep 04 16:46:38.703 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.703 INFO kablam! Sep 04 16:46:38.703 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 16:46:38.704 INFO kablam! --> tests/unary.rs:133:5 Sep 04 16:46:38.704 INFO kablam! | Sep 04 16:46:38.704 INFO kablam! 133 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Donkey { Sep 04 16:46:38.704 INFO kablam! | ^^^^^^^^^^ Sep 04 16:46:38.704 INFO kablam! | Sep 04 16:46:38.704 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.704 INFO kablam! Sep 04 16:46:38.706 INFO kablam! error: aborting due to 4 previous errors Sep 04 16:46:38.706 INFO kablam! Sep 04 16:46:38.712 INFO kablam! error: Could not compile `impl_ops`. Sep 04 16:46:38.712 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 16:46:38.727 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 16:46:38.727 INFO kablam! --> tests/binary.rs:256:5 Sep 04 16:46:38.727 INFO kablam! | Sep 04 16:46:38.727 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 16:46:38.727 INFO kablam! | ^^^^^^^ Sep 04 16:46:38.727 INFO kablam! | Sep 04 16:46:38.727 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.727 INFO kablam! Sep 04 16:46:38.727 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 04 16:46:38.727 INFO kablam! --> tests/binary.rs:262:5 Sep 04 16:46:38.727 INFO kablam! | Sep 04 16:46:38.727 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 16:46:38.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 16:46:38.727 INFO kablam! | Sep 04 16:46:38.727 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.727 INFO kablam! Sep 04 16:46:38.727 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 16:46:38.727 INFO kablam! --> tests/binary.rs:269:5 Sep 04 16:46:38.727 INFO kablam! | Sep 04 16:46:38.727 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 16:46:38.728 INFO kablam! | ^^^^^^^^^^ Sep 04 16:46:38.728 INFO kablam! | Sep 04 16:46:38.728 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.728 INFO kablam! Sep 04 16:46:38.728 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 04 16:46:38.728 INFO kablam! --> tests/binary.rs:278:5 Sep 04 16:46:38.728 INFO kablam! | Sep 04 16:46:38.728 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 16:46:38.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:46:38.728 INFO kablam! | Sep 04 16:46:38.728 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.728 INFO kablam! Sep 04 16:46:38.729 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 16:46:38.729 INFO kablam! --> tests/binary.rs:296:5 Sep 04 16:46:38.729 INFO kablam! | Sep 04 16:46:38.729 INFO kablam! 296 | impl_op!(- |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 04 16:46:38.729 INFO kablam! | ^^^^^^^ Sep 04 16:46:38.729 INFO kablam! | Sep 04 16:46:38.729 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.729 INFO kablam! Sep 04 16:46:38.729 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 04 16:46:38.729 INFO kablam! --> tests/binary.rs:305:5 Sep 04 16:46:38.729 INFO kablam! | Sep 04 16:46:38.729 INFO kablam! 305 | impl_op_commutative!(+ |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 04 16:46:38.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 16:46:38.729 INFO kablam! | Sep 04 16:46:38.729 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.729 INFO kablam! Sep 04 16:46:38.729 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 16:46:38.729 INFO kablam! --> tests/binary.rs:315:5 Sep 04 16:46:38.729 INFO kablam! | Sep 04 16:46:38.729 INFO kablam! 315 | impl_op_ex!(/ |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 04 16:46:38.729 INFO kablam! | ^^^^^^^^^^ Sep 04 16:46:38.729 INFO kablam! | Sep 04 16:46:38.729 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.729 INFO kablam! Sep 04 16:46:38.729 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 04 16:46:38.729 INFO kablam! --> tests/binary.rs:327:5 Sep 04 16:46:38.729 INFO kablam! | Sep 04 16:46:38.729 INFO kablam! 327 | impl_op_ex_commutative!(* |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 04 16:46:38.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:46:38.729 INFO kablam! | Sep 04 16:46:38.729 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:38.729 INFO kablam! Sep 04 16:46:38.734 INFO kablam! error: aborting due to 8 previous errors Sep 04 16:46:38.734 INFO kablam! Sep 04 16:46:38.739 INFO kablam! error: Could not compile `impl_ops`. Sep 04 16:46:38.739 INFO kablam! Sep 04 16:46:38.739 INFO kablam! To learn more, run the command again with --verbose. Sep 04 16:46:38.740 INFO kablam! su: No module specific data is present Sep 04 16:46:39.290 INFO running `"docker" "rm" "-f" "2d4c57d207db4019d06f8fd8c7e1d5413f089c19db3bb45d76637106f45d8d98"` Sep 04 16:46:39.385 INFO blam! 2d4c57d207db4019d06f8fd8c7e1d5413f089c19db3bb45d76637106f45d8d98