Sep 04 16:46:34.627 INFO checking impl_ops-0.1.1 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 16:46:34.627 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 16:46:34.628 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-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:34.810 INFO blam! 0e777e529b8b691fa7d04cfc43d48d991355189062419eecfe6b30eb835bc1a7 Sep 04 16:46:34.812 INFO running `"docker" "start" "-a" "0e777e529b8b691fa7d04cfc43d48d991355189062419eecfe6b30eb835bc1a7"` Sep 04 16:46:35.434 INFO kablam! Checking impl_ops v0.1.1 (file:///source) Sep 04 16:46:36.644 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 16:46:36.644 INFO kablam! --> tests/unary.rs:107:5 Sep 04 16:46:36.644 INFO kablam! | Sep 04 16:46:36.645 INFO kablam! 107 | impl_op!(! |a: kong::Barrel| -> kong::Barrel { kong::Barrel::new(a.bananas as i32) }); Sep 04 16:46:36.645 INFO kablam! | ^^^^^^^ Sep 04 16:46:36.645 INFO kablam! | Sep 04 16:46:36.645 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.645 INFO kablam! Sep 04 16:46:36.645 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 16:46:36.645 INFO kablam! --> tests/unary.rs:113:5 Sep 04 16:46:36.645 INFO kablam! | Sep 04 16:46:36.645 INFO kablam! 113 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Barrel { kong::Barrel::new(-(a.bananas as i32)) }); Sep 04 16:46:36.645 INFO kablam! | ^^^^^^^^^^ Sep 04 16:46:36.645 INFO kablam! | Sep 04 16:46:36.645 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.646 INFO kablam! Sep 04 16:46:36.646 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 16:46:36.646 INFO kablam! --> tests/unary.rs:124:5 Sep 04 16:46:36.646 INFO kablam! | Sep 04 16:46:36.646 INFO kablam! 124 | impl_op!(! |a: kong::Barrel| -> kong::Donkey { Sep 04 16:46:36.646 INFO kablam! | ^^^^^^^ Sep 04 16:46:36.646 INFO kablam! | Sep 04 16:46:36.646 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.646 INFO kablam! Sep 04 16:46:36.646 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 16:46:36.647 INFO kablam! --> tests/unary.rs:133:5 Sep 04 16:46:36.647 INFO kablam! | Sep 04 16:46:36.647 INFO kablam! 133 | impl_op_ex!(- |a: &kong::Barrel| -> kong::Donkey { Sep 04 16:46:36.647 INFO kablam! | ^^^^^^^^^^ Sep 04 16:46:36.647 INFO kablam! | Sep 04 16:46:36.647 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.647 INFO kablam! Sep 04 16:46:36.650 INFO kablam! error: aborting due to 4 previous errors Sep 04 16:46:36.650 INFO kablam! Sep 04 16:46:36.656 INFO kablam! error: Could not compile `impl_ops`. Sep 04 16:46:36.656 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 16:46:36.690 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 16:46:36.690 INFO kablam! --> tests/assignment.rs:184:5 Sep 04 16:46:36.690 INFO kablam! | Sep 04 16:46:36.690 INFO kablam! 184 | impl_op!(+= |a: &mut kong::Barrel, b: kong::Barrel| { a.bananas += b.bananas as i32; }); Sep 04 16:46:36.690 INFO kablam! | ^^^^^^^ Sep 04 16:46:36.690 INFO kablam! | Sep 04 16:46:36.690 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.690 INFO kablam! Sep 04 16:46:36.690 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 16:46:36.690 INFO kablam! --> tests/assignment.rs:192:5 Sep 04 16:46:36.690 INFO kablam! | Sep 04 16:46:36.690 INFO kablam! 192 | impl_op_ex!(-= |a: &mut kong::Barrel, b: &kong::Barrel| { a.bananas -= b.bananas as i32; }); Sep 04 16:46:36.690 INFO kablam! | ^^^^^^^^^^ Sep 04 16:46:36.690 INFO kablam! | Sep 04 16:46:36.690 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.690 INFO kablam! Sep 04 16:46:36.690 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 16:46:36.690 INFO kablam! --> tests/assignment.rs:206:5 Sep 04 16:46:36.690 INFO kablam! | Sep 04 16:46:36.690 INFO kablam! 206 | impl_op!(+= |a: &mut kong::Donkey, b: kong::Barrel| { Sep 04 16:46:36.691 INFO kablam! | ^^^^^^^ Sep 04 16:46:36.691 INFO kablam! | Sep 04 16:46:36.691 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.691 INFO kablam! Sep 04 16:46:36.691 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 16:46:36.691 INFO kablam! --> tests/assignment.rs:217:5 Sep 04 16:46:36.691 INFO kablam! | Sep 04 16:46:36.691 INFO kablam! 217 | impl_op_ex!(-= |a: &mut kong::Donkey, b: &kong::Barrel| { Sep 04 16:46:36.691 INFO kablam! | ^^^^^^^^^^ Sep 04 16:46:36.691 INFO kablam! | Sep 04 16:46:36.691 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.691 INFO kablam! Sep 04 16:46:36.694 INFO kablam! error: aborting due to 4 previous errors Sep 04 16:46:36.694 INFO kablam! Sep 04 16:46:36.700 INFO kablam! error: Could not compile `impl_ops`. Sep 04 16:46:36.700 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 16:46:36.804 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 16:46:36.804 INFO kablam! --> tests/binary.rs:256:5 Sep 04 16:46:36.804 INFO kablam! | Sep 04 16:46:36.804 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:36.804 INFO kablam! | ^^^^^^^ Sep 04 16:46:36.804 INFO kablam! | Sep 04 16:46:36.804 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.804 INFO kablam! Sep 04 16:46:36.804 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 04 16:46:36.804 INFO kablam! --> tests/binary.rs:262:5 Sep 04 16:46:36.804 INFO kablam! | Sep 04 16:46:36.804 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:36.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 16:46:36.804 INFO kablam! | Sep 04 16:46:36.804 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.804 INFO kablam! Sep 04 16:46:36.804 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 16:46:36.804 INFO kablam! --> tests/binary.rs:269:5 Sep 04 16:46:36.805 INFO kablam! | Sep 04 16:46:36.805 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:36.805 INFO kablam! | ^^^^^^^^^^ Sep 04 16:46:36.805 INFO kablam! | Sep 04 16:46:36.805 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.805 INFO kablam! Sep 04 16:46:36.805 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 04 16:46:36.805 INFO kablam! --> tests/binary.rs:278:5 Sep 04 16:46:36.805 INFO kablam! | Sep 04 16:46:36.805 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:36.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:46:36.805 INFO kablam! | Sep 04 16:46:36.805 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.805 INFO kablam! Sep 04 16:46:36.805 INFO kablam! error: cannot determine resolution for the macro `impl_op` Sep 04 16:46:36.805 INFO kablam! --> tests/binary.rs:296:5 Sep 04 16:46:36.805 INFO kablam! | Sep 04 16:46:36.805 INFO kablam! 296 | impl_op!(- |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 04 16:46:36.805 INFO kablam! | ^^^^^^^ Sep 04 16:46:36.805 INFO kablam! | Sep 04 16:46:36.805 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.805 INFO kablam! Sep 04 16:46:36.805 INFO kablam! error: cannot determine resolution for the macro `impl_op_commutative` Sep 04 16:46:36.805 INFO kablam! --> tests/binary.rs:305:5 Sep 04 16:46:36.805 INFO kablam! | Sep 04 16:46:36.805 INFO kablam! 305 | impl_op_commutative!(+ |a: kong::Donkey, b: kong::Barrel| -> kong::Donkey { Sep 04 16:46:36.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 16:46:36.805 INFO kablam! | Sep 04 16:46:36.805 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.805 INFO kablam! Sep 04 16:46:36.805 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex` Sep 04 16:46:36.805 INFO kablam! --> tests/binary.rs:315:5 Sep 04 16:46:36.805 INFO kablam! | Sep 04 16:46:36.805 INFO kablam! 315 | impl_op_ex!(/ |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 04 16:46:36.805 INFO kablam! | ^^^^^^^^^^ Sep 04 16:46:36.805 INFO kablam! | Sep 04 16:46:36.805 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.805 INFO kablam! Sep 04 16:46:36.805 INFO kablam! error: cannot determine resolution for the macro `impl_op_ex_commutative` Sep 04 16:46:36.805 INFO kablam! --> tests/binary.rs:327:5 Sep 04 16:46:36.805 INFO kablam! | Sep 04 16:46:36.805 INFO kablam! 327 | impl_op_ex_commutative!(* |a: &kong::Donkey, b: &kong::Barrel| -> kong::Donkey { Sep 04 16:46:36.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:46:36.805 INFO kablam! | Sep 04 16:46:36.805 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 16:46:36.805 INFO kablam! Sep 04 16:46:36.809 INFO kablam! error: aborting due to 8 previous errors Sep 04 16:46:36.809 INFO kablam! Sep 04 16:46:36.816 INFO kablam! error: Could not compile `impl_ops`. Sep 04 16:46:36.816 INFO kablam! Sep 04 16:46:36.816 INFO kablam! To learn more, run the command again with --verbose. Sep 04 16:46:36.819 INFO kablam! su: No module specific data is present Sep 04 16:46:37.349 INFO running `"docker" "rm" "-f" "0e777e529b8b691fa7d04cfc43d48d991355189062419eecfe6b30eb835bc1a7"` Sep 04 16:46:37.483 INFO blam! 0e777e529b8b691fa7d04cfc43d48d991355189062419eecfe6b30eb835bc1a7