Oct 14 19:17:35.325 INFO testing gustavla/dcpu16 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 19:17:35.326 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 14 19:17:35.702 INFO blam! d34704871daf269c866531c2b9ad2c0766775ffa6537196d74ab5f47b4bd2547 Oct 14 19:17:35.705 INFO running `"docker" "start" "-a" "d34704871daf269c866531c2b9ad2c0766775ffa6537196d74ab5f47b4bd2547"` Oct 14 19:17:37.009 INFO kablam! usermod: no changes Oct 14 19:17:37.055 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 19:17:37.055 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 19:17:37.055 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:17:37.055 INFO kablam! files will be included as a binary target: Oct 14 19:17:37.055 INFO kablam! Oct 14 19:17:37.055 INFO kablam! * /source/src/bin/cli.rs Oct 14 19:17:37.055 INFO kablam! Oct 14 19:17:37.055 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:17:37.055 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 19:17:37.055 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 19:17:37.055 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:17:37.055 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:17:37.055 INFO kablam! Oct 14 19:17:37.055 INFO kablam! For more information on this warning you can consult Oct 14 19:17:37.055 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:17:37.055 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 14 19:17:37.055 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 14 19:17:37.055 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:17:37.055 INFO kablam! files will be included as a test target: Oct 14 19:17:37.055 INFO kablam! Oct 14 19:17:37.055 INFO kablam! * /source/tests/test_emulator.rs Oct 14 19:17:37.055 INFO kablam! * /source/tests/test_assembler.rs Oct 14 19:17:37.055 INFO kablam! Oct 14 19:17:37.055 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:17:37.055 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 14 19:17:37.055 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 14 19:17:37.055 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:17:37.055 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:17:37.055 INFO kablam! Oct 14 19:17:37.055 INFO kablam! For more information on this warning you can consult Oct 14 19:17:37.055 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:17:37.073 INFO kablam! Compiling dcpu16 v0.4.0 (/source) Oct 14 19:17:37.456 INFO kablam! warning: doc comment not used by rustdoc Oct 14 19:17:37.456 INFO kablam! --> src/assembler.rs:775:9 Oct 14 19:17:37.456 INFO kablam! | Oct 14 19:17:37.456 INFO kablam! 775 | / /** Oct 14 19:17:37.456 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 14 19:17:37.456 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 14 19:17:37.456 INFO kablam! 778 | | */ Oct 14 19:17:37.456 INFO kablam! | |____________^ Oct 14 19:17:37.456 INFO kablam! | Oct 14 19:17:37.456 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 19:17:37.456 INFO kablam! Oct 14 19:17:37.519 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 19:17:37.519 INFO kablam! --> src/assembler.rs:3:5 Oct 14 19:17:37.519 INFO kablam! | Oct 14 19:17:37.519 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 14 19:17:37.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 19:17:37.519 INFO kablam! | Oct 14 19:17:37.519 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 19:17:37.519 INFO kablam! Oct 14 19:17:37.939 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 14 19:17:37.939 INFO kablam! --> src/assembler.rs:3:5 Oct 14 19:17:37.939 INFO kablam! | Oct 14 19:17:37.939 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 14 19:17:37.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 19:17:37.939 INFO kablam! | Oct 14 19:17:37.939 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:17:37.939 INFO kablam! Oct 14 19:17:38.131 INFO kablam! warning: variable does not need to be mutable Oct 14 19:17:38.131 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 14 19:17:38.131 INFO kablam! | Oct 14 19:17:38.131 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 14 19:17:38.131 INFO kablam! | ----^^^^^ Oct 14 19:17:38.131 INFO kablam! | | Oct 14 19:17:38.131 INFO kablam! | help: remove this `mut` Oct 14 19:17:38.131 INFO kablam! | Oct 14 19:17:38.131 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:17:38.131 INFO kablam! Oct 14 19:17:44.972 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.94s Oct 14 19:17:44.975 INFO kablam! su: No module specific data is present Oct 14 19:17:45.880 INFO running `"docker" "rm" "-f" "d34704871daf269c866531c2b9ad2c0766775ffa6537196d74ab5f47b4bd2547"` Oct 14 19:17:46.191 INFO blam! d34704871daf269c866531c2b9ad2c0766775ffa6537196d74ab5f47b4bd2547 Oct 14 19:17:46.203 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 14 19:17:46.620 INFO blam! 2864bb60743eefc8b237e984ef56f937b34d5a829a7dbf80c9184c7b90f623e2 Oct 14 19:17:46.623 INFO running `"docker" "start" "-a" "2864bb60743eefc8b237e984ef56f937b34d5a829a7dbf80c9184c7b90f623e2"` Oct 14 19:17:48.136 INFO kablam! usermod: no changes Oct 14 19:17:48.183 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 19:17:48.183 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 19:17:48.183 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:17:48.183 INFO kablam! files will be included as a binary target: Oct 14 19:17:48.183 INFO kablam! Oct 14 19:17:48.183 INFO kablam! * /source/src/bin/cli.rs Oct 14 19:17:48.183 INFO kablam! Oct 14 19:17:48.183 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:17:48.183 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 19:17:48.183 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 19:17:48.183 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:17:48.183 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:17:48.183 INFO kablam! Oct 14 19:17:48.183 INFO kablam! For more information on this warning you can consult Oct 14 19:17:48.184 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:17:48.184 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 14 19:17:48.184 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 14 19:17:48.185 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:17:48.185 INFO kablam! files will be included as a test target: Oct 14 19:17:48.185 INFO kablam! Oct 14 19:17:48.185 INFO kablam! * /source/tests/test_emulator.rs Oct 14 19:17:48.185 INFO kablam! * /source/tests/test_assembler.rs Oct 14 19:17:48.185 INFO kablam! Oct 14 19:17:48.185 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:17:48.185 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 14 19:17:48.185 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 14 19:17:48.185 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:17:48.185 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:17:48.185 INFO kablam! Oct 14 19:17:48.185 INFO kablam! For more information on this warning you can consult Oct 14 19:17:48.185 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:17:48.185 INFO kablam! Compiling dcpu16 v0.4.0 (/source) Oct 14 19:17:49.863 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Oct 14 19:17:49.871 INFO kablam! su: No module specific data is present Oct 14 19:17:50.487 INFO running `"docker" "rm" "-f" "2864bb60743eefc8b237e984ef56f937b34d5a829a7dbf80c9184c7b90f623e2"` Oct 14 19:17:50.807 INFO blam! 2864bb60743eefc8b237e984ef56f937b34d5a829a7dbf80c9184c7b90f623e2 Oct 14 19:17:50.820 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 14 19:17:51.321 INFO blam! e2c764a9d7c3d8113e7618cca0170a20f3791fdc356c3e927c8b2a8e0865c3f2 Oct 14 19:17:51.322 INFO running `"docker" "start" "-a" "e2c764a9d7c3d8113e7618cca0170a20f3791fdc356c3e927c8b2a8e0865c3f2"` Oct 14 19:17:53.456 INFO kablam! usermod: no changes Oct 14 19:17:53.527 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 19:17:53.527 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 19:17:53.527 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:17:53.527 INFO kablam! files will be included as a binary target: Oct 14 19:17:53.527 INFO kablam! Oct 14 19:17:53.527 INFO kablam! * /source/src/bin/cli.rs Oct 14 19:17:53.527 INFO kablam! Oct 14 19:17:53.527 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:17:53.527 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 19:17:53.527 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 19:17:53.527 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:17:53.527 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:17:53.527 INFO kablam! Oct 14 19:17:53.527 INFO kablam! For more information on this warning you can consult Oct 14 19:17:53.527 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:17:53.527 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 14 19:17:53.527 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 14 19:17:53.527 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:17:53.527 INFO kablam! files will be included as a test target: Oct 14 19:17:53.527 INFO kablam! Oct 14 19:17:53.527 INFO kablam! * /source/tests/test_emulator.rs Oct 14 19:17:53.527 INFO kablam! * /source/tests/test_assembler.rs Oct 14 19:17:53.527 INFO kablam! Oct 14 19:17:53.527 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:17:53.527 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 14 19:17:53.527 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 14 19:17:53.527 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:17:53.527 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:17:53.527 INFO kablam! Oct 14 19:17:53.527 INFO kablam! For more information on this warning you can consult Oct 14 19:17:53.527 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:17:53.551 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 19:17:53.560 INFO kablam! Running /target/debug/deps/tests-1ed6fda0f2338876 Oct 14 19:17:53.571 INFO blam! Oct 14 19:17:53.571 INFO blam! running 30 tests Oct 14 19:17:53.571 INFO blam! test test_assembler::test_assembler_binary_ops ... ok Oct 14 19:17:53.571 INFO blam! test test_assembler::test_assembler_case_correctness_instructions ... ok Oct 14 19:17:53.571 INFO blam! test test_assembler::test_assembler_case_correctness_string_literals ... ok Oct 14 19:17:53.571 INFO blam! test test_assembler::test_assembler_comments ... ok Oct 14 19:17:53.591 INFO blam! test test_assembler::test_assembler_control_flow ... ok Oct 14 19:17:53.591 INFO blam! test test_assembler::test_assembler_data_literals ... ok Oct 14 19:17:53.591 INFO blam! test test_assembler::test_assembler_flag_ops ... ok Oct 14 19:17:53.591 INFO blam! test test_assembler::test_assembler_future_labels ... ok Oct 14 19:17:53.591 INFO blam! test test_assembler::test_assembler_hardware_ops ... ok Oct 14 19:17:53.591 INFO blam! test test_assembler::test_assembler_basic_registers ... ok Oct 14 19:17:53.592 INFO blam! test test_assembler::test_assembler_pick ... ok Oct 14 19:17:53.592 INFO blam! test test_assembler::test_assembler_registry_literal_addition ... ok Oct 14 19:17:53.599 INFO blam! test test_assembler::test_assembler_peek ... ok Oct 14 19:17:53.599 INFO blam! test test_assembler::test_assembler_op_set ... ok Oct 14 19:17:53.599 INFO blam! test test_assembler::test_assembler_label_registry_addition ... ok Oct 14 19:17:53.599 INFO blam! test test_assembler::test_assembler_shift_ops ... ok Oct 14 19:17:53.631 INFO blam! test test_assembler::test_assembler_simple_labels ... ok Oct 14 19:17:53.631 INFO blam! test test_assembler::test_assembler_label_literal_addition ... ok Oct 14 19:17:53.631 INFO blam! test test_assembler::test_assembler_signed_ops ... ok Oct 14 19:17:53.631 INFO blam! test test_assembler::test_assembler_unsigned_ops ... ok Oct 14 19:17:53.631 INFO blam! test test_assembler::test_assembler_push_pop ... ok Oct 14 19:17:53.631 INFO blam! test test_assembler::test_assembler_special_ops ... ok Oct 14 19:17:53.631 INFO blam! test test_emulator::test_emulerator_basic ... ok Oct 14 19:17:53.631 INFO blam! test test_emulator::add ... ok Oct 14 19:17:53.647 INFO blam! test test_emulator::sub_underflow ... ok Oct 14 19:17:53.647 INFO blam! test test_emulator::add_overflow ... ok Oct 14 19:17:53.647 INFO blam! test test_emulator::sub ... ok Oct 14 19:17:53.647 INFO blam! test test_assembler::test_assembler_whitespace ... ok Oct 14 19:17:53.647 INFO blam! test test_assembler::test_assembler_unknown_label ... ok Oct 14 19:17:53.647 INFO blam! test test_assembler::test_assembler_case_correctness_labels ... ok Oct 14 19:17:53.647 INFO blam! Oct 14 19:17:53.647 INFO blam! test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:17:53.647 INFO blam! Oct 14 19:17:53.655 INFO kablam! su: No module specific data is present Oct 14 19:17:54.603 INFO running `"docker" "rm" "-f" "e2c764a9d7c3d8113e7618cca0170a20f3791fdc356c3e927c8b2a8e0865c3f2"` Oct 14 19:17:54.935 INFO blam! e2c764a9d7c3d8113e7618cca0170a20f3791fdc356c3e927c8b2a8e0865c3f2