Oct 16 13:36:48.732 INFO testing dcpu16-0.4.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 13:36:48.732 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 13:36:49.139 INFO blam! f7c36a36f225880ceb0736c664a7f3042314dff353d0ebf33ae359c9da469b5b Oct 16 13:36:49.151 INFO running `"docker" "start" "-a" "f7c36a36f225880ceb0736c664a7f3042314dff353d0ebf33ae359c9da469b5b"` Oct 16 13:36:50.889 INFO kablam! usermod: no changes Oct 16 13:36:50.923 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 13:36:50.923 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 13:36:50.923 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:36:50.923 INFO kablam! files will be included as a binary target: Oct 16 13:36:50.923 INFO kablam! Oct 16 13:36:50.923 INFO kablam! * /source/src/bin/cli.rs Oct 16 13:36:50.923 INFO kablam! Oct 16 13:36:50.923 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:36:50.923 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 13:36:50.923 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 13:36:50.923 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:36:50.923 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:36:50.923 INFO kablam! Oct 16 13:36:50.923 INFO kablam! For more information on this warning you can consult Oct 16 13:36:50.923 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:36:50.923 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 16 13:36:50.923 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 16 13:36:50.923 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:36:50.923 INFO kablam! files will be included as a test target: Oct 16 13:36:50.923 INFO kablam! Oct 16 13:36:50.923 INFO kablam! * /source/tests/test_emulator.rs Oct 16 13:36:50.923 INFO kablam! * /source/tests/test_assembler.rs Oct 16 13:36:50.923 INFO kablam! Oct 16 13:36:50.923 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:36:50.923 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 16 13:36:50.923 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 16 13:36:50.923 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:36:50.923 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:36:50.923 INFO kablam! Oct 16 13:36:50.923 INFO kablam! For more information on this warning you can consult Oct 16 13:36:50.923 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:36:50.947 INFO kablam! Compiling dcpu16 v0.4.0 (/source) Oct 16 13:36:51.591 INFO kablam! warning: doc comment not used by rustdoc Oct 16 13:36:51.591 INFO kablam! --> src/assembler.rs:775:9 Oct 16 13:36:51.591 INFO kablam! | Oct 16 13:36:51.591 INFO kablam! 775 | / /** Oct 16 13:36:51.591 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 16 13:36:51.591 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 16 13:36:51.591 INFO kablam! 778 | | */ Oct 16 13:36:51.591 INFO kablam! | |____________^ Oct 16 13:36:51.591 INFO kablam! | Oct 16 13:36:51.591 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 16 13:36:51.591 INFO kablam! Oct 16 13:36:51.631 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 13:36:51.631 INFO kablam! --> src/assembler.rs:3:5 Oct 16 13:36:51.631 INFO kablam! | Oct 16 13:36:51.631 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 16 13:36:51.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 13:36:51.631 INFO kablam! | Oct 16 13:36:51.631 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 13:36:51.631 INFO kablam! Oct 16 13:36:52.015 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 13:36:52.015 INFO kablam! --> src/assembler.rs:3:5 Oct 16 13:36:52.015 INFO kablam! | Oct 16 13:36:52.015 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 16 13:36:52.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 13:36:52.015 INFO kablam! | Oct 16 13:36:52.031 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 13:36:52.031 INFO kablam! Oct 16 13:36:52.205 INFO kablam! warning: variable does not need to be mutable Oct 16 13:36:52.205 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 16 13:36:52.205 INFO kablam! | Oct 16 13:36:52.205 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 16 13:36:52.205 INFO kablam! | ----^^^^^ Oct 16 13:36:52.205 INFO kablam! | | Oct 16 13:36:52.205 INFO kablam! | help: remove this `mut` Oct 16 13:36:52.205 INFO kablam! | Oct 16 13:36:52.208 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 13:36:52.208 INFO kablam! Oct 16 13:37:01.071 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.17s Oct 16 13:37:01.075 INFO kablam! su: No module specific data is present Oct 16 13:37:02.570 INFO running `"docker" "rm" "-f" "f7c36a36f225880ceb0736c664a7f3042314dff353d0ebf33ae359c9da469b5b"` Oct 16 13:37:02.983 INFO blam! f7c36a36f225880ceb0736c664a7f3042314dff353d0ebf33ae359c9da469b5b Oct 16 13:37:02.990 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 13:37:03.508 INFO blam! 3705bc999720d2da1b23c557d10151ef8765d7ce5bc2607d09f7fa0bf63cb944 Oct 16 13:37:03.510 INFO running `"docker" "start" "-a" "3705bc999720d2da1b23c557d10151ef8765d7ce5bc2607d09f7fa0bf63cb944"` Oct 16 13:37:06.348 INFO kablam! usermod: no changes Oct 16 13:37:06.399 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 13:37:06.399 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 13:37:06.399 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:37:06.399 INFO kablam! files will be included as a binary target: Oct 16 13:37:06.399 INFO kablam! Oct 16 13:37:06.399 INFO kablam! * /source/src/bin/cli.rs Oct 16 13:37:06.399 INFO kablam! Oct 16 13:37:06.399 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:37:06.399 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 13:37:06.399 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 13:37:06.399 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:37:06.399 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:37:06.399 INFO kablam! Oct 16 13:37:06.399 INFO kablam! For more information on this warning you can consult Oct 16 13:37:06.399 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:37:06.399 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 16 13:37:06.399 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 16 13:37:06.399 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:37:06.399 INFO kablam! files will be included as a test target: Oct 16 13:37:06.399 INFO kablam! Oct 16 13:37:06.399 INFO kablam! * /source/tests/test_emulator.rs Oct 16 13:37:06.399 INFO kablam! * /source/tests/test_assembler.rs Oct 16 13:37:06.399 INFO kablam! Oct 16 13:37:06.399 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:37:06.399 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 16 13:37:06.399 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 16 13:37:06.399 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:37:06.399 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:37:06.399 INFO kablam! Oct 16 13:37:06.399 INFO kablam! For more information on this warning you can consult Oct 16 13:37:06.399 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:37:06.407 INFO kablam! Compiling dcpu16 v0.4.0 (/source) Oct 16 13:37:08.339 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 16 13:37:08.343 INFO kablam! su: No module specific data is present Oct 16 13:37:09.847 INFO running `"docker" "rm" "-f" "3705bc999720d2da1b23c557d10151ef8765d7ce5bc2607d09f7fa0bf63cb944"` Oct 16 13:37:10.132 INFO blam! 3705bc999720d2da1b23c557d10151ef8765d7ce5bc2607d09f7fa0bf63cb944 Oct 16 13:37:10.151 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 13:37:10.742 INFO blam! 086dd9eed38bf14eb4a10857e5ce27d3495756be678580bae898cf545cb5e74f Oct 16 13:37:10.745 INFO running `"docker" "start" "-a" "086dd9eed38bf14eb4a10857e5ce27d3495756be678580bae898cf545cb5e74f"` Oct 16 13:37:12.875 INFO kablam! usermod: no changes Oct 16 13:37:12.919 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 13:37:12.919 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 13:37:12.919 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:37:12.919 INFO kablam! files will be included as a binary target: Oct 16 13:37:12.919 INFO kablam! Oct 16 13:37:12.919 INFO kablam! * /source/src/bin/cli.rs Oct 16 13:37:12.919 INFO kablam! Oct 16 13:37:12.919 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:37:12.919 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 13:37:12.919 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 13:37:12.919 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:37:12.919 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:37:12.919 INFO kablam! Oct 16 13:37:12.919 INFO kablam! For more information on this warning you can consult Oct 16 13:37:12.919 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:37:12.919 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 16 13:37:12.919 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 16 13:37:12.919 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:37:12.919 INFO kablam! files will be included as a test target: Oct 16 13:37:12.919 INFO kablam! Oct 16 13:37:12.919 INFO kablam! * /source/tests/test_emulator.rs Oct 16 13:37:12.919 INFO kablam! * /source/tests/test_assembler.rs Oct 16 13:37:12.919 INFO kablam! Oct 16 13:37:12.919 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:37:12.919 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 16 13:37:12.919 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 16 13:37:12.919 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:37:12.919 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:37:12.919 INFO kablam! Oct 16 13:37:12.919 INFO kablam! For more information on this warning you can consult Oct 16 13:37:12.919 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:37:12.935 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 16 13:37:12.947 INFO kablam! Running /target/debug/deps/tests-0187f4c37ae8311d Oct 16 13:37:12.951 INFO blam! Oct 16 13:37:12.951 INFO blam! running 30 tests Oct 16 13:37:12.951 INFO blam! test test_assembler::test_assembler_basic_registers ... ok Oct 16 13:37:12.951 INFO blam! test test_assembler::test_assembler_case_correctness_instructions ... ok Oct 16 13:37:12.951 INFO blam! test test_assembler::test_assembler_control_flow ... ok Oct 16 13:37:12.951 INFO blam! test test_assembler::test_assembler_case_correctness_string_literals ... ok Oct 16 13:37:12.951 INFO blam! test test_assembler::test_assembler_comments ... ok Oct 16 13:37:12.955 INFO blam! test test_assembler::test_assembler_binary_ops ... ok Oct 16 13:37:12.956 INFO blam! test test_assembler::test_assembler_op_set ... ok Oct 16 13:37:12.959 INFO blam! test test_assembler::test_assembler_label_registry_addition ... ok Oct 16 13:37:12.959 INFO blam! test test_assembler::test_assembler_peek ... ok Oct 16 13:37:12.959 INFO blam! test test_assembler::test_assembler_push_pop ... ok Oct 16 13:37:12.959 INFO blam! test test_assembler::test_assembler_registry_literal_addition ... ok Oct 16 13:37:12.959 INFO blam! test test_assembler::test_assembler_shift_ops ... ok Oct 16 13:37:12.959 INFO blam! test test_assembler::test_assembler_signed_ops ... ok Oct 16 13:37:12.967 INFO blam! test test_assembler::test_assembler_flag_ops ... ok Oct 16 13:37:12.967 INFO blam! test test_assembler::test_assembler_special_ops ... ok Oct 16 13:37:12.971 INFO blam! test test_assembler::test_assembler_future_labels ... ok Oct 16 13:37:12.971 INFO blam! test test_assembler::test_assembler_hardware_ops ... ok Oct 16 13:37:12.975 INFO blam! test test_assembler::test_assembler_data_literals ... ok Oct 16 13:37:12.987 INFO blam! test test_assembler::test_assembler_unsigned_ops ... ok Oct 16 13:37:12.987 INFO blam! test test_assembler::test_assembler_label_literal_addition ... ok Oct 16 13:37:12.987 INFO blam! test test_assembler::test_assembler_pick ... ok Oct 16 13:37:12.987 INFO blam! test test_assembler::test_assembler_whitespace ... ok Oct 16 13:37:12.992 INFO blam! test test_assembler::test_assembler_simple_labels ... ok Oct 16 13:37:12.992 INFO blam! test test_emulator::add ... ok Oct 16 13:37:12.995 INFO blam! test test_emulator::add_overflow ... ok Oct 16 13:37:12.995 INFO blam! test test_emulator::sub ... ok Oct 16 13:37:12.999 INFO blam! test test_emulator::test_emulerator_basic ... ok Oct 16 13:37:12.999 INFO blam! test test_emulator::sub_underflow ... ok Oct 16 13:37:13.068 INFO blam! test test_assembler::test_assembler_case_correctness_labels ... ok Oct 16 13:37:13.068 INFO blam! test test_assembler::test_assembler_unknown_label ... ok Oct 16 13:37:13.068 INFO blam! Oct 16 13:37:13.068 INFO blam! test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:37:13.068 INFO blam! Oct 16 13:37:13.072 INFO kablam! su: No module specific data is present Oct 16 13:37:14.095 INFO running `"docker" "rm" "-f" "086dd9eed38bf14eb4a10857e5ce27d3495756be678580bae898cf545cb5e74f"` Oct 16 13:37:14.373 INFO blam! 086dd9eed38bf14eb4a10857e5ce27d3495756be678580bae898cf545cb5e74f