Oct 15 20:28:04.951 INFO testing rustasm6502-0.1.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 20:28:04.951 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:05.261 INFO blam! f0670a0e28735b0b0ca4d9a6e6ff27726cf0822dcc6adf0647e951d003a16454 Oct 15 20:28:05.262 INFO running `"docker" "start" "-a" "f0670a0e28735b0b0ca4d9a6e6ff27726cf0822dcc6adf0647e951d003a16454"` Oct 15 20:28:05.712 INFO kablam! usermod: no changes Oct 15 20:28:05.747 INFO kablam! Compiling rustasm6502 v0.1.2 (/source) Oct 15 20:28:06.242 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.51s Oct 15 20:28:06.245 INFO kablam! su: No module specific data is present Oct 15 20:28:07.257 INFO running `"docker" "rm" "-f" "f0670a0e28735b0b0ca4d9a6e6ff27726cf0822dcc6adf0647e951d003a16454"` Oct 15 20:28:07.319 INFO blam! f0670a0e28735b0b0ca4d9a6e6ff27726cf0822dcc6adf0647e951d003a16454 Oct 15 20:28:07.323 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:07.472 INFO blam! 54be8e26a6c32d3d33db197f079bc4c53486fb66142c4d257c73037b7b5f2286 Oct 15 20:28:07.477 INFO running `"docker" "start" "-a" "54be8e26a6c32d3d33db197f079bc4c53486fb66142c4d257c73037b7b5f2286"` Oct 15 20:28:07.977 INFO kablam! usermod: no changes Oct 15 20:28:08.008 INFO kablam! Compiling rustasm6502 v0.1.2 (/source) Oct 15 20:28:08.579 INFO kablam! warning: unused macro definition Oct 15 20:28:08.579 INFO kablam! --> src/lib.rs:47:9 Oct 15 20:28:08.579 INFO kablam! | Oct 15 20:28:08.579 INFO kablam! 47 | / macro_rules! $name { Oct 15 20:28:08.579 INFO kablam! 48 | | $( Oct 15 20:28:08.579 INFO kablam! 49 | | ( $key ) => { $e }; Oct 15 20:28:08.579 INFO kablam! 50 | | )* Oct 15 20:28:08.579 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 15 20:28:08.579 INFO kablam! 52 | | () => {}; Oct 15 20:28:08.579 INFO kablam! 53 | | } Oct 15 20:28:08.579 INFO kablam! | |_________^ Oct 15 20:28:08.579 INFO kablam! ... Oct 15 20:28:08.579 INFO kablam! 1100 | let mcode = assemble6502!( Oct 15 20:28:08.579 INFO kablam! | _________________- Oct 15 20:28:08.579 INFO kablam! 1101 | | start: Oct 15 20:28:08.579 INFO kablam! 1102 | | lda #0xfb Oct 15 20:28:08.579 INFO kablam! 1103 | | ); Oct 15 20:28:08.579 INFO kablam! | |_____- in this macro invocation Oct 15 20:28:08.579 INFO kablam! | Oct 15 20:28:08.579 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 20:28:08.579 INFO kablam! Oct 15 20:28:08.579 INFO kablam! warning: unused macro definition Oct 15 20:28:08.579 INFO kablam! --> src/lib.rs:47:9 Oct 15 20:28:08.579 INFO kablam! | Oct 15 20:28:08.579 INFO kablam! 47 | / macro_rules! $name { Oct 15 20:28:08.579 INFO kablam! 48 | | $( Oct 15 20:28:08.579 INFO kablam! 49 | | ( $key ) => { $e }; Oct 15 20:28:08.579 INFO kablam! 50 | | )* Oct 15 20:28:08.579 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 15 20:28:08.579 INFO kablam! 52 | | () => {}; Oct 15 20:28:08.579 INFO kablam! 53 | | } Oct 15 20:28:08.579 INFO kablam! | |_________^ Oct 15 20:28:08.579 INFO kablam! ... Oct 15 20:28:08.579 INFO kablam! 1110 | let mcode = assemble6502!( Oct 15 20:28:08.579 INFO kablam! | _________________- Oct 15 20:28:08.579 INFO kablam! 1111 | | lda #0xfb Oct 15 20:28:08.579 INFO kablam! 1112 | | lda #0xab Oct 15 20:28:08.579 INFO kablam! 1113 | | ); Oct 15 20:28:08.579 INFO kablam! | |_____- in this macro invocation Oct 15 20:28:08.579 INFO kablam! Oct 15 20:28:08.579 INFO kablam! warning: unused macro definition Oct 15 20:28:08.580 INFO kablam! --> src/lib.rs:47:9 Oct 15 20:28:08.580 INFO kablam! | Oct 15 20:28:08.580 INFO kablam! 47 | / macro_rules! $name { Oct 15 20:28:08.580 INFO kablam! 48 | | $( Oct 15 20:28:08.580 INFO kablam! 49 | | ( $key ) => { $e }; Oct 15 20:28:08.580 INFO kablam! 50 | | )* Oct 15 20:28:08.580 INFO kablam! 51 | | // Empty invocation expands to nothing. Needed when the map is empty. Oct 15 20:28:08.580 INFO kablam! 52 | | () => {}; Oct 15 20:28:08.580 INFO kablam! 53 | | } Oct 15 20:28:08.580 INFO kablam! | |_________^ Oct 15 20:28:08.580 INFO kablam! ... Oct 15 20:28:08.580 INFO kablam! 1135 | let mcode = assemble6502!( Oct 15 20:28:08.580 INFO kablam! | _________________- Oct 15 20:28:08.580 INFO kablam! 1136 | | adc #0 // Immediate Oct 15 20:28:08.580 INFO kablam! 1137 | | adc 0x12, x // Zero Page indexed with X Oct 15 20:28:08.580 INFO kablam! 1138 | | adc 0x34 // Zero Page Oct 15 20:28:08.580 INFO kablam! ... | Oct 15 20:28:08.580 INFO kablam! 1143 | | adc (0x01),y // (Indirect),Y Oct 15 20:28:08.580 INFO kablam! 1144 | | ); Oct 15 20:28:08.580 INFO kablam! | |_____- in this macro invocation Oct 15 20:28:08.580 INFO kablam! Oct 15 20:28:09.273 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 15 20:28:09.275 INFO kablam! su: No module specific data is present Oct 15 20:28:09.559 INFO running `"docker" "rm" "-f" "54be8e26a6c32d3d33db197f079bc4c53486fb66142c4d257c73037b7b5f2286"` Oct 15 20:28:09.660 INFO blam! 54be8e26a6c32d3d33db197f079bc4c53486fb66142c4d257c73037b7b5f2286 Oct 15 20:28:09.663 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:09.894 INFO blam! 75b2d821b634f2a3bb3156fbc7c2a305c1b39ec6d25e9f4078bd40faa0e54bd7 Oct 15 20:28:09.896 INFO running `"docker" "start" "-a" "75b2d821b634f2a3bb3156fbc7c2a305c1b39ec6d25e9f4078bd40faa0e54bd7"` Oct 15 20:28:10.411 INFO kablam! usermod: no changes Oct 15 20:28:10.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 20:28:10.447 INFO kablam! Running /target/debug/deps/rustasm6502-dbf45698650570b1 Oct 15 20:28:10.448 INFO blam! Oct 15 20:28:10.448 INFO blam! running 9 tests Oct 15 20:28:10.456 INFO blam! test simple_jmp ... ok Oct 15 20:28:10.456 INFO blam! test no_label ... ok Oct 15 20:28:10.456 INFO blam! test no_reloc ... ok Oct 15 20:28:10.456 INFO blam! test code_start_attr ... ok Oct 15 20:28:10.456 INFO blam! test pcrel ... ok Oct 15 20:28:10.456 INFO blam! test labels ... ok Oct 15 20:28:10.456 INFO blam! test const_expr ... ok Oct 15 20:28:10.456 INFO blam! test adc ... ok Oct 15 20:28:10.459 INFO blam! test test_ident_map ... ok Oct 15 20:28:10.459 INFO blam! Oct 15 20:28:10.459 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:28:10.459 INFO blam! Oct 15 20:28:10.460 INFO kablam! Doc-tests rustasm6502 Oct 15 20:28:11.403 INFO blam! Oct 15 20:28:11.403 INFO blam! running 1 test Oct 15 20:28:12.859 INFO blam! test src/lib.rs - (line 8) ... ok Oct 15 20:28:12.859 INFO blam! Oct 15 20:28:12.859 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:28:12.859 INFO blam! Oct 15 20:28:12.871 INFO kablam! su: No module specific data is present Oct 15 20:28:13.624 INFO running `"docker" "rm" "-f" "75b2d821b634f2a3bb3156fbc7c2a305c1b39ec6d25e9f4078bd40faa0e54bd7"` Oct 15 20:28:13.987 INFO blam! 75b2d821b634f2a3bb3156fbc7c2a305c1b39ec6d25e9f4078bd40faa0e54bd7