Oct 26 20:07:01.011 INFO checking suharshan/pgclir against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:07:01.011 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 26 20:07:01.464 INFO blam! 9b50e0e02379f8ced0d0f55c3e6b850d878621cb22be5c79ff939a0889191955 Oct 26 20:07:01.467 INFO running `"docker" "start" "-a" "9b50e0e02379f8ced0d0f55c3e6b850d878621cb22be5c79ff939a0889191955"` Oct 26 20:07:04.335 INFO kablam! usermod: no changes Oct 26 20:07:04.511 INFO kablam! Compiling typenum v1.5.2 Oct 26 20:07:04.519 INFO kablam! Checking odds v0.2.25 Oct 26 20:07:04.527 INFO kablam! Checking md5 v0.3.5 Oct 26 20:07:04.532 INFO kablam! Checking encode_unicode v0.3.1 Oct 26 20:07:04.535 INFO kablam! Checking term v0.4.6 Oct 26 20:07:04.535 INFO kablam! Checking rprompt v1.0.3 Oct 26 20:07:04.535 INFO kablam! Checking iovec v0.1.0 Oct 26 20:07:04.535 INFO kablam! Checking time v0.1.38 Oct 26 20:07:06.044 INFO kablam! Checking memchr v1.0.1 Oct 26 20:07:06.431 INFO kablam! Checking atty v0.2.2 Oct 26 20:07:07.495 INFO kablam! Checking phf_shared v0.7.21 Oct 26 20:07:07.944 INFO kablam! Checking scheduled-thread-pool v0.1.0 Oct 26 20:07:08.152 INFO kablam! Checking stringprep v0.1.2 Oct 26 20:07:08.835 INFO kablam! Checking rpassword v1.0.2 Oct 26 20:07:09.587 INFO kablam! Checking bytes v0.4.5 Oct 26 20:07:09.747 INFO kablam! Checking csv v0.15.0 Oct 26 20:07:09.883 INFO kablam! Checking nodrop v0.1.9 Oct 26 20:07:10.151 INFO kablam! Checking phf v0.7.21 Oct 26 20:07:10.152 INFO kablam! Checking r2d2 v0.7.3 Oct 26 20:07:10.651 INFO kablam! Checking chrono v0.4.0 Oct 26 20:07:13.411 INFO kablam! Checking prettytable-rs v0.6.7 Oct 26 20:07:16.361 INFO kablam! Checking generic-array v0.7.2 Oct 26 20:07:16.999 INFO kablam! Checking crypto-mac v0.3.0 Oct 26 20:07:16.999 INFO kablam! Checking digest-buffer v0.3.1 Oct 26 20:07:17.000 INFO kablam! Checking digest v0.5.2 Oct 26 20:07:17.542 INFO kablam! Checking hmac v0.1.1 Oct 26 20:07:17.640 INFO kablam! Checking sha2 v0.5.3 Oct 26 20:07:18.211 INFO kablam! Checking postgres-protocol v0.3.0 Oct 26 20:07:19.303 INFO kablam! Checking postgres-shared v0.4.0 Oct 26 20:07:21.231 INFO kablam! Checking postgres v0.15.1 Oct 26 20:07:22.692 INFO kablam! Checking r2d2_postgres v0.13.0 Oct 26 20:07:23.417 INFO kablam! Checking pgclir v0.1.0 (/source) Oct 26 20:07:24.283 INFO kablam! warning: value assigned to `passwd` is never read Oct 26 20:07:24.283 INFO kablam! --> src/main.rs:49:11 Oct 26 20:07:24.283 INFO kablam! | Oct 26 20:07:24.283 INFO kablam! 49 | let mut passwd = String::new(); Oct 26 20:07:24.283 INFO kablam! | ^^^^^^ Oct 26 20:07:24.283 INFO kablam! | Oct 26 20:07:24.283 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:07:24.283 INFO kablam! Oct 26 20:07:24.283 INFO kablam! warning: unused variable: `sql` Oct 26 20:07:24.283 INFO kablam! --> src/main.rs:146:7 Oct 26 20:07:24.283 INFO kablam! | Oct 26 20:07:24.283 INFO kablam! 146 | let sql = &conn.execute("create database $1 owner $2", &[&dbname,&owner]); Oct 26 20:07:24.283 INFO kablam! | ^^^ help: consider using `_sql` instead Oct 26 20:07:24.283 INFO kablam! | Oct 26 20:07:24.283 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:07:24.283 INFO kablam! Oct 26 20:07:24.283 INFO kablam! warning: value assigned to `params` is never read Oct 26 20:07:24.283 INFO kablam! --> src/main.rs:225:11 Oct 26 20:07:24.283 INFO kablam! | Oct 26 20:07:24.283 INFO kablam! 225 | let mut params: Vec = Vec::new(); Oct 26 20:07:24.283 INFO kablam! | ^^^^^^ Oct 26 20:07:24.283 INFO kablam! Oct 26 20:07:24.347 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.347 INFO kablam! --> src/main.rs:23:3 Oct 26 20:07:24.347 INFO kablam! | Oct 26 20:07:24.347 INFO kablam! 23 | io::stdout().flush(); Oct 26 20:07:24.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.347 INFO kablam! | Oct 26 20:07:24.347 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:07:24.347 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.347 INFO kablam! Oct 26 20:07:24.347 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.347 INFO kablam! --> src/main.rs:27:3 Oct 26 20:07:24.347 INFO kablam! | Oct 26 20:07:24.347 INFO kablam! 27 | io::stdin().read_line(&mut host); Oct 26 20:07:24.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.359 INFO kablam! | Oct 26 20:07:24.359 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.359 INFO kablam! Oct 26 20:07:24.359 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.359 INFO kablam! --> src/main.rs:31:3 Oct 26 20:07:24.359 INFO kablam! | Oct 26 20:07:24.359 INFO kablam! 31 | io::stdout().flush(); Oct 26 20:07:24.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.359 INFO kablam! | Oct 26 20:07:24.359 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.359 INFO kablam! Oct 26 20:07:24.359 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.359 INFO kablam! --> src/main.rs:33:3 Oct 26 20:07:24.359 INFO kablam! | Oct 26 20:07:24.359 INFO kablam! 33 | io::stdin().read_line(&mut database); Oct 26 20:07:24.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.359 INFO kablam! | Oct 26 20:07:24.359 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.359 INFO kablam! Oct 26 20:07:24.359 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.359 INFO kablam! --> src/main.rs:37:3 Oct 26 20:07:24.359 INFO kablam! | Oct 26 20:07:24.359 INFO kablam! 37 | io::stdout().flush(); Oct 26 20:07:24.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.359 INFO kablam! | Oct 26 20:07:24.359 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.359 INFO kablam! Oct 26 20:07:24.359 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.359 INFO kablam! --> src/main.rs:39:3 Oct 26 20:07:24.359 INFO kablam! | Oct 26 20:07:24.359 INFO kablam! 39 | io::stdin().read_line(&mut port); Oct 26 20:07:24.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.359 INFO kablam! | Oct 26 20:07:24.359 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.359 INFO kablam! Oct 26 20:07:24.359 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.359 INFO kablam! --> src/main.rs:43:3 Oct 26 20:07:24.359 INFO kablam! | Oct 26 20:07:24.359 INFO kablam! 43 | io::stdout().flush(); Oct 26 20:07:24.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.359 INFO kablam! | Oct 26 20:07:24.359 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.359 INFO kablam! Oct 26 20:07:24.359 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.359 INFO kablam! --> src/main.rs:45:3 Oct 26 20:07:24.359 INFO kablam! | Oct 26 20:07:24.359 INFO kablam! 45 | io::stdin().read_line(&mut username); Oct 26 20:07:24.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.359 INFO kablam! | Oct 26 20:07:24.360 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.360 INFO kablam! Oct 26 20:07:24.663 INFO kablam! warning: value assigned to `passwd` is never read Oct 26 20:07:24.663 INFO kablam! --> src/main.rs:49:11 Oct 26 20:07:24.663 INFO kablam! | Oct 26 20:07:24.663 INFO kablam! 49 | let mut passwd = String::new(); Oct 26 20:07:24.663 INFO kablam! | ^^^^^^ Oct 26 20:07:24.663 INFO kablam! | Oct 26 20:07:24.663 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:07:24.663 INFO kablam! Oct 26 20:07:24.663 INFO kablam! warning: unused variable: `sql` Oct 26 20:07:24.663 INFO kablam! --> src/main.rs:146:7 Oct 26 20:07:24.663 INFO kablam! | Oct 26 20:07:24.663 INFO kablam! 146 | let sql = &conn.execute("create database $1 owner $2", &[&dbname,&owner]); Oct 26 20:07:24.663 INFO kablam! | ^^^ help: consider using `_sql` instead Oct 26 20:07:24.663 INFO kablam! | Oct 26 20:07:24.663 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:07:24.663 INFO kablam! Oct 26 20:07:24.663 INFO kablam! warning: value assigned to `params` is never read Oct 26 20:07:24.663 INFO kablam! --> src/main.rs:225:11 Oct 26 20:07:24.663 INFO kablam! | Oct 26 20:07:24.663 INFO kablam! 225 | let mut params: Vec = Vec::new(); Oct 26 20:07:24.663 INFO kablam! | ^^^^^^ Oct 26 20:07:24.663 INFO kablam! Oct 26 20:07:24.699 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.699 INFO kablam! --> src/main.rs:23:3 Oct 26 20:07:24.699 INFO kablam! | Oct 26 20:07:24.699 INFO kablam! 23 | io::stdout().flush(); Oct 26 20:07:24.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.699 INFO kablam! | Oct 26 20:07:24.699 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:07:24.699 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.699 INFO kablam! Oct 26 20:07:24.699 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.699 INFO kablam! --> src/main.rs:27:3 Oct 26 20:07:24.699 INFO kablam! | Oct 26 20:07:24.699 INFO kablam! 27 | io::stdin().read_line(&mut host); Oct 26 20:07:24.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.699 INFO kablam! | Oct 26 20:07:24.699 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.699 INFO kablam! Oct 26 20:07:24.699 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.699 INFO kablam! --> src/main.rs:31:3 Oct 26 20:07:24.699 INFO kablam! | Oct 26 20:07:24.699 INFO kablam! 31 | io::stdout().flush(); Oct 26 20:07:24.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.699 INFO kablam! | Oct 26 20:07:24.699 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.699 INFO kablam! Oct 26 20:07:24.699 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.699 INFO kablam! --> src/main.rs:33:3 Oct 26 20:07:24.699 INFO kablam! | Oct 26 20:07:24.699 INFO kablam! 33 | io::stdin().read_line(&mut database); Oct 26 20:07:24.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.699 INFO kablam! | Oct 26 20:07:24.699 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.699 INFO kablam! Oct 26 20:07:24.699 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.699 INFO kablam! --> src/main.rs:37:3 Oct 26 20:07:24.699 INFO kablam! | Oct 26 20:07:24.699 INFO kablam! 37 | io::stdout().flush(); Oct 26 20:07:24.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.699 INFO kablam! | Oct 26 20:07:24.699 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.699 INFO kablam! Oct 26 20:07:24.699 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.699 INFO kablam! --> src/main.rs:39:3 Oct 26 20:07:24.699 INFO kablam! | Oct 26 20:07:24.699 INFO kablam! 39 | io::stdin().read_line(&mut port); Oct 26 20:07:24.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.699 INFO kablam! | Oct 26 20:07:24.700 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.700 INFO kablam! Oct 26 20:07:24.700 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.700 INFO kablam! --> src/main.rs:43:3 Oct 26 20:07:24.700 INFO kablam! | Oct 26 20:07:24.700 INFO kablam! 43 | io::stdout().flush(); Oct 26 20:07:24.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.700 INFO kablam! | Oct 26 20:07:24.700 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.700 INFO kablam! Oct 26 20:07:24.700 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:07:24.700 INFO kablam! --> src/main.rs:45:3 Oct 26 20:07:24.700 INFO kablam! | Oct 26 20:07:24.700 INFO kablam! 45 | io::stdin().read_line(&mut username); Oct 26 20:07:24.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:07:24.700 INFO kablam! | Oct 26 20:07:24.700 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:07:24.700 INFO kablam! Oct 26 20:07:24.725 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.35s Oct 26 20:07:24.743 INFO kablam! su: No module specific data is present Oct 26 20:07:25.602 INFO running `"docker" "rm" "-f" "9b50e0e02379f8ced0d0f55c3e6b850d878621cb22be5c79ff939a0889191955"` Oct 26 20:07:25.939 INFO blam! 9b50e0e02379f8ced0d0f55c3e6b850d878621cb22be5c79ff939a0889191955