Oct 15 08:17:27.098 INFO testing Nicoretti/tfp-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:17:27.098 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.283 INFO blam! f3933d0ed7b4b16eb1d042fb067303e0143a53cf7bac2ae2d1e54f5f35a49545 Oct 15 08:17:27.287 INFO running `"docker" "start" "-a" "f3933d0ed7b4b16eb1d042fb067303e0143a53cf7bac2ae2d1e54f5f35a49545"` Oct 15 08:17:27.684 INFO kablam! usermod: no changes Oct 15 08:17:27.715 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 08:17:27.715 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 08:17:27.715 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 08:17:27.715 INFO kablam! files will be included as a binary target: Oct 15 08:17:27.715 INFO kablam! Oct 15 08:17:27.715 INFO kablam! * /source/src/bin/main.rs Oct 15 08:17:27.715 INFO kablam! Oct 15 08:17:27.715 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 08:17:27.715 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 08:17:27.715 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 08:17:27.715 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 08:17:27.715 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 08:17:27.715 INFO kablam! Oct 15 08:17:27.715 INFO kablam! For more information on this warning you can consult Oct 15 08:17:27.715 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 08:17:27.715 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `tftp-rs`, Oct 15 08:17:27.715 INFO kablam! please set bin.path in Cargo.toml Oct 15 08:17:27.763 INFO kablam! Compiling byteview v0.1.0 (/source/byteview) Oct 15 08:17:27.766 INFO kablam! Compiling error-chain v0.9.0 Oct 15 08:17:28.991 INFO kablam! Compiling tftp-rs v0.1.0 (/source) Oct 15 08:17:29.523 INFO kablam! warning: unused `#[macro_use]` import Oct 15 08:17:29.524 INFO kablam! --> src/tftp/lib.rs:1:1 Oct 15 08:17:29.524 INFO kablam! | Oct 15 08:17:29.524 INFO kablam! 1 | #[macro_use] Oct 15 08:17:29.525 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:17:29.525 INFO kablam! | Oct 15 08:17:29.525 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:17:29.526 INFO kablam! Oct 15 08:17:29.526 INFO kablam! warning: unused import: `std::iter::Iterator` Oct 15 08:17:29.526 INFO kablam! --> src/tftp/lib.rs:4:5 Oct 15 08:17:29.527 INFO kablam! | Oct 15 08:17:29.527 INFO kablam! 4 | use std::iter::Iterator; Oct 15 08:17:29.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 08:17:29.528 INFO kablam! Oct 15 08:17:29.528 INFO kablam! warning: unused import: `std::str::from_utf8` Oct 15 08:17:29.528 INFO kablam! --> src/tftp/parsers.rs:2:5 Oct 15 08:17:29.529 INFO kablam! | Oct 15 08:17:29.529 INFO kablam! 2 | use std::str::from_utf8; Oct 15 08:17:29.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 08:17:29.530 INFO kablam! Oct 15 08:17:29.715 INFO kablam! warning: unreachable pattern Oct 15 08:17:29.715 INFO kablam! --> src/tftp/protocol.rs:152:13 Oct 15 08:17:29.715 INFO kablam! | Oct 15 08:17:29.715 INFO kablam! 152 | _ => panic!(), Oct 15 08:17:29.715 INFO kablam! | ^ Oct 15 08:17:29.715 INFO kablam! | Oct 15 08:17:29.715 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 08:17:29.715 INFO kablam! Oct 15 08:17:29.731 INFO kablam! warning: variable does not need to be mutable Oct 15 08:17:29.731 INFO kablam! --> src/tftp/protocol.rs:94:44 Oct 15 08:17:29.731 INFO kablam! | Oct 15 08:17:29.731 INFO kablam! 94 | fn string_to_bytes(data: &mut Vec, mut string: String) { Oct 15 08:17:29.731 INFO kablam! | ----^^^^^^ Oct 15 08:17:29.731 INFO kablam! | | Oct 15 08:17:29.731 INFO kablam! | help: remove this `mut` Oct 15 08:17:29.731 INFO kablam! | Oct 15 08:17:29.731 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:17:29.731 INFO kablam! Oct 15 08:17:29.731 INFO kablam! warning: variable does not need to be mutable Oct 15 08:17:29.731 INFO kablam! --> src/tftp/protocol.rs:100:40 Oct 15 08:17:29.731 INFO kablam! | Oct 15 08:17:29.731 INFO kablam! 100 | fn request_into_bytes(opcode: u16, mut filename: String, mode: Mode) -> Vec { Oct 15 08:17:29.731 INFO kablam! | ----^^^^^^^^ Oct 15 08:17:29.731 INFO kablam! | | Oct 15 08:17:29.731 INFO kablam! | help: remove this `mut` Oct 15 08:17:29.731 INFO kablam! Oct 15 08:17:30.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.21s Oct 15 08:17:30.923 INFO kablam! su: No module specific data is present Oct 15 08:17:31.819 INFO running `"docker" "rm" "-f" "f3933d0ed7b4b16eb1d042fb067303e0143a53cf7bac2ae2d1e54f5f35a49545"` Oct 15 08:17:32.163 INFO blam! f3933d0ed7b4b16eb1d042fb067303e0143a53cf7bac2ae2d1e54f5f35a49545 Oct 15 08:17:32.167 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:32.637 INFO blam! b6bd524c42bc724d616f3c75e16c92bfa70c38cb70f8b48bee967e519265cf5f Oct 15 08:17:32.640 INFO running `"docker" "start" "-a" "b6bd524c42bc724d616f3c75e16c92bfa70c38cb70f8b48bee967e519265cf5f"` Oct 15 08:17:34.451 INFO kablam! usermod: no changes Oct 15 08:17:34.495 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 08:17:34.495 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 08:17:34.495 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 08:17:34.495 INFO kablam! files will be included as a binary target: Oct 15 08:17:34.495 INFO kablam! Oct 15 08:17:34.495 INFO kablam! * /source/src/bin/main.rs Oct 15 08:17:34.495 INFO kablam! Oct 15 08:17:34.495 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 08:17:34.495 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 08:17:34.495 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 08:17:34.495 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 08:17:34.495 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 08:17:34.495 INFO kablam! Oct 15 08:17:34.495 INFO kablam! For more information on this warning you can consult Oct 15 08:17:34.495 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 08:17:34.495 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `tftp-rs`, Oct 15 08:17:34.495 INFO kablam! please set bin.path in Cargo.toml Oct 15 08:17:34.555 INFO kablam! Compiling tftp-rs v0.1.0 (/source) Oct 15 08:17:35.187 INFO kablam! warning: unused `#[macro_use]` import Oct 15 08:17:35.187 INFO kablam! --> src/tftp/lib.rs:1:1 Oct 15 08:17:35.188 INFO kablam! | Oct 15 08:17:35.188 INFO kablam! 1 | #[macro_use] Oct 15 08:17:35.188 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:17:35.188 INFO kablam! | Oct 15 08:17:35.189 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:17:35.189 INFO kablam! Oct 15 08:17:35.189 INFO kablam! warning: unused import: `std::iter::Iterator` Oct 15 08:17:35.189 INFO kablam! --> src/tftp/lib.rs:4:5 Oct 15 08:17:35.189 INFO kablam! | Oct 15 08:17:35.190 INFO kablam! 4 | use std::iter::Iterator; Oct 15 08:17:35.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 08:17:35.190 INFO kablam! Oct 15 08:17:35.190 INFO kablam! warning: unused import: `std::str::from_utf8` Oct 15 08:17:35.191 INFO kablam! --> src/tftp/parsers.rs:2:5 Oct 15 08:17:35.191 INFO kablam! | Oct 15 08:17:35.191 INFO kablam! 2 | use std::str::from_utf8; Oct 15 08:17:35.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 08:17:35.192 INFO kablam! Oct 15 08:17:35.465 INFO kablam! warning: unreachable pattern Oct 15 08:17:35.465 INFO kablam! --> src/tftp/protocol.rs:152:13 Oct 15 08:17:35.465 INFO kablam! | Oct 15 08:17:35.465 INFO kablam! 152 | _ => panic!(), Oct 15 08:17:35.466 INFO kablam! | ^ Oct 15 08:17:35.466 INFO kablam! | Oct 15 08:17:35.466 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 08:17:35.466 INFO kablam! Oct 15 08:17:35.524 INFO kablam! warning: variable does not need to be mutable Oct 15 08:17:35.524 INFO kablam! --> src/tftp/protocol.rs:94:44 Oct 15 08:17:35.524 INFO kablam! | Oct 15 08:17:35.525 INFO kablam! 94 | fn string_to_bytes(data: &mut Vec, mut string: String) { Oct 15 08:17:35.525 INFO kablam! | ----^^^^^^ Oct 15 08:17:35.525 INFO kablam! | | Oct 15 08:17:35.526 INFO kablam! | help: remove this `mut` Oct 15 08:17:35.526 INFO kablam! | Oct 15 08:17:35.526 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:17:35.527 INFO kablam! Oct 15 08:17:35.527 INFO kablam! warning: variable does not need to be mutable Oct 15 08:17:35.527 INFO kablam! --> src/tftp/protocol.rs:100:40 Oct 15 08:17:35.528 INFO kablam! | Oct 15 08:17:35.528 INFO kablam! 100 | fn request_into_bytes(opcode: u16, mut filename: String, mode: Mode) -> Vec { Oct 15 08:17:35.528 INFO kablam! | ----^^^^^^^^ Oct 15 08:17:35.529 INFO kablam! | | Oct 15 08:17:35.529 INFO kablam! | help: remove this `mut` Oct 15 08:17:35.529 INFO kablam! Oct 15 08:17:36.645 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.16s Oct 15 08:17:36.655 INFO kablam! su: No module specific data is present Oct 15 08:17:37.177 INFO running `"docker" "rm" "-f" "b6bd524c42bc724d616f3c75e16c92bfa70c38cb70f8b48bee967e519265cf5f"` Oct 15 08:17:37.523 INFO blam! b6bd524c42bc724d616f3c75e16c92bfa70c38cb70f8b48bee967e519265cf5f Oct 15 08:17:37.537 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:38.056 INFO blam! c1001248b21c6e8c2eaac59d02b8fb127b280ebab58c979af6812912f0602c30 Oct 15 08:17:38.058 INFO running `"docker" "start" "-a" "c1001248b21c6e8c2eaac59d02b8fb127b280ebab58c979af6812912f0602c30"` Oct 15 08:17:39.579 INFO kablam! usermod: no changes Oct 15 08:17:39.642 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 15 08:17:39.642 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 15 08:17:39.642 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 15 08:17:39.642 INFO kablam! files will be included as a binary target: Oct 15 08:17:39.642 INFO kablam! Oct 15 08:17:39.642 INFO kablam! * /source/src/bin/main.rs Oct 15 08:17:39.642 INFO kablam! Oct 15 08:17:39.642 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 15 08:17:39.642 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 15 08:17:39.642 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 15 08:17:39.643 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 15 08:17:39.643 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 15 08:17:39.643 INFO kablam! Oct 15 08:17:39.643 INFO kablam! For more information on this warning you can consult Oct 15 08:17:39.643 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 15 08:17:39.643 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `tftp-rs`, Oct 15 08:17:39.643 INFO kablam! please set bin.path in Cargo.toml Oct 15 08:17:39.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 08:17:39.699 INFO kablam! Running /target/debug/deps/tftp-7cd4df9ee8e140f2 Oct 15 08:17:39.711 INFO blam! Oct 15 08:17:39.711 INFO blam! running 17 tests Oct 15 08:17:39.712 INFO blam! test parsers::tests::parse_error ... ok Oct 15 08:17:39.712 INFO blam! test parsers::tests::parse_mode ... ok Oct 15 08:17:39.712 INFO blam! test parsers::tests::parse_data ... ok Oct 15 08:17:39.712 INFO blam! test parsers::tests::parse_error_code ... ok Oct 15 08:17:39.715 INFO blam! test parsers::tests::parse_block ... ok Oct 15 08:17:39.715 INFO blam! test parsers::tests::parse_tftp_ack ... ok Oct 15 08:17:39.715 INFO blam! test parsers::tests::parse_string ... ok Oct 15 08:17:39.715 INFO blam! test parsers::tests::parse_tftp_error ... ok Oct 15 08:17:39.715 INFO blam! test protocol::tests::serialize_data ... ok Oct 15 08:17:39.715 INFO blam! test protocol::tests::serialize_read_request ... ok Oct 15 08:17:39.715 INFO blam! test protocol::tests::serialize_ack ... ok Oct 15 08:17:39.715 INFO blam! test parsers::tests::parse_tftp_data ... ok Oct 15 08:17:39.715 INFO blam! test protocol::tests::serialize_write_request ... ok Oct 15 08:17:39.717 INFO blam! test parsers::tests::parse_opcode ... ok Oct 15 08:17:39.717 INFO blam! test protocol::tests::serialize_error ... ok Oct 15 08:17:39.717 INFO blam! test parsers::tests::parse_tftp_wrq ... ok Oct 15 08:17:39.720 INFO blam! test parsers::tests::parse_tftp_rrq ... ok Oct 15 08:17:39.720 INFO blam! Oct 15 08:17:39.720 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:17:39.720 INFO blam! Oct 15 08:17:39.720 INFO kablam! Doc-tests tftp Oct 15 08:17:40.605 INFO blam! Oct 15 08:17:40.605 INFO blam! running 0 tests Oct 15 08:17:40.605 INFO blam! Oct 15 08:17:40.605 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:17:40.605 INFO blam! Oct 15 08:17:40.613 INFO kablam! su: No module specific data is present Oct 15 08:17:41.729 INFO running `"docker" "rm" "-f" "c1001248b21c6e8c2eaac59d02b8fb127b280ebab58c979af6812912f0602c30"` Oct 15 08:17:41.983 INFO blam! c1001248b21c6e8c2eaac59d02b8fb127b280ebab58c979af6812912f0602c30