Oct 27 05:49:56.167 INFO checking dewaka/reddit-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:49:56.167 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 05:49:56.418 INFO blam! ca9b7ac635afa93f7d34e38e39e152717b74722b0d3c72fc144be6586544c022 Oct 27 05:49:56.421 INFO running `"docker" "start" "-a" "ca9b7ac635afa93f7d34e38e39e152717b74722b0d3c72fc144be6586544c022"` Oct 27 05:49:56.857 INFO kablam! usermod: no changes Oct 27 05:49:56.993 INFO kablam! Checking relay v0.1.1 Oct 27 05:49:56.995 INFO kablam! Compiling openssl v0.9.24 Oct 27 05:49:56.996 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 05:50:00.863 INFO kablam! Checking hyper v0.11.19 Oct 27 05:50:01.651 INFO kablam! Checking native-tls v0.1.5 Oct 27 05:50:02.438 INFO kablam! Checking tokio-tls v0.1.4 Oct 27 05:50:06.951 INFO kablam! Checking hyper-tls v0.1.2 Oct 27 05:50:08.605 INFO kablam! Checking reddit-rs v0.1.0 (/source) Oct 27 05:50:11.339 INFO kablam! warning: unused import: `hyper::client::Request` Oct 27 05:50:11.339 INFO kablam! --> src/main.rs:11:5 Oct 27 05:50:11.339 INFO kablam! | Oct 27 05:50:11.339 INFO kablam! 11 | use hyper::client::Request; Oct 27 05:50:11.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:50:11.339 INFO kablam! | Oct 27 05:50:11.339 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:50:11.339 INFO kablam! Oct 27 05:50:11.339 INFO kablam! warning: unused import: `Write` Oct 27 05:50:11.339 INFO kablam! --> src/main.rs:13:21 Oct 27 05:50:11.339 INFO kablam! | Oct 27 05:50:11.339 INFO kablam! 13 | use std::io::{self, Write}; Oct 27 05:50:11.339 INFO kablam! | ^^^^^ Oct 27 05:50:11.339 INFO kablam! Oct 27 05:50:11.412 INFO kablam! warning: unused import: `hyper::client::Request` Oct 27 05:50:11.413 INFO kablam! --> src/main.rs:11:5 Oct 27 05:50:11.413 INFO kablam! | Oct 27 05:50:11.413 INFO kablam! 11 | use hyper::client::Request; Oct 27 05:50:11.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:50:11.413 INFO kablam! | Oct 27 05:50:11.413 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:50:11.413 INFO kablam! Oct 27 05:50:11.413 INFO kablam! warning: unused import: `Write` Oct 27 05:50:11.413 INFO kablam! --> src/main.rs:13:21 Oct 27 05:50:11.413 INFO kablam! | Oct 27 05:50:11.413 INFO kablam! 13 | use std::io::{self, Write}; Oct 27 05:50:11.413 INFO kablam! | ^^^^^ Oct 27 05:50:11.413 INFO kablam! Oct 27 05:50:12.063 INFO kablam! warning: function is never used: `parse_json_example` Oct 27 05:50:12.063 INFO kablam! --> src/main.rs:20:1 Oct 27 05:50:12.063 INFO kablam! | Oct 27 05:50:12.063 INFO kablam! 20 | fn parse_json_example() -> Result<(), Error> { Oct 27 05:50:12.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:50:12.063 INFO kablam! | Oct 27 05:50:12.063 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:50:12.063 INFO kablam! Oct 27 05:50:12.066 INFO kablam! warning: function is never used: `json_decoding_example` Oct 27 05:50:12.067 INFO kablam! --> src/main.rs:72:1 Oct 27 05:50:12.067 INFO kablam! | Oct 27 05:50:12.067 INFO kablam! 72 | fn json_decoding_example() -> Result<(), Error> { Oct 27 05:50:12.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:50:12.067 INFO kablam! Oct 27 05:50:12.115 INFO kablam! warning: function is never used: `parse_json_example` Oct 27 05:50:12.115 INFO kablam! --> src/main.rs:20:1 Oct 27 05:50:12.115 INFO kablam! | Oct 27 05:50:12.115 INFO kablam! 20 | fn parse_json_example() -> Result<(), Error> { Oct 27 05:50:12.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:50:12.115 INFO kablam! | Oct 27 05:50:12.115 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:50:12.115 INFO kablam! Oct 27 05:50:12.115 INFO kablam! warning: function is never used: `json_decoding_example` Oct 27 05:50:12.115 INFO kablam! --> src/main.rs:72:1 Oct 27 05:50:12.115 INFO kablam! | Oct 27 05:50:12.115 INFO kablam! 72 | fn json_decoding_example() -> Result<(), Error> { Oct 27 05:50:12.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:50:12.115 INFO kablam! Oct 27 05:50:12.180 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.30s Oct 27 05:50:12.200 INFO kablam! su: No module specific data is present Oct 27 05:50:13.158 INFO running `"docker" "rm" "-f" "ca9b7ac635afa93f7d34e38e39e152717b74722b0d3c72fc144be6586544c022"` Oct 27 05:50:13.421 INFO blam! ca9b7ac635afa93f7d34e38e39e152717b74722b0d3c72fc144be6586544c022