Oct 27 16:27:35.166 INFO checking rustasm6502-0.1.2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 16:27:35.167 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 16:27:35.784 INFO blam! 5f786ad12e85d4f2d5da642aa345dc1fde8efe93e08da78d2a98fffea8df4326 Oct 27 16:27:35.787 INFO running `"docker" "start" "-a" "5f786ad12e85d4f2d5da642aa345dc1fde8efe93e08da78d2a98fffea8df4326"` Oct 27 16:27:37.423 INFO kablam! usermod: no changes Oct 27 16:27:37.491 INFO kablam! Checking rustasm6502 v0.1.2 (/source) Oct 27 16:27:38.447 INFO kablam! warning: unused macro definition Oct 27 16:27:38.447 INFO kablam! --> src/lib.rs:47:9 Oct 27 16:27:38.447 INFO kablam! | Oct 27 16:27:38.447 INFO kablam! 47 | / macro_rules! $name { Oct 27 16:27:38.447 INFO kablam! 48 | | $( Oct 27 16:27:38.447 INFO kablam! 49 | | ( $key ) => { $e }; Oct 27 16:27:38.447 INFO kablam! 50 | | )* Oct 27 16:27:38.447 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 27 16:27:38.447 INFO kablam! 52 | | () => {}; Oct 27 16:27:38.447 INFO kablam! 53 | | } Oct 27 16:27:38.447 INFO kablam! | |_________^ Oct 27 16:27:38.447 INFO kablam! ... Oct 27 16:27:38.447 INFO kablam! 1100 | let mcode = assemble6502!( Oct 27 16:27:38.447 INFO kablam! | _________________- Oct 27 16:27:38.447 INFO kablam! 1101 | | start: Oct 27 16:27:38.447 INFO kablam! 1102 | | lda #0xfb Oct 27 16:27:38.447 INFO kablam! 1103 | | ); Oct 27 16:27:38.447 INFO kablam! | |_____- in this macro invocation Oct 27 16:27:38.447 INFO kablam! | Oct 27 16:27:38.447 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 16:27:38.447 INFO kablam! Oct 27 16:27:38.447 INFO kablam! warning: unused macro definition Oct 27 16:27:38.447 INFO kablam! --> src/lib.rs:47:9 Oct 27 16:27:38.447 INFO kablam! | Oct 27 16:27:38.447 INFO kablam! 47 | / macro_rules! $name { Oct 27 16:27:38.447 INFO kablam! 48 | | $( Oct 27 16:27:38.447 INFO kablam! 49 | | ( $key ) => { $e }; Oct 27 16:27:38.447 INFO kablam! 50 | | )* Oct 27 16:27:38.447 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 27 16:27:38.447 INFO kablam! 52 | | () => {}; Oct 27 16:27:38.447 INFO kablam! 53 | | } Oct 27 16:27:38.447 INFO kablam! | |_________^ Oct 27 16:27:38.447 INFO kablam! ... Oct 27 16:27:38.447 INFO kablam! 1110 | let mcode = assemble6502!( Oct 27 16:27:38.447 INFO kablam! | _________________- Oct 27 16:27:38.447 INFO kablam! 1111 | | lda #0xfb Oct 27 16:27:38.447 INFO kablam! 1112 | | lda #0xab Oct 27 16:27:38.447 INFO kablam! 1113 | | ); Oct 27 16:27:38.447 INFO kablam! | |_____- in this macro invocation Oct 27 16:27:38.447 INFO kablam! Oct 27 16:27:38.447 INFO kablam! warning: unused macro definition Oct 27 16:27:38.447 INFO kablam! --> src/lib.rs:47:9 Oct 27 16:27:38.447 INFO kablam! | Oct 27 16:27:38.448 INFO kablam! 47 | / macro_rules! $name { Oct 27 16:27:38.448 INFO kablam! 48 | | $( Oct 27 16:27:38.448 INFO kablam! 49 | | ( $key ) => { $e }; Oct 27 16:27:38.448 INFO kablam! 50 | | )* Oct 27 16:27:38.448 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 27 16:27:38.448 INFO kablam! 52 | | () => {}; Oct 27 16:27:38.448 INFO kablam! 53 | | } Oct 27 16:27:38.448 INFO kablam! | |_________^ Oct 27 16:27:38.448 INFO kablam! ... Oct 27 16:27:38.448 INFO kablam! 1135 | let mcode = assemble6502!( Oct 27 16:27:38.448 INFO kablam! | _________________- Oct 27 16:27:38.448 INFO kablam! 1136 | | adc #0 // Immediate Oct 27 16:27:38.448 INFO kablam! 1137 | | adc 0x12, x // Zero Page indexed with X Oct 27 16:27:38.448 INFO kablam! 1138 | | adc 0x34 // Zero Page Oct 27 16:27:38.448 INFO kablam! ... | Oct 27 16:27:38.448 INFO kablam! 1143 | | adc (0x01),y // (Indirect),Y Oct 27 16:27:38.448 INFO kablam! 1144 | | ); Oct 27 16:27:38.448 INFO kablam! | |_____- in this macro invocation Oct 27 16:27:38.448 INFO kablam! Oct 27 16:27:38.631 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 27 16:27:38.631 INFO kablam! su: No module specific data is present Oct 27 16:27:39.391 INFO running `"docker" "rm" "-f" "5f786ad12e85d4f2d5da642aa345dc1fde8efe93e08da78d2a98fffea8df4326"` Oct 27 16:27:39.819 INFO blam! 5f786ad12e85d4f2d5da642aa345dc1fde8efe93e08da78d2a98fffea8df4326