Oct 12 01:50:10.135 INFO testing dcpu16-0.4.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 01:50:10.135 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 01:50:10.661 INFO blam! 96702b20fb463b64f90f3f9fc36212201a0ef963bbaab42996a55fe73ad3348f Oct 12 01:50:10.662 INFO running `"docker" "start" "-a" "96702b20fb463b64f90f3f9fc36212201a0ef963bbaab42996a55fe73ad3348f"` Oct 12 01:50:12.900 INFO kablam! usermod: no changes Oct 12 01:50:12.932 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 01:50:12.932 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 01:50:12.932 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 01:50:12.932 INFO kablam! files will be included as a binary target: Oct 12 01:50:12.932 INFO kablam! Oct 12 01:50:12.932 INFO kablam! * /source/src/bin/cli.rs Oct 12 01:50:12.932 INFO kablam! Oct 12 01:50:12.932 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 01:50:12.932 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 01:50:12.932 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 01:50:12.932 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 01:50:12.932 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 01:50:12.932 INFO kablam! Oct 12 01:50:12.932 INFO kablam! For more information on this warning you can consult Oct 12 01:50:12.932 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 01:50:12.932 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 12 01:50:12.933 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 12 01:50:12.933 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 01:50:12.933 INFO kablam! files will be included as a test target: Oct 12 01:50:12.933 INFO kablam! Oct 12 01:50:12.933 INFO kablam! * /source/tests/test_emulator.rs Oct 12 01:50:12.933 INFO kablam! * /source/tests/test_assembler.rs Oct 12 01:50:12.933 INFO kablam! Oct 12 01:50:12.933 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 01:50:12.933 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 12 01:50:12.933 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 12 01:50:12.933 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 01:50:12.933 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 01:50:12.933 INFO kablam! Oct 12 01:50:12.933 INFO kablam! For more information on this warning you can consult Oct 12 01:50:12.933 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 01:50:12.952 INFO kablam! Compiling dcpu16 v0.4.0 (/source) Oct 12 01:50:13.321 INFO kablam! warning: doc comment not used by rustdoc Oct 12 01:50:13.321 INFO kablam! --> src/assembler.rs:775:9 Oct 12 01:50:13.321 INFO kablam! | Oct 12 01:50:13.321 INFO kablam! 775 | / /** Oct 12 01:50:13.321 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 12 01:50:13.321 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 12 01:50:13.321 INFO kablam! 778 | | */ Oct 12 01:50:13.321 INFO kablam! | |____________^ Oct 12 01:50:13.323 INFO kablam! | Oct 12 01:50:13.323 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 01:50:13.323 INFO kablam! Oct 12 01:50:13.362 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 01:50:13.362 INFO kablam! --> src/assembler.rs:3:5 Oct 12 01:50:13.362 INFO kablam! | Oct 12 01:50:13.362 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 01:50:13.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 01:50:13.362 INFO kablam! | Oct 12 01:50:13.362 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:50:13.364 INFO kablam! Oct 12 01:50:13.712 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 12 01:50:13.712 INFO kablam! --> src/assembler.rs:3:5 Oct 12 01:50:13.712 INFO kablam! | Oct 12 01:50:13.712 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 01:50:13.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 01:50:13.712 INFO kablam! | Oct 12 01:50:13.712 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 01:50:13.713 INFO kablam! Oct 12 01:50:13.898 INFO kablam! warning: variable does not need to be mutable Oct 12 01:50:13.898 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 12 01:50:13.899 INFO kablam! | Oct 12 01:50:13.899 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 12 01:50:13.899 INFO kablam! | ----^^^^^ Oct 12 01:50:13.899 INFO kablam! | | Oct 12 01:50:13.899 INFO kablam! | help: remove this `mut` Oct 12 01:50:13.899 INFO kablam! | Oct 12 01:50:13.899 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 01:50:13.899 INFO kablam! Oct 12 01:50:21.405 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.49s Oct 12 01:50:21.410 INFO kablam! su: No module specific data is present Oct 12 01:50:22.608 INFO running `"docker" "rm" "-f" "96702b20fb463b64f90f3f9fc36212201a0ef963bbaab42996a55fe73ad3348f"` Oct 12 01:50:22.881 INFO blam! 96702b20fb463b64f90f3f9fc36212201a0ef963bbaab42996a55fe73ad3348f Oct 12 01:50:22.894 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 01:50:23.392 INFO blam! f234e9b127724b77ed0b63850f7465f34b9d8a286d0c3732ade3c2b43e8d14cb Oct 12 01:50:23.396 INFO running `"docker" "start" "-a" "f234e9b127724b77ed0b63850f7465f34b9d8a286d0c3732ade3c2b43e8d14cb"` Oct 12 01:50:24.964 INFO kablam! usermod: no changes Oct 12 01:50:25.000 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 01:50:25.000 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 01:50:25.000 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 01:50:25.000 INFO kablam! files will be included as a binary target: Oct 12 01:50:25.000 INFO kablam! Oct 12 01:50:25.000 INFO kablam! * /source/src/bin/cli.rs Oct 12 01:50:25.000 INFO kablam! Oct 12 01:50:25.000 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 01:50:25.000 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 01:50:25.000 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 01:50:25.000 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 01:50:25.000 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 01:50:25.000 INFO kablam! Oct 12 01:50:25.000 INFO kablam! For more information on this warning you can consult Oct 12 01:50:25.000 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 01:50:25.000 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 12 01:50:25.000 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 12 01:50:25.000 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 01:50:25.000 INFO kablam! files will be included as a test target: Oct 12 01:50:25.000 INFO kablam! Oct 12 01:50:25.001 INFO kablam! * /source/tests/test_emulator.rs Oct 12 01:50:25.001 INFO kablam! * /source/tests/test_assembler.rs Oct 12 01:50:25.001 INFO kablam! Oct 12 01:50:25.001 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 01:50:25.001 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 12 01:50:25.001 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 12 01:50:25.001 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 01:50:25.001 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 01:50:25.001 INFO kablam! Oct 12 01:50:25.001 INFO kablam! For more information on this warning you can consult Oct 12 01:50:25.001 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 01:50:25.006 INFO kablam! Compiling dcpu16 v0.4.0 (/source) Oct 12 01:50:26.425 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 12 01:50:26.428 INFO kablam! su: No module specific data is present Oct 12 01:50:27.564 INFO running `"docker" "rm" "-f" "f234e9b127724b77ed0b63850f7465f34b9d8a286d0c3732ade3c2b43e8d14cb"` Oct 12 01:50:27.900 INFO blam! f234e9b127724b77ed0b63850f7465f34b9d8a286d0c3732ade3c2b43e8d14cb Oct 12 01:50:27.904 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 01:50:28.338 INFO blam! 385407f36bf7e122381819a22a85b228f49a02e46dc585f3b070848d982e259e Oct 12 01:50:28.340 INFO running `"docker" "start" "-a" "385407f36bf7e122381819a22a85b228f49a02e46dc585f3b070848d982e259e"` Oct 12 01:50:30.356 INFO kablam! usermod: no changes Oct 12 01:50:30.470 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 01:50:30.470 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 01:50:30.470 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 01:50:30.470 INFO kablam! files will be included as a binary target: Oct 12 01:50:30.470 INFO kablam! Oct 12 01:50:30.470 INFO kablam! * /source/src/bin/cli.rs Oct 12 01:50:30.470 INFO kablam! Oct 12 01:50:30.470 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 01:50:30.470 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 01:50:30.470 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 01:50:30.470 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 01:50:30.470 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 01:50:30.470 INFO kablam! Oct 12 01:50:30.470 INFO kablam! For more information on this warning you can consult Oct 12 01:50:30.470 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 01:50:30.470 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 12 01:50:30.470 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 12 01:50:30.470 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 01:50:30.470 INFO kablam! files will be included as a test target: Oct 12 01:50:30.470 INFO kablam! Oct 12 01:50:30.470 INFO kablam! * /source/tests/test_emulator.rs Oct 12 01:50:30.470 INFO kablam! * /source/tests/test_assembler.rs Oct 12 01:50:30.470 INFO kablam! Oct 12 01:50:30.470 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 01:50:30.470 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 12 01:50:30.470 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 12 01:50:30.470 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 01:50:30.470 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 01:50:30.470 INFO kablam! Oct 12 01:50:30.470 INFO kablam! For more information on this warning you can consult Oct 12 01:50:30.470 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 01:50:30.470 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 12 01:50:30.504 INFO kablam! Running /target/debug/deps/tests-0187f4c37ae8311d Oct 12 01:50:30.504 INFO blam! Oct 12 01:50:30.504 INFO blam! running 30 tests Oct 12 01:50:30.516 INFO blam! test test_assembler::test_assembler_case_correctness_string_literals ... ok Oct 12 01:50:30.516 INFO blam! test test_assembler::test_assembler_binary_ops ... ok Oct 12 01:50:30.516 INFO blam! test test_assembler::test_assembler_basic_registers ... ok Oct 12 01:50:30.516 INFO blam! test test_assembler::test_assembler_comments ... ok Oct 12 01:50:30.516 INFO blam! test test_assembler::test_assembler_case_correctness_instructions ... ok Oct 12 01:50:30.528 INFO blam! test test_assembler::test_assembler_hardware_ops ... ok Oct 12 01:50:30.528 INFO blam! test test_assembler::test_assembler_data_literals ... ok Oct 12 01:50:30.528 INFO blam! test test_assembler::test_assembler_flag_ops ... ok Oct 12 01:50:30.528 INFO blam! test test_assembler::test_assembler_control_flow ... ok Oct 12 01:50:30.536 INFO blam! test test_assembler::test_assembler_label_registry_addition ... ok Oct 12 01:50:30.536 INFO blam! test test_assembler::test_assembler_label_literal_addition ... ok Oct 12 01:50:30.536 INFO blam! test test_assembler::test_assembler_future_labels ... ok Oct 12 01:50:30.536 INFO blam! test test_assembler::test_assembler_op_set ... ok Oct 12 01:50:30.536 INFO blam! test test_assembler::test_assembler_pick ... ok Oct 12 01:50:30.536 INFO blam! test test_assembler::test_assembler_peek ... ok Oct 12 01:50:30.536 INFO blam! test test_assembler::test_assembler_registry_literal_addition ... ok Oct 12 01:50:30.536 INFO blam! test test_assembler::test_assembler_shift_ops ... ok Oct 12 01:50:30.536 INFO blam! test test_assembler::test_assembler_push_pop ... ok Oct 12 01:50:30.544 INFO blam! test test_assembler::test_assembler_unsigned_ops ... ok Oct 12 01:50:30.552 INFO blam! test test_emulator::add_overflow ... ok Oct 12 01:50:30.552 INFO blam! test test_assembler::test_assembler_special_ops ... ok Oct 12 01:50:30.552 INFO blam! test test_assembler::test_assembler_simple_labels ... ok Oct 12 01:50:30.552 INFO blam! test test_assembler::test_assembler_signed_ops ... ok Oct 12 01:50:30.552 INFO blam! test test_assembler::test_assembler_whitespace ... ok Oct 12 01:50:30.557 INFO blam! test test_emulator::add ... ok Oct 12 01:50:30.557 INFO blam! test test_emulator::sub_underflow ... ok Oct 12 01:50:30.557 INFO blam! test test_emulator::test_emulerator_basic ... ok Oct 12 01:50:30.557 INFO blam! test test_emulator::sub ... ok Oct 12 01:50:30.568 INFO blam! test test_assembler::test_assembler_unknown_label ... ok Oct 12 01:50:30.584 INFO blam! test test_assembler::test_assembler_case_correctness_labels ... ok Oct 12 01:50:30.584 INFO blam! Oct 12 01:50:30.584 INFO blam! test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:50:30.584 INFO blam! Oct 12 01:50:30.596 INFO kablam! su: No module specific data is present Oct 12 01:50:31.810 INFO running `"docker" "rm" "-f" "385407f36bf7e122381819a22a85b228f49a02e46dc585f3b070848d982e259e"` Oct 12 01:50:32.060 INFO blam! 385407f36bf7e122381819a22a85b228f49a02e46dc585f3b070848d982e259e