Oct 13 09:15:27.513 INFO checking rustasm6502-0.1.2 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 09:15:27.513 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 09:15:27.940 INFO blam! 7889d43b604867fa46da0db499490856d52ee175bb44d1cd606aa1f6a2624c08 Oct 13 09:15:27.956 INFO running `"docker" "start" "-a" "7889d43b604867fa46da0db499490856d52ee175bb44d1cd606aa1f6a2624c08"` Oct 13 09:15:28.825 INFO kablam! usermod: no changes Oct 13 09:15:28.916 INFO kablam! Checking rustasm6502 v0.1.2 (/source) Oct 13 09:15:30.170 INFO kablam! warning: unused macro definition Oct 13 09:15:30.170 INFO kablam! --> src/lib.rs:47:9 Oct 13 09:15:30.170 INFO kablam! | Oct 13 09:15:30.170 INFO kablam! 47 | / macro_rules! $name { Oct 13 09:15:30.170 INFO kablam! 48 | | $( Oct 13 09:15:30.170 INFO kablam! 49 | | ( $key ) => { $e }; Oct 13 09:15:30.170 INFO kablam! 50 | | )* Oct 13 09:15:30.170 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 13 09:15:30.170 INFO kablam! 52 | | () => {}; Oct 13 09:15:30.170 INFO kablam! 53 | | } Oct 13 09:15:30.170 INFO kablam! | |_________^ Oct 13 09:15:30.170 INFO kablam! ... Oct 13 09:15:30.170 INFO kablam! 1100 | let mcode = assemble6502!( Oct 13 09:15:30.170 INFO kablam! | _________________- Oct 13 09:15:30.170 INFO kablam! 1101 | | start: Oct 13 09:15:30.170 INFO kablam! 1102 | | lda #0xfb Oct 13 09:15:30.170 INFO kablam! 1103 | | ); Oct 13 09:15:30.170 INFO kablam! | |_____- in this macro invocation Oct 13 09:15:30.170 INFO kablam! | Oct 13 09:15:30.170 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 09:15:30.170 INFO kablam! Oct 13 09:15:30.170 INFO kablam! warning: unused macro definition Oct 13 09:15:30.170 INFO kablam! --> src/lib.rs:47:9 Oct 13 09:15:30.170 INFO kablam! | Oct 13 09:15:30.170 INFO kablam! 47 | / macro_rules! $name { Oct 13 09:15:30.170 INFO kablam! 48 | | $( Oct 13 09:15:30.170 INFO kablam! 49 | | ( $key ) => { $e }; Oct 13 09:15:30.170 INFO kablam! 50 | | )* Oct 13 09:15:30.170 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 13 09:15:30.170 INFO kablam! 52 | | () => {}; Oct 13 09:15:30.170 INFO kablam! 53 | | } Oct 13 09:15:30.170 INFO kablam! | |_________^ Oct 13 09:15:30.170 INFO kablam! ... Oct 13 09:15:30.170 INFO kablam! 1110 | let mcode = assemble6502!( Oct 13 09:15:30.170 INFO kablam! | _________________- Oct 13 09:15:30.170 INFO kablam! 1111 | | lda #0xfb Oct 13 09:15:30.170 INFO kablam! 1112 | | lda #0xab Oct 13 09:15:30.170 INFO kablam! 1113 | | ); Oct 13 09:15:30.170 INFO kablam! | |_____- in this macro invocation Oct 13 09:15:30.170 INFO kablam! Oct 13 09:15:30.170 INFO kablam! warning: unused macro definition Oct 13 09:15:30.170 INFO kablam! --> src/lib.rs:47:9 Oct 13 09:15:30.170 INFO kablam! | Oct 13 09:15:30.170 INFO kablam! 47 | / macro_rules! $name { Oct 13 09:15:30.170 INFO kablam! 48 | | $( Oct 13 09:15:30.170 INFO kablam! 49 | | ( $key ) => { $e }; Oct 13 09:15:30.170 INFO kablam! 50 | | )* Oct 13 09:15:30.170 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 13 09:15:30.170 INFO kablam! 52 | | () => {}; Oct 13 09:15:30.170 INFO kablam! 53 | | } Oct 13 09:15:30.170 INFO kablam! | |_________^ Oct 13 09:15:30.170 INFO kablam! ... Oct 13 09:15:30.170 INFO kablam! 1135 | let mcode = assemble6502!( Oct 13 09:15:30.170 INFO kablam! | _________________- Oct 13 09:15:30.170 INFO kablam! 1136 | | adc #0 // Immediate Oct 13 09:15:30.170 INFO kablam! 1137 | | adc 0x12, x // Zero Page indexed with X Oct 13 09:15:30.170 INFO kablam! 1138 | | adc 0x34 // Zero Page Oct 13 09:15:30.170 INFO kablam! ... | Oct 13 09:15:30.170 INFO kablam! 1143 | | adc (0x01),y // (Indirect),Y Oct 13 09:15:30.170 INFO kablam! 1144 | | ); Oct 13 09:15:30.171 INFO kablam! | |_____- in this macro invocation Oct 13 09:15:30.171 INFO kablam! Oct 13 09:15:30.347 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Oct 13 09:15:30.353 INFO kablam! su: No module specific data is present Oct 13 09:15:30.826 INFO running `"docker" "rm" "-f" "7889d43b604867fa46da0db499490856d52ee175bb44d1cd606aa1f6a2624c08"` Oct 13 09:15:31.054 INFO blam! 7889d43b604867fa46da0db499490856d52ee175bb44d1cd606aa1f6a2624c08