Oct 12 12:53:49.527 INFO checking suharshan/pgclir against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 12:53:49.527 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 12:53:49.970 INFO blam! 77e9f7d915d5e02af6ff2ee82c93cc18c3ff561e0379ad1a0f461d626e27e571 Oct 12 12:53:49.972 INFO running `"docker" "start" "-a" "77e9f7d915d5e02af6ff2ee82c93cc18c3ff561e0379ad1a0f461d626e27e571"` Oct 12 12:53:53.130 INFO kablam! usermod: no changes Oct 12 12:53:53.356 INFO kablam! Compiling typenum v1.5.2 Oct 12 12:53:53.359 INFO kablam! Checking md5 v0.3.5 Oct 12 12:53:53.359 INFO kablam! Checking rprompt v1.0.3 Oct 12 12:53:53.359 INFO kablam! Checking iovec v0.1.0 Oct 12 12:53:53.359 INFO kablam! Checking time v0.1.38 Oct 12 12:53:53.359 INFO kablam! Checking memchr v1.0.1 Oct 12 12:53:53.359 INFO kablam! Checking atty v0.2.2 Oct 12 12:53:53.359 INFO kablam! Checking base64 v0.5.2 Oct 12 12:53:54.660 INFO kablam! Checking phf_shared v0.7.21 Oct 12 12:53:54.913 INFO kablam! Checking scheduled-thread-pool v0.1.0 Oct 12 12:53:55.164 INFO kablam! Checking stringprep v0.1.2 Oct 12 12:53:55.229 INFO kablam! Checking rpassword v1.0.2 Oct 12 12:53:55.492 INFO kablam! Checking bytes v0.4.5 Oct 12 12:53:56.484 INFO kablam! Checking csv v0.15.0 Oct 12 12:53:56.697 INFO kablam! Checking phf v0.7.21 Oct 12 12:53:57.188 INFO kablam! Checking r2d2 v0.7.3 Oct 12 12:53:58.205 INFO kablam! Checking chrono v0.4.0 Oct 12 12:53:59.777 INFO kablam! Checking prettytable-rs v0.6.7 Oct 12 12:54:01.480 INFO kablam! Checking generic-array v0.7.2 Oct 12 12:54:02.305 INFO kablam! Checking digest-buffer v0.3.1 Oct 12 12:54:02.305 INFO kablam! Checking digest v0.5.2 Oct 12 12:54:02.305 INFO kablam! Checking crypto-mac v0.3.0 Oct 12 12:54:02.960 INFO kablam! Checking sha2 v0.5.3 Oct 12 12:54:02.960 INFO kablam! Checking hmac v0.1.1 Oct 12 12:54:03.756 INFO kablam! Checking postgres-protocol v0.3.0 Oct 12 12:54:05.124 INFO kablam! Checking postgres-shared v0.4.0 Oct 12 12:54:06.817 INFO kablam! Checking postgres v0.15.1 Oct 12 12:54:08.550 INFO kablam! Checking r2d2_postgres v0.13.0 Oct 12 12:54:09.372 INFO kablam! Checking pgclir v0.1.0 (/source) Oct 12 12:54:10.500 INFO kablam! warning: value assigned to `passwd` is never read Oct 12 12:54:10.500 INFO kablam! --> src/main.rs:49:11 Oct 12 12:54:10.500 INFO kablam! | Oct 12 12:54:10.500 INFO kablam! 49 | let mut passwd = String::new(); Oct 12 12:54:10.500 INFO kablam! | ^^^^^^ Oct 12 12:54:10.500 INFO kablam! | Oct 12 12:54:10.500 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 12:54:10.500 INFO kablam! Oct 12 12:54:10.500 INFO kablam! warning: unused variable: `sql` Oct 12 12:54:10.500 INFO kablam! --> src/main.rs:146:7 Oct 12 12:54:10.500 INFO kablam! | Oct 12 12:54:10.500 INFO kablam! 146 | let sql = &conn.execute("create database $1 owner $2", &[&dbname,&owner]); Oct 12 12:54:10.500 INFO kablam! | ^^^ help: consider using `_sql` instead Oct 12 12:54:10.500 INFO kablam! | Oct 12 12:54:10.500 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 12:54:10.500 INFO kablam! Oct 12 12:54:10.500 INFO kablam! warning: value assigned to `params` is never read Oct 12 12:54:10.500 INFO kablam! --> src/main.rs:225:11 Oct 12 12:54:10.500 INFO kablam! | Oct 12 12:54:10.500 INFO kablam! 225 | let mut params: Vec = Vec::new(); Oct 12 12:54:10.500 INFO kablam! | ^^^^^^ Oct 12 12:54:10.500 INFO kablam! Oct 12 12:54:10.528 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.528 INFO kablam! --> src/main.rs:23:3 Oct 12 12:54:10.528 INFO kablam! | Oct 12 12:54:10.528 INFO kablam! 23 | io::stdout().flush(); Oct 12 12:54:10.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.528 INFO kablam! | Oct 12 12:54:10.528 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 12:54:10.536 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.536 INFO kablam! Oct 12 12:54:10.537 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.537 INFO kablam! --> src/main.rs:27:3 Oct 12 12:54:10.537 INFO kablam! | Oct 12 12:54:10.537 INFO kablam! 27 | io::stdin().read_line(&mut host); Oct 12 12:54:10.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.537 INFO kablam! | Oct 12 12:54:10.537 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.537 INFO kablam! Oct 12 12:54:10.537 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.537 INFO kablam! --> src/main.rs:31:3 Oct 12 12:54:10.537 INFO kablam! | Oct 12 12:54:10.537 INFO kablam! 31 | io::stdout().flush(); Oct 12 12:54:10.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.537 INFO kablam! | Oct 12 12:54:10.537 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.537 INFO kablam! Oct 12 12:54:10.537 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.537 INFO kablam! --> src/main.rs:33:3 Oct 12 12:54:10.537 INFO kablam! | Oct 12 12:54:10.537 INFO kablam! 33 | io::stdin().read_line(&mut database); Oct 12 12:54:10.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.537 INFO kablam! | Oct 12 12:54:10.537 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.537 INFO kablam! Oct 12 12:54:10.537 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.537 INFO kablam! --> src/main.rs:37:3 Oct 12 12:54:10.537 INFO kablam! | Oct 12 12:54:10.537 INFO kablam! 37 | io::stdout().flush(); Oct 12 12:54:10.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.537 INFO kablam! | Oct 12 12:54:10.537 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.537 INFO kablam! Oct 12 12:54:10.537 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.537 INFO kablam! --> src/main.rs:39:3 Oct 12 12:54:10.537 INFO kablam! | Oct 12 12:54:10.537 INFO kablam! 39 | io::stdin().read_line(&mut port); Oct 12 12:54:10.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.537 INFO kablam! | Oct 12 12:54:10.537 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.537 INFO kablam! Oct 12 12:54:10.537 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.537 INFO kablam! --> src/main.rs:43:3 Oct 12 12:54:10.537 INFO kablam! | Oct 12 12:54:10.537 INFO kablam! 43 | io::stdout().flush(); Oct 12 12:54:10.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.537 INFO kablam! | Oct 12 12:54:10.537 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.537 INFO kablam! Oct 12 12:54:10.537 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.537 INFO kablam! --> src/main.rs:45:3 Oct 12 12:54:10.537 INFO kablam! | Oct 12 12:54:10.537 INFO kablam! 45 | io::stdin().read_line(&mut username); Oct 12 12:54:10.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.537 INFO kablam! | Oct 12 12:54:10.537 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.537 INFO kablam! Oct 12 12:54:10.684 INFO kablam! warning: value assigned to `passwd` is never read Oct 12 12:54:10.685 INFO kablam! --> src/main.rs:49:11 Oct 12 12:54:10.685 INFO kablam! | Oct 12 12:54:10.685 INFO kablam! 49 | let mut passwd = String::new(); Oct 12 12:54:10.685 INFO kablam! | ^^^^^^ Oct 12 12:54:10.685 INFO kablam! | Oct 12 12:54:10.685 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 12:54:10.685 INFO kablam! Oct 12 12:54:10.685 INFO kablam! warning: unused variable: `sql` Oct 12 12:54:10.685 INFO kablam! --> src/main.rs:146:7 Oct 12 12:54:10.685 INFO kablam! | Oct 12 12:54:10.685 INFO kablam! 146 | let sql = &conn.execute("create database $1 owner $2", &[&dbname,&owner]); Oct 12 12:54:10.685 INFO kablam! | ^^^ help: consider using `_sql` instead Oct 12 12:54:10.685 INFO kablam! | Oct 12 12:54:10.685 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 12:54:10.685 INFO kablam! Oct 12 12:54:10.685 INFO kablam! warning: value assigned to `params` is never read Oct 12 12:54:10.685 INFO kablam! --> src/main.rs:225:11 Oct 12 12:54:10.685 INFO kablam! | Oct 12 12:54:10.685 INFO kablam! 225 | let mut params: Vec = Vec::new(); Oct 12 12:54:10.685 INFO kablam! | ^^^^^^ Oct 12 12:54:10.685 INFO kablam! Oct 12 12:54:10.720 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.720 INFO kablam! --> src/main.rs:23:3 Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! 23 | io::stdout().flush(); Oct 12 12:54:10.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 12:54:10.721 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.721 INFO kablam! Oct 12 12:54:10.721 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.721 INFO kablam! --> src/main.rs:27:3 Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! 27 | io::stdin().read_line(&mut host); Oct 12 12:54:10.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.721 INFO kablam! Oct 12 12:54:10.721 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.721 INFO kablam! --> src/main.rs:31:3 Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! 31 | io::stdout().flush(); Oct 12 12:54:10.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.721 INFO kablam! Oct 12 12:54:10.721 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.721 INFO kablam! --> src/main.rs:33:3 Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! 33 | io::stdin().read_line(&mut database); Oct 12 12:54:10.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.721 INFO kablam! Oct 12 12:54:10.721 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.721 INFO kablam! --> src/main.rs:37:3 Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! 37 | io::stdout().flush(); Oct 12 12:54:10.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.721 INFO kablam! Oct 12 12:54:10.721 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.721 INFO kablam! --> src/main.rs:39:3 Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! 39 | io::stdin().read_line(&mut port); Oct 12 12:54:10.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.721 INFO kablam! Oct 12 12:54:10.721 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.721 INFO kablam! --> src/main.rs:43:3 Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! 43 | io::stdout().flush(); Oct 12 12:54:10.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.721 INFO kablam! Oct 12 12:54:10.721 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 12:54:10.721 INFO kablam! --> src/main.rs:45:3 Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! 45 | io::stdin().read_line(&mut username); Oct 12 12:54:10.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:54:10.721 INFO kablam! | Oct 12 12:54:10.721 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 12:54:10.721 INFO kablam! Oct 12 12:54:10.748 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.59s Oct 12 12:54:10.759 INFO kablam! su: No module specific data is present Oct 12 12:54:11.476 INFO running `"docker" "rm" "-f" "77e9f7d915d5e02af6ff2ee82c93cc18c3ff561e0379ad1a0f461d626e27e571"` Oct 12 12:54:11.896 INFO blam! 77e9f7d915d5e02af6ff2ee82c93cc18c3ff561e0379ad1a0f461d626e27e571