Oct 10 22:19:41.039 INFO testing gustavla/dcpu16 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:19:41.039 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:19:41.039 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:19:41.615 INFO blam! 22b356e5661534e57b7147af50ec4d5fd479150cef96f557caa6ffb131fc5cd4 Oct 10 22:19:41.617 INFO running `"docker" "start" "-a" "22b356e5661534e57b7147af50ec4d5fd479150cef96f557caa6ffb131fc5cd4"` Oct 10 22:19:43.290 INFO kablam! usermod: no changes Oct 10 22:19:43.340 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 22:19:43.340 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 22:19:43.340 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 22:19:43.340 INFO kablam! files will be included as a binary target: Oct 10 22:19:43.340 INFO kablam! Oct 10 22:19:43.340 INFO kablam! * /source/src/bin/cli.rs Oct 10 22:19:43.340 INFO kablam! Oct 10 22:19:43.340 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 22:19:43.340 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 22:19:43.340 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 22:19:43.340 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 22:19:43.340 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 22:19:43.340 INFO kablam! Oct 10 22:19:43.340 INFO kablam! For more information on this warning you can consult Oct 10 22:19:43.340 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 22:19:43.341 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 10 22:19:43.341 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 10 22:19:43.341 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 22:19:43.341 INFO kablam! files will be included as a test target: Oct 10 22:19:43.341 INFO kablam! Oct 10 22:19:43.341 INFO kablam! * /source/tests/test_emulator.rs Oct 10 22:19:43.341 INFO kablam! * /source/tests/test_assembler.rs Oct 10 22:19:43.341 INFO kablam! Oct 10 22:19:43.341 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 22:19:43.341 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 10 22:19:43.341 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 10 22:19:43.341 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 22:19:43.341 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 22:19:43.341 INFO kablam! Oct 10 22:19:43.341 INFO kablam! For more information on this warning you can consult Oct 10 22:19:43.341 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 22:19:43.352 INFO kablam! Compiling dcpu16 v0.4.0 (/source) Oct 10 22:19:44.081 INFO kablam! warning: doc comment not used by rustdoc Oct 10 22:19:44.081 INFO kablam! --> src/assembler.rs:775:9 Oct 10 22:19:44.082 INFO kablam! | Oct 10 22:19:44.082 INFO kablam! 775 | / /** Oct 10 22:19:44.082 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 10 22:19:44.083 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 10 22:19:44.083 INFO kablam! 778 | | */ Oct 10 22:19:44.083 INFO kablam! | |____________^ Oct 10 22:19:44.083 INFO kablam! | Oct 10 22:19:44.084 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 10 22:19:44.084 INFO kablam! Oct 10 22:19:44.105 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 10 22:19:44.105 INFO kablam! --> src/assembler.rs:3:5 Oct 10 22:19:44.106 INFO kablam! | Oct 10 22:19:44.106 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 10 22:19:44.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 22:19:44.106 INFO kablam! | Oct 10 22:19:44.107 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 22:19:44.107 INFO kablam! Oct 10 22:19:44.472 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 10 22:19:44.472 INFO kablam! --> src/assembler.rs:3:5 Oct 10 22:19:44.472 INFO kablam! | Oct 10 22:19:44.472 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 10 22:19:44.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 22:19:44.472 INFO kablam! | Oct 10 22:19:44.472 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:19:44.472 INFO kablam! Oct 10 22:19:44.663 INFO kablam! warning: variable does not need to be mutable Oct 10 22:19:44.663 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 10 22:19:44.663 INFO kablam! | Oct 10 22:19:44.663 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 10 22:19:44.663 INFO kablam! | ----^^^^^ Oct 10 22:19:44.663 INFO kablam! | | Oct 10 22:19:44.663 INFO kablam! | help: remove this `mut` Oct 10 22:19:44.663 INFO kablam! | Oct 10 22:19:44.663 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:19:44.663 INFO kablam! Oct 10 22:19:50.385 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.05s Oct 10 22:19:50.385 INFO kablam! su: No module specific data is present Oct 10 22:19:51.316 INFO running `"docker" "rm" "-f" "22b356e5661534e57b7147af50ec4d5fd479150cef96f557caa6ffb131fc5cd4"` Oct 10 22:19:51.563 INFO blam! 22b356e5661534e57b7147af50ec4d5fd479150cef96f557caa6ffb131fc5cd4 Oct 10 22:19:51.572 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:19:51.573 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:19:51.918 INFO blam! f9e3b0600430ffc0add8a4d859545333a2f827d93a2c168f3e1c09a6c69ee015 Oct 10 22:19:51.921 INFO running `"docker" "start" "-a" "f9e3b0600430ffc0add8a4d859545333a2f827d93a2c168f3e1c09a6c69ee015"` Oct 10 22:19:52.792 INFO kablam! usermod: no changes Oct 10 22:19:52.840 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 22:19:52.840 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 22:19:52.840 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 22:19:52.840 INFO kablam! files will be included as a binary target: Oct 10 22:19:52.840 INFO kablam! Oct 10 22:19:52.840 INFO kablam! * /source/src/bin/cli.rs Oct 10 22:19:52.840 INFO kablam! Oct 10 22:19:52.840 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 22:19:52.840 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 22:19:52.840 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 22:19:52.840 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 22:19:52.840 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 22:19:52.840 INFO kablam! Oct 10 22:19:52.840 INFO kablam! For more information on this warning you can consult Oct 10 22:19:52.840 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 22:19:52.840 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 10 22:19:52.840 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 10 22:19:52.840 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 22:19:52.840 INFO kablam! files will be included as a test target: Oct 10 22:19:52.840 INFO kablam! Oct 10 22:19:52.840 INFO kablam! * /source/tests/test_emulator.rs Oct 10 22:19:52.840 INFO kablam! * /source/tests/test_assembler.rs Oct 10 22:19:52.840 INFO kablam! Oct 10 22:19:52.840 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 22:19:52.840 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 10 22:19:52.840 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 10 22:19:52.840 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 22:19:52.840 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 22:19:52.840 INFO kablam! Oct 10 22:19:52.840 INFO kablam! For more information on this warning you can consult Oct 10 22:19:52.840 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 22:19:52.840 INFO kablam! Compiling dcpu16 v0.4.0 (/source) Oct 10 22:19:54.716 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.89s Oct 10 22:19:54.716 INFO kablam! su: No module specific data is present Oct 10 22:19:55.406 INFO running `"docker" "rm" "-f" "f9e3b0600430ffc0add8a4d859545333a2f827d93a2c168f3e1c09a6c69ee015"` Oct 10 22:19:55.672 INFO blam! f9e3b0600430ffc0add8a4d859545333a2f827d93a2c168f3e1c09a6c69ee015 Oct 10 22:19:55.672 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:19:55.672 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:19:56.138 INFO blam! e6023cb0f6273b487d31fabe0e4491c0d24e1ad2c835bfcf044d0503d083da7a Oct 10 22:19:56.142 INFO running `"docker" "start" "-a" "e6023cb0f6273b487d31fabe0e4491c0d24e1ad2c835bfcf044d0503d083da7a"` Oct 10 22:19:57.092 INFO kablam! usermod: no changes Oct 10 22:19:57.131 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 22:19:57.131 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 22:19:57.131 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 22:19:57.131 INFO kablam! files will be included as a binary target: Oct 10 22:19:57.131 INFO kablam! Oct 10 22:19:57.131 INFO kablam! * /source/src/bin/cli.rs Oct 10 22:19:57.131 INFO kablam! Oct 10 22:19:57.132 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 22:19:57.132 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 22:19:57.132 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 22:19:57.132 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 22:19:57.132 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 22:19:57.132 INFO kablam! Oct 10 22:19:57.132 INFO kablam! For more information on this warning you can consult Oct 10 22:19:57.132 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 22:19:57.132 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 10 22:19:57.132 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 10 22:19:57.132 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 22:19:57.132 INFO kablam! files will be included as a test target: Oct 10 22:19:57.132 INFO kablam! Oct 10 22:19:57.132 INFO kablam! * /source/tests/test_emulator.rs Oct 10 22:19:57.132 INFO kablam! * /source/tests/test_assembler.rs Oct 10 22:19:57.132 INFO kablam! Oct 10 22:19:57.132 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 22:19:57.132 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 10 22:19:57.132 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 10 22:19:57.132 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 22:19:57.132 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 22:19:57.132 INFO kablam! Oct 10 22:19:57.132 INFO kablam! For more information on this warning you can consult Oct 10 22:19:57.132 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 22:19:57.132 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 22:19:57.148 INFO kablam! Running /target/debug/deps/tests-ac488ccf3e733e1f Oct 10 22:19:57.148 INFO blam! Oct 10 22:19:57.148 INFO blam! running 30 tests Oct 10 22:19:57.152 INFO blam! test test_assembler::test_assembler_case_correctness_instructions ... ok Oct 10 22:19:57.152 INFO blam! test test_assembler::test_assembler_binary_ops ... ok Oct 10 22:19:57.168 INFO blam! test test_assembler::test_assembler_basic_registers ... ok Oct 10 22:19:57.172 INFO blam! test test_assembler::test_assembler_data_literals ... ok Oct 10 22:19:57.172 INFO blam! test test_assembler::test_assembler_control_flow ... ok Oct 10 22:19:57.180 INFO blam! test test_assembler::test_assembler_future_labels ... ok Oct 10 22:19:57.180 INFO blam! test test_assembler::test_assembler_flag_ops ... ok Oct 10 22:19:57.180 INFO blam! test test_assembler::test_assembler_case_correctness_string_literals ... ok Oct 10 22:19:57.180 INFO blam! test test_assembler::test_assembler_comments ... ok Oct 10 22:19:57.180 INFO blam! test test_assembler::test_assembler_hardware_ops ... ok Oct 10 22:19:57.180 INFO blam! test test_assembler::test_assembler_label_literal_addition ... ok Oct 10 22:19:57.180 INFO blam! test test_assembler::test_assembler_push_pop ... ok Oct 10 22:19:57.180 INFO blam! test test_assembler::test_assembler_op_set ... ok Oct 10 22:19:57.204 INFO blam! test test_assembler::test_assembler_label_registry_addition ... ok Oct 10 22:19:57.204 INFO blam! test test_assembler::test_assembler_peek ... ok Oct 10 22:19:57.204 INFO blam! test test_assembler::test_assembler_signed_ops ... ok Oct 10 22:19:57.204 INFO blam! test test_assembler::test_assembler_shift_ops ... ok Oct 10 22:19:57.204 INFO blam! test test_assembler::test_assembler_registry_literal_addition ... ok Oct 10 22:19:57.204 INFO blam! test test_assembler::test_assembler_pick ... ok Oct 10 22:19:57.204 INFO blam! test test_assembler::test_assembler_simple_labels ... ok Oct 10 22:19:57.220 INFO blam! test test_emulator::sub ... ok Oct 10 22:19:57.220 INFO blam! test test_assembler::test_assembler_special_ops ... ok Oct 10 22:19:57.220 INFO blam! test test_assembler::test_assembler_whitespace ... ok Oct 10 22:19:57.220 INFO blam! test test_emulator::sub_underflow ... ok Oct 10 22:19:57.220 INFO blam! test test_emulator::add_overflow ... ok Oct 10 22:19:57.220 INFO blam! test test_emulator::add ... ok Oct 10 22:19:57.228 INFO blam! test test_assembler::test_assembler_unsigned_ops ... ok Oct 10 22:19:57.228 INFO blam! test test_emulator::test_emulerator_basic ... ok Oct 10 22:19:57.244 INFO blam! test test_assembler::test_assembler_case_correctness_labels ... ok Oct 10 22:19:57.244 INFO blam! test test_assembler::test_assembler_unknown_label ... ok Oct 10 22:19:57.244 INFO blam! Oct 10 22:19:57.244 INFO blam! test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:19:57.244 INFO blam! Oct 10 22:19:57.248 INFO kablam! su: No module specific data is present Oct 10 22:19:57.831 INFO running `"docker" "rm" "-f" "e6023cb0f6273b487d31fabe0e4491c0d24e1ad2c835bfcf044d0503d083da7a"` Oct 10 22:19:58.099 INFO blam! e6023cb0f6273b487d31fabe0e4491c0d24e1ad2c835bfcf044d0503d083da7a