[INFO] cloning repository https://github.com/AlterEigo/AE-Task-Manager
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AlterEigo/AE-Task-Manager" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlterEigo%2FAE-Task-Manager", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlterEigo%2FAE-Task-Manager'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1c84f55a954c6bcd528ca72b7743aa845401ef1a
[INFO] checking AlterEigo/AE-Task-Manager against master#c8a31b780d5415358566a20b94912620a3f27067 for pr-139493-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlterEigo%2FAE-Task-Manager" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AlterEigo/AE-Task-Manager
[INFO] finished tweaking git repo https://github.com/AlterEigo/AE-Task-Manager
[INFO] tweaked toml for git repo https://github.com/AlterEigo/AE-Task-Manager written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AlterEigo/AE-Task-Manager on toolchain c8a31b780d5415358566a20b94912620a3f27067
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c8a31b780d5415358566a20b94912620a3f27067" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c8a31b780d5415358566a20b94912620a3f27067" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 119 packages to latest compatible versions
[INFO] [stderr]       Adding gtk v0.14.3 (available: v0.18.2)
[INFO] [stderr]       Adding target-lexicon v0.13.2 (available: v0.13.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c8a31b780d5415358566a20b94912620a3f27067" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded version-compare v0.0.11
[INFO] [stderr]   Downloaded toml_edit v0.23.7
[INFO] [stderr]   Downloaded cairo-rs v0.14.9
[INFO] [stderr]   Downloaded sqlite3-src v0.7.0
[INFO] [stderr]   Downloaded sqlite v0.37.0
[INFO] [stderr]   Downloaded pango-sys v0.14.0
[INFO] [stderr]   Downloaded atk-sys v0.14.0
[INFO] [stderr]   Downloaded glib-macros v0.14.1
[INFO] [stderr]   Downloaded gobject-sys v0.14.0
[INFO] [stderr]   Downloaded gdk v0.14.3
[INFO] [stderr]   Downloaded glib-macros v0.21.2
[INFO] [stderr]   Downloaded strum v0.21.0
[INFO] [stderr]   Downloaded gdk-sys v0.14.0
[INFO] [stderr]   Downloaded gio v0.21.2
[INFO] [stderr]   Downloaded cfg-expr v0.20.3
[INFO] [stderr]   Downloaded atk v0.14.0
[INFO] [stderr]   Downloaded gio-sys v0.21.2
[INFO] [stderr]   Downloaded cfg-expr v0.8.1
[INFO] [stderr]   Downloaded gdk-pixbuf v0.14.0
[INFO] [stderr]   Downloaded gtk v0.14.3
[INFO] [stderr]   Downloaded gtk3-macros v0.14.0
[INFO] [stderr]   Downloaded pango v0.14.8
[INFO] [stderr]   Downloaded sqlite3-sys v0.18.0
[INFO] [stderr]   Downloaded gio v0.14.8
[INFO] [stderr]   Downloaded gobject-sys v0.21.2
[INFO] [stderr]   Downloaded cairo-sys-rs v0.14.9
[INFO] [stderr]   Downloaded system-deps v3.2.0
[INFO] [stderr]   Downloaded strum_macros v0.21.1
[INFO] [stderr]   Downloaded glib-sys v0.21.2
[INFO] [stderr]   Downloaded system-deps v7.0.6
[INFO] [stderr]   Downloaded gio-sys v0.14.0
[INFO] [stderr]   Downloaded glib v0.14.8
[INFO] [stderr]   Downloaded glib v0.21.3
[INFO] [stderr]   Downloaded target-lexicon v0.13.2
[INFO] [stderr]   Downloaded gdk-pixbuf-sys v0.14.0
[INFO] [stderr]   Downloaded gtk-sys v0.14.0
[INFO] [stderr]   Downloaded glib-sys v0.14.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c8a31b780d5415358566a20b94912620a3f27067" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 527bb00011484864569fd95717229893d6fd065105e03ae12635302f97fc2f14
[INFO] running `Command { std: "docker" "start" "-a" "527bb00011484864569fd95717229893d6fd065105e03ae12635302f97fc2f14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "527bb00011484864569fd95717229893d6fd065105e03ae12635302f97fc2f14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "527bb00011484864569fd95717229893d6fd065105e03ae12635302f97fc2f14", kill_on_drop: false }`
[INFO] [stdout] 527bb00011484864569fd95717229893d6fd065105e03ae12635302f97fc2f14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c8a31b780d5415358566a20b94912620a3f27067" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6be92289ca317f9e7c8df171bf8025c0622b90c1f141a53c40a6a57ee46d9565
[INFO] running `Command { std: "docker" "start" "-a" "6be92289ca317f9e7c8df171bf8025c0622b90c1f141a53c40a6a57ee46d9565", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling version-compare v0.0.11
[INFO] [stderr]    Compiling strum v0.21.0
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling target-lexicon v0.13.2
[INFO] [stderr]    Compiling syn v2.0.107
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling cfg-expr v0.8.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling gio v0.14.8
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling gtk v0.14.3
[INFO] [stderr]    Compiling gio v0.21.2
[INFO] [stderr]    Compiling cc v1.2.41
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling task-manager v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling cfg-expr v0.20.3
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]    Compiling system-deps v7.0.6
[INFO] [stderr]    Compiling glib-sys v0.21.2
[INFO] [stderr]    Compiling gobject-sys v0.21.2
[INFO] [stderr]    Compiling gio-sys v0.21.2
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling sqlite3-src v0.7.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking sqlite3-sys v0.18.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking sqlite v0.37.0
[INFO] [stderr]     Checking nanoid v0.4.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling glib-macros v0.21.2
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling strum_macros v0.21.1
[INFO] [stderr]    Compiling glib-macros v0.14.1
[INFO] [stderr]    Compiling gtk3-macros v0.14.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling system-deps v3.2.0
[INFO] [stderr]     Checking glib v0.21.3
[INFO] [stderr]    Compiling glib-sys v0.14.0
[INFO] [stderr]    Compiling gobject-sys v0.14.0
[INFO] [stderr]    Compiling gio-sys v0.14.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.14.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.14.9
[INFO] [stderr]    Compiling pango-sys v0.14.0
[INFO] [stderr]    Compiling atk-sys v0.14.0
[INFO] [stderr]    Compiling gdk-sys v0.14.0
[INFO] [stderr]    Compiling gtk-sys v0.14.0
[INFO] [stderr]     Checking glib v0.14.8
[INFO] [stderr]     Checking cairo-rs v0.14.9
[INFO] [stderr]     Checking pango v0.14.8
[INFO] [stderr]     Checking atk v0.14.0
[INFO] [stderr]     Checking gdk-pixbuf v0.14.0
[INFO] [stderr]     Checking gdk v0.14.3
[INFO] [stdout] error: couldn't read `src/app/../../resources/resources.gresource`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/app/mod.rs:99:21
[INFO] [stdout]    |
[INFO] [stdout] 99 |         let bytes = include_bytes!("../../resources/resources.gresource");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `forms::*`
[INFO] [stdout]   --> src/app/mod.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use forms::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `models::*`
[INFO] [stdout]   --> src/app/mod.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use models::*;
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/app/../../resources/resources.gresource`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/app/mod.rs:99:21
[INFO] [stdout]    |
[INFO] [stdout] 99 |         let bytes = include_bytes!("../../resources/resources.gresource");
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `forms::*`
[INFO] [stdout]   --> src/app/mod.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use forms::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `models::*`
[INFO] [stdout]   --> src/app/mod.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use models::*;
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `bind_by_name` found for struct `Statement<'l>` in the current scope
[INFO] [stdout]   --> src/app/services/user.rs:39:18
[INFO] [stdout]    |
[INFO] [stdout] 39 |             stmt.bind_by_name(":uid", uid.as_str())
[INFO] [stdout]    |                  ^^^^^^^^^^^^ method not found in `Statement<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `bind_by_name` found for struct `Statement<'l>` in the current scope
[INFO] [stdout]   --> src/app/services/user.rs:39:18
[INFO] [stdout]    |
[INFO] [stdout] 39 |             stmt.bind_by_name(":uid", uid.as_str())
[INFO] [stdout]    |                  ^^^^^^^^^^^^ method not found in `Statement<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `bind_by_name` found for struct `Statement<'l>` in the current scope
[INFO] [stdout]   --> src/app/services/user.rs:61:18
[INFO] [stdout]    |
[INFO] [stdout] 61 |             stmt.bind_by_name(":salt", salt.as_str())
[INFO] [stdout]    |                  ^^^^^^^^^^^^ method not found in `Statement<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `bind_by_name` found for struct `Statement<'l>` in the current scope
[INFO] [stdout]   --> src/app/services/user.rs:90:18
[INFO] [stdout]    |
[INFO] [stdout] 90 |             stmt.bind_by_name(pair.0, &pair.1)?;
[INFO] [stdout]    |                  ^^^^^^^^^^^^ method not found in `Statement<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `bind_by_name` found for struct `Statement<'l>` in the current scope
[INFO] [stdout]   --> src/app/services/user.rs:61:18
[INFO] [stdout]    |
[INFO] [stdout] 61 |             stmt.bind_by_name(":salt", salt.as_str())
[INFO] [stdout]    |                  ^^^^^^^^^^^^ method not found in `Statement<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `bind_by_name` found for struct `Statement<'l>` in the current scope
[INFO] [stdout]    --> src/app/services/user.rs:103:14
[INFO] [stdout]     |
[INFO] [stdout] 103 |         stmt.bind_by_name(":uname", &sqlite::Value::String(u))?;
[INFO] [stdout]     |              ^^^^^^^^^^^^ method not found in `Statement<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:108:18
[INFO] [stdout]     |
[INFO] [stdout] 108 |             stmt.read::<String>(0)?,
[INFO] [stdout]     |                  ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 108 |             stmt.read::<String, U>(0)?,
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:109:18
[INFO] [stdout]     |
[INFO] [stdout] 109 |             stmt.read::<String>(1)?,
[INFO] [stdout]     |                  ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 109 |             stmt.read::<String, U>(1)?,
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:110:18
[INFO] [stdout]     |
[INFO] [stdout] 110 |             stmt.read::<String>(2)?,
[INFO] [stdout]     |                  ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 110 |             stmt.read::<String, U>(2)?,
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `bind_by_name` found for struct `Statement<'l>` in the current scope
[INFO] [stdout]   --> src/app/services/user.rs:90:18
[INFO] [stdout]    |
[INFO] [stdout] 90 |             stmt.bind_by_name(pair.0, &pair.1)?;
[INFO] [stdout]    |                  ^^^^^^^^^^^^ method not found in `Statement<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `bind_by_name` found for struct `Statement<'l>` in the current scope
[INFO] [stdout]    --> src/app/services/user.rs:128:14
[INFO] [stdout]     |
[INFO] [stdout] 128 |         stmt.bind_by_name(":uid", &sqlite::Value::String(id))?;
[INFO] [stdout]     |              ^^^^^^^^^^^^ method not found in `Statement<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:133:22
[INFO] [stdout]     |
[INFO] [stdout] 133 |             id: stmt.read::<String>(0)?,
[INFO] [stdout]     |                      ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 133 |             id: stmt.read::<String, U>(0)?,
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:134:30
[INFO] [stdout]     |
[INFO] [stdout] 134 |             first_name: stmt.read::<String>(1)?,
[INFO] [stdout]     |                              ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 134 |             first_name: stmt.read::<String, U>(1)?,
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:135:29
[INFO] [stdout]     |
[INFO] [stdout] 135 |             last_name: stmt.read::<String>(2)?,
[INFO] [stdout]     |                             ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 135 |             last_name: stmt.read::<String, U>(2)?,
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:136:25
[INFO] [stdout]     |
[INFO] [stdout] 136 |             email: stmt.read::<String>(3)?,
[INFO] [stdout]     |                         ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 136 |             email: stmt.read::<String, U>(3)?,
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:137:28
[INFO] [stdout]     |
[INFO] [stdout] 137 |             username: stmt.read::<String>(4)?,
[INFO] [stdout]     |                            ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 137 |             username: stmt.read::<String, U>(4)?,
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:138:28
[INFO] [stdout]     |
[INFO] [stdout] 138 |             password: stmt.read::<String>(5)?,
[INFO] [stdout]     |                            ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 138 |             password: stmt.read::<String, U>(5)?,
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:139:24
[INFO] [stdout]     |
[INFO] [stdout] 139 |             salt: stmt.read::<String>(6)?,
[INFO] [stdout]     |                        ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 139 |             salt: stmt.read::<String, U>(6)?,
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `bind_by_name` found for struct `Statement<'l>` in the current scope
[INFO] [stdout]    --> src/app/services/user.rs:103:14
[INFO] [stdout]     |
[INFO] [stdout] 103 |         stmt.bind_by_name(":uname", &sqlite::Value::String(u))?;
[INFO] [stdout]     |              ^^^^^^^^^^^^ method not found in `Statement<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:108:18
[INFO] [stdout]     |
[INFO] [stdout] 108 |             stmt.read::<String>(0)?,
[INFO] [stdout]     |                  ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 108 |             stmt.read::<String, U>(0)?,
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:109:18
[INFO] [stdout]     |
[INFO] [stdout] 109 |             stmt.read::<String>(1)?,
[INFO] [stdout]     |                  ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 109 |             stmt.read::<String, U>(1)?,
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:110:18
[INFO] [stdout]     |
[INFO] [stdout] 110 |             stmt.read::<String>(2)?,
[INFO] [stdout]     |                  ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 110 |             stmt.read::<String, U>(2)?,
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `set_create` found for struct `OpenFlags` in the current scope
[INFO] [stdout]  --> src/app/databases.rs:7:74
[INFO] [stdout]   |
[INFO] [stdout] 7 |         let connection = sqlite::Connection::open_with_flags(name, flags.set_create())?;
[INFO] [stdout]   |                                                                          ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: there is a method `with_create` with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 -         let connection = sqlite::Connection::open_with_flags(name, flags.set_create())?;
[INFO] [stdout] 7 +         let connection = sqlite::Connection::open_with_flags(name, flags.with_create())?;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `bind_by_name` found for struct `Statement<'l>` in the current scope
[INFO] [stdout]    --> src/app/services/user.rs:128:14
[INFO] [stdout]     |
[INFO] [stdout] 128 |         stmt.bind_by_name(":uid", &sqlite::Value::String(id))?;
[INFO] [stdout]     |              ^^^^^^^^^^^^ method not found in `Statement<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:133:22
[INFO] [stdout]     |
[INFO] [stdout] 133 |             id: stmt.read::<String>(0)?,
[INFO] [stdout]     |                      ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 133 |             id: stmt.read::<String, U>(0)?,
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:134:30
[INFO] [stdout]     |
[INFO] [stdout] 134 |             first_name: stmt.read::<String>(1)?,
[INFO] [stdout]     |                              ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 134 |             first_name: stmt.read::<String, U>(1)?,
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:135:29
[INFO] [stdout]     |
[INFO] [stdout] 135 |             last_name: stmt.read::<String>(2)?,
[INFO] [stdout]     |                             ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 135 |             last_name: stmt.read::<String, U>(2)?,
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:136:25
[INFO] [stdout]     |
[INFO] [stdout] 136 |             email: stmt.read::<String>(3)?,
[INFO] [stdout]     |                         ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 136 |             email: stmt.read::<String, U>(3)?,
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:137:28
[INFO] [stdout]     |
[INFO] [stdout] 137 |             username: stmt.read::<String>(4)?,
[INFO] [stdout]     |                            ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 137 |             username: stmt.read::<String, U>(4)?,
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:138:28
[INFO] [stdout]     |
[INFO] [stdout] 138 |             password: stmt.read::<String>(5)?,
[INFO] [stdout]     |                            ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 138 |             password: stmt.read::<String, U>(5)?,
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: method takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> src/app/services/user.rs:139:24
[INFO] [stdout]     |
[INFO] [stdout] 139 |             salt: stmt.read::<String>(6)?,
[INFO] [stdout]     |                        ^^^^   ------ supplied 1 generic argument
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        expected 2 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here, with 2 generic parameters: `T`, `U`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlite-0.37.0/src/statement.rs:186:12
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub fn read<T, U>(&self, index: U) -> Result<T>
[INFO] [stdout]     |            ^^^^ -  -
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]     |
[INFO] [stdout] 139 |             salt: stmt.read::<String, U>(6)?,
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `set_read_write` found for struct `OpenFlags` in the current scope
[INFO] [stdout]   --> src/app/databases.rs:31:46
[INFO] [stdout]    |
[INFO] [stdout] 31 |         let flags = sqlite::OpenFlags::new().set_read_write().set_full_mutex();
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `with_read_write` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 31 -         let flags = sqlite::OpenFlags::new().set_read_write().set_full_mutex();
[INFO] [stdout] 31 +         let flags = sqlite::OpenFlags::new().with_read_write().set_full_mutex();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `set_create` found for struct `OpenFlags` in the current scope
[INFO] [stdout]  --> src/app/databases.rs:7:74
[INFO] [stdout]   |
[INFO] [stdout] 7 |         let connection = sqlite::Connection::open_with_flags(name, flags.set_create())?;
[INFO] [stdout]   |                                                                          ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: there is a method `with_create` with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 -         let connection = sqlite::Connection::open_with_flags(name, flags.set_create())?;
[INFO] [stdout] 7 +         let connection = sqlite::Connection::open_with_flags(name, flags.with_create())?;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `set_read_write` found for struct `OpenFlags` in the current scope
[INFO] [stdout]   --> src/app/databases.rs:31:46
[INFO] [stdout]    |
[INFO] [stdout] 31 |         let flags = sqlite::OpenFlags::new().set_read_write().set_full_mutex();
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `with_read_write` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 31 -         let flags = sqlite::OpenFlags::new().set_read_write().set_full_mutex();
[INFO] [stdout] 31 +         let flags = sqlite::OpenFlags::new().with_read_write().set_full_mutex();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `connect_activate` exists for struct `gtk::Application`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/app/mod.rs:91:22
[INFO] [stdout]    |
[INFO] [stdout] 91 |           self.gtk_app.connect_activate(move |app| {
[INFO] [stdout]    |           -------------^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gtk-0.14.3/src/auto/application.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / glib::wrapper! {
[INFO] [stdout] 19 | |     #[doc(alias = "GtkApplication")]
[INFO] [stdout] 20 | |     pub struct Application(Object<ffi::GtkApplication, ffi::GtkApplicationClass>) @extends gio::Application, @implements gio::ActionGroup...
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_- doesn't satisfy 18 bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `gtk::Application: gio::prelude::IsA<gio::Application>`
[INFO] [stdout]            which is required by `gtk::Application: gio::prelude::ApplicationExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<gtk::atk::Window>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::AtkWindowExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<gtk::Button>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::ButtonExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<gtk::Entry>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::EntryExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<Expander>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::ExpanderExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<FlowBoxChild>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::FlowBoxChildExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<ListBoxRow>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::ListBoxRowExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<gtk::MenuItem>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::GtkMenuItemExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<Switch>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::SwitchExt`
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ApplicationExt` which provides `connect_activate` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  5 + use gtk::prelude::ApplicationExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `run` exists for struct `gtk::Application`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/app/mod.rs:95:22
[INFO] [stdout]    |
[INFO] [stdout] 95 |           self.gtk_app.run()
[INFO] [stdout]    |                        ^^^ method cannot be called on `gtk::Application` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gtk-0.14.3/src/auto/application.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / glib::wrapper! {
[INFO] [stdout] 19 | |     #[doc(alias = "GtkApplication")]
[INFO] [stdout] 20 | |     pub struct Application(Object<ffi::GtkApplication, ffi::GtkApplicationClass>) @extends gio::Application, @implements gio::ActionGroup...
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_- doesn't satisfy 6 bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `gtk::Application: gio::prelude::IsA<gio::Application>`
[INFO] [stdout]            which is required by `gtk::Application: gio::prelude::ApplicationExtManual`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<gtk::Dialog>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::DialogExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<PrintOperation>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::PrintOperationExt`
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ApplicationExtManual` which provides `run` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  5 + use gtk::prelude::ApplicationExtManual;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `gtk::prelude`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use gtk::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::prelude`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `btn`
[INFO] [stdout]   --> src/auth/mod.rs:46:44
[INFO] [stdout]    |
[INFO] [stdout] 46 |             b_signin.connect_clicked(move |btn| {
[INFO] [stdout]    |                                            ^^^ help: if this is intentional, prefix it with an underscore: `_btn`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `task-manager` (bin "task-manager" test) due to 20 previous errors; 5 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: the method `connect_activate` exists for struct `gtk::Application`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/app/mod.rs:91:22
[INFO] [stdout]    |
[INFO] [stdout] 91 |           self.gtk_app.connect_activate(move |app| {
[INFO] [stdout]    |           -------------^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gtk-0.14.3/src/auto/application.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / glib::wrapper! {
[INFO] [stdout] 19 | |     #[doc(alias = "GtkApplication")]
[INFO] [stdout] 20 | |     pub struct Application(Object<ffi::GtkApplication, ffi::GtkApplicationClass>) @extends gio::Application, @implements gio::ActionGroup...
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_- doesn't satisfy 18 bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `gtk::Application: gio::prelude::IsA<gio::Application>`
[INFO] [stdout]            which is required by `gtk::Application: gio::prelude::ApplicationExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<gtk::atk::Window>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::AtkWindowExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<gtk::Button>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::ButtonExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<gtk::Entry>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::EntryExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<Expander>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::ExpanderExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<FlowBoxChild>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::FlowBoxChildExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<ListBoxRow>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::ListBoxRowExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<gtk::MenuItem>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::GtkMenuItemExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<Switch>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::SwitchExt`
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ApplicationExt` which provides `connect_activate` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  5 + use gtk::prelude::ApplicationExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `run` exists for struct `gtk::Application`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/app/mod.rs:95:22
[INFO] [stdout]    |
[INFO] [stdout] 95 |           self.gtk_app.run()
[INFO] [stdout]    |                        ^^^ method cannot be called on `gtk::Application` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gtk-0.14.3/src/auto/application.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | / glib::wrapper! {
[INFO] [stdout] 19 | |     #[doc(alias = "GtkApplication")]
[INFO] [stdout] 20 | |     pub struct Application(Object<ffi::GtkApplication, ffi::GtkApplicationClass>) @extends gio::Application, @implements gio::ActionGroup...
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_- doesn't satisfy 6 bounds
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `gtk::Application: gio::prelude::IsA<gio::Application>`
[INFO] [stdout]            which is required by `gtk::Application: gio::prelude::ApplicationExtManual`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<gtk::Dialog>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::DialogExt`
[INFO] [stdout]            `gtk::Application: gtk::prelude::IsA<PrintOperation>`
[INFO] [stdout]            which is required by `gtk::Application: gtk::prelude::PrintOperationExt`
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ApplicationExtManual` which provides `run` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  5 + use gtk::prelude::ApplicationExtManual;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `gtk::prelude`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use gtk::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::prelude`
[INFO] [stdout]  --> src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `btn`
[INFO] [stdout]   --> src/auth/mod.rs:46:44
[INFO] [stdout]    |
[INFO] [stdout] 46 |             b_signin.connect_clicked(move |btn| {
[INFO] [stdout]    |                                            ^^^ help: if this is intentional, prefix it with an underscore: `_btn`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `task-manager` (bin "task-manager") due to 20 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6be92289ca317f9e7c8df171bf8025c0622b90c1f141a53c40a6a57ee46d9565", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6be92289ca317f9e7c8df171bf8025c0622b90c1f141a53c40a6a57ee46d9565", kill_on_drop: false }`
[INFO] [stdout] 6be92289ca317f9e7c8df171bf8025c0622b90c1f141a53c40a6a57ee46d9565
