[INFO] cloning repository https://github.com/Christiantyemele/ShowMe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Christiantyemele/ShowMe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChristiantyemele%2FShowMe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChristiantyemele%2FShowMe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6a416c1f154eb91bea5f9bce939784289bf77eda
[INFO] checking Christiantyemele/ShowMe against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChristiantyemele%2FShowMe" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Christiantyemele/ShowMe on toolchain 5fee451ebd94296ea05214e819c311e164b30af6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Christiantyemele/ShowMe
[INFO] finished tweaking git repo https://github.com/Christiantyemele/ShowMe
[INFO] tweaked toml for git repo https://github.com/Christiantyemele/ShowMe written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Christiantyemele/ShowMe already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fb3519e74a68ace57d5c529a00deaf05f84f6c5b5c9b8814105113a84c465b68
[INFO] running `Command { std: "docker" "start" "-a" "fb3519e74a68ace57d5c529a00deaf05f84f6c5b5c9b8814105113a84c465b68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fb3519e74a68ace57d5c529a00deaf05f84f6c5b5c9b8814105113a84c465b68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb3519e74a68ace57d5c529a00deaf05f84f6c5b5c9b8814105113a84c465b68", kill_on_drop: false }`
[INFO] [stdout] fb3519e74a68ace57d5c529a00deaf05f84f6c5b5c9b8814105113a84c465b68
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ad889c5354d42642f9be8751040b6bb11e1dec04347afd1463385717ee37301
[INFO] running `Command { std: "docker" "start" "-a" "6ad889c5354d42642f9be8751040b6bb11e1dec04347afd1463385717ee37301", kill_on_drop: false }`
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling serde v1.0.209
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking bytes v1.7.1
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking tinyvec v1.8.0
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling serde_json v1.0.127
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]    Compiling cc v1.1.15
[INFO] [stderr]    Compiling syn v2.0.76
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking cpufeatures v0.2.13
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]     Checking unicode-properties v0.1.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling parking v2.2.0
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling pq-sys v0.6.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling whoami v1.5.1
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking siphasher v0.3.11
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]     Checking phf_shared v0.11.2
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]     Checking rustls-pki-types v1.8.0
[INFO] [stderr]     Checking scoped-futures v0.1.3
[INFO] [stderr]     Checking encoding_rs v0.8.34
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking http-range-header v0.4.1
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]    Compiling sqlformat v0.2.4
[INFO] [stderr]     Checking rustls-pemfile v2.1.3
[INFO] [stderr]    Compiling tempfile v3.12.0
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.209
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking tokio v1.39.3
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking indexmap v2.4.0
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking postgres-protocol v0.6.7
[INFO] [stderr]     Checking postgres-types v0.2.7
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking deadpool v0.12.1
[INFO] [stderr]     Checking deadpool-sync v0.1.4
[INFO] [stderr]     Checking h2 v0.4.6
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking tokio-postgres v0.7.11
[INFO] [stderr]    Compiling dsl_auto_type v0.1.2
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking sqlx-core v0.8.1
[INFO] [stderr]     Checking tower-cookies v0.10.0
[INFO] [stderr]    Compiling diesel_derives v2.2.3
[INFO] [stderr]     Checking sqlx-postgres v0.8.1
[INFO] [stderr]     Checking hyper v1.4.1
[INFO] [stderr]     Checking diesel v2.2.3
[INFO] [stderr]     Checking hyper-util v0.1.7
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.7
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.1
[INFO] [stderr]    Compiling sqlx-macros v0.8.1
[INFO] [stderr]     Checking sqlx v0.8.1
[INFO] [stderr]     Checking deadpool-diesel v0.6.1
[INFO] [stderr]     Checking diesel-async v0.5.0
[INFO] [stderr]     Checking gp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]   --> src/lib.rs:84:17
[INFO] [stdout]    |
[INFO] [stdout] 84 |     use schema::users::dsl::*;
[INFO] [stdout]    |                 ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]   --> src/lib.rs:91:17
[INFO] [stdout]    |
[INFO] [stdout] 91 |     use schema::users::dsl::*;
[INFO] [stdout]    |                 ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]    --> src/lib.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |     use schema::users::dsl::*;
[INFO] [stdout]     |                 ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]    --> src/lib.rs:129:17
[INFO] [stdout]     |
[INFO] [stdout] 129 |     use schema::users::dsl::*;
[INFO] [stdout]     |                 ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `sessions` in `schema`
[INFO] [stdout]    --> src/lib.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout] 145 |     use schema::sessions::dsl::*;
[INFO] [stdout]     |                 ^^^^^^^^ could not find `sessions` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]    --> src/lib.rs:146:17
[INFO] [stdout]     |
[INFO] [stdout] 146 |     use schema::users::dsl::*;
[INFO] [stdout]     |                 ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]   --> src/lib.rs:84:17
[INFO] [stdout]    |
[INFO] [stdout] 84 |     use schema::users::dsl::*;
[INFO] [stdout]    |                 ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]   --> src/lib.rs:91:17
[INFO] [stdout]    |
[INFO] [stdout] 91 |     use schema::users::dsl::*;
[INFO] [stdout]    |                 ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]    --> src/lib.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |     use schema::users::dsl::*;
[INFO] [stdout]     |                 ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]    --> src/lib.rs:129:17
[INFO] [stdout]     |
[INFO] [stdout] 129 |     use schema::users::dsl::*;
[INFO] [stdout]     |                 ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `sessions` in `schema`
[INFO] [stdout]    --> src/lib.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout] 145 |     use schema::sessions::dsl::*;
[INFO] [stdout]     |                 ^^^^^^^^ could not find `sessions` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]    --> src/lib.rs:146:17
[INFO] [stdout]     |
[INFO] [stdout] 146 |     use schema::users::dsl::*;
[INFO] [stdout]     |                 ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]  --> src/model.rs:5:38
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[diesel(table_name = crate::schema::users)]
[INFO] [stdout]   |                                      ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]  --> src/model.rs:5:38
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[diesel(table_name = crate::schema::users)]
[INFO] [stdout]   |                                      ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]   --> src/model.rs:15:38
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[diesel(table_name = crate::schema::users)]
[INFO] [stdout]    |                                      ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]   --> src/model.rs:15:38
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[diesel(table_name = crate::schema::users)]
[INFO] [stdout]    |                                      ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `sessions` in `schema`
[INFO] [stdout]   --> src/model.rs:21:38
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[diesel(table_name = crate::schema::sessions)]
[INFO] [stdout]    |                                      ^^^^^^^^ could not find `sessions` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `sessions` in `schema`
[INFO] [stdout]   --> src/model.rs:21:38
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[diesel(table_name = crate::schema::sessions)]
[INFO] [stdout]    |                                      ^^^^^^^^ could not find `sessions` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]   --> src/lib.rs:74:82
[INFO] [stdout]    |
[INFO] [stdout] 74 |     let result: Result<i32, diesel::result::Error> = diesel::insert_into(schema::users::table)
[INFO] [stdout]    |                                                                                  ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]   --> src/lib.rs:76:28
[INFO] [stdout]    |
[INFO] [stdout] 76 |         .returning(schema::users::id)
[INFO] [stdout]    |                            ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]   --> src/lib.rs:74:82
[INFO] [stdout]    |
[INFO] [stdout] 74 |     let result: Result<i32, diesel::result::Error> = diesel::insert_into(schema::users::table)
[INFO] [stdout]    |                                                                                  ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `users` in `schema`
[INFO] [stdout]   --> src/lib.rs:76:28
[INFO] [stdout]    |
[INFO] [stdout] 76 |         .returning(schema::users::id)
[INFO] [stdout]    |                            ^^^^^ could not find `users` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `sessions` in `schema`
[INFO] [stdout]    --> src/lib.rs:119:46
[INFO] [stdout]     |
[INFO] [stdout] 119 |     let result = diesel::insert_into(schema::sessions::table)
[INFO] [stdout]     |                                              ^^^^^^^^ could not find `sessions` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `sessions` in `schema`
[INFO] [stdout]    --> src/lib.rs:121:28
[INFO] [stdout]     |
[INFO] [stdout] 121 |         .returning(schema::sessions::dsl::session_token)
[INFO] [stdout]     |                            ^^^^^^^^ could not find `sessions` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `sessions` in `schema`
[INFO] [stdout]    --> src/lib.rs:119:46
[INFO] [stdout]     |
[INFO] [stdout] 119 |     let result = diesel::insert_into(schema::sessions::table)
[INFO] [stdout]     |                                              ^^^^^^^^ could not find `sessions` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `sessions` in `schema`
[INFO] [stdout]    --> src/lib.rs:121:28
[INFO] [stdout]     |
[INFO] [stdout] 121 |         .returning(schema::sessions::dsl::session_token)
[INFO] [stdout]     |                            ^^^^^^^^ could not find `sessions` in `schema`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `users` in this scope
[INFO] [stdout]   --> src/lib.rs:85:20
[INFO] [stdout]    |
[INFO] [stdout] 85 |     diesel::delete(users.filter(username.like(usernam)))
[INFO] [stdout]    |                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `username` in this scope
[INFO] [stdout]   --> src/lib.rs:85:33
[INFO] [stdout]    |
[INFO] [stdout] 85 |     diesel::delete(users.filter(username.like(usernam)))
[INFO] [stdout]    |                                 ^^^^^^^^ help: a local variable with a similar name exists: `usernam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `users` in this scope
[INFO] [stdout]   --> src/lib.rs:94:18
[INFO] [stdout]    |
[INFO] [stdout] 94 |     let result = users
[INFO] [stdout]    |                  ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `username` in this scope
[INFO] [stdout]   --> src/lib.rs:95:17
[INFO] [stdout]    |
[INFO] [stdout] 95 |         .filter(username.eq(usernam))
[INFO] [stdout]    |                 ^^^^^^^^ help: a local variable with a similar name exists: `usernam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `users` in this scope
[INFO] [stdout]    --> src/lib.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |     let all_users = users
[INFO] [stdout]     |                     ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `users` in this scope
[INFO] [stdout]    --> src/lib.rs:130:11
[INFO] [stdout]     |
[INFO] [stdout] 130 |     match users
[INFO] [stdout]     |           ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `username` in this scope
[INFO] [stdout]    --> src/lib.rs:131:17
[INFO] [stdout]     |
[INFO] [stdout] 131 |         .filter(username.eq(usernam))
[INFO] [stdout]     |                 ^^^^^^^^ help: a local variable with a similar name exists: `usernam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `id` in this scope
[INFO] [stdout]    --> src/lib.rs:132:18
[INFO] [stdout]     |
[INFO] [stdout] 132 |         .select((id, passkey))
[INFO] [stdout]     |                  ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::process::id;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `passkey` in this scope
[INFO] [stdout]    --> src/lib.rs:132:22
[INFO] [stdout]     |
[INFO] [stdout] 132 |         .select((id, passkey))
[INFO] [stdout]     |                      ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `sessions` in this scope
[INFO] [stdout]    --> src/lib.rs:147:31
[INFO] [stdout]     |
[INFO] [stdout] 147 |     let target_user_id: i32 = sessions
[INFO] [stdout]     |                               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `session_token` in this scope
[INFO] [stdout]    --> src/lib.rs:148:17
[INFO] [stdout]     |
[INFO] [stdout] 31  | pub struct SessionToken(u128);
[INFO] [stdout]     | ------------------------------ similarly named tuple struct `SessionToken` defined here
[INFO] [stdout] ...
[INFO] [stdout] 148 |         .filter(session_token.eq(session_tk.into_database_value()))
[INFO] [stdout]     |                 ^^^^^^^^^^^^^ help: a tuple struct with a similar name exists: `SessionToken`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `user_id` in this scope
[INFO] [stdout]    --> src/lib.rs:149:17
[INFO] [stdout]     |
[INFO] [stdout] 149 |         .select(user_id)
[INFO] [stdout]     |                 ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `users` in this scope
[INFO] [stdout]    --> src/lib.rs:155:20
[INFO] [stdout]     |
[INFO] [stdout] 155 |     diesel::delete(users.filter(id.eq(target_user_id)))
[INFO] [stdout]     |                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `id` in this scope
[INFO] [stdout]    --> src/lib.rs:155:33
[INFO] [stdout]     |
[INFO] [stdout] 155 |     diesel::delete(users.filter(id.eq(target_user_id)))
[INFO] [stdout]     |                                 ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::process::id;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `users` in this scope
[INFO] [stdout]   --> src/lib.rs:85:20
[INFO] [stdout]    |
[INFO] [stdout] 85 |     diesel::delete(users.filter(username.like(usernam)))
[INFO] [stdout]    |                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `username` in this scope
[INFO] [stdout]   --> src/lib.rs:85:33
[INFO] [stdout]    |
[INFO] [stdout] 85 |     diesel::delete(users.filter(username.like(usernam)))
[INFO] [stdout]    |                                 ^^^^^^^^ help: a local variable with a similar name exists: `usernam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `users` in this scope
[INFO] [stdout]   --> src/lib.rs:94:18
[INFO] [stdout]    |
[INFO] [stdout] 94 |     let result = users
[INFO] [stdout]    |                  ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `username` in this scope
[INFO] [stdout]   --> src/lib.rs:95:17
[INFO] [stdout]    |
[INFO] [stdout] 95 |         .filter(username.eq(usernam))
[INFO] [stdout]    |                 ^^^^^^^^ help: a local variable with a similar name exists: `usernam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `users` in this scope
[INFO] [stdout]    --> src/lib.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |     let all_users = users
[INFO] [stdout]     |                     ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `users` in this scope
[INFO] [stdout]    --> src/lib.rs:130:11
[INFO] [stdout]     |
[INFO] [stdout] 130 |     match users
[INFO] [stdout]     |           ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `username` in this scope
[INFO] [stdout]    --> src/lib.rs:131:17
[INFO] [stdout]     |
[INFO] [stdout] 131 |         .filter(username.eq(usernam))
[INFO] [stdout]     |                 ^^^^^^^^ help: a local variable with a similar name exists: `usernam`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `id` in this scope
[INFO] [stdout]    --> src/lib.rs:132:18
[INFO] [stdout]     |
[INFO] [stdout] 132 |         .select((id, passkey))
[INFO] [stdout]     |                  ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::process::id;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `passkey` in this scope
[INFO] [stdout]    --> src/lib.rs:132:22
[INFO] [stdout]     |
[INFO] [stdout] 132 |         .select((id, passkey))
[INFO] [stdout]     |                      ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `sessions` in this scope
[INFO] [stdout]    --> src/lib.rs:147:31
[INFO] [stdout]     |
[INFO] [stdout] 147 |     let target_user_id: i32 = sessions
[INFO] [stdout]     |                               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `session_token` in this scope
[INFO] [stdout]    --> src/lib.rs:148:17
[INFO] [stdout]     |
[INFO] [stdout] 31  | pub struct SessionToken(u128);
[INFO] [stdout]     | ------------------------------ similarly named tuple struct `SessionToken` defined here
[INFO] [stdout] ...
[INFO] [stdout] 148 |         .filter(session_token.eq(session_tk.into_database_value()))
[INFO] [stdout]     |                 ^^^^^^^^^^^^^ help: a tuple struct with a similar name exists: `SessionToken`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `user_id` in this scope
[INFO] [stdout]    --> src/lib.rs:149:17
[INFO] [stdout]     |
[INFO] [stdout] 149 |         .select(user_id)
[INFO] [stdout]     |                 ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `users` in this scope
[INFO] [stdout]    --> src/lib.rs:155:20
[INFO] [stdout]     |
[INFO] [stdout] 155 |     diesel::delete(users.filter(id.eq(target_user_id)))
[INFO] [stdout]     |                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `id` in this scope
[INFO] [stdout]    --> src/lib.rs:155:33
[INFO] [stdout]     |
[INFO] [stdout] 155 |     diesel::delete(users.filter(id.eq(target_user_id)))
[INFO] [stdout]     |                                 ^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 1   + use std::process::id;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gp` (lib) due to 27 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `gp` (lib test) due to 27 previous errors
[INFO] running `Command { std: "docker" "inspect" "6ad889c5354d42642f9be8751040b6bb11e1dec04347afd1463385717ee37301", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ad889c5354d42642f9be8751040b6bb11e1dec04347afd1463385717ee37301", kill_on_drop: false }`
[INFO] [stdout] 6ad889c5354d42642f9be8751040b6bb11e1dec04347afd1463385717ee37301
