Oct 15 20:28:07.840 INFO testing rustasm6502-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 20:28:07.840 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 20:28:07.995 INFO blam! e12107b17a8c2b6e1fc1fd50504cbcebcfa6b0c24b4af13a875719680705afac Oct 15 20:28:07.998 INFO running `"docker" "start" "-a" "e12107b17a8c2b6e1fc1fd50504cbcebcfa6b0c24b4af13a875719680705afac"` Oct 15 20:28:08.422 INFO kablam! usermod: no changes Oct 15 20:28:08.452 INFO kablam! Compiling rustasm6502 v0.1.2 (/source) Oct 15 20:28:08.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.49s Oct 15 20:28:08.934 INFO kablam! su: No module specific data is present Oct 15 20:28:09.232 INFO running `"docker" "rm" "-f" "e12107b17a8c2b6e1fc1fd50504cbcebcfa6b0c24b4af13a875719680705afac"` Oct 15 20:28:09.360 INFO blam! e12107b17a8c2b6e1fc1fd50504cbcebcfa6b0c24b4af13a875719680705afac Oct 15 20:28:09.362 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 20:28:09.606 INFO blam! 0a54fdeeb52a47c45eb813def03e89d7705cbc55291e2855b72c03c43b803ba4 Oct 15 20:28:09.606 INFO running `"docker" "start" "-a" "0a54fdeeb52a47c45eb813def03e89d7705cbc55291e2855b72c03c43b803ba4"` Oct 15 20:28:10.039 INFO kablam! usermod: no changes Oct 15 20:28:10.073 INFO kablam! Compiling rustasm6502 v0.1.2 (/source) Oct 15 20:28:10.655 INFO kablam! warning: unused macro definition Oct 15 20:28:10.655 INFO kablam! --> src/lib.rs:47:9 Oct 15 20:28:10.655 INFO kablam! | Oct 15 20:28:10.655 INFO kablam! 47 | / macro_rules! $name { Oct 15 20:28:10.655 INFO kablam! 48 | | $( Oct 15 20:28:10.655 INFO kablam! 49 | | ( $key ) => { $e }; Oct 15 20:28:10.655 INFO kablam! 50 | | )* Oct 15 20:28:10.655 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 15 20:28:10.655 INFO kablam! 52 | | () => {}; Oct 15 20:28:10.655 INFO kablam! 53 | | } Oct 15 20:28:10.655 INFO kablam! | |_________^ Oct 15 20:28:10.655 INFO kablam! ... Oct 15 20:28:10.655 INFO kablam! 1100 | let mcode = assemble6502!( Oct 15 20:28:10.655 INFO kablam! | _________________- Oct 15 20:28:10.655 INFO kablam! 1101 | | start: Oct 15 20:28:10.655 INFO kablam! 1102 | | lda #0xfb Oct 15 20:28:10.656 INFO kablam! 1103 | | ); Oct 15 20:28:10.656 INFO kablam! | |_____- in this macro invocation Oct 15 20:28:10.656 INFO kablam! | Oct 15 20:28:10.656 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 20:28:10.656 INFO kablam! Oct 15 20:28:10.656 INFO kablam! warning: unused macro definition Oct 15 20:28:10.656 INFO kablam! --> src/lib.rs:47:9 Oct 15 20:28:10.656 INFO kablam! | Oct 15 20:28:10.656 INFO kablam! 47 | / macro_rules! $name { Oct 15 20:28:10.656 INFO kablam! 48 | | $( Oct 15 20:28:10.656 INFO kablam! 49 | | ( $key ) => { $e }; Oct 15 20:28:10.656 INFO kablam! 50 | | )* Oct 15 20:28:10.656 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 15 20:28:10.656 INFO kablam! 52 | | () => {}; Oct 15 20:28:10.656 INFO kablam! 53 | | } Oct 15 20:28:10.656 INFO kablam! | |_________^ Oct 15 20:28:10.656 INFO kablam! ... Oct 15 20:28:10.656 INFO kablam! 1110 | let mcode = assemble6502!( Oct 15 20:28:10.656 INFO kablam! | _________________- Oct 15 20:28:10.656 INFO kablam! 1111 | | lda #0xfb Oct 15 20:28:10.661 INFO kablam! 1112 | | lda #0xab Oct 15 20:28:10.661 INFO kablam! 1113 | | ); Oct 15 20:28:10.661 INFO kablam! | |_____- in this macro invocation Oct 15 20:28:10.661 INFO kablam! Oct 15 20:28:10.661 INFO kablam! warning: unused macro definition Oct 15 20:28:10.661 INFO kablam! --> src/lib.rs:47:9 Oct 15 20:28:10.661 INFO kablam! | Oct 15 20:28:10.661 INFO kablam! 47 | / macro_rules! $name { Oct 15 20:28:10.661 INFO kablam! 48 | | $( Oct 15 20:28:10.661 INFO kablam! 49 | | ( $key ) => { $e }; Oct 15 20:28:10.661 INFO kablam! 50 | | )* Oct 15 20:28:10.661 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 15 20:28:10.661 INFO kablam! 52 | | () => {}; Oct 15 20:28:10.661 INFO kablam! 53 | | } Oct 15 20:28:10.661 INFO kablam! | |_________^ Oct 15 20:28:10.661 INFO kablam! ... Oct 15 20:28:10.661 INFO kablam! 1135 | let mcode = assemble6502!( Oct 15 20:28:10.661 INFO kablam! | _________________- Oct 15 20:28:10.661 INFO kablam! 1136 | | adc #0 // Immediate Oct 15 20:28:10.661 INFO kablam! 1137 | | adc 0x12, x // Zero Page indexed with X Oct 15 20:28:10.661 INFO kablam! 1138 | | adc 0x34 // Zero Page Oct 15 20:28:10.661 INFO kablam! ... | Oct 15 20:28:10.661 INFO kablam! 1143 | | adc (0x01),y // (Indirect),Y Oct 15 20:28:10.661 INFO kablam! 1144 | | ); Oct 15 20:28:10.661 INFO kablam! | |_____- in this macro invocation Oct 15 20:28:10.661 INFO kablam! Oct 15 20:28:11.682 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.62s Oct 15 20:28:11.685 INFO kablam! su: No module specific data is present Oct 15 20:28:12.768 INFO running `"docker" "rm" "-f" "0a54fdeeb52a47c45eb813def03e89d7705cbc55291e2855b72c03c43b803ba4"` Oct 15 20:28:13.079 INFO blam! 0a54fdeeb52a47c45eb813def03e89d7705cbc55291e2855b72c03c43b803ba4 Oct 15 20:28:13.083 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 20:28:13.523 INFO blam! 6e7d1ab246dc38bcb8d947857da68b309f63116015fc2baa85fceccf8f115333 Oct 15 20:28:13.525 INFO running `"docker" "start" "-a" "6e7d1ab246dc38bcb8d947857da68b309f63116015fc2baa85fceccf8f115333"` Oct 15 20:28:14.811 INFO kablam! usermod: no changes Oct 15 20:28:14.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 20:28:14.884 INFO kablam! Running /target/debug/deps/rustasm6502-cff6cce5f37e0af7 Oct 15 20:28:14.884 INFO blam! Oct 15 20:28:14.884 INFO blam! running 9 tests Oct 15 20:28:14.884 INFO blam! test pcrel ... ok Oct 15 20:28:14.884 INFO blam! test simple_jmp ... ok Oct 15 20:28:14.884 INFO blam! test no_reloc ... ok Oct 15 20:28:14.884 INFO blam! test no_label ... ok Oct 15 20:28:14.884 INFO blam! test labels ... ok Oct 15 20:28:14.884 INFO blam! test const_expr ... ok Oct 15 20:28:14.884 INFO blam! test code_start_attr ... ok Oct 15 20:28:14.884 INFO blam! test adc ... ok Oct 15 20:28:14.884 INFO blam! test test_ident_map ... ok Oct 15 20:28:14.884 INFO blam! Oct 15 20:28:14.884 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:28:14.884 INFO blam! Oct 15 20:28:14.896 INFO kablam! Doc-tests rustasm6502 Oct 15 20:28:15.773 INFO blam! Oct 15 20:28:15.773 INFO blam! running 1 test Oct 15 20:28:16.975 INFO blam! test src/lib.rs - (line 8) ... ok Oct 15 20:28:16.976 INFO blam! Oct 15 20:28:16.976 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:28:16.976 INFO blam! Oct 15 20:28:16.986 INFO kablam! su: No module specific data is present Oct 15 20:28:17.643 INFO running `"docker" "rm" "-f" "6e7d1ab246dc38bcb8d947857da68b309f63116015fc2baa85fceccf8f115333"` Oct 15 20:28:17.799 INFO blam! 6e7d1ab246dc38bcb8d947857da68b309f63116015fc2baa85fceccf8f115333