Oct 12 22:44:42.236 INFO testing suharshan/pgclir against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 22:44:42.238 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 22:44:42.687 INFO blam! a9619496a611f6208bc9e358db31baecb1c25416aae1a597241a97151224711b Oct 12 22:44:42.695 INFO running `"docker" "start" "-a" "a9619496a611f6208bc9e358db31baecb1c25416aae1a597241a97151224711b"` Oct 12 22:44:44.390 INFO kablam! usermod: no changes Oct 12 22:44:44.577 INFO kablam! Compiling typenum v1.5.2 Oct 12 22:44:44.579 INFO kablam! Compiling odds v0.2.25 Oct 12 22:44:44.579 INFO kablam! Compiling libc v0.2.30 Oct 12 22:44:44.579 INFO kablam! Compiling byte-tools v0.1.3 Oct 12 22:44:44.579 INFO kablam! Compiling siphasher v0.2.2 Oct 12 22:44:44.588 INFO kablam! Compiling md5 v0.3.5 Oct 12 22:44:44.588 INFO kablam! Compiling fallible-iterator v0.1.3 Oct 12 22:44:44.595 INFO kablam! Compiling hex v0.2.0 Oct 12 22:44:45.207 INFO kablam! Compiling rprompt v1.0.3 Oct 12 22:44:46.571 INFO kablam! Compiling term v0.4.6 Oct 12 22:44:48.571 INFO kablam! Compiling scheduled-thread-pool v0.1.0 Oct 12 22:44:48.571 INFO kablam! Compiling phf_shared v0.7.21 Oct 12 22:44:48.611 INFO kablam! Compiling stringprep v0.1.2 Oct 12 22:44:48.867 INFO kablam! Compiling num v0.1.40 Oct 12 22:44:50.347 INFO kablam! Compiling nodrop v0.1.9 Oct 12 22:44:50.391 INFO kablam! Compiling phf v0.7.21 Oct 12 22:44:52.443 INFO kablam! Compiling iovec v0.1.0 Oct 12 22:44:54.683 INFO kablam! Compiling time v0.1.38 Oct 12 22:44:54.731 INFO kablam! Compiling rand v0.3.16 Oct 12 22:44:54.835 INFO kablam! Compiling memchr v1.0.1 Oct 12 22:44:54.935 INFO kablam! Compiling atty v0.2.2 Oct 12 22:44:55.067 INFO kablam! Compiling rpassword v1.0.2 Oct 12 22:44:55.156 INFO kablam! Compiling r2d2 v0.7.3 Oct 12 22:44:55.683 INFO kablam! Compiling bytes v0.4.5 Oct 12 22:44:56.891 INFO kablam! Compiling csv v0.15.0 Oct 12 22:44:57.111 INFO kablam! Compiling generic-array v0.7.2 Oct 12 22:44:58.156 INFO kablam! Compiling digest v0.5.2 Oct 12 22:44:58.157 INFO kablam! Compiling crypto-mac v0.3.0 Oct 12 22:44:58.157 INFO kablam! Compiling digest-buffer v0.3.1 Oct 12 22:44:59.159 INFO kablam! Compiling hmac v0.1.1 Oct 12 22:44:59.475 INFO kablam! Compiling sha2 v0.5.3 Oct 12 22:45:02.243 INFO kablam! Compiling chrono v0.4.0 Oct 12 22:45:03.259 INFO kablam! Compiling prettytable-rs v0.6.7 Oct 12 22:45:03.339 INFO kablam! Compiling postgres-protocol v0.3.0 Oct 12 22:45:08.539 INFO kablam! Compiling postgres-shared v0.4.0 Oct 12 22:45:11.847 INFO kablam! Compiling postgres v0.15.1 Oct 12 22:45:16.047 INFO kablam! Compiling r2d2_postgres v0.13.0 Oct 12 22:45:17.219 INFO kablam! Compiling pgclir v0.1.0 (/source) Oct 12 22:45:18.041 INFO kablam! warning: value assigned to `passwd` is never read Oct 12 22:45:18.041 INFO kablam! --> src/main.rs:49:11 Oct 12 22:45:18.041 INFO kablam! | Oct 12 22:45:18.041 INFO kablam! 49 | let mut passwd = String::new(); Oct 12 22:45:18.041 INFO kablam! | ^^^^^^ Oct 12 22:45:18.041 INFO kablam! | Oct 12 22:45:18.041 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 22:45:18.041 INFO kablam! Oct 12 22:45:18.041 INFO kablam! warning: unused variable: `sql` Oct 12 22:45:18.041 INFO kablam! --> src/main.rs:146:7 Oct 12 22:45:18.041 INFO kablam! | Oct 12 22:45:18.041 INFO kablam! 146 | let sql = &conn.execute("create database $1 owner $2", &[&dbname,&owner]); Oct 12 22:45:18.041 INFO kablam! | ^^^ help: consider using `_sql` instead Oct 12 22:45:18.041 INFO kablam! | Oct 12 22:45:18.041 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:45:18.041 INFO kablam! Oct 12 22:45:18.041 INFO kablam! warning: value assigned to `params` is never read Oct 12 22:45:18.041 INFO kablam! --> src/main.rs:225:11 Oct 12 22:45:18.041 INFO kablam! | Oct 12 22:45:18.041 INFO kablam! 225 | let mut params: Vec = Vec::new(); Oct 12 22:45:18.041 INFO kablam! | ^^^^^^ Oct 12 22:45:18.041 INFO kablam! Oct 12 22:45:18.059 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:18.059 INFO kablam! --> src/main.rs:23:3 Oct 12 22:45:18.059 INFO kablam! | Oct 12 22:45:18.059 INFO kablam! 23 | io::stdout().flush(); Oct 12 22:45:18.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:18.059 INFO kablam! | Oct 12 22:45:18.059 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 22:45:18.059 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:18.059 INFO kablam! Oct 12 22:45:18.059 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:18.059 INFO kablam! --> src/main.rs:27:3 Oct 12 22:45:18.059 INFO kablam! | Oct 12 22:45:18.059 INFO kablam! 27 | io::stdin().read_line(&mut host); Oct 12 22:45:18.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:18.059 INFO kablam! | Oct 12 22:45:18.059 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:18.059 INFO kablam! Oct 12 22:45:18.059 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:18.059 INFO kablam! --> src/main.rs:31:3 Oct 12 22:45:18.059 INFO kablam! | Oct 12 22:45:18.059 INFO kablam! 31 | io::stdout().flush(); Oct 12 22:45:18.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:18.059 INFO kablam! | Oct 12 22:45:18.063 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:18.063 INFO kablam! Oct 12 22:45:18.063 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:18.064 INFO kablam! --> src/main.rs:33:3 Oct 12 22:45:18.064 INFO kablam! | Oct 12 22:45:18.064 INFO kablam! 33 | io::stdin().read_line(&mut database); Oct 12 22:45:18.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:18.064 INFO kablam! | Oct 12 22:45:18.064 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:18.065 INFO kablam! Oct 12 22:45:18.065 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:18.065 INFO kablam! --> src/main.rs:37:3 Oct 12 22:45:18.065 INFO kablam! | Oct 12 22:45:18.065 INFO kablam! 37 | io::stdout().flush(); Oct 12 22:45:18.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:18.065 INFO kablam! | Oct 12 22:45:18.065 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:18.065 INFO kablam! Oct 12 22:45:18.065 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:18.065 INFO kablam! --> src/main.rs:39:3 Oct 12 22:45:18.065 INFO kablam! | Oct 12 22:45:18.065 INFO kablam! 39 | io::stdin().read_line(&mut port); Oct 12 22:45:18.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:18.065 INFO kablam! | Oct 12 22:45:18.065 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:18.065 INFO kablam! Oct 12 22:45:18.065 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:18.065 INFO kablam! --> src/main.rs:43:3 Oct 12 22:45:18.065 INFO kablam! | Oct 12 22:45:18.065 INFO kablam! 43 | io::stdout().flush(); Oct 12 22:45:18.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:18.065 INFO kablam! | Oct 12 22:45:18.066 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:18.066 INFO kablam! Oct 12 22:45:18.066 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:18.066 INFO kablam! --> src/main.rs:45:3 Oct 12 22:45:18.066 INFO kablam! | Oct 12 22:45:18.066 INFO kablam! 45 | io::stdin().read_line(&mut username); Oct 12 22:45:18.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:18.066 INFO kablam! | Oct 12 22:45:18.066 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:18.066 INFO kablam! Oct 12 22:45:20.015 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.60s Oct 12 22:45:20.023 INFO kablam! su: No module specific data is present Oct 12 22:45:20.682 INFO running `"docker" "rm" "-f" "a9619496a611f6208bc9e358db31baecb1c25416aae1a597241a97151224711b"` Oct 12 22:45:20.866 INFO blam! a9619496a611f6208bc9e358db31baecb1c25416aae1a597241a97151224711b Oct 12 22:45:20.873 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 22:45:21.279 INFO blam! 718deb075483bc2fb79b404757a28d9de264098451e9e4c963638e4e34d965ed Oct 12 22:45:21.291 INFO running `"docker" "start" "-a" "718deb075483bc2fb79b404757a28d9de264098451e9e4c963638e4e34d965ed"` Oct 12 22:45:22.511 INFO kablam! usermod: no changes Oct 12 22:45:22.755 INFO kablam! Compiling pgclir v0.1.0 (/source) Oct 12 22:45:23.639 INFO kablam! warning: value assigned to `passwd` is never read Oct 12 22:45:23.639 INFO kablam! --> src/main.rs:49:11 Oct 12 22:45:23.639 INFO kablam! | Oct 12 22:45:23.639 INFO kablam! 49 | let mut passwd = String::new(); Oct 12 22:45:23.639 INFO kablam! | ^^^^^^ Oct 12 22:45:23.639 INFO kablam! | Oct 12 22:45:23.639 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 22:45:23.639 INFO kablam! Oct 12 22:45:23.639 INFO kablam! warning: unused variable: `sql` Oct 12 22:45:23.639 INFO kablam! --> src/main.rs:146:7 Oct 12 22:45:23.639 INFO kablam! | Oct 12 22:45:23.639 INFO kablam! 146 | let sql = &conn.execute("create database $1 owner $2", &[&dbname,&owner]); Oct 12 22:45:23.639 INFO kablam! | ^^^ help: consider using `_sql` instead Oct 12 22:45:23.639 INFO kablam! | Oct 12 22:45:23.639 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:45:23.639 INFO kablam! Oct 12 22:45:23.639 INFO kablam! warning: value assigned to `params` is never read Oct 12 22:45:23.639 INFO kablam! --> src/main.rs:225:11 Oct 12 22:45:23.639 INFO kablam! | Oct 12 22:45:23.639 INFO kablam! 225 | let mut params: Vec = Vec::new(); Oct 12 22:45:23.639 INFO kablam! | ^^^^^^ Oct 12 22:45:23.639 INFO kablam! Oct 12 22:45:23.675 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:23.675 INFO kablam! --> src/main.rs:23:3 Oct 12 22:45:23.675 INFO kablam! | Oct 12 22:45:23.675 INFO kablam! 23 | io::stdout().flush(); Oct 12 22:45:23.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:23.675 INFO kablam! | Oct 12 22:45:23.675 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 22:45:23.675 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:23.675 INFO kablam! Oct 12 22:45:23.675 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:23.675 INFO kablam! --> src/main.rs:27:3 Oct 12 22:45:23.675 INFO kablam! | Oct 12 22:45:23.675 INFO kablam! 27 | io::stdin().read_line(&mut host); Oct 12 22:45:23.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:23.675 INFO kablam! | Oct 12 22:45:23.675 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:23.675 INFO kablam! Oct 12 22:45:23.675 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:23.675 INFO kablam! --> src/main.rs:31:3 Oct 12 22:45:23.675 INFO kablam! | Oct 12 22:45:23.675 INFO kablam! 31 | io::stdout().flush(); Oct 12 22:45:23.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:23.675 INFO kablam! | Oct 12 22:45:23.675 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:23.675 INFO kablam! Oct 12 22:45:23.675 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:23.675 INFO kablam! --> src/main.rs:33:3 Oct 12 22:45:23.675 INFO kablam! | Oct 12 22:45:23.675 INFO kablam! 33 | io::stdin().read_line(&mut database); Oct 12 22:45:23.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:23.675 INFO kablam! | Oct 12 22:45:23.675 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:23.675 INFO kablam! Oct 12 22:45:23.675 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:23.675 INFO kablam! --> src/main.rs:37:3 Oct 12 22:45:23.675 INFO kablam! | Oct 12 22:45:23.675 INFO kablam! 37 | io::stdout().flush(); Oct 12 22:45:23.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:23.676 INFO kablam! | Oct 12 22:45:23.676 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:23.676 INFO kablam! Oct 12 22:45:23.676 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:23.676 INFO kablam! --> src/main.rs:39:3 Oct 12 22:45:23.676 INFO kablam! | Oct 12 22:45:23.676 INFO kablam! 39 | io::stdin().read_line(&mut port); Oct 12 22:45:23.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:23.676 INFO kablam! | Oct 12 22:45:23.676 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:23.676 INFO kablam! Oct 12 22:45:23.676 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:23.676 INFO kablam! --> src/main.rs:43:3 Oct 12 22:45:23.676 INFO kablam! | Oct 12 22:45:23.676 INFO kablam! 43 | io::stdout().flush(); Oct 12 22:45:23.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:23.676 INFO kablam! | Oct 12 22:45:23.676 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:23.676 INFO kablam! Oct 12 22:45:23.676 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 22:45:23.676 INFO kablam! --> src/main.rs:45:3 Oct 12 22:45:23.676 INFO kablam! | Oct 12 22:45:23.676 INFO kablam! 45 | io::stdin().read_line(&mut username); Oct 12 22:45:23.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:45:23.676 INFO kablam! | Oct 12 22:45:23.676 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 22:45:23.676 INFO kablam! Oct 12 22:45:24.264 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.72s Oct 12 22:45:24.270 INFO kablam! su: No module specific data is present Oct 12 22:45:24.963 INFO running `"docker" "rm" "-f" "718deb075483bc2fb79b404757a28d9de264098451e9e4c963638e4e34d965ed"` Oct 12 22:45:25.247 INFO blam! 718deb075483bc2fb79b404757a28d9de264098451e9e4c963638e4e34d965ed Oct 12 22:45:25.252 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 22:45:25.679 INFO blam! 88a10bcb237bef8d898bb980cf4a8a2ebb571e92f3152508f03b8f62ba839e97 Oct 12 22:45:25.687 INFO running `"docker" "start" "-a" "88a10bcb237bef8d898bb980cf4a8a2ebb571e92f3152508f03b8f62ba839e97"` Oct 12 22:45:26.995 INFO kablam! usermod: no changes Oct 12 22:45:27.167 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 12 22:45:27.178 INFO kablam! Running /target/debug/deps/pgclir-00b85eb605346f62 Oct 12 22:45:27.179 INFO blam! Oct 12 22:45:27.179 INFO blam! running 0 tests Oct 12 22:45:27.179 INFO blam! Oct 12 22:45:27.179 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:45:27.179 INFO blam! Oct 12 22:45:27.195 INFO kablam! su: No module specific data is present Oct 12 22:45:28.009 INFO running `"docker" "rm" "-f" "88a10bcb237bef8d898bb980cf4a8a2ebb571e92f3152508f03b8f62ba839e97"` Oct 12 22:45:28.319 INFO blam! 88a10bcb237bef8d898bb980cf4a8a2ebb571e92f3152508f03b8f62ba839e97