Oct 13 05:47:47.545 INFO testing nayato/length-push against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 05:47:47.545 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 05:47:48.062 INFO blam! bb979f0c287649ac86eb68fa4766192c6ac8d67fc13047c6f2f65e398c24e108 Oct 13 05:47:48.062 INFO running `"docker" "start" "-a" "bb979f0c287649ac86eb68fa4766192c6ac8d67fc13047c6f2f65e398c24e108"` Oct 13 05:47:49.463 INFO kablam! usermod: no changes Oct 13 05:47:49.720 INFO kablam! Compiling ring v0.13.2 Oct 13 05:47:49.720 INFO kablam! Compiling openssl-sys v0.9.33 Oct 13 05:47:49.735 INFO kablam! Compiling uuid v0.6.5 Oct 13 05:47:49.738 INFO kablam! Compiling syn v0.14.6 Oct 13 05:47:49.739 INFO kablam! Compiling tokio-io v0.1.5 Oct 13 05:47:49.739 INFO kablam! Compiling chrono v0.4.5 Oct 13 05:47:49.739 INFO kablam! Compiling error-chain v0.12.0 Oct 13 05:47:53.511 INFO kablam! Compiling tokio-core v0.1.12 Oct 13 05:47:56.183 INFO kablam! Compiling openssl v0.9.24 Oct 13 05:48:05.659 INFO kablam! Compiling structopt-derive v0.2.10 Oct 13 05:48:07.853 INFO kablam! Compiling sct v0.3.0 Oct 13 05:48:07.853 INFO kablam! Compiling webpki v0.18.1 Oct 13 05:48:09.735 INFO kablam! Compiling native-tls v0.1.5 Oct 13 05:48:12.320 INFO kablam! Compiling rustls v0.12.0 Oct 13 05:48:13.503 INFO kablam! Compiling structopt v0.2.10 Oct 13 05:48:26.803 INFO kablam! Compiling tokio-rustls v0.5.0 Oct 13 05:48:27.641 INFO kablam! Compiling length-push v0.1.0 (/source) Oct 13 05:48:27.791 INFO kablam! warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 13 05:48:27.791 INFO kablam! --> src/error.rs:1:10 Oct 13 05:48:27.791 INFO kablam! | Oct 13 05:48:27.791 INFO kablam! 1 | #![allow(unused_doc_comment)] Oct 13 05:48:27.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 13 05:48:27.791 INFO kablam! | Oct 13 05:48:27.791 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 13 05:48:27.791 INFO kablam! Oct 13 05:48:29.143 INFO kablam! warning: unused import: `codec::LengthCodec` Oct 13 05:48:29.143 INFO kablam! --> src/main.rs:37:5 Oct 13 05:48:29.143 INFO kablam! | Oct 13 05:48:29.143 INFO kablam! 37 | use codec::LengthCodec; Oct 13 05:48:29.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:48:29.143 INFO kablam! | Oct 13 05:48:29.143 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:48:29.143 INFO kablam! Oct 13 05:48:29.446 INFO kablam! warning: unused variable: `offset` Oct 13 05:48:29.446 INFO kablam! --> src/main.rs:95:5 Oct 13 05:48:29.446 INFO kablam! | Oct 13 05:48:29.446 INFO kablam! 95 | offset: usize, Oct 13 05:48:29.446 INFO kablam! | ^^^^^^ help: consider using `_offset` instead Oct 13 05:48:29.446 INFO kablam! | Oct 13 05:48:29.446 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:48:29.446 INFO kablam! Oct 13 05:48:29.549 INFO kablam! warning: struct is never constructed: `LengthCodec` Oct 13 05:48:29.549 INFO kablam! --> src/codec.rs:5:1 Oct 13 05:48:29.549 INFO kablam! | Oct 13 05:48:29.549 INFO kablam! 5 | pub struct LengthCodec { Oct 13 05:48:29.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:48:29.549 INFO kablam! | Oct 13 05:48:29.549 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:48:29.550 INFO kablam! Oct 13 05:48:29.550 INFO kablam! warning: method is never used: `new` Oct 13 05:48:29.550 INFO kablam! --> src/codec.rs:16:5 Oct 13 05:48:29.550 INFO kablam! | Oct 13 05:48:29.550 INFO kablam! 16 | pub fn new() -> LengthCodec { Oct 13 05:48:29.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:48:29.550 INFO kablam! Oct 13 05:48:35.597 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.10s Oct 13 05:48:35.631 INFO kablam! su: No module specific data is present Oct 13 05:48:37.531 INFO running `"docker" "rm" "-f" "bb979f0c287649ac86eb68fa4766192c6ac8d67fc13047c6f2f65e398c24e108"` Oct 13 05:48:37.767 INFO blam! bb979f0c287649ac86eb68fa4766192c6ac8d67fc13047c6f2f65e398c24e108 Oct 13 05:48:37.774 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 05:48:38.293 INFO blam! 48031ac4c605ee28f09f985eef40f29a37de0774406b6e7a2d323b085de5abe9 Oct 13 05:48:38.295 INFO running `"docker" "start" "-a" "48031ac4c605ee28f09f985eef40f29a37de0774406b6e7a2d323b085de5abe9"` Oct 13 05:48:40.531 INFO kablam! usermod: no changes Oct 13 05:48:40.752 INFO kablam! Compiling length-push v0.1.0 (/source) Oct 13 05:48:40.894 INFO kablam! warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 13 05:48:40.895 INFO kablam! --> src/error.rs:1:10 Oct 13 05:48:40.896 INFO kablam! | Oct 13 05:48:40.897 INFO kablam! 1 | #![allow(unused_doc_comment)] Oct 13 05:48:40.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 13 05:48:40.898 INFO kablam! | Oct 13 05:48:40.899 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 13 05:48:40.899 INFO kablam! Oct 13 05:48:42.107 INFO kablam! warning: unused import: `codec::LengthCodec` Oct 13 05:48:42.107 INFO kablam! --> src/main.rs:37:5 Oct 13 05:48:42.107 INFO kablam! | Oct 13 05:48:42.107 INFO kablam! 37 | use codec::LengthCodec; Oct 13 05:48:42.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:48:42.107 INFO kablam! | Oct 13 05:48:42.107 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:48:42.107 INFO kablam! Oct 13 05:48:42.404 INFO kablam! warning: unused variable: `offset` Oct 13 05:48:42.405 INFO kablam! --> src/main.rs:95:5 Oct 13 05:48:42.406 INFO kablam! | Oct 13 05:48:42.406 INFO kablam! 95 | offset: usize, Oct 13 05:48:42.407 INFO kablam! | ^^^^^^ help: consider using `_offset` instead Oct 13 05:48:42.407 INFO kablam! | Oct 13 05:48:42.408 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:48:42.408 INFO kablam! Oct 13 05:48:42.507 INFO kablam! warning: struct is never constructed: `LengthCodec` Oct 13 05:48:42.508 INFO kablam! --> src/codec.rs:5:1 Oct 13 05:48:42.509 INFO kablam! | Oct 13 05:48:42.509 INFO kablam! 5 | pub struct LengthCodec { Oct 13 05:48:42.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:48:42.510 INFO kablam! | Oct 13 05:48:42.511 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:48:42.511 INFO kablam! Oct 13 05:48:42.512 INFO kablam! warning: method is never used: `new` Oct 13 05:48:42.513 INFO kablam! --> src/codec.rs:16:5 Oct 13 05:48:42.513 INFO kablam! | Oct 13 05:48:42.514 INFO kablam! 16 | pub fn new() -> LengthCodec { Oct 13 05:48:42.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:48:42.515 INFO kablam! Oct 13 05:48:43.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.70s Oct 13 05:48:43.287 INFO kablam! su: No module specific data is present Oct 13 05:48:44.848 INFO running `"docker" "rm" "-f" "48031ac4c605ee28f09f985eef40f29a37de0774406b6e7a2d323b085de5abe9"` Oct 13 05:48:45.139 INFO blam! 48031ac4c605ee28f09f985eef40f29a37de0774406b6e7a2d323b085de5abe9 Oct 13 05:48:45.146 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 05:48:45.583 INFO blam! f27c6266081341259fc9cd5e1e510f7c42e0e58236ceb9f26476d5e19b180837 Oct 13 05:48:45.584 INFO running `"docker" "start" "-a" "f27c6266081341259fc9cd5e1e510f7c42e0e58236ceb9f26476d5e19b180837"` Oct 13 05:48:47.495 INFO kablam! usermod: no changes Oct 13 05:48:47.725 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 13 05:48:47.737 INFO kablam! Running /target/debug/deps/length_push-72a847ed33f0394b Oct 13 05:48:47.746 INFO blam! Oct 13 05:48:47.746 INFO blam! running 0 tests Oct 13 05:48:47.746 INFO blam! Oct 13 05:48:47.746 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:48:47.746 INFO blam! Oct 13 05:48:47.748 INFO kablam! su: No module specific data is present Oct 13 05:48:49.289 INFO running `"docker" "rm" "-f" "f27c6266081341259fc9cd5e1e510f7c42e0e58236ceb9f26476d5e19b180837"` Oct 13 05:48:49.664 INFO blam! f27c6266081341259fc9cd5e1e510f7c42e0e58236ceb9f26476d5e19b180837