[INFO] updating cached repository https://github.com/angus-corp/taekwondo-server [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] c73a9c2cd844ade8db18dda87f9fdeea5f31977c [INFO] testing angus-corp/taekwondo-server against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fangus-corp%2Ftaekwondo-server" "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/angus-corp/taekwondo-server 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/angus-corp/taekwondo-server [INFO] finished tweaking git repo https://github.com/angus-corp/taekwondo-server [INFO] tweaked toml for git repo https://github.com/angus-corp/taekwondo-server written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/angus-corp/taekwondo-server 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] 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] 30582ee54c64a591b87f73bcab97548085d9ad619d5840461ee73b6302a7deac [INFO] running `"docker" "start" "-a" "30582ee54c64a591b87f73bcab97548085d9ad619d5840461ee73b6302a7deac"` [INFO] [stderr] Compiling serde v0.9.13 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling libsodium-sys v0.0.14 [INFO] [stderr] Compiling r2d2 v0.7.1 [INFO] [stderr] Compiling base64 v0.4.1 [INFO] [stderr] Compiling hyper v0.10.8 [INFO] [stderr] Compiling email v0.0.16 [INFO] [stderr] Compiling uuid v0.4.0 [INFO] [stderr] Compiling syn v0.11.10 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling diesel v0.12.0 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling openssl v0.9.10 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Compiling env_logger v0.4.2 [INFO] [stderr] Compiling dotenv v0.8.0 [INFO] [stderr] Compiling serde_derive v0.9.13 [INFO] [stderr] Compiling badlog v0.2.5 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling persistent v0.3.0 [INFO] [stderr] Compiling juniper v0.7.0 [INFO] [stderr] Compiling logger v0.3.0 [INFO] [stderr] Compiling router v0.5.1 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling bincode v0.7.0 [INFO] [stderr] Compiling sodiumoxide v0.0.14 [INFO] [stderr] Compiling diesel_infer_schema v0.12.0 [INFO] [stderr] Compiling r2d2-diesel v0.12.0 [INFO] [stderr] Compiling lettre v0.6.2 [INFO] [stderr] Compiling diesel_codegen v0.12.0 [INFO] [stderr] Compiling ttkkdd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/routes/query.rs:706:9 [INFO] [stderr] | [INFO] [stderr] 706 | try!(self.0.collect_binds(out)); [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/routes/query.rs:707:9 [INFO] [stderr] | [INFO] [stderr] 707 | try!(self.1.collect_binds(out)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | locations { [INFO] [stderr] 18 | | id -> BigInt, [INFO] [stderr] 19 | | name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | locations { [INFO] [stderr] 18 | | id -> BigInt, [INFO] [stderr] 19 | | name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | locations { [INFO] [stderr] 18 | | id -> BigInt, [INFO] [stderr] 19 | | name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | locations { [INFO] [stderr] 18 | | id -> BigInt, [INFO] [stderr] 19 | | name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | locations { [INFO] [stderr] 18 | | id -> BigInt, [INFO] [stderr] 19 | | name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | locations { [INFO] [stderr] 18 | | id -> BigInt, [INFO] [stderr] 19 | | name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / table! { [INFO] [stderr] 27 | | instructor_locations { [INFO] [stderr] 28 | | id -> BigInt, [INFO] [stderr] 29 | | instructor_id -> BigInt, [INFO] [stderr] 30 | | location_id -> BigInt, [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / table! { [INFO] [stderr] 27 | | instructor_locations { [INFO] [stderr] 28 | | id -> BigInt, [INFO] [stderr] 29 | | instructor_id -> BigInt, [INFO] [stderr] 30 | | location_id -> BigInt, [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / table! { [INFO] [stderr] 27 | | instructor_locations { [INFO] [stderr] 28 | | id -> BigInt, [INFO] [stderr] 29 | | instructor_id -> BigInt, [INFO] [stderr] 30 | | location_id -> BigInt, [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / table! { [INFO] [stderr] 27 | | instructor_locations { [INFO] [stderr] 28 | | id -> BigInt, [INFO] [stderr] 29 | | instructor_id -> BigInt, [INFO] [stderr] 30 | | location_id -> BigInt, [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / sql_function!( [INFO] [stderr] 35 | | lower, [INFO] [stderr] 36 | | LowerT, [INFO] [stderr] 37 | | (a: Text) -> Text [INFO] [stderr] 38 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / sql_function!( [INFO] [stderr] 35 | | lower, [INFO] [stderr] 36 | | LowerT, [INFO] [stderr] 37 | | (a: Text) -> Text [INFO] [stderr] 38 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never used: `password` [INFO] [stderr] --> src/routes/query.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | password: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `"docker" "inspect" "30582ee54c64a591b87f73bcab97548085d9ad619d5840461ee73b6302a7deac"` [INFO] running `"docker" "rm" "-f" "30582ee54c64a591b87f73bcab97548085d9ad619d5840461ee73b6302a7deac"` [INFO] [stdout] 30582ee54c64a591b87f73bcab97548085d9ad619d5840461ee73b6302a7deac [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] b11cf782298809098df8c8cafcd229f21a8ed96fa47fe46337f7558e9220f9de [INFO] running `"docker" "start" "-a" "b11cf782298809098df8c8cafcd229f21a8ed96fa47fe46337f7558e9220f9de"` [INFO] [stderr] Compiling ttkkdd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/routes/query.rs:706:9 [INFO] [stderr] | [INFO] [stderr] 706 | try!(self.0.collect_binds(out)); [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/routes/query.rs:707:9 [INFO] [stderr] | [INFO] [stderr] 707 | try!(self.1.collect_binds(out)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / table! { [INFO] [stderr] 4 | | users { [INFO] [stderr] 5 | | id -> BigInt, [INFO] [stderr] 6 | | first_name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | locations { [INFO] [stderr] 18 | | id -> BigInt, [INFO] [stderr] 19 | | name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | locations { [INFO] [stderr] 18 | | id -> BigInt, [INFO] [stderr] 19 | | name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | locations { [INFO] [stderr] 18 | | id -> BigInt, [INFO] [stderr] 19 | | name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | locations { [INFO] [stderr] 18 | | id -> BigInt, [INFO] [stderr] 19 | | name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | locations { [INFO] [stderr] 18 | | id -> BigInt, [INFO] [stderr] 19 | | name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / table! { [INFO] [stderr] 17 | | locations { [INFO] [stderr] 18 | | id -> BigInt, [INFO] [stderr] 19 | | name -> Text, [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / table! { [INFO] [stderr] 27 | | instructor_locations { [INFO] [stderr] 28 | | id -> BigInt, [INFO] [stderr] 29 | | instructor_id -> BigInt, [INFO] [stderr] 30 | | location_id -> BigInt, [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / table! { [INFO] [stderr] 27 | | instructor_locations { [INFO] [stderr] 28 | | id -> BigInt, [INFO] [stderr] 29 | | instructor_id -> BigInt, [INFO] [stderr] 30 | | location_id -> BigInt, [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / table! { [INFO] [stderr] 27 | | instructor_locations { [INFO] [stderr] 28 | | id -> BigInt, [INFO] [stderr] 29 | | instructor_id -> BigInt, [INFO] [stderr] 30 | | location_id -> BigInt, [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / table! { [INFO] [stderr] 27 | | instructor_locations { [INFO] [stderr] 28 | | id -> BigInt, [INFO] [stderr] 29 | | instructor_id -> BigInt, [INFO] [stderr] 30 | | location_id -> BigInt, [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / sql_function!( [INFO] [stderr] 35 | | lower, [INFO] [stderr] 36 | | LowerT, [INFO] [stderr] 37 | | (a: Text) -> Text [INFO] [stderr] 38 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/schema.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / sql_function!( [INFO] [stderr] 35 | | lower, [INFO] [stderr] 36 | | LowerT, [INFO] [stderr] 37 | | (a: Text) -> Text [INFO] [stderr] 38 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never used: `password` [INFO] [stderr] --> src/routes/query.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | password: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.16s [INFO] running `"docker" "inspect" "b11cf782298809098df8c8cafcd229f21a8ed96fa47fe46337f7558e9220f9de"` [INFO] running `"docker" "rm" "-f" "b11cf782298809098df8c8cafcd229f21a8ed96fa47fe46337f7558e9220f9de"` [INFO] [stdout] b11cf782298809098df8c8cafcd229f21a8ed96fa47fe46337f7558e9220f9de [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] 56990c22eda88b1ec29c5f7ce9da714d35ae04fe94f4474465d13f0aa503fc76 [INFO] running `"docker" "start" "-a" "56990c22eda88b1ec29c5f7ce9da714d35ae04fe94f4474465d13f0aa503fc76"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ttkkdd-12c6993cbe432d6c [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" "56990c22eda88b1ec29c5f7ce9da714d35ae04fe94f4474465d13f0aa503fc76"` [INFO] running `"docker" "rm" "-f" "56990c22eda88b1ec29c5f7ce9da714d35ae04fe94f4474465d13f0aa503fc76"` [INFO] [stdout] 56990c22eda88b1ec29c5f7ce9da714d35ae04fe94f4474465d13f0aa503fc76