Oct 26 20:06:48.298 INFO checking suharshan/pgclir against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 20:06:48.298 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 26 20:06:48.773 INFO blam! 8b18e1216448416ee9d5cb22d9c931053e491fa20838dcb64022c663e49d7901 Oct 26 20:06:48.775 INFO running `"docker" "start" "-a" "8b18e1216448416ee9d5cb22d9c931053e491fa20838dcb64022c663e49d7901"` Oct 26 20:06:51.070 INFO kablam! usermod: no changes Oct 26 20:06:51.275 INFO kablam! Compiling typenum v1.5.2 Oct 26 20:06:51.299 INFO kablam! Checking fallible-iterator v0.1.3 Oct 26 20:06:51.299 INFO kablam! Checking md5 v0.3.5 Oct 26 20:06:51.299 INFO kablam! Checking rprompt v1.0.3 Oct 26 20:06:51.299 INFO kablam! Checking iovec v0.1.0 Oct 26 20:06:51.299 INFO kablam! Checking memchr v1.0.1 Oct 26 20:06:51.299 INFO kablam! Checking time v0.1.38 Oct 26 20:06:51.300 INFO kablam! Checking base64 v0.5.2 Oct 26 20:06:52.715 INFO kablam! Checking phf_shared v0.7.21 Oct 26 20:06:52.915 INFO kablam! Checking scheduled-thread-pool v0.1.0 Oct 26 20:06:53.081 INFO kablam! Checking stringprep v0.1.2 Oct 26 20:06:54.351 INFO kablam! Checking rpassword v1.0.2 Oct 26 20:06:54.351 INFO kablam! Checking csv v0.15.0 Oct 26 20:06:54.851 INFO kablam! Checking bytes v0.4.5 Oct 26 20:06:55.061 INFO kablam! Checking num v0.1.40 Oct 26 20:06:56.148 INFO kablam! Checking phf v0.7.21 Oct 26 20:06:56.269 INFO kablam! Checking r2d2 v0.7.3 Oct 26 20:06:56.709 INFO kablam! Checking chrono v0.4.0 Oct 26 20:06:58.651 INFO kablam! Checking prettytable-rs v0.6.7 Oct 26 20:07:03.103 INFO kablam! Checking generic-array v0.7.2 Oct 26 20:07:03.527 INFO kablam! Checking digest v0.5.2 Oct 26 20:07:03.527 INFO kablam! Checking crypto-mac v0.3.0 Oct 26 20:07:03.527 INFO kablam! Checking digest-buffer v0.3.1 Oct 26 20:07:03.979 INFO kablam! Checking hmac v0.1.1 Oct 26 20:07:04.079 INFO kablam! Checking sha2 v0.5.3 Oct 26 20:07:04.587 INFO kablam! Checking postgres-protocol v0.3.0 Oct 26 20:07:05.748 INFO kablam! Checking postgres-shared v0.4.0 Oct 26 20:07:07.460 INFO kablam! Checking postgres v0.15.1 Oct 26 20:07:08.878 INFO kablam! Checking r2d2_postgres v0.13.0 Oct 26 20:07:09.462 INFO kablam! Checking pgclir v0.1.0 (/source) Oct 26 20:07:10.815 INFO kablam! warning: value assigned to `passwd` is never read Oct 26 20:07:10.816 INFO kablam! --> src/main.rs:49:11 Oct 26 20:07:10.817 INFO kablam! | Oct 26 20:07:10.817 INFO kablam! 49 | let mut passwd = String::new(); Oct 26 20:07:10.818 INFO kablam! | ^^^^^^ Oct 26 20:07:10.819 INFO kablam! | Oct 26 20:07:10.819 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:07:10.820 INFO kablam! Oct 26 20:07:10.820 INFO kablam! warning: unused variable: `sql` Oct 26 20:07:10.821 INFO kablam! --> src/main.rs:146:7 Oct 26 20:07:10.822 INFO kablam! | Oct 26 20:07:10.822 INFO kablam! 146 | let sql = &conn.execute("create database $1 owner $2", &[&dbname,&owner]); Oct 26 20:07:10.823 INFO kablam! | ^^^ help: consider using `_sql` instead Oct 26 20:07:10.824 INFO kablam! | Oct 26 20:07:10.824 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:07:10.825 INFO kablam! Oct 26 20:07:10.825 INFO kablam! warning: value assigned to `params` is never read Oct 26 20:07:10.825 INFO kablam! --> src/main.rs:225:11 Oct 26 20:07:10.825 INFO kablam! | Oct 26 20:07:10.825 INFO kablam! 225 | let mut params: Vec = Vec::new(); Oct 26 20:07:10.825 INFO kablam! | ^^^^^^ Oct 26 20:07:10.825 INFO kablam! Oct 26 20:07:10.827 INFO kablam! warning: value assigned to `passwd` is never read Oct 26 20:07:10.827 INFO kablam! --> src/main.rs:49:11 Oct 26 20:07:10.827 INFO kablam! | Oct 26 20:07:10.827 INFO kablam! 49 | let mut passwd = String::new(); Oct 26 20:07:10.827 INFO kablam! | ^^^^^^ Oct 26 20:07:10.827 INFO kablam! | Oct 26 20:07:10.827 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:07:10.827 INFO kablam! Oct 26 20:07:10.827 INFO kablam! warning: unused variable: `sql` Oct 26 20:07:10.827 INFO kablam! --> src/main.rs:146:7 Oct 26 20:07:10.827 INFO kablam! | Oct 26 20:07:10.827 INFO kablam! 146 | let sql = &conn.execute("create database $1 owner $2", &[&dbname,&owner]); Oct 26 20:07:10.827 INFO kablam! | ^^^ help: consider using `_sql` instead Oct 26 20:07:10.827 INFO kablam! | Oct 26 20:07:10.827 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:07:10.827 INFO kablam! Oct 26 20:07:10.827 INFO kablam! warning: value assigned to `params` is never read Oct 26 20:07:10.827 INFO kablam! --> src/main.rs:225:11 Oct 26 20:07:10.827 INFO kablam! | Oct 26 20:07:10.827 INFO kablam! 225 | let mut params: Vec = Vec::new(); Oct 26 20:07:10.827 INFO kablam! | ^^^^^^ Oct 26 20:07:10.831 INFO kablam! Oct 26 20:07:10.887 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.887 INFO kablam! --> src/main.rs:23:3 Oct 26 20:07:10.887 INFO kablam! | Oct 26 20:07:10.887 INFO kablam! 23 | io::stdout().flush(); Oct 26 20:07:10.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.887 INFO kablam! | Oct 26 20:07:10.889 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:07:10.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.889 INFO kablam! Oct 26 20:07:10.889 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.889 INFO kablam! --> src/main.rs:27:3 Oct 26 20:07:10.889 INFO kablam! | Oct 26 20:07:10.889 INFO kablam! 27 | io::stdin().read_line(&mut host); Oct 26 20:07:10.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.889 INFO kablam! | Oct 26 20:07:10.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.889 INFO kablam! Oct 26 20:07:10.889 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.889 INFO kablam! --> src/main.rs:31:3 Oct 26 20:07:10.889 INFO kablam! | Oct 26 20:07:10.889 INFO kablam! 31 | io::stdout().flush(); Oct 26 20:07:10.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.889 INFO kablam! | Oct 26 20:07:10.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.889 INFO kablam! Oct 26 20:07:10.893 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.893 INFO kablam! --> src/main.rs:33:3 Oct 26 20:07:10.893 INFO kablam! | Oct 26 20:07:10.893 INFO kablam! 33 | io::stdin().read_line(&mut database); Oct 26 20:07:10.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.893 INFO kablam! | Oct 26 20:07:10.893 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.893 INFO kablam! Oct 26 20:07:10.893 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.893 INFO kablam! --> src/main.rs:37:3 Oct 26 20:07:10.893 INFO kablam! | Oct 26 20:07:10.893 INFO kablam! 37 | io::stdout().flush(); Oct 26 20:07:10.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.894 INFO kablam! | Oct 26 20:07:10.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.894 INFO kablam! Oct 26 20:07:10.894 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.894 INFO kablam! --> src/main.rs:39:3 Oct 26 20:07:10.894 INFO kablam! | Oct 26 20:07:10.894 INFO kablam! 39 | io::stdin().read_line(&mut port); Oct 26 20:07:10.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.894 INFO kablam! | Oct 26 20:07:10.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.894 INFO kablam! Oct 26 20:07:10.894 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.894 INFO kablam! --> src/main.rs:43:3 Oct 26 20:07:10.894 INFO kablam! | Oct 26 20:07:10.894 INFO kablam! 43 | io::stdout().flush(); Oct 26 20:07:10.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.894 INFO kablam! | Oct 26 20:07:10.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.894 INFO kablam! Oct 26 20:07:10.894 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.894 INFO kablam! --> src/main.rs:45:3 Oct 26 20:07:10.894 INFO kablam! | Oct 26 20:07:10.894 INFO kablam! 45 | io::stdin().read_line(&mut username); Oct 26 20:07:10.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.894 INFO kablam! | Oct 26 20:07:10.894 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.894 INFO kablam! Oct 26 20:07:10.905 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.905 INFO kablam! --> src/main.rs:23:3 Oct 26 20:07:10.905 INFO kablam! | Oct 26 20:07:10.905 INFO kablam! 23 | io::stdout().flush(); Oct 26 20:07:10.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.905 INFO kablam! | Oct 26 20:07:10.905 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:07:10.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.905 INFO kablam! Oct 26 20:07:10.905 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.905 INFO kablam! --> src/main.rs:27:3 Oct 26 20:07:10.905 INFO kablam! | Oct 26 20:07:10.905 INFO kablam! 27 | io::stdin().read_line(&mut host); Oct 26 20:07:10.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.905 INFO kablam! | Oct 26 20:07:10.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.905 INFO kablam! Oct 26 20:07:10.905 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.905 INFO kablam! --> src/main.rs:31:3 Oct 26 20:07:10.905 INFO kablam! | Oct 26 20:07:10.905 INFO kablam! 31 | io::stdout().flush(); Oct 26 20:07:10.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.905 INFO kablam! | Oct 26 20:07:10.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.905 INFO kablam! Oct 26 20:07:10.905 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.905 INFO kablam! --> src/main.rs:33:3 Oct 26 20:07:10.905 INFO kablam! | Oct 26 20:07:10.905 INFO kablam! 33 | io::stdin().read_line(&mut database); Oct 26 20:07:10.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.905 INFO kablam! | Oct 26 20:07:10.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.905 INFO kablam! Oct 26 20:07:10.905 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.905 INFO kablam! --> src/main.rs:37:3 Oct 26 20:07:10.905 INFO kablam! | Oct 26 20:07:10.905 INFO kablam! 37 | io::stdout().flush(); Oct 26 20:07:10.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.906 INFO kablam! | Oct 26 20:07:10.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.906 INFO kablam! Oct 26 20:07:10.906 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.906 INFO kablam! --> src/main.rs:39:3 Oct 26 20:07:10.906 INFO kablam! | Oct 26 20:07:10.906 INFO kablam! 39 | io::stdin().read_line(&mut port); Oct 26 20:07:10.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.906 INFO kablam! | Oct 26 20:07:10.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.906 INFO kablam! Oct 26 20:07:10.906 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.906 INFO kablam! --> src/main.rs:43:3 Oct 26 20:07:10.906 INFO kablam! | Oct 26 20:07:10.906 INFO kablam! 43 | io::stdout().flush(); Oct 26 20:07:10.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.906 INFO kablam! | Oct 26 20:07:10.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.906 INFO kablam! Oct 26 20:07:10.906 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:10.906 INFO kablam! --> src/main.rs:45:3 Oct 26 20:07:10.906 INFO kablam! | Oct 26 20:07:10.906 INFO kablam! 45 | io::stdin().read_line(&mut username); Oct 26 20:07:10.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:10.906 INFO kablam! | Oct 26 20:07:10.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:10.906 INFO kablam! Oct 26 20:07:10.967 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.87s Oct 26 20:07:10.983 INFO kablam! su: No module specific data is present Oct 26 20:07:12.407 INFO running `"docker" "rm" "-f" "8b18e1216448416ee9d5cb22d9c931053e491fa20838dcb64022c663e49d7901"` Oct 26 20:07:12.703 INFO blam! 8b18e1216448416ee9d5cb22d9c931053e491fa20838dcb64022c663e49d7901