Oct 21 13:21:13.590 INFO checking suharshan/pgclir against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:21:13.590 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/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 21 13:21:14.076 INFO blam! 9c2e5dd156ecbe5547e68dedc6640450b0ac7294352ad363d5a7c9944029179a Oct 21 13:21:14.092 INFO running `"docker" "start" "-a" "9c2e5dd156ecbe5547e68dedc6640450b0ac7294352ad363d5a7c9944029179a"` Oct 21 13:21:15.376 INFO kablam! usermod: no changes Oct 21 13:21:15.532 INFO kablam! Compiling typenum v1.5.2 Oct 21 13:21:15.532 INFO kablam! Checking byte-tools v0.1.3 Oct 21 13:21:15.532 INFO kablam! Checking md5 v0.3.5 Oct 21 13:21:15.532 INFO kablam! Checking term v0.4.6 Oct 21 13:21:15.532 INFO kablam! Checking encode_unicode v0.3.1 Oct 21 13:21:15.532 INFO kablam! Checking rprompt v1.0.3 Oct 21 13:21:15.532 INFO kablam! Checking iovec v0.1.0 Oct 21 13:21:15.532 INFO kablam! Checking phf_shared v0.7.21 Oct 21 13:21:15.896 INFO kablam! Checking csv v0.15.0 Oct 21 13:21:16.940 INFO kablam! Checking stringprep v0.1.2 Oct 21 13:21:16.961 INFO kablam! Checking bytes v0.4.5 Oct 21 13:21:17.240 INFO kablam! Checking rpassword v1.0.2 Oct 21 13:21:17.917 INFO kablam! Checking chrono v0.4.0 Oct 21 13:21:18.274 INFO kablam! Checking phf v0.7.21 Oct 21 13:21:20.244 INFO kablam! Checking prettytable-rs v0.6.7 Oct 21 13:21:24.116 INFO kablam! Checking generic-array v0.7.2 Oct 21 13:21:24.616 INFO kablam! Checking digest-buffer v0.3.1 Oct 21 13:21:24.616 INFO kablam! Checking digest v0.5.2 Oct 21 13:21:24.616 INFO kablam! Checking crypto-mac v0.3.0 Oct 21 13:21:25.213 INFO kablam! Checking hmac v0.1.1 Oct 21 13:21:25.268 INFO kablam! Checking sha2 v0.5.3 Oct 21 13:21:25.900 INFO kablam! Checking postgres-protocol v0.3.0 Oct 21 13:21:27.094 INFO kablam! Checking postgres-shared v0.4.0 Oct 21 13:21:29.052 INFO kablam! Checking postgres v0.15.1 Oct 21 13:21:30.664 INFO kablam! Checking r2d2_postgres v0.13.0 Oct 21 13:21:31.396 INFO kablam! Checking pgclir v0.1.0 (/source) Oct 21 13:21:32.417 INFO kablam! warning: value assigned to `passwd` is never read Oct 21 13:21:32.417 INFO kablam! --> src/main.rs:49:11 Oct 21 13:21:32.417 INFO kablam! | Oct 21 13:21:32.418 INFO kablam! 49 | let mut passwd = String::new(); Oct 21 13:21:32.418 INFO kablam! | ^^^^^^ Oct 21 13:21:32.418 INFO kablam! | Oct 21 13:21:32.419 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 13:21:32.419 INFO kablam! Oct 21 13:21:32.419 INFO kablam! warning: unused variable: `sql` Oct 21 13:21:32.420 INFO kablam! --> src/main.rs:146:7 Oct 21 13:21:32.420 INFO kablam! | Oct 21 13:21:32.420 INFO kablam! 146 | let sql = &conn.execute("create database $1 owner $2", &[&dbname,&owner]); Oct 21 13:21:32.421 INFO kablam! | ^^^ help: consider using `_sql` instead Oct 21 13:21:32.421 INFO kablam! | Oct 21 13:21:32.421 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:21:32.421 INFO kablam! Oct 21 13:21:32.422 INFO kablam! warning: value assigned to `params` is never read Oct 21 13:21:32.422 INFO kablam! --> src/main.rs:225:11 Oct 21 13:21:32.422 INFO kablam! | Oct 21 13:21:32.423 INFO kablam! 225 | let mut params: Vec = Vec::new(); Oct 21 13:21:32.423 INFO kablam! | ^^^^^^ Oct 21 13:21:32.423 INFO kablam! Oct 21 13:21:32.449 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.449 INFO kablam! --> src/main.rs:23:3 Oct 21 13:21:32.450 INFO kablam! | Oct 21 13:21:32.450 INFO kablam! 23 | io::stdout().flush(); Oct 21 13:21:32.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.451 INFO kablam! | Oct 21 13:21:32.451 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 13:21:32.451 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.451 INFO kablam! Oct 21 13:21:32.452 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.452 INFO kablam! --> src/main.rs:27:3 Oct 21 13:21:32.452 INFO kablam! | Oct 21 13:21:32.453 INFO kablam! 27 | io::stdin().read_line(&mut host); Oct 21 13:21:32.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.453 INFO kablam! | Oct 21 13:21:32.454 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.454 INFO kablam! Oct 21 13:21:32.454 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.454 INFO kablam! --> src/main.rs:31:3 Oct 21 13:21:32.454 INFO kablam! | Oct 21 13:21:32.454 INFO kablam! 31 | io::stdout().flush(); Oct 21 13:21:32.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.454 INFO kablam! | Oct 21 13:21:32.455 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.455 INFO kablam! Oct 21 13:21:32.455 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.455 INFO kablam! --> src/main.rs:33:3 Oct 21 13:21:32.455 INFO kablam! | Oct 21 13:21:32.455 INFO kablam! 33 | io::stdin().read_line(&mut database); Oct 21 13:21:32.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.455 INFO kablam! | Oct 21 13:21:32.455 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.455 INFO kablam! Oct 21 13:21:32.455 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.455 INFO kablam! --> src/main.rs:37:3 Oct 21 13:21:32.455 INFO kablam! | Oct 21 13:21:32.455 INFO kablam! 37 | io::stdout().flush(); Oct 21 13:21:32.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.455 INFO kablam! | Oct 21 13:21:32.455 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.455 INFO kablam! Oct 21 13:21:32.455 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.455 INFO kablam! --> src/main.rs:39:3 Oct 21 13:21:32.455 INFO kablam! | Oct 21 13:21:32.455 INFO kablam! 39 | io::stdin().read_line(&mut port); Oct 21 13:21:32.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.455 INFO kablam! | Oct 21 13:21:32.455 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.455 INFO kablam! Oct 21 13:21:32.455 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.455 INFO kablam! --> src/main.rs:43:3 Oct 21 13:21:32.455 INFO kablam! | Oct 21 13:21:32.455 INFO kablam! 43 | io::stdout().flush(); Oct 21 13:21:32.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.455 INFO kablam! | Oct 21 13:21:32.455 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.455 INFO kablam! Oct 21 13:21:32.455 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.455 INFO kablam! --> src/main.rs:45:3 Oct 21 13:21:32.455 INFO kablam! | Oct 21 13:21:32.455 INFO kablam! 45 | io::stdin().read_line(&mut username); Oct 21 13:21:32.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.455 INFO kablam! | Oct 21 13:21:32.455 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.455 INFO kablam! Oct 21 13:21:32.500 INFO kablam! warning: value assigned to `passwd` is never read Oct 21 13:21:32.500 INFO kablam! --> src/main.rs:49:11 Oct 21 13:21:32.500 INFO kablam! | Oct 21 13:21:32.500 INFO kablam! 49 | let mut passwd = String::new(); Oct 21 13:21:32.500 INFO kablam! | ^^^^^^ Oct 21 13:21:32.500 INFO kablam! | Oct 21 13:21:32.500 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 13:21:32.500 INFO kablam! Oct 21 13:21:32.500 INFO kablam! warning: unused variable: `sql` Oct 21 13:21:32.500 INFO kablam! --> src/main.rs:146:7 Oct 21 13:21:32.500 INFO kablam! | Oct 21 13:21:32.500 INFO kablam! 146 | let sql = &conn.execute("create database $1 owner $2", &[&dbname,&owner]); Oct 21 13:21:32.500 INFO kablam! | ^^^ help: consider using `_sql` instead Oct 21 13:21:32.500 INFO kablam! | Oct 21 13:21:32.500 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:21:32.500 INFO kablam! Oct 21 13:21:32.500 INFO kablam! warning: value assigned to `params` is never read Oct 21 13:21:32.500 INFO kablam! --> src/main.rs:225:11 Oct 21 13:21:32.500 INFO kablam! | Oct 21 13:21:32.500 INFO kablam! 225 | let mut params: Vec = Vec::new(); Oct 21 13:21:32.500 INFO kablam! | ^^^^^^ Oct 21 13:21:32.500 INFO kablam! Oct 21 13:21:32.548 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.549 INFO kablam! --> src/main.rs:23:3 Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! 23 | io::stdout().flush(); Oct 21 13:21:32.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 13:21:32.549 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.549 INFO kablam! Oct 21 13:21:32.549 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.549 INFO kablam! --> src/main.rs:27:3 Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! 27 | io::stdin().read_line(&mut host); Oct 21 13:21:32.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.549 INFO kablam! Oct 21 13:21:32.549 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.549 INFO kablam! --> src/main.rs:31:3 Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! 31 | io::stdout().flush(); Oct 21 13:21:32.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.549 INFO kablam! Oct 21 13:21:32.549 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.549 INFO kablam! --> src/main.rs:33:3 Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! 33 | io::stdin().read_line(&mut database); Oct 21 13:21:32.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.549 INFO kablam! Oct 21 13:21:32.549 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.549 INFO kablam! --> src/main.rs:37:3 Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! 37 | io::stdout().flush(); Oct 21 13:21:32.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.549 INFO kablam! Oct 21 13:21:32.549 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.549 INFO kablam! --> src/main.rs:39:3 Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! 39 | io::stdin().read_line(&mut port); Oct 21 13:21:32.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.549 INFO kablam! Oct 21 13:21:32.549 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.549 INFO kablam! --> src/main.rs:43:3 Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! 43 | io::stdout().flush(); Oct 21 13:21:32.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.549 INFO kablam! Oct 21 13:21:32.549 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 13:21:32.549 INFO kablam! --> src/main.rs:45:3 Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! 45 | io::stdin().read_line(&mut username); Oct 21 13:21:32.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:21:32.549 INFO kablam! | Oct 21 13:21:32.549 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 13:21:32.549 INFO kablam! Oct 21 13:21:32.580 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.19s Oct 21 13:21:32.596 INFO kablam! su: No module specific data is present Oct 21 13:21:33.328 INFO running `"docker" "rm" "-f" "9c2e5dd156ecbe5547e68dedc6640450b0ac7294352ad363d5a7c9944029179a"` Oct 21 13:21:33.680 INFO blam! 9c2e5dd156ecbe5547e68dedc6640450b0ac7294352ad363d5a7c9944029179a