Oct 27 16:27:37.831 INFO checking rustasm6502-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 16:27:37.831 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:38.232 INFO blam! cbb719cce0ea334f1530e326f3c56aae052b212fb48ef721f96a8911003cac0d Oct 27 16:27:38.234 INFO running `"docker" "start" "-a" "cbb719cce0ea334f1530e326f3c56aae052b212fb48ef721f96a8911003cac0d"` Oct 27 16:27:39.895 INFO kablam! usermod: no changes Oct 27 16:27:39.967 INFO kablam! Checking rustasm6502 v0.1.2 (/source) Oct 27 16:27:40.835 INFO kablam! warning: unused macro definition Oct 27 16:27:40.835 INFO kablam! --> src/lib.rs:47:9 Oct 27 16:27:40.835 INFO kablam! | Oct 27 16:27:40.835 INFO kablam! 47 | / macro_rules! $name { Oct 27 16:27:40.835 INFO kablam! 48 | | $( Oct 27 16:27:40.835 INFO kablam! 49 | | ( $key ) => { $e }; Oct 27 16:27:40.835 INFO kablam! 50 | | )* Oct 27 16:27:40.835 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 27 16:27:40.835 INFO kablam! 52 | | () => {}; Oct 27 16:27:40.835 INFO kablam! 53 | | } Oct 27 16:27:40.835 INFO kablam! | |_________^ Oct 27 16:27:40.835 INFO kablam! ... Oct 27 16:27:40.835 INFO kablam! 1100 | let mcode = assemble6502!( Oct 27 16:27:40.835 INFO kablam! | _________________- Oct 27 16:27:40.835 INFO kablam! 1101 | | start: Oct 27 16:27:40.835 INFO kablam! 1102 | | lda #0xfb Oct 27 16:27:40.835 INFO kablam! 1103 | | ); Oct 27 16:27:40.835 INFO kablam! | |_____- in this macro invocation Oct 27 16:27:40.835 INFO kablam! | Oct 27 16:27:40.835 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 16:27:40.835 INFO kablam! Oct 27 16:27:40.835 INFO kablam! warning: unused macro definition Oct 27 16:27:40.835 INFO kablam! --> src/lib.rs:47:9 Oct 27 16:27:40.835 INFO kablam! | Oct 27 16:27:40.835 INFO kablam! 47 | / macro_rules! $name { Oct 27 16:27:40.835 INFO kablam! 48 | | $( Oct 27 16:27:40.835 INFO kablam! 49 | | ( $key ) => { $e }; Oct 27 16:27:40.835 INFO kablam! 50 | | )* Oct 27 16:27:40.835 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 27 16:27:40.835 INFO kablam! 52 | | () => {}; Oct 27 16:27:40.835 INFO kablam! 53 | | } Oct 27 16:27:40.835 INFO kablam! | |_________^ Oct 27 16:27:40.835 INFO kablam! ... Oct 27 16:27:40.835 INFO kablam! 1110 | let mcode = assemble6502!( Oct 27 16:27:40.835 INFO kablam! | _________________- Oct 27 16:27:40.835 INFO kablam! 1111 | | lda #0xfb Oct 27 16:27:40.835 INFO kablam! 1112 | | lda #0xab Oct 27 16:27:40.835 INFO kablam! 1113 | | ); Oct 27 16:27:40.835 INFO kablam! | |_____- in this macro invocation Oct 27 16:27:40.835 INFO kablam! Oct 27 16:27:40.835 INFO kablam! warning: unused macro definition Oct 27 16:27:40.835 INFO kablam! --> src/lib.rs:47:9 Oct 27 16:27:40.835 INFO kablam! | Oct 27 16:27:40.835 INFO kablam! 47 | / macro_rules! $name { Oct 27 16:27:40.835 INFO kablam! 48 | | $( Oct 27 16:27:40.835 INFO kablam! 49 | | ( $key ) => { $e }; Oct 27 16:27:40.835 INFO kablam! 50 | | )* Oct 27 16:27:40.835 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 27 16:27:40.835 INFO kablam! 52 | | () => {}; Oct 27 16:27:40.836 INFO kablam! 53 | | } Oct 27 16:27:40.836 INFO kablam! | |_________^ Oct 27 16:27:40.836 INFO kablam! ... Oct 27 16:27:40.836 INFO kablam! 1135 | let mcode = assemble6502!( Oct 27 16:27:40.836 INFO kablam! | _________________- Oct 27 16:27:40.836 INFO kablam! 1136 | | adc #0 // Immediate Oct 27 16:27:40.836 INFO kablam! 1137 | | adc 0x12, x // Zero Page indexed with X Oct 27 16:27:40.836 INFO kablam! 1138 | | adc 0x34 // Zero Page Oct 27 16:27:40.836 INFO kablam! ... | Oct 27 16:27:40.836 INFO kablam! 1143 | | adc (0x01),y // (Indirect),Y Oct 27 16:27:40.836 INFO kablam! 1144 | | ); Oct 27 16:27:40.836 INFO kablam! | |_____- in this macro invocation Oct 27 16:27:40.836 INFO kablam! Oct 27 16:27:41.012 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 27 16:27:41.014 INFO kablam! su: No module specific data is present Oct 27 16:27:41.354 INFO running `"docker" "rm" "-f" "cbb719cce0ea334f1530e326f3c56aae052b212fb48ef721f96a8911003cac0d"` Oct 27 16:27:41.450 INFO blam! cbb719cce0ea334f1530e326f3c56aae052b212fb48ef721f96a8911003cac0d