Oct 13 05:47:52.741 INFO testing nayato/length-push against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:47:52.741 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 13 05:47:53.195 INFO blam! 2fe205cb750839effc21302b1d5c22d881b08dbc8134c6f2a0a8d09fdba7aa84 Oct 13 05:47:53.199 INFO running `"docker" "start" "-a" "2fe205cb750839effc21302b1d5c22d881b08dbc8134c6f2a0a8d09fdba7aa84"` Oct 13 05:47:54.223 INFO kablam! usermod: no changes Oct 13 05:47:54.435 INFO kablam! Compiling ring v0.13.2 Oct 13 05:47:54.435 INFO kablam! Compiling atty v0.2.11 Oct 13 05:47:54.439 INFO kablam! Compiling base64 v0.9.2 Oct 13 05:47:54.439 INFO kablam! Compiling uuid v0.6.5 Oct 13 05:47:54.447 INFO kablam! Compiling openssl-sys v0.9.33 Oct 13 05:47:54.447 INFO kablam! Compiling syn v0.14.6 Oct 13 05:47:54.447 INFO kablam! Compiling tokio-io v0.1.5 Oct 13 05:47:54.447 INFO kablam! Compiling backtrace v0.3.9 Oct 13 05:47:55.626 INFO kablam! Compiling clap v2.32.0 Oct 13 05:47:59.247 INFO kablam! Compiling openssl v0.9.24 Oct 13 05:47:59.247 INFO kablam! Compiling error-chain v0.12.0 Oct 13 05:47:59.407 INFO kablam! Compiling tokio-core v0.1.12 Oct 13 05:48:11.502 INFO kablam! Compiling native-tls v0.1.5 Oct 13 05:48:13.636 INFO kablam! Compiling structopt-derive v0.2.10 Oct 13 05:48:19.024 INFO kablam! Compiling webpki v0.18.1 Oct 13 05:48:19.024 INFO kablam! Compiling sct v0.3.0 Oct 13 05:48:31.071 INFO kablam! Compiling rustls v0.12.0 Oct 13 05:48:33.553 INFO kablam! Compiling structopt v0.2.10 Oct 13 05:48:45.975 INFO kablam! Compiling tokio-rustls v0.5.0 Oct 13 05:48:46.913 INFO kablam! Compiling length-push v0.1.0 (/source) Oct 13 05:48:47.022 INFO kablam! warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 13 05:48:47.023 INFO kablam! --> src/error.rs:1:10 Oct 13 05:48:47.024 INFO kablam! | Oct 13 05:48:47.024 INFO kablam! 1 | #![allow(unused_doc_comment)] Oct 13 05:48:47.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 13 05:48:47.025 INFO kablam! | Oct 13 05:48:47.026 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 13 05:48:47.027 INFO kablam! Oct 13 05:48:48.227 INFO kablam! warning: unused import: `codec::LengthCodec` Oct 13 05:48:48.227 INFO kablam! --> src/main.rs:37:5 Oct 13 05:48:48.227 INFO kablam! | Oct 13 05:48:48.227 INFO kablam! 37 | use codec::LengthCodec; Oct 13 05:48:48.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:48:48.227 INFO kablam! | Oct 13 05:48:48.227 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:48:48.227 INFO kablam! Oct 13 05:48:48.551 INFO kablam! warning: unused variable: `offset` Oct 13 05:48:48.551 INFO kablam! --> src/main.rs:95:5 Oct 13 05:48:48.551 INFO kablam! | Oct 13 05:48:48.551 INFO kablam! 95 | offset: usize, Oct 13 05:48:48.551 INFO kablam! | ^^^^^^ help: consider using `_offset` instead Oct 13 05:48:48.551 INFO kablam! | Oct 13 05:48:48.551 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:48:48.551 INFO kablam! Oct 13 05:48:48.655 INFO kablam! warning: struct is never constructed: `LengthCodec` Oct 13 05:48:48.655 INFO kablam! --> src/codec.rs:5:1 Oct 13 05:48:48.655 INFO kablam! | Oct 13 05:48:48.655 INFO kablam! 5 | pub struct LengthCodec { Oct 13 05:48:48.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:48:48.655 INFO kablam! | Oct 13 05:48:48.655 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:48:48.655 INFO kablam! Oct 13 05:48:48.655 INFO kablam! warning: method is never used: `new` Oct 13 05:48:48.655 INFO kablam! --> src/codec.rs:16:5 Oct 13 05:48:48.655 INFO kablam! | Oct 13 05:48:48.655 INFO kablam! 16 | pub fn new() -> LengthCodec { Oct 13 05:48:48.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:48:48.655 INFO kablam! Oct 13 05:48:54.548 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 00s Oct 13 05:48:54.563 INFO kablam! su: No module specific data is present Oct 13 05:48:55.906 INFO running `"docker" "rm" "-f" "2fe205cb750839effc21302b1d5c22d881b08dbc8134c6f2a0a8d09fdba7aa84"` Oct 13 05:48:56.255 INFO blam! 2fe205cb750839effc21302b1d5c22d881b08dbc8134c6f2a0a8d09fdba7aa84 Oct 13 05:48:56.256 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 13 05:48:56.803 INFO blam! 8acb1d55ae7be792f22277d383ac62b1116c01501f8d65245acf9f4840f73287 Oct 13 05:48:56.805 INFO running `"docker" "start" "-a" "8acb1d55ae7be792f22277d383ac62b1116c01501f8d65245acf9f4840f73287"` Oct 13 05:48:58.830 INFO kablam! usermod: no changes Oct 13 05:48:59.031 INFO kablam! Compiling length-push v0.1.0 (/source) Oct 13 05:48:59.142 INFO kablam! warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 13 05:48:59.142 INFO kablam! --> src/error.rs:1:10 Oct 13 05:48:59.142 INFO kablam! | Oct 13 05:48:59.142 INFO kablam! 1 | #![allow(unused_doc_comment)] Oct 13 05:48:59.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 13 05:48:59.142 INFO kablam! | Oct 13 05:48:59.142 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 13 05:48:59.142 INFO kablam! Oct 13 05:49:00.319 INFO kablam! warning: unused import: `codec::LengthCodec` Oct 13 05:49:00.319 INFO kablam! --> src/main.rs:37:5 Oct 13 05:49:00.319 INFO kablam! | Oct 13 05:49:00.319 INFO kablam! 37 | use codec::LengthCodec; Oct 13 05:49:00.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:49:00.319 INFO kablam! | Oct 13 05:49:00.319 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:49:00.319 INFO kablam! Oct 13 05:49:00.716 INFO kablam! warning: unused variable: `offset` Oct 13 05:49:00.716 INFO kablam! --> src/main.rs:95:5 Oct 13 05:49:00.716 INFO kablam! | Oct 13 05:49:00.716 INFO kablam! 95 | offset: usize, Oct 13 05:49:00.716 INFO kablam! | ^^^^^^ help: consider using `_offset` instead Oct 13 05:49:00.716 INFO kablam! | Oct 13 05:49:00.731 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:49:00.731 INFO kablam! Oct 13 05:49:00.815 INFO kablam! warning: struct is never constructed: `LengthCodec` Oct 13 05:49:00.815 INFO kablam! --> src/codec.rs:5:1 Oct 13 05:49:00.815 INFO kablam! | Oct 13 05:49:00.816 INFO kablam! 5 | pub struct LengthCodec { Oct 13 05:49:00.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:49:00.816 INFO kablam! | Oct 13 05:49:00.816 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:49:00.816 INFO kablam! Oct 13 05:49:00.816 INFO kablam! warning: method is never used: `new` Oct 13 05:49:00.816 INFO kablam! --> src/codec.rs:16:5 Oct 13 05:49:00.816 INFO kablam! | Oct 13 05:49:00.816 INFO kablam! 16 | pub fn new() -> LengthCodec { Oct 13 05:49:00.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:49:00.818 INFO kablam! Oct 13 05:49:01.555 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.69s Oct 13 05:49:01.563 INFO kablam! su: No module specific data is present Oct 13 05:49:02.682 INFO running `"docker" "rm" "-f" "8acb1d55ae7be792f22277d383ac62b1116c01501f8d65245acf9f4840f73287"` Oct 13 05:49:02.951 INFO blam! 8acb1d55ae7be792f22277d383ac62b1116c01501f8d65245acf9f4840f73287 Oct 13 05:49:02.967 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 13 05:49:03.424 INFO blam! b9da8f039c93d3448246321e6ee26e2a0fceaceb60e7a27091812369d622673b Oct 13 05:49:03.427 INFO running `"docker" "start" "-a" "b9da8f039c93d3448246321e6ee26e2a0fceaceb60e7a27091812369d622673b"` Oct 13 05:49:05.155 INFO kablam! usermod: no changes Oct 13 05:49:05.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 13 05:49:05.375 INFO kablam! Running /target/debug/deps/length_push-7f6321b7774af2dd Oct 13 05:49:05.382 INFO kablam! su: No module specific data is present Oct 13 05:49:05.382 INFO blam! Oct 13 05:49:05.382 INFO blam! running 0 tests Oct 13 05:49:05.382 INFO blam! Oct 13 05:49:05.382 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:49:05.382 INFO blam! Oct 13 05:49:06.687 INFO running `"docker" "rm" "-f" "b9da8f039c93d3448246321e6ee26e2a0fceaceb60e7a27091812369d622673b"` Oct 13 05:49:06.939 INFO blam! b9da8f039c93d3448246321e6ee26e2a0fceaceb60e7a27091812369d622673b