Oct 15 08:17:27.165 INFO testing Nicoretti/tfp-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:17:27.165 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 08:17:27.310 INFO blam! 76203600a74e84ced545dfceee0f7ec9d8b3baad4922ec7b60549f9f42bf21f7 Oct 15 08:17:27.316 INFO running `"docker" "start" "-a" "76203600a74e84ced545dfceee0f7ec9d8b3baad4922ec7b60549f9f42bf21f7"` Oct 15 08:17:27.757 INFO kablam! usermod: no changes Oct 15 08:17:27.786 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 08:17:27.786 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 08:17:27.786 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 08:17:27.786 INFO kablam! files will be included as a binary target: Oct 15 08:17:27.786 INFO kablam! Oct 15 08:17:27.786 INFO kablam! * /source/src/bin/main.rs Oct 15 08:17:27.786 INFO kablam! Oct 15 08:17:27.786 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 08:17:27.786 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 08:17:27.786 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 08:17:27.786 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 08:17:27.786 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 08:17:27.786 INFO kablam! Oct 15 08:17:27.786 INFO kablam! For more information on this warning you can consult Oct 15 08:17:27.786 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 08:17:27.789 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `tftp-rs`, Oct 15 08:17:27.789 INFO kablam! please set bin.path in Cargo.toml Oct 15 08:17:27.855 INFO kablam! Compiling byteview v0.1.0 (/source/byteview) Oct 15 08:17:27.855 INFO kablam! Compiling memchr v1.0.2 Oct 15 08:17:27.855 INFO kablam! Compiling error-chain v0.9.0 Oct 15 08:17:28.990 INFO kablam! Compiling nom v3.2.1 Oct 15 08:17:33.279 INFO kablam! Compiling tftp-rs v0.1.0 (/source) Oct 15 08:17:33.851 INFO kablam! warning: unused `#[macro_use]` import Oct 15 08:17:33.851 INFO kablam! --> src/tftp/lib.rs:1:1 Oct 15 08:17:33.851 INFO kablam! | Oct 15 08:17:33.851 INFO kablam! 1 | #[macro_use] Oct 15 08:17:33.851 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:17:33.851 INFO kablam! | Oct 15 08:17:33.851 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:17:33.851 INFO kablam! Oct 15 08:17:33.851 INFO kablam! warning: unused import: `std::iter::Iterator` Oct 15 08:17:33.851 INFO kablam! --> src/tftp/lib.rs:4:5 Oct 15 08:17:33.851 INFO kablam! | Oct 15 08:17:33.851 INFO kablam! 4 | use std::iter::Iterator; Oct 15 08:17:33.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 08:17:33.851 INFO kablam! Oct 15 08:17:33.851 INFO kablam! warning: unused import: `std::str::from_utf8` Oct 15 08:17:33.851 INFO kablam! --> src/tftp/parsers.rs:2:5 Oct 15 08:17:33.851 INFO kablam! | Oct 15 08:17:33.851 INFO kablam! 2 | use std::str::from_utf8; Oct 15 08:17:33.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 08:17:33.851 INFO kablam! Oct 15 08:17:34.047 INFO kablam! warning: unreachable pattern Oct 15 08:17:34.047 INFO kablam! --> src/tftp/protocol.rs:152:13 Oct 15 08:17:34.047 INFO kablam! | Oct 15 08:17:34.047 INFO kablam! 152 | _ => panic!(), Oct 15 08:17:34.047 INFO kablam! | ^ Oct 15 08:17:34.047 INFO kablam! | Oct 15 08:17:34.047 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 08:17:34.047 INFO kablam! Oct 15 08:17:34.074 INFO kablam! warning: variable does not need to be mutable Oct 15 08:17:34.074 INFO kablam! --> src/tftp/protocol.rs:94:44 Oct 15 08:17:34.074 INFO kablam! | Oct 15 08:17:34.074 INFO kablam! 94 | fn string_to_bytes(data: &mut Vec, mut string: String) { Oct 15 08:17:34.074 INFO kablam! | ----^^^^^^ Oct 15 08:17:34.074 INFO kablam! | | Oct 15 08:17:34.074 INFO kablam! | help: remove this `mut` Oct 15 08:17:34.074 INFO kablam! | Oct 15 08:17:34.074 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:17:34.074 INFO kablam! Oct 15 08:17:34.074 INFO kablam! warning: variable does not need to be mutable Oct 15 08:17:34.074 INFO kablam! --> src/tftp/protocol.rs:100:40 Oct 15 08:17:34.074 INFO kablam! | Oct 15 08:17:34.074 INFO kablam! 100 | fn request_into_bytes(opcode: u16, mut filename: String, mode: Mode) -> Vec { Oct 15 08:17:34.074 INFO kablam! | ----^^^^^^^^ Oct 15 08:17:34.074 INFO kablam! | | Oct 15 08:17:34.074 INFO kablam! | help: remove this `mut` Oct 15 08:17:34.074 INFO kablam! Oct 15 08:17:35.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.92s Oct 15 08:17:35.707 INFO kablam! su: No module specific data is present Oct 15 08:17:36.386 INFO running `"docker" "rm" "-f" "76203600a74e84ced545dfceee0f7ec9d8b3baad4922ec7b60549f9f42bf21f7"` Oct 15 08:17:36.658 INFO blam! 76203600a74e84ced545dfceee0f7ec9d8b3baad4922ec7b60549f9f42bf21f7 Oct 15 08:17:36.660 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 08:17:37.239 INFO blam! 2db3a64a61af165c1cff19feab73439808e7aee60467128fbd709dd46894719a Oct 15 08:17:37.244 INFO running `"docker" "start" "-a" "2db3a64a61af165c1cff19feab73439808e7aee60467128fbd709dd46894719a"` Oct 15 08:17:38.554 INFO kablam! usermod: no changes Oct 15 08:17:38.643 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 08:17:38.643 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 08:17:38.643 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 08:17:38.643 INFO kablam! files will be included as a binary target: Oct 15 08:17:38.643 INFO kablam! Oct 15 08:17:38.643 INFO kablam! * /source/src/bin/main.rs Oct 15 08:17:38.643 INFO kablam! Oct 15 08:17:38.643 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 08:17:38.643 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 08:17:38.643 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 08:17:38.643 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 08:17:38.643 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 08:17:38.643 INFO kablam! Oct 15 08:17:38.643 INFO kablam! For more information on this warning you can consult Oct 15 08:17:38.643 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 08:17:38.643 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `tftp-rs`, Oct 15 08:17:38.643 INFO kablam! please set bin.path in Cargo.toml Oct 15 08:17:38.724 INFO kablam! Compiling tftp-rs v0.1.0 (/source) Oct 15 08:17:39.442 INFO kablam! warning: unused `#[macro_use]` import Oct 15 08:17:39.443 INFO kablam! --> src/tftp/lib.rs:1:1 Oct 15 08:17:39.444 INFO kablam! | Oct 15 08:17:39.444 INFO kablam! 1 | #[macro_use] Oct 15 08:17:39.445 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:17:39.445 INFO kablam! | Oct 15 08:17:39.446 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:17:39.447 INFO kablam! Oct 15 08:17:39.447 INFO kablam! warning: unused import: `std::iter::Iterator` Oct 15 08:17:39.448 INFO kablam! --> src/tftp/lib.rs:4:5 Oct 15 08:17:39.448 INFO kablam! | Oct 15 08:17:39.449 INFO kablam! 4 | use std::iter::Iterator; Oct 15 08:17:39.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 08:17:39.450 INFO kablam! Oct 15 08:17:39.450 INFO kablam! warning: unused import: `std::str::from_utf8` Oct 15 08:17:39.451 INFO kablam! --> src/tftp/parsers.rs:2:5 Oct 15 08:17:39.452 INFO kablam! | Oct 15 08:17:39.452 INFO kablam! 2 | use std::str::from_utf8; Oct 15 08:17:39.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 08:17:39.452 INFO kablam! Oct 15 08:17:39.751 INFO kablam! warning: unreachable pattern Oct 15 08:17:39.751 INFO kablam! --> src/tftp/protocol.rs:152:13 Oct 15 08:17:39.751 INFO kablam! | Oct 15 08:17:39.751 INFO kablam! 152 | _ => panic!(), Oct 15 08:17:39.751 INFO kablam! | ^ Oct 15 08:17:39.751 INFO kablam! | Oct 15 08:17:39.751 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 08:17:39.751 INFO kablam! Oct 15 08:17:39.843 INFO kablam! warning: variable does not need to be mutable Oct 15 08:17:39.843 INFO kablam! --> src/tftp/protocol.rs:94:44 Oct 15 08:17:39.844 INFO kablam! | Oct 15 08:17:39.844 INFO kablam! 94 | fn string_to_bytes(data: &mut Vec, mut string: String) { Oct 15 08:17:39.844 INFO kablam! | ----^^^^^^ Oct 15 08:17:39.844 INFO kablam! | | Oct 15 08:17:39.844 INFO kablam! | help: remove this `mut` Oct 15 08:17:39.844 INFO kablam! | Oct 15 08:17:39.844 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:17:39.844 INFO kablam! Oct 15 08:17:39.844 INFO kablam! warning: variable does not need to be mutable Oct 15 08:17:39.844 INFO kablam! --> src/tftp/protocol.rs:100:40 Oct 15 08:17:39.844 INFO kablam! | Oct 15 08:17:39.844 INFO kablam! 100 | fn request_into_bytes(opcode: u16, mut filename: String, mode: Mode) -> Vec { Oct 15 08:17:39.844 INFO kablam! | ----^^^^^^^^ Oct 15 08:17:39.847 INFO kablam! | | Oct 15 08:17:39.847 INFO kablam! | help: remove this `mut` Oct 15 08:17:39.847 INFO kablam! Oct 15 08:17:40.951 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.36s Oct 15 08:17:40.956 INFO kablam! su: No module specific data is present Oct 15 08:17:41.887 INFO running `"docker" "rm" "-f" "2db3a64a61af165c1cff19feab73439808e7aee60467128fbd709dd46894719a"` Oct 15 08:17:42.227 INFO blam! 2db3a64a61af165c1cff19feab73439808e7aee60467128fbd709dd46894719a Oct 15 08:17:42.235 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 08:17:42.807 INFO blam! a9f9b845b404cf12d633ee99fd8284c0ef2fd164cdba9f12bdcf2f2b5210670d Oct 15 08:17:42.812 INFO running `"docker" "start" "-a" "a9f9b845b404cf12d633ee99fd8284c0ef2fd164cdba9f12bdcf2f2b5210670d"` Oct 15 08:17:43.733 INFO kablam! usermod: no changes Oct 15 08:17:43.771 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 08:17:43.771 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 08:17:43.771 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 08:17:43.771 INFO kablam! files will be included as a binary target: Oct 15 08:17:43.771 INFO kablam! Oct 15 08:17:43.771 INFO kablam! * /source/src/bin/main.rs Oct 15 08:17:43.771 INFO kablam! Oct 15 08:17:43.771 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 08:17:43.771 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 08:17:43.771 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 08:17:43.771 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 08:17:43.771 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 08:17:43.771 INFO kablam! Oct 15 08:17:43.771 INFO kablam! For more information on this warning you can consult Oct 15 08:17:43.771 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 08:17:43.771 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `tftp-rs`, Oct 15 08:17:43.771 INFO kablam! please set bin.path in Cargo.toml Oct 15 08:17:43.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 08:17:43.827 INFO kablam! Running /target/debug/deps/tftp-021d0af0a1f4ceba Oct 15 08:17:43.830 INFO blam! Oct 15 08:17:43.831 INFO blam! running 17 tests Oct 15 08:17:43.831 INFO blam! test parsers::tests::parse_block ... ok Oct 15 08:17:43.831 INFO blam! test parsers::tests::parse_opcode ... ok Oct 15 08:17:43.836 INFO blam! test parsers::tests::parse_mode ... ok Oct 15 08:17:43.836 INFO blam! test parsers::tests::parse_data ... ok Oct 15 08:17:43.836 INFO blam! test parsers::tests::parse_tftp_ack ... ok Oct 15 08:17:43.836 INFO blam! test parsers::tests::parse_string ... ok Oct 15 08:17:43.836 INFO blam! test parsers::tests::parse_error ... ok Oct 15 08:17:43.836 INFO blam! test parsers::tests::parse_error_code ... ok Oct 15 08:17:43.836 INFO blam! test protocol::tests::serialize_ack ... ok Oct 15 08:17:43.836 INFO blam! test protocol::tests::serialize_data ... ok Oct 15 08:17:43.836 INFO blam! test protocol::tests::serialize_error ... ok Oct 15 08:17:43.836 INFO blam! test protocol::tests::serialize_read_request ... ok Oct 15 08:17:43.836 INFO blam! test parsers::tests::parse_tftp_wrq ... ok Oct 15 08:17:43.836 INFO blam! test parsers::tests::parse_tftp_rrq ... ok Oct 15 08:17:43.836 INFO blam! test parsers::tests::parse_tftp_error ... ok Oct 15 08:17:43.839 INFO blam! test parsers::tests::parse_tftp_data ... ok Oct 15 08:17:43.839 INFO blam! test protocol::tests::serialize_write_request ... ok Oct 15 08:17:43.839 INFO blam! Oct 15 08:17:43.839 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:17:43.839 INFO blam! Oct 15 08:17:43.840 INFO kablam! Doc-tests tftp Oct 15 08:17:44.535 INFO blam! Oct 15 08:17:44.535 INFO blam! running 0 tests Oct 15 08:17:44.535 INFO blam! Oct 15 08:17:44.535 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:17:44.535 INFO blam! Oct 15 08:17:44.543 INFO kablam! su: No module specific data is present Oct 15 08:17:45.206 INFO running `"docker" "rm" "-f" "a9f9b845b404cf12d633ee99fd8284c0ef2fd164cdba9f12bdcf2f2b5210670d"` Oct 15 08:17:45.539 INFO blam! a9f9b845b404cf12d633ee99fd8284c0ef2fd164cdba9f12bdcf2f2b5210670d