Oct 14 19:17:48.634 INFO testing gustavla/dcpu16 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:17:48.634 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 14 19:17:49.033 INFO blam! fbc5d9c7ad1ca6195a48e0511a681c7987407bb21f7681e6c1869560f422bb2e Oct 14 19:17:49.034 INFO running `"docker" "start" "-a" "fbc5d9c7ad1ca6195a48e0511a681c7987407bb21f7681e6c1869560f422bb2e"` Oct 14 19:17:50.099 INFO kablam! usermod: no changes Oct 14 19:17:50.175 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 19:17:50.175 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 19:17:50.175 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:17:50.175 INFO kablam! files will be included as a binary target: Oct 14 19:17:50.175 INFO kablam! Oct 14 19:17:50.175 INFO kablam! * /source/src/bin/cli.rs Oct 14 19:17:50.175 INFO kablam! Oct 14 19:17:50.175 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:17:50.175 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 19:17:50.175 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 19:17:50.175 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:17:50.175 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:17:50.175 INFO kablam! Oct 14 19:17:50.175 INFO kablam! For more information on this warning you can consult Oct 14 19:17:50.175 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:17:50.175 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 14 19:17:50.175 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 14 19:17:50.175 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:17:50.175 INFO kablam! files will be included as a test target: Oct 14 19:17:50.175 INFO kablam! Oct 14 19:17:50.175 INFO kablam! * /source/tests/test_emulator.rs Oct 14 19:17:50.175 INFO kablam! * /source/tests/test_assembler.rs Oct 14 19:17:50.175 INFO kablam! Oct 14 19:17:50.175 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:17:50.175 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 14 19:17:50.175 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 14 19:17:50.175 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:17:50.175 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:17:50.175 INFO kablam! Oct 14 19:17:50.175 INFO kablam! For more information on this warning you can consult Oct 14 19:17:50.175 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:17:50.199 INFO kablam! Compiling dcpu16 v0.4.0 (/source) Oct 14 19:17:50.631 INFO kablam! warning: doc comment not used by rustdoc Oct 14 19:17:50.631 INFO kablam! --> src/assembler.rs:775:9 Oct 14 19:17:50.631 INFO kablam! | Oct 14 19:17:50.631 INFO kablam! 775 | / /** Oct 14 19:17:50.631 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 14 19:17:50.631 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 14 19:17:50.631 INFO kablam! 778 | | */ Oct 14 19:17:50.631 INFO kablam! | |____________^ Oct 14 19:17:50.631 INFO kablam! | Oct 14 19:17:50.631 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 19:17:50.631 INFO kablam! Oct 14 19:17:50.663 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 19:17:50.663 INFO kablam! --> src/assembler.rs:3:5 Oct 14 19:17:50.663 INFO kablam! | Oct 14 19:17:50.663 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 14 19:17:50.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 19:17:50.663 INFO kablam! | Oct 14 19:17:50.663 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 19:17:50.663 INFO kablam! Oct 14 19:17:51.003 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 14 19:17:51.003 INFO kablam! --> src/assembler.rs:3:5 Oct 14 19:17:51.003 INFO kablam! | Oct 14 19:17:51.003 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 14 19:17:51.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 19:17:51.003 INFO kablam! | Oct 14 19:17:51.003 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:17:51.003 INFO kablam! Oct 14 19:17:51.183 INFO kablam! warning: variable does not need to be mutable Oct 14 19:17:51.183 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 14 19:17:51.183 INFO kablam! | Oct 14 19:17:51.183 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 14 19:17:51.183 INFO kablam! | ----^^^^^ Oct 14 19:17:51.183 INFO kablam! | | Oct 14 19:17:51.183 INFO kablam! | help: remove this `mut` Oct 14 19:17:51.183 INFO kablam! | Oct 14 19:17:51.183 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:17:51.183 INFO kablam! Oct 14 19:17:56.927 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.80s Oct 14 19:17:56.937 INFO kablam! su: No module specific data is present Oct 14 19:17:58.068 INFO running `"docker" "rm" "-f" "fbc5d9c7ad1ca6195a48e0511a681c7987407bb21f7681e6c1869560f422bb2e"` Oct 14 19:17:58.323 INFO blam! fbc5d9c7ad1ca6195a48e0511a681c7987407bb21f7681e6c1869560f422bb2e Oct 14 19:17:58.326 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 14 19:17:58.704 INFO blam! 6f6ac159c08d6047894d153b5b4a6e20cc0c2444f0a0881120ecb2da44c317a6 Oct 14 19:17:58.707 INFO running `"docker" "start" "-a" "6f6ac159c08d6047894d153b5b4a6e20cc0c2444f0a0881120ecb2da44c317a6"` Oct 14 19:17:59.759 INFO kablam! usermod: no changes Oct 14 19:17:59.817 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 19:17:59.817 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 19:17:59.817 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:17:59.817 INFO kablam! files will be included as a binary target: Oct 14 19:17:59.817 INFO kablam! Oct 14 19:17:59.817 INFO kablam! * /source/src/bin/cli.rs Oct 14 19:17:59.817 INFO kablam! Oct 14 19:17:59.817 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:17:59.817 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 19:17:59.817 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 19:17:59.817 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:17:59.817 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:17:59.817 INFO kablam! Oct 14 19:17:59.817 INFO kablam! For more information on this warning you can consult Oct 14 19:17:59.817 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:17:59.817 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 14 19:17:59.817 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 14 19:17:59.817 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:17:59.817 INFO kablam! files will be included as a test target: Oct 14 19:17:59.817 INFO kablam! Oct 14 19:17:59.817 INFO kablam! * /source/tests/test_emulator.rs Oct 14 19:17:59.818 INFO kablam! * /source/tests/test_assembler.rs Oct 14 19:17:59.818 INFO kablam! Oct 14 19:17:59.818 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:17:59.818 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 14 19:17:59.818 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 14 19:17:59.818 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:17:59.818 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:17:59.818 INFO kablam! Oct 14 19:17:59.818 INFO kablam! For more information on this warning you can consult Oct 14 19:17:59.818 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:17:59.823 INFO kablam! Compiling dcpu16 v0.4.0 (/source) Oct 14 19:18:01.286 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Oct 14 19:18:01.289 INFO kablam! su: No module specific data is present Oct 14 19:18:02.347 INFO running `"docker" "rm" "-f" "6f6ac159c08d6047894d153b5b4a6e20cc0c2444f0a0881120ecb2da44c317a6"` Oct 14 19:18:02.647 INFO blam! 6f6ac159c08d6047894d153b5b4a6e20cc0c2444f0a0881120ecb2da44c317a6 Oct 14 19:18:02.657 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 14 19:18:03.160 INFO blam! 7672646d1c387f950260d30f5872a745b30d7f9255575e4dbd84977ef32ab181 Oct 14 19:18:03.163 INFO running `"docker" "start" "-a" "7672646d1c387f950260d30f5872a745b30d7f9255575e4dbd84977ef32ab181"` Oct 14 19:18:04.431 INFO kablam! usermod: no changes Oct 14 19:18:04.509 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 19:18:04.509 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 19:18:04.509 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:18:04.509 INFO kablam! files will be included as a binary target: Oct 14 19:18:04.509 INFO kablam! Oct 14 19:18:04.509 INFO kablam! * /source/src/bin/cli.rs Oct 14 19:18:04.509 INFO kablam! Oct 14 19:18:04.509 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:18:04.509 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 19:18:04.509 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 19:18:04.509 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:18:04.509 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:18:04.509 INFO kablam! Oct 14 19:18:04.509 INFO kablam! For more information on this warning you can consult Oct 14 19:18:04.509 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:18:04.510 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 14 19:18:04.510 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 14 19:18:04.510 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:18:04.510 INFO kablam! files will be included as a test target: Oct 14 19:18:04.510 INFO kablam! Oct 14 19:18:04.510 INFO kablam! * /source/tests/test_emulator.rs Oct 14 19:18:04.510 INFO kablam! * /source/tests/test_assembler.rs Oct 14 19:18:04.510 INFO kablam! Oct 14 19:18:04.510 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:18:04.510 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 14 19:18:04.510 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 14 19:18:04.510 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:18:04.510 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:18:04.510 INFO kablam! Oct 14 19:18:04.510 INFO kablam! For more information on this warning you can consult Oct 14 19:18:04.510 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:18:04.513 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 19:18:04.515 INFO kablam! Running /target/debug/deps/tests-ac488ccf3e733e1f Oct 14 19:18:04.523 INFO blam! Oct 14 19:18:04.523 INFO blam! running 30 tests Oct 14 19:18:04.523 INFO blam! test test_assembler::test_assembler_case_correctness_instructions ... ok Oct 14 19:18:04.539 INFO blam! test test_assembler::test_assembler_comments ... ok Oct 14 19:18:04.539 INFO blam! test test_assembler::test_assembler_control_flow ... ok Oct 14 19:18:04.539 INFO blam! test test_assembler::test_assembler_data_literals ... ok Oct 14 19:18:04.539 INFO blam! test test_assembler::test_assembler_binary_ops ... ok Oct 14 19:18:04.543 INFO blam! test test_assembler::test_assembler_case_correctness_string_literals ... ok Oct 14 19:18:04.555 INFO blam! test test_assembler::test_assembler_op_set ... ok Oct 14 19:18:04.555 INFO blam! test test_assembler::test_assembler_label_registry_addition ... ok Oct 14 19:18:04.555 INFO blam! test test_assembler::test_assembler_label_literal_addition ... ok Oct 14 19:18:04.555 INFO blam! test test_assembler::test_assembler_basic_registers ... ok Oct 14 19:18:04.555 INFO blam! test test_assembler::test_assembler_flag_ops ... ok Oct 14 19:18:04.555 INFO blam! test test_assembler::test_assembler_hardware_ops ... ok Oct 14 19:18:04.555 INFO blam! test test_assembler::test_assembler_future_labels ... ok Oct 14 19:18:04.555 INFO blam! test test_assembler::test_assembler_registry_literal_addition ... ok Oct 14 19:18:04.563 INFO blam! test test_assembler::test_assembler_shift_ops ... ok Oct 14 19:18:04.567 INFO blam! test test_assembler::test_assembler_pick ... ok Oct 14 19:18:04.567 INFO blam! test test_assembler::test_assembler_push_pop ... ok Oct 14 19:18:04.575 INFO blam! test test_assembler::test_assembler_whitespace ... ok Oct 14 19:18:04.575 INFO blam! test test_assembler::test_assembler_signed_ops ... ok Oct 14 19:18:04.579 INFO blam! test test_assembler::test_assembler_special_ops ... ok Oct 14 19:18:04.579 INFO blam! test test_assembler::test_assembler_simple_labels ... ok Oct 14 19:18:04.579 INFO blam! test test_assembler::test_assembler_peek ... ok Oct 14 19:18:04.579 INFO blam! test test_assembler::test_assembler_unsigned_ops ... ok Oct 14 19:18:04.579 INFO blam! test test_emulator::add_overflow ... ok Oct 14 19:18:04.579 INFO blam! test test_emulator::add ... ok Oct 14 19:18:04.593 INFO blam! test test_emulator::sub ... ok Oct 14 19:18:04.593 INFO blam! test test_emulator::sub_underflow ... ok Oct 14 19:18:04.593 INFO blam! test test_emulator::test_emulerator_basic ... ok Oct 14 19:18:04.603 INFO blam! test test_assembler::test_assembler_unknown_label ... ok Oct 14 19:18:04.603 INFO blam! test test_assembler::test_assembler_case_correctness_labels ... ok Oct 14 19:18:04.603 INFO blam! Oct 14 19:18:04.603 INFO blam! test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:18:04.603 INFO blam! Oct 14 19:18:04.612 INFO kablam! su: No module specific data is present Oct 14 19:18:05.751 INFO running `"docker" "rm" "-f" "7672646d1c387f950260d30f5872a745b30d7f9255575e4dbd84977ef32ab181"` Oct 14 19:18:06.035 INFO blam! 7672646d1c387f950260d30f5872a745b30d7f9255575e4dbd84977ef32ab181