Oct 11 12:37:09.205 INFO testing rustasm6502-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 12:37:09.205 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 12:37:09.205 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:37:09.361 INFO blam! fb381dced707bcb5656b8fac4f809262520b404145ca1f81f8d71f94bfd14709 Oct 11 12:37:09.366 INFO running `"docker" "start" "-a" "fb381dced707bcb5656b8fac4f809262520b404145ca1f81f8d71f94bfd14709"` Oct 11 12:37:09.843 INFO kablam! usermod: no changes Oct 11 12:37:09.871 INFO kablam! Compiling rustasm6502 v0.1.2 (/source) Oct 11 12:37:10.602 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.74s Oct 11 12:37:10.604 INFO kablam! su: No module specific data is present Oct 11 12:37:10.910 INFO running `"docker" "rm" "-f" "fb381dced707bcb5656b8fac4f809262520b404145ca1f81f8d71f94bfd14709"` Oct 11 12:37:11.014 INFO blam! fb381dced707bcb5656b8fac4f809262520b404145ca1f81f8d71f94bfd14709 Oct 11 12:37:11.015 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 12:37:11.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:37:11.219 INFO blam! be912ae23b9168d406a01a28e8fca5b8a089d421d4cb5cae3322c6adfe9be166 Oct 11 12:37:11.219 INFO running `"docker" "start" "-a" "be912ae23b9168d406a01a28e8fca5b8a089d421d4cb5cae3322c6adfe9be166"` Oct 11 12:37:11.811 INFO kablam! usermod: no changes Oct 11 12:37:11.845 INFO kablam! Compiling rustasm6502 v0.1.2 (/source) Oct 11 12:37:12.758 INFO kablam! warning: unused macro definition Oct 11 12:37:12.758 INFO kablam! --> src/lib.rs:47:9 Oct 11 12:37:12.759 INFO kablam! | Oct 11 12:37:12.759 INFO kablam! 47 | / macro_rules! $name { Oct 11 12:37:12.759 INFO kablam! 48 | | $( Oct 11 12:37:12.759 INFO kablam! 49 | | ( $key ) => { $e }; Oct 11 12:37:12.759 INFO kablam! 50 | | )* Oct 11 12:37:12.759 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 11 12:37:12.760 INFO kablam! 52 | | () => {}; Oct 11 12:37:12.760 INFO kablam! 53 | | } Oct 11 12:37:12.760 INFO kablam! | |_________^ Oct 11 12:37:12.760 INFO kablam! ... Oct 11 12:37:12.760 INFO kablam! 1100 | let mcode = assemble6502!( Oct 11 12:37:12.761 INFO kablam! | _________________- Oct 11 12:37:12.761 INFO kablam! 1101 | | start: Oct 11 12:37:12.761 INFO kablam! 1102 | | lda #0xfb Oct 11 12:37:12.761 INFO kablam! 1103 | | ); Oct 11 12:37:12.761 INFO kablam! | |_____- in this macro invocation Oct 11 12:37:12.761 INFO kablam! | Oct 11 12:37:12.762 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 12:37:12.762 INFO kablam! Oct 11 12:37:12.762 INFO kablam! warning: unused macro definition Oct 11 12:37:12.762 INFO kablam! --> src/lib.rs:47:9 Oct 11 12:37:12.762 INFO kablam! | Oct 11 12:37:12.762 INFO kablam! 47 | / macro_rules! $name { Oct 11 12:37:12.763 INFO kablam! 48 | | $( Oct 11 12:37:12.763 INFO kablam! 49 | | ( $key ) => { $e }; Oct 11 12:37:12.763 INFO kablam! 50 | | )* Oct 11 12:37:12.763 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 11 12:37:12.763 INFO kablam! 52 | | () => {}; Oct 11 12:37:12.764 INFO kablam! 53 | | } Oct 11 12:37:12.764 INFO kablam! | |_________^ Oct 11 12:37:12.764 INFO kablam! ... Oct 11 12:37:12.764 INFO kablam! 1110 | let mcode = assemble6502!( Oct 11 12:37:12.764 INFO kablam! | _________________- Oct 11 12:37:12.764 INFO kablam! 1111 | | lda #0xfb Oct 11 12:37:12.765 INFO kablam! 1112 | | lda #0xab Oct 11 12:37:12.765 INFO kablam! 1113 | | ); Oct 11 12:37:12.765 INFO kablam! | |_____- in this macro invocation Oct 11 12:37:12.765 INFO kablam! Oct 11 12:37:12.765 INFO kablam! warning: unused macro definition Oct 11 12:37:12.766 INFO kablam! --> src/lib.rs:47:9 Oct 11 12:37:12.766 INFO kablam! | Oct 11 12:37:12.766 INFO kablam! 47 | / macro_rules! $name { Oct 11 12:37:12.767 INFO kablam! 48 | | $( Oct 11 12:37:12.767 INFO kablam! 49 | | ( $key ) => { $e }; Oct 11 12:37:12.767 INFO kablam! 50 | | )* Oct 11 12:37:12.767 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 11 12:37:12.767 INFO kablam! 52 | | () => {}; Oct 11 12:37:12.768 INFO kablam! 53 | | } Oct 11 12:37:12.768 INFO kablam! | |_________^ Oct 11 12:37:12.768 INFO kablam! ... Oct 11 12:37:12.768 INFO kablam! 1135 | let mcode = assemble6502!( Oct 11 12:37:12.769 INFO kablam! | _________________- Oct 11 12:37:12.769 INFO kablam! 1136 | | adc #0 // Immediate Oct 11 12:37:12.769 INFO kablam! 1137 | | adc 0x12, x // Zero Page indexed with X Oct 11 12:37:12.769 INFO kablam! 1138 | | adc 0x34 // Zero Page Oct 11 12:37:12.770 INFO kablam! ... | Oct 11 12:37:12.770 INFO kablam! 1143 | | adc (0x01),y // (Indirect),Y Oct 11 12:37:12.770 INFO kablam! 1144 | | ); Oct 11 12:37:12.770 INFO kablam! | |_____- in this macro invocation Oct 11 12:37:12.770 INFO kablam! Oct 11 12:37:13.344 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.51s Oct 11 12:37:13.352 INFO kablam! su: No module specific data is present Oct 11 12:37:13.670 INFO running `"docker" "rm" "-f" "be912ae23b9168d406a01a28e8fca5b8a089d421d4cb5cae3322c6adfe9be166"` Oct 11 12:37:13.946 INFO blam! be912ae23b9168d406a01a28e8fca5b8a089d421d4cb5cae3322c6adfe9be166 Oct 11 12:37:13.952 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 12:37:13.953 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:37:14.286 INFO blam! 7adb193bf669bc845198aaf713b57738b0eb382b40b8e07a741cad0c58cfbf88 Oct 11 12:37:14.290 INFO running `"docker" "start" "-a" "7adb193bf669bc845198aaf713b57738b0eb382b40b8e07a741cad0c58cfbf88"` Oct 11 12:37:15.176 INFO kablam! usermod: no changes Oct 11 12:37:15.240 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 12:37:15.240 INFO kablam! Running /target/debug/deps/rustasm6502-cff6cce5f37e0af7 Oct 11 12:37:15.250 INFO blam! Oct 11 12:37:15.250 INFO blam! running 9 tests Oct 11 12:37:15.250 INFO blam! test no_reloc ... ok Oct 11 12:37:15.250 INFO blam! test no_label ... ok Oct 11 12:37:15.250 INFO blam! test labels ... ok Oct 11 12:37:15.251 INFO blam! test const_expr ... ok Oct 11 12:37:15.251 INFO blam! test code_start_attr ... ok Oct 11 12:37:15.251 INFO blam! test test_ident_map ... ok Oct 11 12:37:15.251 INFO blam! test adc ... ok Oct 11 12:37:15.252 INFO blam! test pcrel ... ok Oct 11 12:37:15.253 INFO blam! test simple_jmp ... ok Oct 11 12:37:15.253 INFO blam! Oct 11 12:37:15.253 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:37:15.253 INFO blam! Oct 11 12:37:15.256 INFO kablam! Doc-tests rustasm6502 Oct 11 12:37:16.605 INFO blam! Oct 11 12:37:16.605 INFO blam! running 1 test Oct 11 12:37:18.201 INFO blam! test src/lib.rs - (line 8) ... ok Oct 11 12:37:18.201 INFO blam! Oct 11 12:37:18.201 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:37:18.202 INFO blam! Oct 11 12:37:18.218 INFO kablam! su: No module specific data is present Oct 11 12:37:18.773 INFO running `"docker" "rm" "-f" "7adb193bf669bc845198aaf713b57738b0eb382b40b8e07a741cad0c58cfbf88"` Oct 11 12:37:19.052 INFO blam! 7adb193bf669bc845198aaf713b57738b0eb382b40b8e07a741cad0c58cfbf88