Oct 11 05:18:54.929 INFO testing Nicoretti/tfp-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:18:54.930 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:18:54.930 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 05:18:55.450 INFO blam! 486c89305a92d076f701aac6632e509d6603170d8ed075954ef450ecbb9557cc Oct 11 05:18:55.452 INFO running `"docker" "start" "-a" "486c89305a92d076f701aac6632e509d6603170d8ed075954ef450ecbb9557cc"` Oct 11 05:18:56.510 INFO kablam! usermod: no changes Oct 11 05:18:56.556 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 05:18:56.556 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 05:18:56.556 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 05:18:56.556 INFO kablam! files will be included as a binary target: Oct 11 05:18:56.556 INFO kablam! Oct 11 05:18:56.556 INFO kablam! * /source/src/bin/main.rs Oct 11 05:18:56.556 INFO kablam! Oct 11 05:18:56.556 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 05:18:56.556 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 05:18:56.556 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 05:18:56.556 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 05:18:56.556 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 05:18:56.556 INFO kablam! Oct 11 05:18:56.556 INFO kablam! For more information on this warning you can consult Oct 11 05:18:56.556 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 05:18:56.556 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `tftp-rs`, Oct 11 05:18:56.557 INFO kablam! please set bin.path in Cargo.toml Oct 11 05:18:56.656 INFO kablam! Compiling byteview v0.1.0 (/source/byteview) Oct 11 05:18:56.681 INFO kablam! Compiling error-chain v0.9.0 Oct 11 05:18:58.243 INFO kablam! Compiling tftp-rs v0.1.0 (/source) Oct 11 05:18:59.085 INFO kablam! warning: unused `#[macro_use]` import Oct 11 05:18:59.085 INFO kablam! --> src/tftp/lib.rs:1:1 Oct 11 05:18:59.085 INFO kablam! | Oct 11 05:18:59.086 INFO kablam! 1 | #[macro_use] Oct 11 05:18:59.086 INFO kablam! | ^^^^^^^^^^^^ Oct 11 05:18:59.086 INFO kablam! | Oct 11 05:18:59.087 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:18:59.087 INFO kablam! Oct 11 05:18:59.087 INFO kablam! warning: unused import: `std::iter::Iterator` Oct 11 05:18:59.087 INFO kablam! --> src/tftp/lib.rs:4:5 Oct 11 05:18:59.088 INFO kablam! | Oct 11 05:18:59.088 INFO kablam! 4 | use std::iter::Iterator; Oct 11 05:18:59.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 05:18:59.089 INFO kablam! Oct 11 05:18:59.089 INFO kablam! warning: unused import: `std::str::from_utf8` Oct 11 05:18:59.089 INFO kablam! --> src/tftp/parsers.rs:2:5 Oct 11 05:18:59.089 INFO kablam! | Oct 11 05:18:59.090 INFO kablam! 2 | use std::str::from_utf8; Oct 11 05:18:59.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 05:18:59.090 INFO kablam! Oct 11 05:18:59.228 INFO kablam! warning: unreachable pattern Oct 11 05:18:59.228 INFO kablam! --> src/tftp/protocol.rs:152:13 Oct 11 05:18:59.228 INFO kablam! | Oct 11 05:18:59.228 INFO kablam! 152 | _ => panic!(), Oct 11 05:18:59.228 INFO kablam! | ^ Oct 11 05:18:59.228 INFO kablam! | Oct 11 05:18:59.228 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 05:18:59.228 INFO kablam! Oct 11 05:18:59.245 INFO kablam! warning: variable does not need to be mutable Oct 11 05:18:59.245 INFO kablam! --> src/tftp/protocol.rs:94:44 Oct 11 05:18:59.245 INFO kablam! | Oct 11 05:18:59.246 INFO kablam! 94 | fn string_to_bytes(data: &mut Vec, mut string: String) { Oct 11 05:18:59.246 INFO kablam! | ----^^^^^^ Oct 11 05:18:59.246 INFO kablam! | | Oct 11 05:18:59.247 INFO kablam! | help: remove this `mut` Oct 11 05:18:59.247 INFO kablam! | Oct 11 05:18:59.247 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:18:59.248 INFO kablam! Oct 11 05:18:59.248 INFO kablam! warning: variable does not need to be mutable Oct 11 05:18:59.248 INFO kablam! --> src/tftp/protocol.rs:100:40 Oct 11 05:18:59.249 INFO kablam! | Oct 11 05:18:59.249 INFO kablam! 100 | fn request_into_bytes(opcode: u16, mut filename: String, mode: Mode) -> Vec { Oct 11 05:18:59.249 INFO kablam! | ----^^^^^^^^ Oct 11 05:18:59.250 INFO kablam! | | Oct 11 05:18:59.250 INFO kablam! | help: remove this `mut` Oct 11 05:18:59.250 INFO kablam! Oct 11 05:19:00.812 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.27s Oct 11 05:19:00.816 INFO kablam! su: No module specific data is present Oct 11 05:19:01.606 INFO running `"docker" "rm" "-f" "486c89305a92d076f701aac6632e509d6603170d8ed075954ef450ecbb9557cc"` Oct 11 05:19:01.834 INFO blam! 486c89305a92d076f701aac6632e509d6603170d8ed075954ef450ecbb9557cc Oct 11 05:19:01.841 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:19:01.842 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 05:19:02.303 INFO blam! da5859e23d415445b9c28e93800939b68b34f45c2f8de9eafa9108f6d155fe4f Oct 11 05:19:02.305 INFO running `"docker" "start" "-a" "da5859e23d415445b9c28e93800939b68b34f45c2f8de9eafa9108f6d155fe4f"` Oct 11 05:19:03.444 INFO kablam! usermod: no changes Oct 11 05:19:03.556 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 05:19:03.556 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 05:19:03.556 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 05:19:03.556 INFO kablam! files will be included as a binary target: Oct 11 05:19:03.556 INFO kablam! Oct 11 05:19:03.556 INFO kablam! * /source/src/bin/main.rs Oct 11 05:19:03.556 INFO kablam! Oct 11 05:19:03.556 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 05:19:03.556 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 05:19:03.556 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 05:19:03.556 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 05:19:03.556 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 05:19:03.556 INFO kablam! Oct 11 05:19:03.556 INFO kablam! For more information on this warning you can consult Oct 11 05:19:03.556 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 05:19:03.556 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `tftp-rs`, Oct 11 05:19:03.556 INFO kablam! please set bin.path in Cargo.toml Oct 11 05:19:03.608 INFO kablam! Compiling tftp-rs v0.1.0 (/source) Oct 11 05:19:04.560 INFO kablam! warning: unused `#[macro_use]` import Oct 11 05:19:04.560 INFO kablam! --> src/tftp/lib.rs:1:1 Oct 11 05:19:04.560 INFO kablam! | Oct 11 05:19:04.560 INFO kablam! 1 | #[macro_use] Oct 11 05:19:04.560 INFO kablam! | ^^^^^^^^^^^^ Oct 11 05:19:04.560 INFO kablam! | Oct 11 05:19:04.560 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:19:04.561 INFO kablam! Oct 11 05:19:04.561 INFO kablam! warning: unused import: `std::iter::Iterator` Oct 11 05:19:04.561 INFO kablam! --> src/tftp/lib.rs:4:5 Oct 11 05:19:04.561 INFO kablam! | Oct 11 05:19:04.561 INFO kablam! 4 | use std::iter::Iterator; Oct 11 05:19:04.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 05:19:04.561 INFO kablam! Oct 11 05:19:04.561 INFO kablam! warning: unused import: `std::str::from_utf8` Oct 11 05:19:04.561 INFO kablam! --> src/tftp/parsers.rs:2:5 Oct 11 05:19:04.561 INFO kablam! | Oct 11 05:19:04.561 INFO kablam! 2 | use std::str::from_utf8; Oct 11 05:19:04.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 05:19:04.561 INFO kablam! Oct 11 05:19:04.822 INFO kablam! warning: unreachable pattern Oct 11 05:19:04.822 INFO kablam! --> src/tftp/protocol.rs:152:13 Oct 11 05:19:04.822 INFO kablam! | Oct 11 05:19:04.822 INFO kablam! 152 | _ => panic!(), Oct 11 05:19:04.822 INFO kablam! | ^ Oct 11 05:19:04.822 INFO kablam! | Oct 11 05:19:04.841 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 05:19:04.841 INFO kablam! Oct 11 05:19:04.877 INFO kablam! warning: variable does not need to be mutable Oct 11 05:19:04.877 INFO kablam! --> src/tftp/protocol.rs:94:44 Oct 11 05:19:04.877 INFO kablam! | Oct 11 05:19:04.877 INFO kablam! 94 | fn string_to_bytes(data: &mut Vec, mut string: String) { Oct 11 05:19:04.877 INFO kablam! | ----^^^^^^ Oct 11 05:19:04.877 INFO kablam! | | Oct 11 05:19:04.877 INFO kablam! | help: remove this `mut` Oct 11 05:19:04.877 INFO kablam! | Oct 11 05:19:04.877 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:19:04.877 INFO kablam! Oct 11 05:19:04.879 INFO kablam! warning: variable does not need to be mutable Oct 11 05:19:04.879 INFO kablam! --> src/tftp/protocol.rs:100:40 Oct 11 05:19:04.879 INFO kablam! | Oct 11 05:19:04.879 INFO kablam! 100 | fn request_into_bytes(opcode: u16, mut filename: String, mode: Mode) -> Vec { Oct 11 05:19:04.879 INFO kablam! | ----^^^^^^^^ Oct 11 05:19:04.879 INFO kablam! | | Oct 11 05:19:04.879 INFO kablam! | help: remove this `mut` Oct 11 05:19:04.879 INFO kablam! Oct 11 05:19:05.691 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.19s Oct 11 05:19:05.696 INFO kablam! su: No module specific data is present Oct 11 05:19:06.074 INFO running `"docker" "rm" "-f" "da5859e23d415445b9c28e93800939b68b34f45c2f8de9eafa9108f6d155fe4f"` Oct 11 05:19:06.329 INFO blam! da5859e23d415445b9c28e93800939b68b34f45c2f8de9eafa9108f6d155fe4f Oct 11 05:19:06.336 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:19:06.336 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 05:19:06.836 INFO blam! b62ed8323755d3de531aa200ed8d003922ae1eb16698c216727448f29390de9f Oct 11 05:19:06.838 INFO running `"docker" "start" "-a" "b62ed8323755d3de531aa200ed8d003922ae1eb16698c216727448f29390de9f"` Oct 11 05:19:08.314 INFO kablam! usermod: no changes Oct 11 05:19:08.392 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 05:19:08.392 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 05:19:08.392 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 05:19:08.392 INFO kablam! files will be included as a binary target: Oct 11 05:19:08.392 INFO kablam! Oct 11 05:19:08.392 INFO kablam! * /source/src/bin/main.rs Oct 11 05:19:08.392 INFO kablam! Oct 11 05:19:08.392 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 05:19:08.392 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 05:19:08.392 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 05:19:08.392 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 05:19:08.392 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 05:19:08.392 INFO kablam! Oct 11 05:19:08.392 INFO kablam! For more information on this warning you can consult Oct 11 05:19:08.392 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 05:19:08.392 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `tftp-rs`, Oct 11 05:19:08.392 INFO kablam! please set bin.path in Cargo.toml Oct 11 05:19:08.462 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 11 05:19:08.464 INFO kablam! Running /target/debug/deps/tftp-021d0af0a1f4ceba Oct 11 05:19:08.478 INFO blam! Oct 11 05:19:08.478 INFO blam! running 17 tests Oct 11 05:19:08.479 INFO blam! test parsers::tests::parse_tftp_ack ... ok Oct 11 05:19:08.479 INFO blam! test parsers::tests::parse_string ... ok Oct 11 05:19:08.479 INFO blam! test parsers::tests::parse_opcode ... ok Oct 11 05:19:08.479 INFO blam! test parsers::tests::parse_error ... ok Oct 11 05:19:08.479 INFO blam! test parsers::tests::parse_tftp_data ... ok Oct 11 05:19:08.479 INFO blam! test parsers::tests::parse_tftp_error ... ok Oct 11 05:19:08.479 INFO blam! test parsers::tests::parse_data ... ok Oct 11 05:19:08.479 INFO blam! test parsers::tests::parse_tftp_rrq ... ok Oct 11 05:19:08.479 INFO blam! test parsers::tests::parse_tftp_wrq ... ok Oct 11 05:19:08.479 INFO blam! test parsers::tests::parse_block ... ok Oct 11 05:19:08.479 INFO blam! test protocol::tests::serialize_data ... ok Oct 11 05:19:08.481 INFO blam! test protocol::tests::serialize_error ... ok Oct 11 05:19:08.481 INFO blam! test protocol::tests::serialize_read_request ... ok Oct 11 05:19:08.481 INFO blam! test protocol::tests::serialize_write_request ... ok Oct 11 05:19:08.488 INFO blam! test protocol::tests::serialize_ack ... ok Oct 11 05:19:08.488 INFO blam! test parsers::tests::parse_mode ... ok Oct 11 05:19:08.489 INFO blam! test parsers::tests::parse_error_code ... ok Oct 11 05:19:08.489 INFO blam! Oct 11 05:19:08.489 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:19:08.489 INFO blam! Oct 11 05:19:08.492 INFO kablam! Doc-tests tftp Oct 11 05:19:10.058 INFO blam! Oct 11 05:19:10.058 INFO blam! running 0 tests Oct 11 05:19:10.058 INFO blam! Oct 11 05:19:10.058 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:19:10.058 INFO blam! Oct 11 05:19:10.065 INFO kablam! su: No module specific data is present Oct 11 05:19:11.763 INFO running `"docker" "rm" "-f" "b62ed8323755d3de531aa200ed8d003922ae1eb16698c216727448f29390de9f"` Oct 11 05:19:12.092 INFO blam! b62ed8323755d3de531aa200ed8d003922ae1eb16698c216727448f29390de9f