Sep 01 00:26:09.026 INFO checking impl_ops-0.1.1 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 00:26:09.026 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 00:26:09.026 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 00:26:09.237 INFO blam! 1003106a97a78725cdfd06e28d2d22b6d71ce2f7a9c22b89101523b58d697cb5 Sep 01 00:26:09.240 INFO running `"docker" "start" "-a" "1003106a97a78725cdfd06e28d2d22b6d71ce2f7a9c22b89101523b58d697cb5"` Sep 01 00:26:09.937 INFO kablam! Checking impl_ops v0.1.1 (file:///source) Sep 01 00:26:11.348 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 00:26:11.348 INFO kablam! --> tests/unary.rs:107:5 Sep 01 00:26:11.348 INFO kablam! | Sep 01 00:26:11.348 INFO kablam! 107 | impl_op!(! |a: kong::Barrel| -> kong::Barrel { kong::Barrel::new(a.bananas as i32) }); Sep 01 00:26:11.348 INFO kablam! | ^^^^^^^ Sep 01 00:26:11.348 INFO kablam! | Sep 01 00:26:11.348 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.348 INFO kablam! Sep 01 00:26:11.348 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 00:26:11.348 INFO kablam! --> tests/unary.rs:113:5 Sep 01 00:26:11.348 INFO kablam! | Sep 01 00:26:11.348 INFO kablam! 113 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Barrel { kong::Barrel::new(-(a.bananas as i32)) }); Sep 01 00:26:11.348 INFO kablam! | ^^^^^^^^^^ Sep 01 00:26:11.348 INFO kablam! | Sep 01 00:26:11.348 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.348 INFO kablam! Sep 01 00:26:11.348 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 00:26:11.348 INFO kablam! --> tests/unary.rs:124:5 Sep 01 00:26:11.348 INFO kablam! | Sep 01 00:26:11.348 INFO kablam! 124 | impl_op!(! |a: kong::Barrel| -> kong::Donkey { Sep 01 00:26:11.349 INFO kablam! | ^^^^^^^ Sep 01 00:26:11.349 INFO kablam! | Sep 01 00:26:11.349 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.349 INFO kablam! Sep 01 00:26:11.349 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 00:26:11.349 INFO kablam! --> tests/unary.rs:133:5 Sep 01 00:26:11.349 INFO kablam! | Sep 01 00:26:11.349 INFO kablam! 133 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Donkey { Sep 01 00:26:11.349 INFO kablam! | ^^^^^^^^^^ Sep 01 00:26:11.349 INFO kablam! | Sep 01 00:26:11.349 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.349 INFO kablam! Sep 01 00:26:11.350 INFO kablam! error: aborting due to 4 previous errors Sep 01 00:26:11.350 INFO kablam! Sep 01 00:26:11.356 INFO kablam! error: Could not compile `impl_ops`. Sep 01 00:26:11.356 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:26:11.445 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 00:26:11.445 INFO kablam! --> tests/assignment.rs:184:5 Sep 01 00:26:11.445 INFO kablam! | Sep 01 00:26:11.445 INFO kablam! 184 | impl_op!(+= |a: &mut kong::Barrel, b: kong::Barrel| { a.bananas += b.bananas as i32; }); Sep 01 00:26:11.445 INFO kablam! | ^^^^^^^ Sep 01 00:26:11.445 INFO kablam! | Sep 01 00:26:11.445 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.445 INFO kablam! Sep 01 00:26:11.446 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 00:26:11.446 INFO kablam! --> tests/assignment.rs:192:5 Sep 01 00:26:11.446 INFO kablam! | Sep 01 00:26:11.446 INFO kablam! 192 | impl_op_ex!(-= |a: &mut kong::Barrel, b: &kong::Barrel| { a.bananas -= b.bananas as i32; }); Sep 01 00:26:11.446 INFO kablam! | ^^^^^^^^^^ Sep 01 00:26:11.446 INFO kablam! | Sep 01 00:26:11.446 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.446 INFO kablam! Sep 01 00:26:11.446 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 00:26:11.446 INFO kablam! --> tests/assignment.rs:206:5 Sep 01 00:26:11.446 INFO kablam! | Sep 01 00:26:11.446 INFO kablam! 206 | impl_op!(+= |a: &mut kong::Donkey, b: kong::Barrel| { Sep 01 00:26:11.446 INFO kablam! | ^^^^^^^ Sep 01 00:26:11.446 INFO kablam! | Sep 01 00:26:11.446 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.446 INFO kablam! Sep 01 00:26:11.447 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 00:26:11.447 INFO kablam! --> tests/assignment.rs:217:5 Sep 01 00:26:11.447 INFO kablam! | Sep 01 00:26:11.447 INFO kablam! 217 | impl_op_ex!(-= |a: &mut kong::Donkey, b: &kong::Barrel| { Sep 01 00:26:11.447 INFO kablam! | ^^^^^^^^^^ Sep 01 00:26:11.447 INFO kablam! | Sep 01 00:26:11.447 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.447 INFO kablam! Sep 01 00:26:11.449 INFO kablam! error: aborting due to 4 previous errors Sep 01 00:26:11.449 INFO kablam! Sep 01 00:26:11.455 INFO kablam! error: Could not compile `impl_ops`. Sep 01 00:26:11.455 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:26:11.587 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 00:26:11.587 INFO kablam! --> tests/binary.rs:256:5 Sep 01 00:26:11.587 INFO kablam! | Sep 01 00:26:11.587 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 01 00:26:11.587 INFO kablam! | ^^^^^^^ Sep 01 00:26:11.587 INFO kablam! | Sep 01 00:26:11.587 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.588 INFO kablam! Sep 01 00:26:11.588 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 01 00:26:11.588 INFO kablam! --> tests/binary.rs:262:5 Sep 01 00:26:11.588 INFO kablam! | Sep 01 00:26:11.588 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 01 00:26:11.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 00:26:11.588 INFO kablam! | Sep 01 00:26:11.588 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.588 INFO kablam! Sep 01 00:26:11.588 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 00:26:11.588 INFO kablam! --> tests/binary.rs:269:5 Sep 01 00:26:11.588 INFO kablam! | Sep 01 00:26:11.588 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 01 00:26:11.588 INFO kablam! | ^^^^^^^^^^ Sep 01 00:26:11.588 INFO kablam! | Sep 01 00:26:11.588 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.588 INFO kablam! Sep 01 00:26:11.588 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 01 00:26:11.588 INFO kablam! --> tests/binary.rs:278:5 Sep 01 00:26:11.588 INFO kablam! | Sep 01 00:26:11.588 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 01 00:26:11.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:26:11.588 INFO kablam! | Sep 01 00:26:11.588 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.588 INFO kablam! Sep 01 00:26:11.589 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 01 00:26:11.589 INFO kablam! --> tests/binary.rs:296:5 Sep 01 00:26:11.589 INFO kablam! | Sep 01 00:26:11.589 INFO kablam! 296 | impl_op!(- |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 01 00:26:11.590 INFO kablam! | ^^^^^^^ Sep 01 00:26:11.590 INFO kablam! | Sep 01 00:26:11.590 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.590 INFO kablam! Sep 01 00:26:11.590 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 01 00:26:11.590 INFO kablam! --> tests/binary.rs:305:5 Sep 01 00:26:11.590 INFO kablam! | Sep 01 00:26:11.590 INFO kablam! 305 | impl_op_commutative!(+ |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 01 00:26:11.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 00:26:11.590 INFO kablam! | Sep 01 00:26:11.590 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.590 INFO kablam! Sep 01 00:26:11.590 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 01 00:26:11.590 INFO kablam! --> tests/binary.rs:315:5 Sep 01 00:26:11.590 INFO kablam! | Sep 01 00:26:11.590 INFO kablam! 315 | impl_op_ex!(/ |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 01 00:26:11.590 INFO kablam! | ^^^^^^^^^^ Sep 01 00:26:11.590 INFO kablam! | Sep 01 00:26:11.590 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.590 INFO kablam! Sep 01 00:26:11.590 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 01 00:26:11.590 INFO kablam! --> tests/binary.rs:327:5 Sep 01 00:26:11.590 INFO kablam! | Sep 01 00:26:11.590 INFO kablam! 327 | impl_op_ex_commutative!(* |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 01 00:26:11.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:26:11.590 INFO kablam! | Sep 01 00:26:11.590 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 00:26:11.590 INFO kablam! Sep 01 00:26:11.600 INFO kablam! error: aborting due to 8 previous errors Sep 01 00:26:11.600 INFO kablam! Sep 01 00:26:11.607 INFO kablam! error: Could not compile `impl_ops`. Sep 01 00:26:11.607 INFO kablam! Sep 01 00:26:11.607 INFO kablam! To learn more, run the command again with --verbose. Sep 01 00:26:11.608 INFO kablam! su: No module specific data is present Sep 01 00:26:11.958 INFO running `"docker" "rm" "-f" "1003106a97a78725cdfd06e28d2d22b6d71ce2f7a9c22b89101523b58d697cb5"` Sep 01 00:26:12.070 INFO blam! 1003106a97a78725cdfd06e28d2d22b6d71ce2f7a9c22b89101523b58d697cb5