Oct 21 15:17:58.156 INFO checking nayato/length-push against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:17:58.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 15:17:58.344 INFO blam! 1964fa2e67ef6097b7f1e460ffc86132464a9f612806370865173fecca82f314 Oct 21 15:17:58.345 INFO running `"docker" "start" "-a" "1964fa2e67ef6097b7f1e460ffc86132464a9f612806370865173fecca82f314"` Oct 21 15:17:58.752 INFO kablam! usermod: no changes Oct 21 15:17:58.947 INFO kablam! Compiling ring v0.13.2 Oct 21 15:17:58.948 INFO kablam! Compiling syn v0.14.6 Oct 21 15:17:58.948 INFO kablam! Checking tokio-io v0.1.5 Oct 21 15:17:58.949 INFO kablam! Checking error-chain v0.12.0 Oct 21 15:18:00.381 INFO kablam! Checking tokio-core v0.1.12 Oct 21 15:18:09.865 INFO kablam! Checking sct v0.3.0 Oct 21 15:18:09.865 INFO kablam! Checking webpki v0.18.1 Oct 21 15:18:12.386 INFO kablam! Compiling structopt-derive v0.2.10 Oct 21 15:18:12.964 INFO kablam! Checking rustls v0.12.0 Oct 21 15:18:19.421 INFO kablam! Checking structopt v0.2.10 Oct 21 15:18:20.827 INFO kablam! Checking tokio-rustls v0.5.0 Oct 21 15:18:21.498 INFO kablam! Checking length-push v0.1.0 (/source) Oct 21 15:18:21.636 INFO kablam! warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 21 15:18:21.636 INFO kablam! --> src/error.rs:1:10 Oct 21 15:18:21.636 INFO kablam! | Oct 21 15:18:21.636 INFO kablam! 1 | #![allow(unused_doc_comment)] Oct 21 15:18:21.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 21 15:18:21.636 INFO kablam! | Oct 21 15:18:21.636 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 21 15:18:21.636 INFO kablam! Oct 21 15:18:21.664 INFO kablam! warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 21 15:18:21.664 INFO kablam! --> src/error.rs:1:10 Oct 21 15:18:21.664 INFO kablam! | Oct 21 15:18:21.664 INFO kablam! 1 | #![allow(unused_doc_comment)] Oct 21 15:18:21.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 21 15:18:21.664 INFO kablam! | Oct 21 15:18:21.664 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 21 15:18:21.664 INFO kablam! Oct 21 15:18:23.617 INFO kablam! warning: unused import: `codec::LengthCodec` Oct 21 15:18:23.617 INFO kablam! --> src/main.rs:37:5 Oct 21 15:18:23.617 INFO kablam! | Oct 21 15:18:23.617 INFO kablam! 37 | use codec::LengthCodec; Oct 21 15:18:23.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 15:18:23.617 INFO kablam! | Oct 21 15:18:23.617 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:18:23.617 INFO kablam! Oct 21 15:18:23.768 INFO kablam! warning: unused import: `codec::LengthCodec` Oct 21 15:18:23.768 INFO kablam! --> src/main.rs:37:5 Oct 21 15:18:23.768 INFO kablam! | Oct 21 15:18:23.768 INFO kablam! 37 | use codec::LengthCodec; Oct 21 15:18:23.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 15:18:23.768 INFO kablam! | Oct 21 15:18:23.768 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:18:23.768 INFO kablam! Oct 21 15:18:23.940 INFO kablam! warning: unused variable: `offset` Oct 21 15:18:23.940 INFO kablam! --> src/main.rs:95:5 Oct 21 15:18:23.940 INFO kablam! | Oct 21 15:18:23.940 INFO kablam! 95 | offset: usize, Oct 21 15:18:23.940 INFO kablam! | ^^^^^^ help: consider using `_offset` instead Oct 21 15:18:23.940 INFO kablam! | Oct 21 15:18:23.940 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:18:23.940 INFO kablam! Oct 21 15:18:24.084 INFO kablam! warning: struct is never constructed: `LengthCodec` Oct 21 15:18:24.084 INFO kablam! --> src/codec.rs:5:1 Oct 21 15:18:24.084 INFO kablam! | Oct 21 15:18:24.084 INFO kablam! 5 | pub struct LengthCodec { Oct 21 15:18:24.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:18:24.084 INFO kablam! | Oct 21 15:18:24.084 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:18:24.084 INFO kablam! Oct 21 15:18:24.084 INFO kablam! warning: method is never used: `new` Oct 21 15:18:24.084 INFO kablam! --> src/codec.rs:16:5 Oct 21 15:18:24.084 INFO kablam! | Oct 21 15:18:24.084 INFO kablam! 16 | pub fn new() -> LengthCodec { Oct 21 15:18:24.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:18:24.084 INFO kablam! Oct 21 15:18:24.259 INFO kablam! warning: unused variable: `offset` Oct 21 15:18:24.259 INFO kablam! --> src/main.rs:95:5 Oct 21 15:18:24.259 INFO kablam! | Oct 21 15:18:24.259 INFO kablam! 95 | offset: usize, Oct 21 15:18:24.259 INFO kablam! | ^^^^^^ help: consider using `_offset` instead Oct 21 15:18:24.259 INFO kablam! | Oct 21 15:18:24.259 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:18:24.259 INFO kablam! Oct 21 15:18:24.384 INFO kablam! warning: struct is never constructed: `LengthCodec` Oct 21 15:18:24.385 INFO kablam! --> src/codec.rs:5:1 Oct 21 15:18:24.385 INFO kablam! | Oct 21 15:18:24.385 INFO kablam! 5 | pub struct LengthCodec { Oct 21 15:18:24.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:18:24.385 INFO kablam! | Oct 21 15:18:24.385 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:18:24.385 INFO kablam! Oct 21 15:18:24.385 INFO kablam! warning: method is never used: `new` Oct 21 15:18:24.385 INFO kablam! --> src/codec.rs:16:5 Oct 21 15:18:24.385 INFO kablam! | Oct 21 15:18:24.385 INFO kablam! 16 | pub fn new() -> LengthCodec { Oct 21 15:18:24.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:18:24.385 INFO kablam! Oct 21 15:18:24.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.67s Oct 21 15:18:24.443 INFO kablam! su: No module specific data is present Oct 21 15:18:25.925 INFO running `"docker" "rm" "-f" "1964fa2e67ef6097b7f1e460ffc86132464a9f612806370865173fecca82f314"` Oct 21 15:18:26.324 INFO blam! 1964fa2e67ef6097b7f1e460ffc86132464a9f612806370865173fecca82f314