Sep 04 13:50:09.955 INFO checking impl_ops-0.1.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 13:50:09.955 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 13:50:09.955 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:10.122 INFO blam! 361f93ed987e5d718e95014ea106c39c246112ca4c2d68d14cef5526848677ca Sep 04 13:50:10.124 INFO running `"docker" "start" "-a" "361f93ed987e5d718e95014ea106c39c246112ca4c2d68d14cef5526848677ca"` Sep 04 13:50:10.874 INFO kablam! Checking impl_ops v0.1.1 (file:///source) Sep 04 13:50:11.989 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 13:50:11.989 INFO kablam! --> tests/assignment.rs:184:5 Sep 04 13:50:11.989 INFO kablam! | Sep 04 13:50:11.989 INFO kablam! 184 | impl_op!(+= |a: &mut kong::Barrel, b: kong::Barrel| { a.bananas += b.bananas as i32; }); Sep 04 13:50:11.989 INFO kablam! | ^^^^^^^ Sep 04 13:50:11.989 INFO kablam! | Sep 04 13:50:11.989 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:11.990 INFO kablam! Sep 04 13:50:11.990 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 13:50:11.990 INFO kablam! --> tests/assignment.rs:192:5 Sep 04 13:50:11.990 INFO kablam! | Sep 04 13:50:11.990 INFO kablam! 192 | impl_op_ex!(-= |a: &mut kong::Barrel, b: &kong::Barrel| { a.bananas -= b.bananas as i32; }); Sep 04 13:50:11.990 INFO kablam! | ^^^^^^^^^^ Sep 04 13:50:11.990 INFO kablam! | Sep 04 13:50:11.990 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:11.990 INFO kablam! Sep 04 13:50:11.990 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 13:50:11.990 INFO kablam! --> tests/assignment.rs:206:5 Sep 04 13:50:11.990 INFO kablam! | Sep 04 13:50:11.990 INFO kablam! 206 | impl_op!(+= |a: &mut kong::Donkey, b: kong::Barrel| { Sep 04 13:50:11.990 INFO kablam! | ^^^^^^^ Sep 04 13:50:11.991 INFO kablam! | Sep 04 13:50:11.991 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:11.991 INFO kablam! Sep 04 13:50:11.991 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 13:50:11.991 INFO kablam! --> tests/assignment.rs:217:5 Sep 04 13:50:11.991 INFO kablam! | Sep 04 13:50:11.991 INFO kablam! 217 | impl_op_ex!(-= |a: &mut kong::Donkey, b: &kong::Barrel| { Sep 04 13:50:11.991 INFO kablam! | ^^^^^^^^^^ Sep 04 13:50:11.991 INFO kablam! | Sep 04 13:50:11.991 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:11.991 INFO kablam! Sep 04 13:50:11.994 INFO kablam! error: aborting due to 4 previous errors Sep 04 13:50:11.994 INFO kablam! Sep 04 13:50:12.001 INFO kablam! error: Could not compile `impl_ops`. Sep 04 13:50:12.002 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:50:12.039 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 13:50:12.039 INFO kablam! --> tests/unary.rs:107:5 Sep 04 13:50:12.039 INFO kablam! | Sep 04 13:50:12.039 INFO kablam! 107 | impl_op!(! |a: kong::Barrel| -> kong::Barrel { kong::Barrel::new(a.bananas as i32) }); Sep 04 13:50:12.039 INFO kablam! | ^^^^^^^ Sep 04 13:50:12.040 INFO kablam! | Sep 04 13:50:12.040 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:12.040 INFO kablam! Sep 04 13:50:12.040 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 13:50:12.040 INFO kablam! --> tests/unary.rs:113:5 Sep 04 13:50:12.040 INFO kablam! | Sep 04 13:50:12.040 INFO kablam! 113 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Barrel { kong::Barrel::new(-(a.bananas as i32)) }); Sep 04 13:50:12.040 INFO kablam! | ^^^^^^^^^^ Sep 04 13:50:12.040 INFO kablam! | Sep 04 13:50:12.040 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:12.040 INFO kablam! Sep 04 13:50:12.040 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 13:50:12.041 INFO kablam! --> tests/unary.rs:124:5 Sep 04 13:50:12.041 INFO kablam! | Sep 04 13:50:12.041 INFO kablam! 124 | impl_op!(! |a: kong::Barrel| -> kong::Donkey { Sep 04 13:50:12.041 INFO kablam! | ^^^^^^^ Sep 04 13:50:12.041 INFO kablam! | Sep 04 13:50:12.041 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:12.041 INFO kablam! Sep 04 13:50:12.041 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 13:50:12.041 INFO kablam! --> tests/unary.rs:133:5 Sep 04 13:50:12.041 INFO kablam! | Sep 04 13:50:12.041 INFO kablam! 133 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Donkey { Sep 04 13:50:12.041 INFO kablam! | ^^^^^^^^^^ Sep 04 13:50:12.041 INFO kablam! | Sep 04 13:50:12.041 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:12.041 INFO kablam! Sep 04 13:50:12.042 INFO kablam! error: aborting due to 4 previous errors Sep 04 13:50:12.042 INFO kablam! Sep 04 13:50:12.049 INFO kablam! error: Could not compile `impl_ops`. Sep 04 13:50:12.049 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:50:12.118 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 13:50:12.118 INFO kablam! --> tests/binary.rs:256:5 Sep 04 13:50:12.118 INFO kablam! | Sep 04 13:50:12.118 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:12.118 INFO kablam! | ^^^^^^^ Sep 04 13:50:12.118 INFO kablam! | Sep 04 13:50:12.118 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:12.118 INFO kablam! Sep 04 13:50:12.118 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 04 13:50:12.118 INFO kablam! --> tests/binary.rs:262:5 Sep 04 13:50:12.118 INFO kablam! | Sep 04 13:50:12.118 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:12.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 13:50:12.118 INFO kablam! | Sep 04 13:50:12.118 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:12.118 INFO kablam! Sep 04 13:50:12.118 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 13:50:12.118 INFO kablam! --> tests/binary.rs:269:5 Sep 04 13:50:12.118 INFO kablam! | Sep 04 13:50:12.118 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:12.118 INFO kablam! | ^^^^^^^^^^ Sep 04 13:50:12.118 INFO kablam! | Sep 04 13:50:12.118 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:12.118 INFO kablam! Sep 04 13:50:12.118 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 04 13:50:12.118 INFO kablam! --> tests/binary.rs:278:5 Sep 04 13:50:12.118 INFO kablam! | Sep 04 13:50:12.118 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:12.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:50:12.118 INFO kablam! | Sep 04 13:50:12.118 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:12.118 INFO kablam! Sep 04 13:50:12.120 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 13:50:12.122 INFO kablam! --> tests/binary.rs:296:5 Sep 04 13:50:12.122 INFO kablam! | Sep 04 13:50:12.122 INFO kablam! 296 | impl_op!(- |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 04 13:50:12.122 INFO kablam! | ^^^^^^^ Sep 04 13:50:12.122 INFO kablam! | Sep 04 13:50:12.122 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:12.122 INFO kablam! Sep 04 13:50:12.122 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 04 13:50:12.122 INFO kablam! --> tests/binary.rs:305:5 Sep 04 13:50:12.122 INFO kablam! | Sep 04 13:50:12.122 INFO kablam! 305 | impl_op_commutative!(+ |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 04 13:50:12.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 13:50:12.122 INFO kablam! | Sep 04 13:50:12.122 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:12.122 INFO kablam! Sep 04 13:50:12.122 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 13:50:12.122 INFO kablam! --> tests/binary.rs:315:5 Sep 04 13:50:12.122 INFO kablam! | Sep 04 13:50:12.122 INFO kablam! 315 | impl_op_ex!(/ |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 04 13:50:12.122 INFO kablam! | ^^^^^^^^^^ Sep 04 13:50:12.122 INFO kablam! | Sep 04 13:50:12.122 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:12.123 INFO kablam! Sep 04 13:50:12.123 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 04 13:50:12.123 INFO kablam! --> tests/binary.rs:327:5 Sep 04 13:50:12.123 INFO kablam! | Sep 04 13:50:12.123 INFO kablam! 327 | impl_op_ex_commutative!(* |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 04 13:50:12.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:50:12.123 INFO kablam! | Sep 04 13:50:12.123 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 13:50:12.123 INFO kablam! Sep 04 13:50:12.131 INFO kablam! error: aborting due to 8 previous errors Sep 04 13:50:12.131 INFO kablam! Sep 04 13:50:12.138 INFO kablam! error: Could not compile `impl_ops`. Sep 04 13:50:12.139 INFO kablam! Sep 04 13:50:12.139 INFO kablam! To learn more, run the command again with --verbose. Sep 04 13:50:12.141 INFO kablam! su: No module specific data is present Sep 04 13:50:12.521 INFO running `"docker" "rm" "-f" "361f93ed987e5d718e95014ea106c39c246112ca4c2d68d14cef5526848677ca"` Sep 04 13:50:12.659 INFO blam! 361f93ed987e5d718e95014ea106c39c246112ca4c2d68d14cef5526848677ca