Oct 31 20:19:24.233 INFO checking suharshan/pgclir against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 20:19:24.234 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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.653 INFO blam! 83861e604e50c4286ca68c3075198d5d4549f87140c39b385ae626041581bbb1 Oct 31 20:19:24.656 INFO running `"docker" "start" "-a" "83861e604e50c4286ca68c3075198d5d4549f87140c39b385ae626041581bbb1"` Oct 31 20:19:26.873 INFO kablam! usermod: no changes Oct 31 20:19:27.089 INFO kablam! Compiling typenum v1.5.2 Oct 31 20:19:27.089 INFO kablam! Checking byte-tools v0.1.3 Oct 31 20:19:27.097 INFO kablam! Checking md5 v0.3.5 Oct 31 20:19:27.097 INFO kablam! Checking fallible-iterator v0.1.3 Oct 31 20:19:27.104 INFO kablam! Checking encode_unicode v0.3.1 Oct 31 20:19:27.104 INFO kablam! Checking rprompt v1.0.3 Oct 31 20:19:27.105 INFO kablam! Checking nodrop v0.1.9 Oct 31 20:19:27.105 INFO kablam! Checking iovec v0.1.0 Oct 31 20:19:27.946 INFO kablam! Checking memchr v1.0.1 Oct 31 20:19:28.321 INFO kablam! Checking phf_shared v0.7.21 Oct 31 20:19:28.782 INFO kablam! Checking stringprep v0.1.2 Oct 31 20:19:28.821 INFO kablam! Checking rpassword v1.0.2 Oct 31 20:19:29.767 INFO kablam! Checking bytes v0.4.5 Oct 31 20:19:30.382 INFO kablam! Checking csv v0.15.0 Oct 31 20:19:30.589 INFO kablam! Checking chrono v0.4.0 Oct 31 20:19:30.872 INFO kablam! Checking phf v0.7.21 Oct 31 20:19:34.324 INFO kablam! Checking prettytable-rs v0.6.7 Oct 31 20:19:38.225 INFO kablam! Checking generic-array v0.7.2 Oct 31 20:19:38.672 INFO kablam! Checking digest-buffer v0.3.1 Oct 31 20:19:38.674 INFO kablam! Checking crypto-mac v0.3.0 Oct 31 20:19:38.677 INFO kablam! Checking digest v0.5.2 Oct 31 20:19:39.137 INFO kablam! Checking hmac v0.1.1 Oct 31 20:19:39.281 INFO kablam! Checking sha2 v0.5.3 Oct 31 20:19:39.943 INFO kablam! Checking postgres-protocol v0.3.0 Oct 31 20:19:41.149 INFO kablam! Checking postgres-shared v0.4.0 Oct 31 20:19:42.822 INFO kablam! Checking postgres v0.15.1 Oct 31 20:19:44.362 INFO kablam! Checking r2d2_postgres v0.13.0 Oct 31 20:19:45.134 INFO kablam! Checking pgclir v0.1.0 (/source) Oct 31 20:19:46.383 INFO kablam! warning: value assigned to `passwd` is never read Oct 31 20:19:46.383 INFO kablam! --> src/main.rs:49:11 Oct 31 20:19:46.383 INFO kablam! | Oct 31 20:19:46.383 INFO kablam! 49 | let mut passwd = String::new(); Oct 31 20:19:46.383 INFO kablam! | ^^^^^^ Oct 31 20:19:46.383 INFO kablam! | Oct 31 20:19:46.383 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 31 20:19:46.383 INFO kablam! Oct 31 20:19:46.383 INFO kablam! warning: value assigned to `passwd` is never read Oct 31 20:19:46.383 INFO kablam! --> src/main.rs:49:11 Oct 31 20:19:46.383 INFO kablam! warning: unused variable: `sql` Oct 31 20:19:46.383 INFO kablam! --> src/main.rs:146:7 Oct 31 20:19:46.383 INFO kablam! | Oct 31 20:19:46.383 INFO kablam! 146 | let sql = &conn.execute("create database $1 owner $2", &[&dbname,&owner]); Oct 31 20:19:46.383 INFO kablam! | ^^^ help: consider using `_sql` instead Oct 31 20:19:46.383 INFO kablam! | Oct 31 20:19:46.383 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 20:19:46.383 INFO kablam! Oct 31 20:19:46.383 INFO kablam! | Oct 31 20:19:46.386 INFO kablam! 49 | let mut passwd = String::new(); Oct 31 20:19:46.386 INFO kablam! | ^^^^^^ Oct 31 20:19:46.386 INFO kablam! | Oct 31 20:19:46.386 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 31 20:19:46.386 INFO kablam! Oct 31 20:19:46.386 INFO kablam! warning: unused variable: `sql` Oct 31 20:19:46.386 INFO kablam! --> src/main.rs:146:7 Oct 31 20:19:46.386 INFO kablam! | Oct 31 20:19:46.386 INFO kablam! warning: value assigned to `params` is never read Oct 31 20:19:46.386 INFO kablam! --> src/main.rs:225:11 Oct 31 20:19:46.386 INFO kablam! | Oct 31 20:19:46.386 INFO kablam! 225 | let mut params: Vec = Vec::new(); Oct 31 20:19:46.386 INFO kablam! | ^^^^^^ Oct 31 20:19:46.386 INFO kablam! Oct 31 20:19:46.386 INFO kablam! 146 | let sql = &conn.execute("create database $1 owner $2", &[&dbname,&owner]); Oct 31 20:19:46.386 INFO kablam! | ^^^ help: consider using `_sql` instead Oct 31 20:19:46.386 INFO kablam! | Oct 31 20:19:46.386 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 20:19:46.386 INFO kablam! Oct 31 20:19:46.386 INFO kablam! warning: value assigned to `params` is never read Oct 31 20:19:46.386 INFO kablam! --> src/main.rs:225:11 Oct 31 20:19:46.386 INFO kablam! | Oct 31 20:19:46.386 INFO kablam! 225 | let mut params: Vec = Vec::new(); Oct 31 20:19:46.386 INFO kablam! | ^^^^^^ Oct 31 20:19:46.386 INFO kablam! Oct 31 20:19:46.456 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.456 INFO kablam! --> src/main.rs:23:3 Oct 31 20:19:46.457 INFO kablam! | Oct 31 20:19:46.457 INFO kablam! 23 | io::stdout().flush(); Oct 31 20:19:46.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.458 INFO kablam! | Oct 31 20:19:46.458 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 20:19:46.459 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.459 INFO kablam! Oct 31 20:19:46.459 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.460 INFO kablam! --> src/main.rs:27:3 Oct 31 20:19:46.460 INFO kablam! | Oct 31 20:19:46.460 INFO kablam! 27 | io::stdin().read_line(&mut host); Oct 31 20:19:46.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.461 INFO kablam! | Oct 31 20:19:46.461 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.462 INFO kablam! Oct 31 20:19:46.462 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.462 INFO kablam! --> src/main.rs:31:3 Oct 31 20:19:46.463 INFO kablam! | Oct 31 20:19:46.463 INFO kablam! 31 | io::stdout().flush(); Oct 31 20:19:46.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.464 INFO kablam! | Oct 31 20:19:46.464 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.465 INFO kablam! Oct 31 20:19:46.465 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.466 INFO kablam! --> src/main.rs:33:3 Oct 31 20:19:46.466 INFO kablam! | Oct 31 20:19:46.466 INFO kablam! 33 | io::stdin().read_line(&mut database); Oct 31 20:19:46.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.466 INFO kablam! | Oct 31 20:19:46.466 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.466 INFO kablam! Oct 31 20:19:46.467 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.467 INFO kablam! --> src/main.rs:37:3 Oct 31 20:19:46.467 INFO kablam! | Oct 31 20:19:46.467 INFO kablam! 37 | io::stdout().flush(); Oct 31 20:19:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.467 INFO kablam! | Oct 31 20:19:46.467 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.467 INFO kablam! Oct 31 20:19:46.467 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.468 INFO kablam! --> src/main.rs:39:3 Oct 31 20:19:46.468 INFO kablam! | Oct 31 20:19:46.468 INFO kablam! 39 | io::stdin().read_line(&mut port); Oct 31 20:19:46.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.468 INFO kablam! | Oct 31 20:19:46.468 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.468 INFO kablam! Oct 31 20:19:46.468 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.468 INFO kablam! --> src/main.rs:23:3 Oct 31 20:19:46.468 INFO kablam! | Oct 31 20:19:46.468 INFO kablam! 23 | io::stdout().flush(); Oct 31 20:19:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.469 INFO kablam! | Oct 31 20:19:46.469 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 31 20:19:46.469 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.469 INFO kablam! Oct 31 20:19:46.469 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.469 INFO kablam! --> src/main.rs:27:3 Oct 31 20:19:46.469 INFO kablam! | Oct 31 20:19:46.469 INFO kablam! 27 | io::stdin().read_line(&mut host); Oct 31 20:19:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.469 INFO kablam! | Oct 31 20:19:46.469 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.469 INFO kablam! Oct 31 20:19:46.469 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.469 INFO kablam! --> src/main.rs:31:3 Oct 31 20:19:46.469 INFO kablam! | Oct 31 20:19:46.469 INFO kablam! 31 | io::stdout().flush(); Oct 31 20:19:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.469 INFO kablam! | Oct 31 20:19:46.469 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.469 INFO kablam! Oct 31 20:19:46.469 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.469 INFO kablam! --> src/main.rs:33:3 Oct 31 20:19:46.469 INFO kablam! | Oct 31 20:19:46.469 INFO kablam! 33 | io::stdin().read_line(&mut database); Oct 31 20:19:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.469 INFO kablam! | Oct 31 20:19:46.469 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.469 INFO kablam! Oct 31 20:19:46.469 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.469 INFO kablam! --> src/main.rs:37:3 Oct 31 20:19:46.469 INFO kablam! | Oct 31 20:19:46.469 INFO kablam! 37 | io::stdout().flush(); Oct 31 20:19:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.469 INFO kablam! | Oct 31 20:19:46.469 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.469 INFO kablam! Oct 31 20:19:46.469 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.469 INFO kablam! --> src/main.rs:39:3 Oct 31 20:19:46.469 INFO kablam! | Oct 31 20:19:46.469 INFO kablam! 39 | io::stdin().read_line(&mut port); Oct 31 20:19:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.469 INFO kablam! | Oct 31 20:19:46.469 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.469 INFO kablam! Oct 31 20:19:46.469 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.470 INFO kablam! --> src/main.rs:43:3 Oct 31 20:19:46.470 INFO kablam! | Oct 31 20:19:46.470 INFO kablam! 43 | io::stdout().flush(); Oct 31 20:19:46.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.470 INFO kablam! | Oct 31 20:19:46.470 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.470 INFO kablam! Oct 31 20:19:46.470 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.470 INFO kablam! --> src/main.rs:45:3 Oct 31 20:19:46.470 INFO kablam! | Oct 31 20:19:46.470 INFO kablam! 45 | io::stdin().read_line(&mut username); Oct 31 20:19:46.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.470 INFO kablam! | Oct 31 20:19:46.470 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.470 INFO kablam! Oct 31 20:19:46.470 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.470 INFO kablam! --> src/main.rs:43:3 Oct 31 20:19:46.470 INFO kablam! | Oct 31 20:19:46.470 INFO kablam! 43 | io::stdout().flush(); Oct 31 20:19:46.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.470 INFO kablam! | Oct 31 20:19:46.470 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.470 INFO kablam! Oct 31 20:19:46.470 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 20:19:46.470 INFO kablam! --> src/main.rs:45:3 Oct 31 20:19:46.470 INFO kablam! | Oct 31 20:19:46.470 INFO kablam! 45 | io::stdin().read_line(&mut username); Oct 31 20:19:46.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:19:46.470 INFO kablam! | Oct 31 20:19:46.470 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 20:19:46.470 INFO kablam! Oct 31 20:19:46.532 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.63s Oct 31 20:19:46.540 INFO kablam! su: No module specific data is present Oct 31 20:19:48.160 INFO running `"docker" "rm" "-f" "83861e604e50c4286ca68c3075198d5d4549f87140c39b385ae626041581bbb1"` Oct 31 20:19:48.505 INFO blam! 83861e604e50c4286ca68c3075198d5d4549f87140c39b385ae626041581bbb1