Oct 31 20:19:24.237 INFO checking suharshan/pgclir against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 20:19:24.238 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-5/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 20:19:24.717 INFO blam! be2b334b0c3edf8b65d2fdce5dde3b5a4c65137dd91c1e576e4bce0141f78661 Oct 31 20:19:24.722 INFO running `"docker" "start" "-a" "be2b334b0c3edf8b65d2fdce5dde3b5a4c65137dd91c1e576e4bce0141f78661"` Oct 31 20:19:26.800 INFO kablam! usermod: no changes Oct 31 20:19:26.948 INFO kablam! Compiling typenum v1.5.2 Oct 31 20:19:26.948 INFO kablam! Checking byte-tools v0.1.3 Oct 31 20:19:26.948 INFO kablam! Checking md5 v0.3.5 Oct 31 20:19:26.948 INFO kablam! Checking fallible-iterator v0.1.3 Oct 31 20:19:26.956 INFO kablam! Checking term v0.4.6 Oct 31 20:19:26.956 INFO kablam! Checking encode_unicode v0.3.1 Oct 31 20:19:26.956 INFO kablam! Checking rprompt v1.0.3 Oct 31 20:19:26.956 INFO kablam! Checking iovec v0.1.0 Oct 31 20:19:28.257 INFO kablam! Checking memchr v1.0.1 Oct 31 20:19:28.345 INFO kablam! Checking phf_shared v0.7.21 Oct 31 20:19:28.661 INFO kablam! Checking stringprep v0.1.2 Oct 31 20:19:30.621 INFO kablam! Checking bytes v0.4.5 Oct 31 20:19:30.622 INFO kablam! Checking rpassword v1.0.2 Oct 31 20:19:30.690 INFO kablam! Checking r2d2 v0.7.3 Oct 31 20:19:32.134 INFO kablam! Checking csv v0.15.0 Oct 31 20:19:32.208 INFO kablam! Checking phf v0.7.21 Oct 31 20:19:32.498 INFO kablam! Checking chrono v0.4.0 Oct 31 20:19:35.716 INFO kablam! Checking prettytable-rs v0.6.7 Oct 31 20:19:39.110 INFO kablam! Checking generic-array v0.7.2 Oct 31 20:19:39.530 INFO kablam! Checking digest-buffer v0.3.1 Oct 31 20:19:39.532 INFO kablam! Checking crypto-mac v0.3.0 Oct 31 20:19:39.534 INFO kablam! Checking digest v0.5.2 Oct 31 20:19:40.036 INFO kablam! Checking hmac v0.1.1 Oct 31 20:19:40.083 INFO kablam! Checking sha2 v0.5.3 Oct 31 20:19:40.737 INFO kablam! Checking postgres-protocol v0.3.0 Oct 31 20:19:41.942 INFO kablam! Checking postgres-shared v0.4.0 Oct 31 20:19:43.609 INFO kablam! Checking postgres v0.15.1 Oct 31 20:19:45.106 INFO kablam! Checking r2d2_postgres v0.13.0 Oct 31 20:19:45.828 INFO kablam! Checking pgclir v0.1.0 (/source) Oct 31 20:19:47.472 INFO kablam! warning: value assigned to `passwd` is never read Oct 31 20:19:47.472 INFO kablam! --> src/main.rs:49:11 Oct 31 20:19:47.472 INFO kablam! | Oct 31 20:19:47.472 INFO kablam! 49 | let mut passwd = String::new(); Oct 31 20:19:47.472 INFO kablam! | ^^^^^^ Oct 31 20:19:47.472 INFO kablam! | Oct 31 20:19:47.472 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 31 20:19:47.472 INFO kablam! Oct 31 20:19:47.472 INFO kablam! warning: unused variable: `sql` Oct 31 20:19:47.472 INFO kablam! --> src/main.rs:146:7 Oct 31 20:19:47.472 INFO kablam! | Oct 31 20:19:47.472 INFO kablam! 146 | let sql = &conn.execute("create database $1 owner $2", &[&dbname,&owner]); Oct 31 20:19:47.472 INFO kablam! | ^^^ help: consider using `_sql` instead Oct 31 20:19:47.472 INFO kablam! | Oct 31 20:19:47.472 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 20:19:47.473 INFO kablam! Oct 31 20:19:47.473 INFO kablam! warning: value assigned to `params` is never read Oct 31 20:19:47.473 INFO kablam! --> src/main.rs:225:11 Oct 31 20:19:47.473 INFO kablam! | Oct 31 20:19:47.473 INFO kablam! 225 | let mut params: Vec = Vec::new(); Oct 31 20:19:47.473 INFO kablam! | ^^^^^^ Oct 31 20:19:47.473 INFO kablam! Oct 31 20:19:47.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.503 INFO kablam! --> src/main.rs:23:3 Oct 31 20:19:47.503 INFO kablam! | Oct 31 20:19:47.503 INFO kablam! 23 | io::stdout().flush(); Oct 31 20:19:47.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.503 INFO kablam! | Oct 31 20:19:47.503 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 20:19:47.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.503 INFO kablam! Oct 31 20:19:47.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.503 INFO kablam! --> src/main.rs:27:3 Oct 31 20:19:47.503 INFO kablam! | Oct 31 20:19:47.503 INFO kablam! 27 | io::stdin().read_line(&mut host); Oct 31 20:19:47.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.503 INFO kablam! | Oct 31 20:19:47.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.503 INFO kablam! Oct 31 20:19:47.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.503 INFO kablam! --> src/main.rs:31:3 Oct 31 20:19:47.503 INFO kablam! | Oct 31 20:19:47.503 INFO kablam! 31 | io::stdout().flush(); Oct 31 20:19:47.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.503 INFO kablam! | Oct 31 20:19:47.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.503 INFO kablam! Oct 31 20:19:47.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.503 INFO kablam! --> src/main.rs:33:3 Oct 31 20:19:47.503 INFO kablam! | Oct 31 20:19:47.503 INFO kablam! 33 | io::stdin().read_line(&mut database); Oct 31 20:19:47.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.503 INFO kablam! | Oct 31 20:19:47.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.503 INFO kablam! Oct 31 20:19:47.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.503 INFO kablam! --> src/main.rs:37:3 Oct 31 20:19:47.503 INFO kablam! | Oct 31 20:19:47.503 INFO kablam! 37 | io::stdout().flush(); Oct 31 20:19:47.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.503 INFO kablam! | Oct 31 20:19:47.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.503 INFO kablam! Oct 31 20:19:47.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.503 INFO kablam! --> src/main.rs:39:3 Oct 31 20:19:47.503 INFO kablam! | Oct 31 20:19:47.503 INFO kablam! 39 | io::stdin().read_line(&mut port); Oct 31 20:19:47.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.503 INFO kablam! | Oct 31 20:19:47.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.503 INFO kablam! Oct 31 20:19:47.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.503 INFO kablam! --> src/main.rs:43:3 Oct 31 20:19:47.503 INFO kablam! | Oct 31 20:19:47.503 INFO kablam! 43 | io::stdout().flush(); Oct 31 20:19:47.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.503 INFO kablam! | Oct 31 20:19:47.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.503 INFO kablam! Oct 31 20:19:47.505 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.505 INFO kablam! --> src/main.rs:45:3 Oct 31 20:19:47.505 INFO kablam! | Oct 31 20:19:47.505 INFO kablam! 45 | io::stdin().read_line(&mut username); Oct 31 20:19:47.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.505 INFO kablam! | Oct 31 20:19:47.505 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.505 INFO kablam! Oct 31 20:19:47.532 INFO kablam! warning: value assigned to `passwd` is never read Oct 31 20:19:47.532 INFO kablam! --> src/main.rs:49:11 Oct 31 20:19:47.532 INFO kablam! | Oct 31 20:19:47.532 INFO kablam! 49 | let mut passwd = String::new(); Oct 31 20:19:47.532 INFO kablam! | ^^^^^^ Oct 31 20:19:47.532 INFO kablam! | Oct 31 20:19:47.532 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 31 20:19:47.532 INFO kablam! Oct 31 20:19:47.532 INFO kablam! warning: unused variable: `sql` Oct 31 20:19:47.532 INFO kablam! --> src/main.rs:146:7 Oct 31 20:19:47.532 INFO kablam! | Oct 31 20:19:47.532 INFO kablam! 146 | let sql = &conn.execute("create database $1 owner $2", &[&dbname,&owner]); Oct 31 20:19:47.532 INFO kablam! | ^^^ help: consider using `_sql` instead Oct 31 20:19:47.532 INFO kablam! | Oct 31 20:19:47.532 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 20:19:47.532 INFO kablam! Oct 31 20:19:47.532 INFO kablam! warning: value assigned to `params` is never read Oct 31 20:19:47.532 INFO kablam! --> src/main.rs:225:11 Oct 31 20:19:47.532 INFO kablam! | Oct 31 20:19:47.532 INFO kablam! 225 | let mut params: Vec = Vec::new(); Oct 31 20:19:47.532 INFO kablam! | ^^^^^^ Oct 31 20:19:47.532 INFO kablam! Oct 31 20:19:47.579 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.579 INFO kablam! --> src/main.rs:23:3 Oct 31 20:19:47.579 INFO kablam! | Oct 31 20:19:47.579 INFO kablam! 23 | io::stdout().flush(); Oct 31 20:19:47.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.579 INFO kablam! | Oct 31 20:19:47.579 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 20:19:47.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.579 INFO kablam! Oct 31 20:19:47.579 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.579 INFO kablam! --> src/main.rs:27:3 Oct 31 20:19:47.579 INFO kablam! | Oct 31 20:19:47.579 INFO kablam! 27 | io::stdin().read_line(&mut host); Oct 31 20:19:47.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.579 INFO kablam! | Oct 31 20:19:47.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.579 INFO kablam! Oct 31 20:19:47.579 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.579 INFO kablam! --> src/main.rs:31:3 Oct 31 20:19:47.579 INFO kablam! | Oct 31 20:19:47.579 INFO kablam! 31 | io::stdout().flush(); Oct 31 20:19:47.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.579 INFO kablam! | Oct 31 20:19:47.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.579 INFO kablam! Oct 31 20:19:47.579 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.579 INFO kablam! --> src/main.rs:33:3 Oct 31 20:19:47.579 INFO kablam! | Oct 31 20:19:47.579 INFO kablam! 33 | io::stdin().read_line(&mut database); Oct 31 20:19:47.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.579 INFO kablam! | Oct 31 20:19:47.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.579 INFO kablam! Oct 31 20:19:47.583 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.583 INFO kablam! --> src/main.rs:37:3 Oct 31 20:19:47.583 INFO kablam! | Oct 31 20:19:47.583 INFO kablam! 37 | io::stdout().flush(); Oct 31 20:19:47.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.583 INFO kablam! | Oct 31 20:19:47.585 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.585 INFO kablam! Oct 31 20:19:47.585 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.585 INFO kablam! --> src/main.rs:39:3 Oct 31 20:19:47.585 INFO kablam! | Oct 31 20:19:47.585 INFO kablam! 39 | io::stdin().read_line(&mut port); Oct 31 20:19:47.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.586 INFO kablam! | Oct 31 20:19:47.586 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.587 INFO kablam! Oct 31 20:19:47.587 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.587 INFO kablam! --> src/main.rs:43:3 Oct 31 20:19:47.587 INFO kablam! | Oct 31 20:19:47.587 INFO kablam! 43 | io::stdout().flush(); Oct 31 20:19:47.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.588 INFO kablam! | Oct 31 20:19:47.589 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.589 INFO kablam! Oct 31 20:19:47.591 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:47.591 INFO kablam! --> src/main.rs:45:3 Oct 31 20:19:47.591 INFO kablam! | Oct 31 20:19:47.591 INFO kablam! 45 | io::stdin().read_line(&mut username); Oct 31 20:19:47.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:47.591 INFO kablam! | Oct 31 20:19:47.591 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:47.591 INFO kablam! Oct 31 20:19:47.652 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.83s Oct 31 20:19:47.663 INFO kablam! su: No module specific data is present Oct 31 20:19:48.508 INFO running `"docker" "rm" "-f" "be2b334b0c3edf8b65d2fdce5dde3b5a4c65137dd91c1e576e4bce0141f78661"` Oct 31 20:19:48.860 INFO blam! be2b334b0c3edf8b65d2fdce5dde3b5a4c65137dd91c1e576e4bce0141f78661