Oct 16 13:11:51.437 INFO testing disasm6502-0.2.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 13:11:51.437 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 13:11:51.625 INFO blam! 3857b19b091efa1cd89c7d542d64a415838082fa16e9ec1001428111ade132c1 Oct 16 13:11:51.628 INFO running `"docker" "start" "-a" "3857b19b091efa1cd89c7d542d64a415838082fa16e9ec1001428111ade132c1"` Oct 16 13:11:52.275 INFO kablam! usermod: no changes Oct 16 13:11:52.355 INFO kablam! Compiling disasm6502 v0.2.1 (/source) Oct 16 13:11:53.014 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 13:11:53.015 INFO kablam! --> src/instruction.rs:326:75 Oct 16 13:11:53.015 INFO kablam! | Oct 16 13:11:53.015 INFO kablam! 326 | let value_be = (read_byte(*index, buffer) << 8 & 0xFF00) | (read_byte((*index + 0x0001), buffer) & 0x00FF); Oct 16 13:11:53.015 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 13:11:53.015 INFO kablam! | Oct 16 13:11:53.015 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 13:11:53.015 INFO kablam! Oct 16 13:11:53.918 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.62s Oct 16 13:11:53.920 INFO kablam! su: No module specific data is present Oct 16 13:11:54.168 INFO running `"docker" "rm" "-f" "3857b19b091efa1cd89c7d542d64a415838082fa16e9ec1001428111ade132c1"` Oct 16 13:11:54.251 INFO blam! 3857b19b091efa1cd89c7d542d64a415838082fa16e9ec1001428111ade132c1 Oct 16 13:11:54.256 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 13:11:54.452 INFO blam! e2d50434ae9c9e0ac50a81e8726143527e38f55f97a76b9d117ad0239d42e1c0 Oct 16 13:11:54.454 INFO running `"docker" "start" "-a" "e2d50434ae9c9e0ac50a81e8726143527e38f55f97a76b9d117ad0239d42e1c0"` Oct 16 13:11:55.230 INFO kablam! usermod: no changes Oct 16 13:11:55.268 INFO kablam! Compiling disasm6502 v0.2.1 (/source) Oct 16 13:11:56.055 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 13:11:56.055 INFO kablam! --> src/instruction.rs:326:75 Oct 16 13:11:56.055 INFO kablam! | Oct 16 13:11:56.055 INFO kablam! 326 | let value_be = (read_byte(*index, buffer) << 8 & 0xFF00) | (read_byte((*index + 0x0001), buffer) & 0x00FF); Oct 16 13:11:56.055 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 13:11:56.055 INFO kablam! | Oct 16 13:11:56.055 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 13:11:56.055 INFO kablam! Oct 16 13:11:56.786 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.53s Oct 16 13:11:56.789 INFO kablam! su: No module specific data is present Oct 16 13:11:57.083 INFO running `"docker" "rm" "-f" "e2d50434ae9c9e0ac50a81e8726143527e38f55f97a76b9d117ad0239d42e1c0"` Oct 16 13:11:57.216 INFO blam! e2d50434ae9c9e0ac50a81e8726143527e38f55f97a76b9d117ad0239d42e1c0 Oct 16 13:11:57.219 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 13:11:57.375 INFO blam! e7d69f1613926d34a4f13cec204366a714fe643b603deabdeadcbe3d556963ed Oct 16 13:11:57.378 INFO running `"docker" "start" "-a" "e7d69f1613926d34a4f13cec204366a714fe643b603deabdeadcbe3d556963ed"` Oct 16 13:11:57.854 INFO kablam! usermod: no changes Oct 16 13:11:57.890 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 13:11:57.890 INFO kablam! Running /target/debug/deps/disasm6502-2f3e02278700cb6f Oct 16 13:11:57.892 INFO blam! Oct 16 13:11:57.892 INFO blam! running 0 tests Oct 16 13:11:57.892 INFO blam! Oct 16 13:11:57.892 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:11:57.892 INFO blam! Oct 16 13:11:57.893 INFO kablam! Running /target/debug/deps/lib-d5548c5742722a6d Oct 16 13:11:57.904 INFO blam! Oct 16 13:11:57.904 INFO blam! running 3 tests Oct 16 13:11:57.923 INFO blam! test check_disasm_file ... ok Oct 16 13:11:57.927 INFO blam! test check_disasm ... ok Oct 16 13:11:57.939 INFO blam! test check_disasm_file_fail ... ok Oct 16 13:11:57.939 INFO blam! Oct 16 13:11:57.939 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:11:57.939 INFO blam! Oct 16 13:11:57.940 INFO kablam! Doc-tests disasm6502 Oct 16 13:11:58.923 INFO blam! Oct 16 13:11:58.923 INFO blam! running 8 tests Oct 16 13:12:02.654 INFO blam! test src/lib.rs - from_addr_file (line 55) ... ok Oct 16 13:12:02.782 INFO blam! test src/instruction.rs - instruction::decode (line 403) ... ok Oct 16 13:12:02.868 INFO blam! test src/lib.rs - (line 7) ... ok Oct 16 13:12:03.009 INFO blam! test src/lib.rs - from_addr_array (line 90) ... ok Oct 16 13:12:03.014 INFO blam! test src/lib.rs - from_file (line 41) ... ok Oct 16 13:12:03.033 INFO blam! test src/lib.rs - from_array (line 74) ... ok Oct 16 13:12:03.099 INFO blam! test src/instruction.rs - instruction::Instruction::as_hex_str (line 232) ... ok Oct 16 13:12:03.207 INFO blam! test src/instruction.rs - instruction::Instruction::as_str (line 276) ... ok Oct 16 13:12:03.207 INFO blam! Oct 16 13:12:03.207 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:12:03.207 INFO blam! Oct 16 13:12:03.216 INFO kablam! su: No module specific data is present Oct 16 13:12:03.512 INFO running `"docker" "rm" "-f" "e7d69f1613926d34a4f13cec204366a714fe643b603deabdeadcbe3d556963ed"` Oct 16 13:12:03.618 INFO blam! e7d69f1613926d34a4f13cec204366a714fe643b603deabdeadcbe3d556963ed