Oct 16 13:36:52.933 INFO testing dcpu16-0.4.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 13:36:52.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:36:53.321 INFO blam! 41964eec69533f6f5a17c308c389011a6fac50dd9554ec54892512f0cfca6b89 Oct 16 13:36:53.323 INFO running `"docker" "start" "-a" "41964eec69533f6f5a17c308c389011a6fac50dd9554ec54892512f0cfca6b89"` Oct 16 13:36:55.514 INFO kablam! usermod: no changes Oct 16 13:36:55.591 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 13:36:55.591 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 13:36:55.591 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:36:55.591 INFO kablam! files will be included as a binary target: Oct 16 13:36:55.591 INFO kablam! Oct 16 13:36:55.591 INFO kablam! * /source/src/bin/cli.rs Oct 16 13:36:55.591 INFO kablam! Oct 16 13:36:55.591 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:36:55.591 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 13:36:55.591 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 13:36:55.591 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:36:55.591 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:36:55.591 INFO kablam! Oct 16 13:36:55.591 INFO kablam! For more information on this warning you can consult Oct 16 13:36:55.591 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:36:55.591 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 16 13:36:55.591 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 16 13:36:55.591 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:36:55.591 INFO kablam! files will be included as a test target: Oct 16 13:36:55.591 INFO kablam! Oct 16 13:36:55.591 INFO kablam! * /source/tests/test_emulator.rs Oct 16 13:36:55.591 INFO kablam! * /source/tests/test_assembler.rs Oct 16 13:36:55.591 INFO kablam! Oct 16 13:36:55.591 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:36:55.591 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 16 13:36:55.591 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 16 13:36:55.591 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:36:55.591 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:36:55.591 INFO kablam! Oct 16 13:36:55.591 INFO kablam! For more information on this warning you can consult Oct 16 13:36:55.591 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:36:55.611 INFO kablam! Compiling dcpu16 v0.4.0 (/source) Oct 16 13:36:56.419 INFO kablam! warning: doc comment not used by rustdoc Oct 16 13:36:56.419 INFO kablam! --> src/assembler.rs:775:9 Oct 16 13:36:56.419 INFO kablam! | Oct 16 13:36:56.419 INFO kablam! 775 | / /** Oct 16 13:36:56.419 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 16 13:36:56.419 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 16 13:36:56.419 INFO kablam! 778 | | */ Oct 16 13:36:56.419 INFO kablam! | |____________^ Oct 16 13:36:56.419 INFO kablam! | Oct 16 13:36:56.419 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 16 13:36:56.419 INFO kablam! Oct 16 13:36:56.467 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 13:36:56.467 INFO kablam! --> src/assembler.rs:3:5 Oct 16 13:36:56.467 INFO kablam! | Oct 16 13:36:56.467 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 16 13:36:56.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 13:36:56.467 INFO kablam! | Oct 16 13:36:56.467 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 13:36:56.467 INFO kablam! Oct 16 13:36:56.827 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 13:36:56.827 INFO kablam! --> src/assembler.rs:3:5 Oct 16 13:36:56.827 INFO kablam! | Oct 16 13:36:56.827 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 16 13:36:56.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 13:36:56.827 INFO kablam! | Oct 16 13:36:56.827 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 13:36:56.827 INFO kablam! Oct 16 13:36:56.999 INFO kablam! warning: variable does not need to be mutable Oct 16 13:36:56.999 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 16 13:36:56.999 INFO kablam! | Oct 16 13:36:56.999 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 16 13:36:56.999 INFO kablam! | ----^^^^^ Oct 16 13:36:56.999 INFO kablam! | | Oct 16 13:36:57.000 INFO kablam! | help: remove this `mut` Oct 16 13:36:57.000 INFO kablam! | Oct 16 13:36:57.000 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 13:36:57.000 INFO kablam! Oct 16 13:37:06.184 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.63s Oct 16 13:37:06.190 INFO kablam! su: No module specific data is present Oct 16 13:37:07.680 INFO running `"docker" "rm" "-f" "41964eec69533f6f5a17c308c389011a6fac50dd9554ec54892512f0cfca6b89"` Oct 16 13:37:07.955 INFO blam! 41964eec69533f6f5a17c308c389011a6fac50dd9554ec54892512f0cfca6b89 Oct 16 13:37:07.957 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:37:08.439 INFO blam! 63fe59d6167ced6eecced67ca9d21052d4785e762edbde881c98e7fdf47d2404 Oct 16 13:37:08.447 INFO running `"docker" "start" "-a" "63fe59d6167ced6eecced67ca9d21052d4785e762edbde881c98e7fdf47d2404"` Oct 16 13:37:10.410 INFO kablam! usermod: no changes Oct 16 13:37:10.483 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 13:37:10.484 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 13:37:10.484 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:37:10.484 INFO kablam! files will be included as a binary target: Oct 16 13:37:10.484 INFO kablam! Oct 16 13:37:10.484 INFO kablam! * /source/src/bin/cli.rs Oct 16 13:37:10.484 INFO kablam! Oct 16 13:37:10.485 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:37:10.485 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 13:37:10.485 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 13:37:10.485 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:37:10.486 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:37:10.486 INFO kablam! Oct 16 13:37:10.486 INFO kablam! For more information on this warning you can consult Oct 16 13:37:10.486 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:37:10.487 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 16 13:37:10.487 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 16 13:37:10.488 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:37:10.488 INFO kablam! files will be included as a test target: Oct 16 13:37:10.488 INFO kablam! Oct 16 13:37:10.488 INFO kablam! * /source/tests/test_emulator.rs Oct 16 13:37:10.489 INFO kablam! * /source/tests/test_assembler.rs Oct 16 13:37:10.489 INFO kablam! Oct 16 13:37:10.489 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:37:10.490 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 16 13:37:10.490 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 16 13:37:10.490 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:37:10.491 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:37:10.491 INFO kablam! Oct 16 13:37:10.491 INFO kablam! For more information on this warning you can consult Oct 16 13:37:10.492 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:37:10.492 INFO kablam! Compiling dcpu16 v0.4.0 (/source) Oct 16 13:37:12.387 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.94s Oct 16 13:37:12.391 INFO kablam! su: No module specific data is present Oct 16 13:37:13.623 INFO running `"docker" "rm" "-f" "63fe59d6167ced6eecced67ca9d21052d4785e762edbde881c98e7fdf47d2404"` Oct 16 13:37:13.882 INFO blam! 63fe59d6167ced6eecced67ca9d21052d4785e762edbde881c98e7fdf47d2404 Oct 16 13:37:13.885 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:37:14.262 INFO blam! 2f3b3a77521dd6c86085d46052692332929184245b7448ed7ad23248a721c94a Oct 16 13:37:14.265 INFO running `"docker" "start" "-a" "2f3b3a77521dd6c86085d46052692332929184245b7448ed7ad23248a721c94a"` Oct 16 13:37:15.843 INFO kablam! usermod: no changes Oct 16 13:37:15.895 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 13:37:15.895 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 13:37:15.895 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:37:15.895 INFO kablam! files will be included as a binary target: Oct 16 13:37:15.895 INFO kablam! Oct 16 13:37:15.895 INFO kablam! * /source/src/bin/cli.rs Oct 16 13:37:15.895 INFO kablam! Oct 16 13:37:15.895 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:37:15.895 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 13:37:15.895 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 13:37:15.895 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:37:15.895 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:37:15.895 INFO kablam! Oct 16 13:37:15.895 INFO kablam! For more information on this warning you can consult Oct 16 13:37:15.895 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:37:15.895 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 16 13:37:15.895 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 16 13:37:15.895 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:37:15.895 INFO kablam! files will be included as a test target: Oct 16 13:37:15.895 INFO kablam! Oct 16 13:37:15.895 INFO kablam! * /source/tests/test_emulator.rs Oct 16 13:37:15.895 INFO kablam! * /source/tests/test_assembler.rs Oct 16 13:37:15.895 INFO kablam! Oct 16 13:37:15.895 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:37:15.895 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 16 13:37:15.895 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 16 13:37:15.895 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:37:15.895 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:37:15.895 INFO kablam! Oct 16 13:37:15.895 INFO kablam! For more information on this warning you can consult Oct 16 13:37:15.895 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:37:15.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 13:37:15.927 INFO kablam! Running /target/debug/deps/tests-2f75862f8bda540d Oct 16 13:37:15.930 INFO blam! Oct 16 13:37:15.930 INFO blam! running 30 tests Oct 16 13:37:15.987 INFO blam! test test_assembler::test_assembler_binary_ops ... ok Oct 16 13:37:15.987 INFO blam! test test_assembler::test_assembler_case_correctness_instructions ... ok Oct 16 13:37:15.989 INFO blam! test test_assembler::test_assembler_case_correctness_string_literals ... ok Oct 16 13:37:15.989 INFO blam! test test_assembler::test_assembler_basic_registers ... ok Oct 16 13:37:15.990 INFO blam! test test_assembler::test_assembler_comments ... ok Oct 16 13:37:16.015 INFO blam! test test_assembler::test_assembler_control_flow ... ok Oct 16 13:37:16.015 INFO blam! test test_assembler::test_assembler_data_literals ... ok Oct 16 13:37:16.015 INFO blam! test test_assembler::test_assembler_flag_ops ... ok Oct 16 13:37:16.016 INFO blam! test test_assembler::test_assembler_op_set ... ok Oct 16 13:37:16.019 INFO blam! test test_assembler::test_assembler_future_labels ... ok Oct 16 13:37:16.023 INFO blam! test test_assembler::test_assembler_hardware_ops ... ok Oct 16 13:37:16.047 INFO blam! test test_assembler::test_assembler_label_literal_addition ... ok Oct 16 13:37:16.047 INFO blam! test test_assembler::test_assembler_peek ... ok Oct 16 13:37:16.048 INFO blam! test test_assembler::test_assembler_label_registry_addition ... ok Oct 16 13:37:16.048 INFO blam! test test_assembler::test_assembler_pick ... ok Oct 16 13:37:16.048 INFO blam! test test_assembler::test_assembler_push_pop ... ok Oct 16 13:37:16.048 INFO blam! test test_assembler::test_assembler_registry_literal_addition ... ok Oct 16 13:37:16.049 INFO blam! test test_assembler::test_assembler_simple_labels ... ok Oct 16 13:37:16.060 INFO blam! test test_assembler::test_assembler_shift_ops ... ok Oct 16 13:37:16.060 INFO blam! test test_assembler::test_assembler_special_ops ... ok Oct 16 13:37:16.060 INFO blam! test test_assembler::test_assembler_signed_ops ... ok Oct 16 13:37:16.061 INFO blam! test test_assembler::test_assembler_unsigned_ops ... ok Oct 16 13:37:16.061 INFO blam! test test_assembler::test_assembler_whitespace ... ok Oct 16 13:37:16.061 INFO blam! test test_assembler::test_assembler_case_correctness_labels ... ok Oct 16 13:37:16.062 INFO blam! test test_assembler::test_assembler_unknown_label ... ok Oct 16 13:37:16.063 INFO blam! test test_emulator::sub_underflow ... ok Oct 16 13:37:16.063 INFO blam! test test_emulator::sub ... ok Oct 16 13:37:16.064 INFO blam! test test_emulator::add_overflow ... ok Oct 16 13:37:16.064 INFO blam! test test_emulator::add ... ok Oct 16 13:37:16.065 INFO blam! test test_emulator::test_emulerator_basic ... ok Oct 16 13:37:16.065 INFO blam! Oct 16 13:37:16.065 INFO blam! test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:37:16.066 INFO blam! Oct 16 13:37:16.068 INFO kablam! su: No module specific data is present Oct 16 13:37:17.287 INFO running `"docker" "rm" "-f" "2f3b3a77521dd6c86085d46052692332929184245b7448ed7ad23248a721c94a"` Oct 16 13:37:17.549 INFO blam! 2f3b3a77521dd6c86085d46052692332929184245b7448ed7ad23248a721c94a