[INFO] updating cached repository https://github.com/est31/share_login [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] efafc3d9cebf92ce519315eaf29d343daacc1ae1 [INFO] testing est31/share_login against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fest31%2Fshare_login" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/est31/share_login on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/est31/share_login [INFO] finished tweaking git repo https://github.com/est31/share_login [INFO] tweaked toml for git repo https://github.com/est31/share_login written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/est31/share_login already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-1/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 1ff0915107ae668cc312c53be015fd1c9066468a2eb9e72770b862454101a817 [INFO] running `"docker" "start" "-a" "1ff0915107ae668cc312c53be015fd1c9066468a2eb9e72770b862454101a817"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling bytes v0.3.0 [INFO] [stderr] Compiling slab v0.1.3 [INFO] [stderr] Compiling quick-error v0.2.2 [INFO] [stderr] Compiling netbuf v0.3.8 [INFO] [stderr] Compiling linked-hash-map v0.0.9 [INFO] [stderr] Compiling ws2_32-sys v0.2.1 [INFO] [stderr] Compiling libsqlite3-sys v0.5.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling lru-cache v0.0.7 [INFO] [stderr] Compiling miow v0.1.5 [INFO] [stderr] Compiling mio v0.5.1 [INFO] [stderr] Compiling rusqlite v0.7.4 [INFO] [stderr] Compiling rotor v0.6.3 [INFO] [stderr] Compiling rotor-tools v0.3.2 [INFO] [stderr] Compiling rotor-stream v0.6.2 [INFO] [stderr] Compiling rotor-http v0.7.0 [INFO] [stderr] Compiling share_login v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:26:6 [INFO] [stderr] | [INFO] [stderr] 26 | Ok(try!(self.query_row("PRAGMA user_version", &[], |row| { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:34:3 [INFO] [stderr] | [INFO] [stderr] 34 | try!(self.execute(&stmt, &[])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:55:20 [INFO] [stderr] | [INFO] [stderr] 55 | get_server_id : try!(conn.prepare("SELECT id FROM servers WHERE api_key = ?")), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:56:15 [INFO] [stderr] | [INFO] [stderr] 56 | get_auth : try!(conn.prepare(" [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:63:21 [INFO] [stderr] | [INFO] [stderr] 63 | create_auth_pl : try!(conn.prepare(" [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:66:21 [INFO] [stderr] | [INFO] [stderr] 66 | create_auth_pr : try!(conn.prepare(" [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:69:19 [INFO] [stderr] | [INFO] [stderr] 69 | set_password : try!(conn.prepare(" [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:71:21 [INFO] [stderr] | [INFO] [stderr] 71 | set_privileges : try!(conn.prepare(" [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:76:19 [INFO] [stderr] | [INFO] [stderr] 76 | record_login : try!(conn.prepare(" [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:123:13 [INFO] [stderr] | [INFO] [stderr] 123 | for row in try!(rows) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:124:14 [INFO] [stderr] | [INFO] [stderr] 124 | res = Some(try!(row)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.22s [INFO] running `"docker" "inspect" "1ff0915107ae668cc312c53be015fd1c9066468a2eb9e72770b862454101a817"` [INFO] running `"docker" "rm" "-f" "1ff0915107ae668cc312c53be015fd1c9066468a2eb9e72770b862454101a817"` [INFO] [stdout] 1ff0915107ae668cc312c53be015fd1c9066468a2eb9e72770b862454101a817 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] b70611fb8c8603ab4cb4120f23639d1eb8dcda04d80b89e28a6cb944bcfba662 [INFO] running `"docker" "start" "-a" "b70611fb8c8603ab4cb4120f23639d1eb8dcda04d80b89e28a6cb944bcfba662"` [INFO] [stderr] Compiling share_login v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:26:6 [INFO] [stderr] | [INFO] [stderr] 26 | Ok(try!(self.query_row("PRAGMA user_version", &[], |row| { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:34:3 [INFO] [stderr] | [INFO] [stderr] 34 | try!(self.execute(&stmt, &[])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:55:20 [INFO] [stderr] | [INFO] [stderr] 55 | get_server_id : try!(conn.prepare("SELECT id FROM servers WHERE api_key = ?")), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:56:15 [INFO] [stderr] | [INFO] [stderr] 56 | get_auth : try!(conn.prepare(" [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:63:21 [INFO] [stderr] | [INFO] [stderr] 63 | create_auth_pl : try!(conn.prepare(" [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:66:21 [INFO] [stderr] | [INFO] [stderr] 66 | create_auth_pr : try!(conn.prepare(" [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:69:19 [INFO] [stderr] | [INFO] [stderr] 69 | set_password : try!(conn.prepare(" [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:71:21 [INFO] [stderr] | [INFO] [stderr] 71 | set_privileges : try!(conn.prepare(" [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:76:19 [INFO] [stderr] | [INFO] [stderr] 76 | record_login : try!(conn.prepare(" [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:123:13 [INFO] [stderr] | [INFO] [stderr] 123 | for row in try!(rows) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:124:14 [INFO] [stderr] | [INFO] [stderr] 124 | res = Some(try!(row)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.04s [INFO] running `"docker" "inspect" "b70611fb8c8603ab4cb4120f23639d1eb8dcda04d80b89e28a6cb944bcfba662"` [INFO] running `"docker" "rm" "-f" "b70611fb8c8603ab4cb4120f23639d1eb8dcda04d80b89e28a6cb944bcfba662"` [INFO] [stdout] b70611fb8c8603ab4cb4120f23639d1eb8dcda04d80b89e28a6cb944bcfba662 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 2e3c291b5d650e3e72c799c694026b4c175bfcdac2085904282cef7a3ade8bd6 [INFO] running `"docker" "start" "-a" "2e3c291b5d650e3e72c799c694026b4c175bfcdac2085904282cef7a3ade8bd6"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/share_login-74c55b2be08f3183 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "2e3c291b5d650e3e72c799c694026b4c175bfcdac2085904282cef7a3ade8bd6"` [INFO] running `"docker" "rm" "-f" "2e3c291b5d650e3e72c799c694026b4c175bfcdac2085904282cef7a3ade8bd6"` [INFO] [stdout] 2e3c291b5d650e3e72c799c694026b4c175bfcdac2085904282cef7a3ade8bd6