Oct 27 06:27:05.700 INFO checking cracheurderat/KheyAdopte against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:27:05.700 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 27 06:27:06.129 INFO blam! 689dd672382d375f8fae104900e7497b048de39817a22098341723958b8e735c Oct 27 06:27:06.135 INFO running `"docker" "start" "-a" "689dd672382d375f8fae104900e7497b048de39817a22098341723958b8e735c"` Oct 27 06:27:08.047 INFO kablam! usermod: no changes Oct 27 06:27:08.273 INFO kablam! Compiling openssl v0.9.11 Oct 27 06:27:08.275 INFO kablam! Checking serde v1.0.3 Oct 27 06:27:08.279 INFO kablam! Checking json v0.11.6 Oct 27 06:27:08.279 INFO kablam! Compiling openssl-sys v0.9.11 Oct 27 06:27:08.287 INFO kablam! Checking libflate v0.1.5 Oct 27 06:27:08.308 INFO kablam! Checking hyper v0.10.10 Oct 27 06:27:22.995 INFO kablam! Checking native-tls v0.1.2 Oct 27 06:27:24.324 INFO kablam! Checking hyper-native-tls v0.2.2 Oct 27 06:27:24.899 INFO kablam! Checking serde_urlencoded v0.5.0 Oct 27 06:27:24.899 INFO kablam! Checking serde_json v1.0.2 Oct 27 06:27:27.915 INFO kablam! Checking reqwest v0.6.0 Oct 27 06:27:29.595 INFO kablam! Checking KheyPecho v0.1.0 (/source) Oct 27 06:27:31.477 INFO kablam! warning: unused import: `std::io::Read` Oct 27 06:27:31.477 INFO kablam! --> src/adopte_authentifier.rs:8:5 Oct 27 06:27:31.477 INFO kablam! | Oct 27 06:27:31.477 INFO kablam! 8 | use std::io::Read; Oct 27 06:27:31.477 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 06:27:31.477 INFO kablam! | Oct 27 06:27:31.477 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 06:27:31.477 INFO kablam! Oct 27 06:27:31.477 INFO kablam! warning: unused import: `Array` Oct 27 06:27:31.477 INFO kablam! --> src/adopte_client.rs:5:20 Oct 27 06:27:31.477 INFO kablam! | Oct 27 06:27:31.477 INFO kablam! 5 | use json::{Result, Array}; Oct 27 06:27:31.477 INFO kablam! | ^^^^^ Oct 27 06:27:31.477 INFO kablam! Oct 27 06:27:31.477 INFO kablam! warning: unused import: `Headers` Oct 27 06:27:31.477 INFO kablam! --> src/adopte_client.rs:7:21 Oct 27 06:27:31.477 INFO kablam! | Oct 27 06:27:31.477 INFO kablam! 7 | use hyper::header::{Headers, Cookie}; Oct 27 06:27:31.478 INFO kablam! | ^^^^^^^ Oct 27 06:27:31.478 INFO kablam! Oct 27 06:27:31.478 INFO kablam! warning: unused import: `std::io::Read` Oct 27 06:27:31.478 INFO kablam! --> src/main.rs:10:5 Oct 27 06:27:31.478 INFO kablam! | Oct 27 06:27:31.478 INFO kablam! 10 | use std::io::Read; Oct 27 06:27:31.478 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 06:27:31.478 INFO kablam! Oct 27 06:27:31.478 INFO kablam! warning: unused import: `reqwest::header::SetCookie` Oct 27 06:27:31.478 INFO kablam! --> src/main.rs:12:5 Oct 27 06:27:31.478 INFO kablam! | Oct 27 06:27:31.478 INFO kablam! 12 | use reqwest::header::SetCookie; Oct 27 06:27:31.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:27:31.478 INFO kablam! Oct 27 06:27:31.663 INFO kablam! warning: variable does not need to be mutable Oct 27 06:27:31.663 INFO kablam! --> src/adopte_authentifier.rs:17:9 Oct 27 06:27:31.663 INFO kablam! | Oct 27 06:27:31.663 INFO kablam! 17 | let mut request_result = connect_user(user_informations, &client); Oct 27 06:27:31.663 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 27 06:27:31.663 INFO kablam! | | Oct 27 06:27:31.663 INFO kablam! | help: remove this `mut` Oct 27 06:27:31.663 INFO kablam! | Oct 27 06:27:31.663 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 06:27:31.663 INFO kablam! Oct 27 06:27:31.690 INFO kablam! warning: method is never used: `set_offset` Oct 27 06:27:31.690 INFO kablam! --> src/adopte_client.rs:31:5 Oct 27 06:27:31.690 INFO kablam! | Oct 27 06:27:31.690 INFO kablam! 31 | pub fn set_offset(&mut self, offset: usize){ Oct 27 06:27:31.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:27:31.690 INFO kablam! | Oct 27 06:27:31.690 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:27:31.690 INFO kablam! Oct 27 06:27:31.690 INFO kablam! warning: method is never used: `set_count` Oct 27 06:27:31.690 INFO kablam! --> src/adopte_client.rs:35:5 Oct 27 06:27:31.690 INFO kablam! | Oct 27 06:27:31.690 INFO kablam! 35 | pub fn set_count(&mut self, count: usize){ Oct 27 06:27:31.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:27:31.690 INFO kablam! Oct 27 06:27:31.690 INFO kablam! warning: crate `KheyPecho` should have a snake case name such as `khey_pecho` Oct 27 06:27:31.690 INFO kablam! | Oct 27 06:27:31.690 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 06:27:31.690 INFO kablam! Oct 27 06:27:31.690 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:27:31.690 INFO kablam! --> src/adopte_authentifier.rs:30:5 Oct 27 06:27:31.690 INFO kablam! | Oct 27 06:27:31.690 INFO kablam! 30 | stdout().flush(); Oct 27 06:27:31.690 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 06:27:31.690 INFO kablam! | Oct 27 06:27:31.690 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:27:31.690 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:27:31.690 INFO kablam! Oct 27 06:27:31.690 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:27:31.690 INFO kablam! --> src/adopte_authentifier.rs:36:5 Oct 27 06:27:31.690 INFO kablam! | Oct 27 06:27:31.690 INFO kablam! 36 | stdout().flush(); Oct 27 06:27:31.690 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 06:27:31.690 INFO kablam! | Oct 27 06:27:31.691 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:27:31.691 INFO kablam! Oct 27 06:27:31.691 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:27:31.691 INFO kablam! --> src/adopte_authentifier.rs:42:5 Oct 27 06:27:31.691 INFO kablam! | Oct 27 06:27:31.691 INFO kablam! 42 | io::stdin().read_line(&mut input); Oct 27 06:27:31.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:27:31.698 INFO kablam! | Oct 27 06:27:31.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:27:31.698 INFO kablam! Oct 27 06:27:31.704 INFO kablam! warning: variable `mySearch` should have a snake case name such as `my_search` Oct 27 06:27:31.704 INFO kablam! --> src/adopte_client.rs:75:13 Oct 27 06:27:31.704 INFO kablam! | Oct 27 06:27:31.704 INFO kablam! 75 | let mySearch = "/mySearch/more?".to_owned(); Oct 27 06:27:31.704 INFO kablam! | ^^^^^^^^ Oct 27 06:27:31.704 INFO kablam! Oct 27 06:27:31.704 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:27:31.704 INFO kablam! --> src/adopte_client.rs:80:9 Oct 27 06:27:31.704 INFO kablam! | Oct 27 06:27:31.704 INFO kablam! 80 | response.read_to_string(&mut json_response); Oct 27 06:27:31.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:27:31.704 INFO kablam! | Oct 27 06:27:31.704 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:27:31.704 INFO kablam! Oct 27 06:27:32.115 INFO kablam! warning: unused import: `std::io::Read` Oct 27 06:27:32.115 INFO kablam! --> src/adopte_authentifier.rs:8:5 Oct 27 06:27:32.115 INFO kablam! | Oct 27 06:27:32.115 INFO kablam! 8 | use std::io::Read; Oct 27 06:27:32.115 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 06:27:32.115 INFO kablam! | Oct 27 06:27:32.115 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 06:27:32.115 INFO kablam! Oct 27 06:27:32.115 INFO kablam! warning: unused import: `Array` Oct 27 06:27:32.115 INFO kablam! --> src/adopte_client.rs:5:20 Oct 27 06:27:32.115 INFO kablam! | Oct 27 06:27:32.115 INFO kablam! 5 | use json::{Result, Array}; Oct 27 06:27:32.115 INFO kablam! | ^^^^^ Oct 27 06:27:32.115 INFO kablam! Oct 27 06:27:32.115 INFO kablam! warning: unused import: `Headers` Oct 27 06:27:32.115 INFO kablam! --> src/adopte_client.rs:7:21 Oct 27 06:27:32.115 INFO kablam! | Oct 27 06:27:32.115 INFO kablam! 7 | use hyper::header::{Headers, Cookie}; Oct 27 06:27:32.115 INFO kablam! | ^^^^^^^ Oct 27 06:27:32.115 INFO kablam! Oct 27 06:27:32.115 INFO kablam! warning: unused import: `std::io::Read` Oct 27 06:27:32.115 INFO kablam! --> src/main.rs:10:5 Oct 27 06:27:32.115 INFO kablam! | Oct 27 06:27:32.115 INFO kablam! 10 | use std::io::Read; Oct 27 06:27:32.115 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 06:27:32.115 INFO kablam! Oct 27 06:27:32.115 INFO kablam! warning: unused import: `reqwest::header::SetCookie` Oct 27 06:27:32.115 INFO kablam! --> src/main.rs:12:5 Oct 27 06:27:32.115 INFO kablam! | Oct 27 06:27:32.115 INFO kablam! 12 | use reqwest::header::SetCookie; Oct 27 06:27:32.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:27:32.115 INFO kablam! Oct 27 06:27:32.279 INFO kablam! warning: variable does not need to be mutable Oct 27 06:27:32.279 INFO kablam! --> src/adopte_authentifier.rs:17:9 Oct 27 06:27:32.279 INFO kablam! | Oct 27 06:27:32.279 INFO kablam! 17 | let mut request_result = connect_user(user_informations, &client); Oct 27 06:27:32.279 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 27 06:27:32.279 INFO kablam! | | Oct 27 06:27:32.279 INFO kablam! | help: remove this `mut` Oct 27 06:27:32.279 INFO kablam! | Oct 27 06:27:32.279 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 06:27:32.279 INFO kablam! Oct 27 06:27:32.303 INFO kablam! warning: method is never used: `set_offset` Oct 27 06:27:32.303 INFO kablam! --> src/adopte_client.rs:31:5 Oct 27 06:27:32.303 INFO kablam! | Oct 27 06:27:32.303 INFO kablam! 31 | pub fn set_offset(&mut self, offset: usize){ Oct 27 06:27:32.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:27:32.303 INFO kablam! | Oct 27 06:27:32.303 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:27:32.303 INFO kablam! Oct 27 06:27:32.303 INFO kablam! warning: method is never used: `set_count` Oct 27 06:27:32.303 INFO kablam! --> src/adopte_client.rs:35:5 Oct 27 06:27:32.303 INFO kablam! | Oct 27 06:27:32.303 INFO kablam! 35 | pub fn set_count(&mut self, count: usize){ Oct 27 06:27:32.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:27:32.303 INFO kablam! Oct 27 06:27:32.303 INFO kablam! warning: crate `KheyPecho` should have a snake case name such as `khey_pecho` Oct 27 06:27:32.303 INFO kablam! | Oct 27 06:27:32.303 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 06:27:32.303 INFO kablam! Oct 27 06:27:32.307 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:27:32.307 INFO kablam! --> src/adopte_authentifier.rs:30:5 Oct 27 06:27:32.307 INFO kablam! | Oct 27 06:27:32.307 INFO kablam! 30 | stdout().flush(); Oct 27 06:27:32.307 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 06:27:32.307 INFO kablam! | Oct 27 06:27:32.307 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:27:32.307 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:27:32.307 INFO kablam! Oct 27 06:27:32.307 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:27:32.307 INFO kablam! --> src/adopte_authentifier.rs:36:5 Oct 27 06:27:32.307 INFO kablam! | Oct 27 06:27:32.307 INFO kablam! 36 | stdout().flush(); Oct 27 06:27:32.307 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 06:27:32.307 INFO kablam! | Oct 27 06:27:32.307 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:27:32.307 INFO kablam! Oct 27 06:27:32.307 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:27:32.307 INFO kablam! --> src/adopte_authentifier.rs:42:5 Oct 27 06:27:32.307 INFO kablam! | Oct 27 06:27:32.307 INFO kablam! 42 | io::stdin().read_line(&mut input); Oct 27 06:27:32.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:27:32.307 INFO kablam! | Oct 27 06:27:32.307 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:27:32.307 INFO kablam! Oct 27 06:27:32.307 INFO kablam! warning: variable `mySearch` should have a snake case name such as `my_search` Oct 27 06:27:32.307 INFO kablam! --> src/adopte_client.rs:75:13 Oct 27 06:27:32.307 INFO kablam! | Oct 27 06:27:32.307 INFO kablam! 75 | let mySearch = "/mySearch/more?".to_owned(); Oct 27 06:27:32.307 INFO kablam! | ^^^^^^^^ Oct 27 06:27:32.307 INFO kablam! Oct 27 06:27:32.307 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:27:32.307 INFO kablam! --> src/adopte_client.rs:80:9 Oct 27 06:27:32.307 INFO kablam! | Oct 27 06:27:32.307 INFO kablam! 80 | response.read_to_string(&mut json_response); Oct 27 06:27:32.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:27:32.307 INFO kablam! | Oct 27 06:27:32.307 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:27:32.307 INFO kablam! Oct 27 06:27:32.343 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.28s Oct 27 06:27:32.371 INFO kablam! su: No module specific data is present Oct 27 06:27:33.752 INFO running `"docker" "rm" "-f" "689dd672382d375f8fae104900e7497b048de39817a22098341723958b8e735c"` Oct 27 06:27:34.004 INFO blam! 689dd672382d375f8fae104900e7497b048de39817a22098341723958b8e735c