Oct 12 01:50:24.474 INFO testing dcpu16-0.4.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 01:50:24.474 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 01:50:24.934 INFO blam! fdb178e9b8589d7eef8c67999a90c6ca5419942b3d684f9b15a2e01fc9981138 Oct 12 01:50:24.935 INFO running `"docker" "start" "-a" "fdb178e9b8589d7eef8c67999a90c6ca5419942b3d684f9b15a2e01fc9981138"` Oct 12 01:50:27.187 INFO kablam! usermod: no changes Oct 12 01:50:27.252 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 01:50:27.252 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 01:50:27.252 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 01:50:27.252 INFO kablam! files will be included as a binary target: Oct 12 01:50:27.252 INFO kablam! Oct 12 01:50:27.252 INFO kablam! * /source/src/bin/cli.rs Oct 12 01:50:27.252 INFO kablam! Oct 12 01:50:27.252 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 01:50:27.252 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 01:50:27.252 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 01:50:27.252 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 01:50:27.252 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 01:50:27.252 INFO kablam! Oct 12 01:50:27.252 INFO kablam! For more information on this warning you can consult Oct 12 01:50:27.252 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 01:50:27.252 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 12 01:50:27.252 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 12 01:50:27.252 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 01:50:27.252 INFO kablam! files will be included as a test target: Oct 12 01:50:27.252 INFO kablam! Oct 12 01:50:27.253 INFO kablam! * /source/tests/test_emulator.rs Oct 12 01:50:27.253 INFO kablam! * /source/tests/test_assembler.rs Oct 12 01:50:27.253 INFO kablam! Oct 12 01:50:27.253 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 01:50:27.253 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 12 01:50:27.253 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 12 01:50:27.253 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 01:50:27.253 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 01:50:27.253 INFO kablam! Oct 12 01:50:27.253 INFO kablam! For more information on this warning you can consult Oct 12 01:50:27.253 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 01:50:27.284 INFO kablam! Compiling dcpu16 v0.4.0 (/source) Oct 12 01:50:28.341 INFO kablam! warning: doc comment not used by rustdoc Oct 12 01:50:28.341 INFO kablam! --> src/assembler.rs:775:9 Oct 12 01:50:28.341 INFO kablam! | Oct 12 01:50:28.341 INFO kablam! 775 | / /** Oct 12 01:50:28.341 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 12 01:50:28.341 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 12 01:50:28.341 INFO kablam! 778 | | */ Oct 12 01:50:28.341 INFO kablam! | |____________^ Oct 12 01:50:28.341 INFO kablam! | Oct 12 01:50:28.341 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 01:50:28.341 INFO kablam! Oct 12 01:50:28.376 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 01:50:28.376 INFO kablam! --> src/assembler.rs:3:5 Oct 12 01:50:28.376 INFO kablam! | Oct 12 01:50:28.376 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 01:50:28.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 01:50:28.376 INFO kablam! | Oct 12 01:50:28.376 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:50:28.376 INFO kablam! Oct 12 01:50:28.733 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 12 01:50:28.733 INFO kablam! --> src/assembler.rs:3:5 Oct 12 01:50:28.733 INFO kablam! | Oct 12 01:50:28.734 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 01:50:28.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 01:50:28.734 INFO kablam! | Oct 12 01:50:28.734 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 01:50:28.735 INFO kablam! Oct 12 01:50:28.953 INFO kablam! warning: variable does not need to be mutable Oct 12 01:50:28.953 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 12 01:50:28.953 INFO kablam! | Oct 12 01:50:28.953 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 12 01:50:28.954 INFO kablam! | ----^^^^^ Oct 12 01:50:28.954 INFO kablam! | | Oct 12 01:50:28.954 INFO kablam! | help: remove this `mut` Oct 12 01:50:28.955 INFO kablam! | Oct 12 01:50:28.955 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 01:50:28.955 INFO kablam! Oct 12 01:50:36.468 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.24s Oct 12 01:50:36.472 INFO kablam! su: No module specific data is present Oct 12 01:50:37.703 INFO running `"docker" "rm" "-f" "fdb178e9b8589d7eef8c67999a90c6ca5419942b3d684f9b15a2e01fc9981138"` Oct 12 01:50:38.054 INFO blam! fdb178e9b8589d7eef8c67999a90c6ca5419942b3d684f9b15a2e01fc9981138 Oct 12 01:50:38.073 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 01:50:38.677 INFO blam! 5e077afaae36c95a9a948ec93839db44934dbb5b55493410ff26646fe88741ba Oct 12 01:50:38.688 INFO running `"docker" "start" "-a" "5e077afaae36c95a9a948ec93839db44934dbb5b55493410ff26646fe88741ba"` Oct 12 01:50:39.964 INFO kablam! usermod: no changes Oct 12 01:50:40.016 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 01:50:40.016 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 01:50:40.016 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 01:50:40.016 INFO kablam! files will be included as a binary target: Oct 12 01:50:40.016 INFO kablam! Oct 12 01:50:40.016 INFO kablam! * /source/src/bin/cli.rs Oct 12 01:50:40.016 INFO kablam! Oct 12 01:50:40.016 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 01:50:40.016 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 01:50:40.016 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 01:50:40.016 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 01:50:40.016 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 01:50:40.016 INFO kablam! Oct 12 01:50:40.016 INFO kablam! For more information on this warning you can consult Oct 12 01:50:40.016 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 01:50:40.016 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 12 01:50:40.016 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 12 01:50:40.016 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 01:50:40.016 INFO kablam! files will be included as a test target: Oct 12 01:50:40.017 INFO kablam! Oct 12 01:50:40.017 INFO kablam! * /source/tests/test_emulator.rs Oct 12 01:50:40.017 INFO kablam! * /source/tests/test_assembler.rs Oct 12 01:50:40.017 INFO kablam! Oct 12 01:50:40.017 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 01:50:40.017 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 12 01:50:40.017 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 12 01:50:40.017 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 01:50:40.017 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 01:50:40.017 INFO kablam! Oct 12 01:50:40.017 INFO kablam! For more information on this warning you can consult Oct 12 01:50:40.017 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 01:50:40.028 INFO kablam! Compiling dcpu16 v0.4.0 (/source) Oct 12 01:50:42.592 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.60s Oct 12 01:50:42.596 INFO kablam! su: No module specific data is present Oct 12 01:50:43.554 INFO running `"docker" "rm" "-f" "5e077afaae36c95a9a948ec93839db44934dbb5b55493410ff26646fe88741ba"` Oct 12 01:50:43.939 INFO blam! 5e077afaae36c95a9a948ec93839db44934dbb5b55493410ff26646fe88741ba Oct 12 01:50:43.939 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 01:50:44.412 INFO blam! 84461e64ca88c1664031640551088bc2a33b26aab969b64abcea7f4e1ded301a Oct 12 01:50:44.414 INFO running `"docker" "start" "-a" "84461e64ca88c1664031640551088bc2a33b26aab969b64abcea7f4e1ded301a"` Oct 12 01:50:46.404 INFO kablam! usermod: no changes Oct 12 01:50:46.460 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 01:50:46.460 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 01:50:46.460 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 01:50:46.460 INFO kablam! files will be included as a binary target: Oct 12 01:50:46.460 INFO kablam! Oct 12 01:50:46.460 INFO kablam! * /source/src/bin/cli.rs Oct 12 01:50:46.460 INFO kablam! Oct 12 01:50:46.461 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 01:50:46.461 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 01:50:46.461 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 01:50:46.461 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 01:50:46.461 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 01:50:46.461 INFO kablam! Oct 12 01:50:46.461 INFO kablam! For more information on this warning you can consult Oct 12 01:50:46.461 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 01:50:46.461 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 12 01:50:46.461 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 12 01:50:46.461 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 01:50:46.461 INFO kablam! files will be included as a test target: Oct 12 01:50:46.461 INFO kablam! Oct 12 01:50:46.461 INFO kablam! * /source/tests/test_emulator.rs Oct 12 01:50:46.461 INFO kablam! * /source/tests/test_assembler.rs Oct 12 01:50:46.461 INFO kablam! Oct 12 01:50:46.461 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 01:50:46.461 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 12 01:50:46.461 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 12 01:50:46.461 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 01:50:46.461 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 01:50:46.462 INFO kablam! Oct 12 01:50:46.462 INFO kablam! For more information on this warning you can consult Oct 12 01:50:46.462 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 01:50:46.476 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 12 01:50:46.485 INFO kablam! Running /target/debug/deps/tests-2f75862f8bda540d Oct 12 01:50:46.492 INFO blam! Oct 12 01:50:46.492 INFO blam! running 30 tests Oct 12 01:50:46.508 INFO blam! test test_assembler::test_assembler_case_correctness_string_literals ... ok Oct 12 01:50:46.508 INFO blam! test test_assembler::test_assembler_data_literals ... ok Oct 12 01:50:46.509 INFO blam! test test_assembler::test_assembler_control_flow ... ok Oct 12 01:50:46.509 INFO blam! test test_assembler::test_assembler_comments ... ok Oct 12 01:50:46.509 INFO blam! test test_assembler::test_assembler_label_literal_addition ... ok Oct 12 01:50:46.509 INFO blam! test test_assembler::test_assembler_hardware_ops ... ok Oct 12 01:50:46.509 INFO blam! test test_assembler::test_assembler_case_correctness_instructions ... ok Oct 12 01:50:46.521 INFO blam! test test_assembler::test_assembler_peek ... ok Oct 12 01:50:46.521 INFO blam! test test_assembler::test_assembler_label_registry_addition ... ok Oct 12 01:50:46.521 INFO blam! test test_assembler::test_assembler_basic_registers ... ok Oct 12 01:50:46.521 INFO blam! test test_assembler::test_assembler_flag_ops ... ok Oct 12 01:50:46.521 INFO blam! test test_assembler::test_assembler_op_set ... ok Oct 12 01:50:46.530 INFO blam! test test_assembler::test_assembler_shift_ops ... ok Oct 12 01:50:46.530 INFO blam! test test_assembler::test_assembler_future_labels ... ok Oct 12 01:50:46.530 INFO blam! test test_assembler::test_assembler_binary_ops ... ok Oct 12 01:50:46.530 INFO blam! test test_assembler::test_assembler_registry_literal_addition ... ok Oct 12 01:50:46.530 INFO blam! test test_assembler::test_assembler_push_pop ... ok Oct 12 01:50:46.530 INFO blam! test test_assembler::test_assembler_pick ... ok Oct 12 01:50:46.530 INFO blam! test test_assembler::test_assembler_simple_labels ... ok Oct 12 01:50:46.530 INFO blam! test test_assembler::test_assembler_signed_ops ... ok Oct 12 01:50:46.532 INFO blam! test test_assembler::test_assembler_special_ops ... ok Oct 12 01:50:46.548 INFO blam! test test_emulator::sub_underflow ... ok Oct 12 01:50:46.548 INFO blam! test test_assembler::test_assembler_unsigned_ops ... ok Oct 12 01:50:46.549 INFO blam! test test_assembler::test_assembler_whitespace ... ok Oct 12 01:50:46.549 INFO blam! test test_emulator::add ... ok Oct 12 01:50:46.549 INFO blam! test test_emulator::add_overflow ... ok Oct 12 01:50:46.549 INFO blam! test test_emulator::sub ... ok Oct 12 01:50:46.590 INFO blam! test test_emulator::test_emulerator_basic ... ok Oct 12 01:50:46.590 INFO blam! test test_assembler::test_assembler_unknown_label ... ok Oct 12 01:50:46.590 INFO blam! test test_assembler::test_assembler_case_correctness_labels ... ok Oct 12 01:50:46.590 INFO blam! Oct 12 01:50:46.590 INFO blam! test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:50:46.590 INFO blam! Oct 12 01:50:46.606 INFO kablam! su: No module specific data is present Oct 12 01:50:47.800 INFO running `"docker" "rm" "-f" "84461e64ca88c1664031640551088bc2a33b26aab969b64abcea7f4e1ded301a"` Oct 12 01:50:48.053 INFO blam! 84461e64ca88c1664031640551088bc2a33b26aab969b64abcea7f4e1ded301a