[INFO] cloning repository https://github.com/smetal1/RealworldBloggingApp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/smetal1/RealworldBloggingApp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmetal1%2FRealworldBloggingApp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmetal1%2FRealworldBloggingApp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 98b17cd92a9b80bcbf96820cef6c155a71c3cdc5
[INFO] checking smetal1/RealworldBloggingApp/98b17cd92a9b80bcbf96820cef6c155a71c3cdc5 against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmetal1%2FRealworldBloggingApp" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  47% (1480/3115)
Updating files:  48% (1496/3115)
Updating files:  49% (1527/3115)
Updating files:  50% (1558/3115)
Updating files:  51% (1589/3115)
Updating files:  52% (1620/3115)
Updating files:  52% (1628/3115)
Updating files:  53% (1651/3115)
Updating files:  54% (1683/3115)
Updating files:  55% (1714/3115)
Updating files:  55% (1737/3115)
Updating files:  56% (1745/3115)
Updating files:  56% (1765/3115)
Updating files:  57% (1776/3115)
Updating files:  58% (1807/3115)
Updating files:  59% (1838/3115)
Updating files:  60% (1869/3115)
Updating files:  61% (1901/3115)
Updating files:  61% (1923/3115)
Updating files:  62% (1932/3115)
Updating files:  63% (1963/3115)
Updating files:  64% (1994/3115)
Updating files:  65% (2025/3115)
Updating files:  66% (2056/3115)
Updating files:  67% (2088/3115)
Updating files:  68% (2119/3115)
Updating files:  69% (2150/3115)
Updating files:  70% (2181/3115)
Updating files:  71% (2212/3115)
Updating files:  72% (2243/3115)
Updating files:  73% (2274/3115)
Updating files:  74% (2306/3115)
Updating files:  75% (2337/3115)
Updating files:  76% (2368/3115)
Updating files:  77% (2399/3115)
Updating files:  78% (2430/3115)
Updating files:  79% (2461/3115)
Updating files:  80% (2492/3115)
Updating files:  81% (2524/3115)
Updating files:  82% (2555/3115)
Updating files:  83% (2586/3115)
Updating files:  84% (2617/3115)
Updating files:  85% (2648/3115)
Updating files:  86% (2679/3115)
Updating files:  87% (2711/3115)
Updating files:  88% (2742/3115)
Updating files:  89% (2773/3115)
Updating files:  90% (2804/3115)
Updating files:  91% (2835/3115)
Updating files:  92% (2866/3115)
Updating files:  93% (2897/3115)
Updating files:  94% (2929/3115)
Updating files:  95% (2960/3115)
Updating files:  96% (2991/3115)
Updating files:  97% (3022/3115)
Updating files:  97% (3041/3115)
Updating files:  98% (3053/3115)
Updating files:  98% (3078/3115)
Updating files:  99% (3084/3115)
Updating files: 100% (3115/3115)
Updating files: 100% (3115/3115), done.
[INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/smetal1/RealworldBloggingApp
[INFO] finished tweaking git repo https://github.com/smetal1/RealworldBloggingApp
[INFO] tweaked toml for git repo https://github.com/smetal1/RealworldBloggingApp written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/smetal1/RealworldBloggingApp on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/smetal1/RealworldBloggingApp 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded validator_types v0.14.0
[INFO] [stderr]   Downloaded serde_derive v1.0.133
[INFO] [stderr]   Downloaded if_chain v1.0.1
[INFO] [stderr]   Downloaded rocket_sync_db_pools_codegen v0.1.0-rc.1
[INFO] [stderr]   Downloaded serde v1.0.133
[INFO] [stderr]   Downloaded rocket_cors v0.6.0-alpha1
[INFO] [stderr]   Downloaded base64ct v1.0.1
[INFO] [stderr]   Downloaded hmac v0.12.0
[INFO] [stderr]   Downloaded password-hash v0.3.2
[INFO] [stderr]   Downloaded block-buffer v0.10.0
[INFO] [stderr]   Downloaded syn v1.0.85
[INFO] [stderr]   Downloaded validator v0.14.0
[INFO] [stderr]   Downloaded serde_json v1.0.75
[INFO] [stderr]   Downloaded scheduled-thread-pool v0.2.5
[INFO] [stderr]   Downloaded diesel v1.4.8
[INFO] [stderr]   Downloaded r2d2 v0.8.9
[INFO] [stderr]   Downloaded rocket_sync_db_pools v0.1.0-rc.1
[INFO] [stderr]   Downloaded tracing-subscriber v0.3.8
[INFO] [stderr]   Downloaded pbkdf2 v0.10.0
[INFO] [stderr]   Downloaded scrypt v0.8.1
[INFO] [stderr]   Downloaded validator_derive v0.14.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4c38e7209a1f2575bc6256799c3cc9681b0793b5a26e2cd6b10d8d9e42223603
[INFO] running `Command { std: "docker" "start" "-a" "4c38e7209a1f2575bc6256799c3cc9681b0793b5a26e2cd6b10d8d9e42223603", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c38e7209a1f2575bc6256799c3cc9681b0793b5a26e2cd6b10d8d9e42223603", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c38e7209a1f2575bc6256799c3cc9681b0793b5a26e2cd6b10d8d9e42223603", kill_on_drop: false }`
[INFO] [stdout] 4c38e7209a1f2575bc6256799c3cc9681b0793b5a26e2cd6b10d8d9e42223603
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6756642634c1a42ad802e0ac385d85cf72f5ac387dfe27f19935b5e331033d9c
[INFO] running `Command { std: "docker" "start" "-a" "6756642634c1a42ad802e0ac385d85cf72f5ac387dfe27f19935b5e331033d9c", kill_on_drop: false }`
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.85
[INFO] [stderr]    Compiling libc v0.2.117
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling serde_derive v1.0.133
[INFO] [stderr]    Compiling serde v1.0.133
[INFO] [stderr]    Compiling yansi v0.5.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking once_cell v1.9.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]     Checking pin-project-lite v0.2.8
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.9.1
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling const_fn v0.4.9
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]     Checking itoa v1.0.1
[INFO] [stderr]     Checking futures-sink v0.3.21
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]     Checking futures-io v0.3.21
[INFO] [stderr]    Compiling indexmap v1.6.1
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling cookie v0.15.1
[INFO] [stderr]     Checking getrandom v0.2.4
[INFO] [stderr]     Checking instant v0.1.9
[INFO] [stderr]    Compiling ref-cast v1.0.6
[INFO] [stderr]     Checking smallvec v1.6.1
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking parking_lot_core v0.8.3
[INFO] [stderr]     Checking lock_api v0.4.2
[INFO] [stderr]    Compiling http v0.2.6
[INFO] [stderr]    Compiling tokio v1.16.1
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling tracing-core v0.1.22
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling hashbrown v0.9.1
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]    Compiling tracing v0.1.30
[INFO] [stderr]     Checking parking_lot v0.11.1
[INFO] [stderr]    Compiling uncased v0.9.6
[INFO] [stderr]    Compiling serde_json v1.0.75
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling encoding_rs v0.8.30
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking tinyvec v1.1.1
[INFO] [stderr]     Checking block-buffer v0.10.0
[INFO] [stderr]     Checking crypto-common v0.1.1
[INFO] [stderr]    Compiling atomic v0.5.1
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling figment v0.10.6
[INFO] [stderr]    Compiling multer v2.0.2
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking thread_local v1.1.4
[INFO] [stderr]    Compiling devise_core v0.3.1
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]     Checking aho-corasick v0.7.15
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling state v0.5.2
[INFO] [stderr]    Compiling h2 v0.3.11
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]    Compiling async-trait v0.1.52
[INFO] [stderr]     Checking regex-syntax v0.6.22
[INFO] [stderr]     Checking unicode-normalization v0.1.17
[INFO] [stderr]     Checking digest v0.10.1
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking unicode-bidi v0.3.4
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rocket v0.5.0-rc.1
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]     Checking regex v1.4.3
[INFO] [stderr]     Checking spin v0.9.2
[INFO] [stderr]    Compiling pq-sys v0.4.6
[INFO] [stderr]    Compiling cc v1.0.67
[INFO] [stderr]     Checking tempfile v3.2.0
[INFO] [stderr]     Checking idna v0.2.2
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.5
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking binascii v0.1.4
[INFO] [stderr]     Checking url v2.2.1
[INFO] [stderr]     Checking r2d2 v0.8.9
[INFO] [stderr]     Checking cipher v0.3.0
[INFO] [stderr]     Checking cpufeatures v0.2.1
[INFO] [stderr]     Checking base64ct v1.0.1
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]     Checking byteorder v1.4.2
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking pem v0.8.3
[INFO] [stderr]     Checking validator_types v0.14.0
[INFO] [stderr]     Checking password-hash v0.3.2
[INFO] [stderr]     Checking sha2 v0.10.1
[INFO] [stderr]     Checking salsa20 v0.9.0
[INFO] [stderr]     Checking pbkdf2 v0.10.0
[INFO] [stderr]     Checking hmac v0.12.0
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]    Compiling if_chain v1.0.1
[INFO] [stderr]     Checking deunicode v0.4.3
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking slug v0.1.4
[INFO] [stderr]     Checking scrypt v0.8.1
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]    Compiling hyper v0.14.16
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling pear_codegen v0.2.3
[INFO] [stderr]    Compiling ref-cast-impl v1.0.6
[INFO] [stderr]    Compiling devise_codegen v0.3.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.2
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling devise v0.3.1
[INFO] [stderr]    Compiling diesel_derives v1.4.1
[INFO] [stderr]     Checking async-stream v0.3.2
[INFO] [stderr]    Compiling rocket_sync_db_pools_codegen v0.1.0-rc.1
[INFO] [stderr]    Compiling validator_derive v0.14.0
[INFO] [stderr]     Checking pear v0.2.3
[INFO] [stderr]    Compiling rocket_http v0.5.0-rc.1
[INFO] [stderr]     Checking tokio-stream v0.1.8
[INFO] [stderr]     Checking futures-executor v0.3.21
[INFO] [stderr]     Checking futures v0.3.21
[INFO] [stderr]    Compiling rocket_codegen v0.5.0-rc.1
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking ubyte v0.10.1
[INFO] [stderr]     Checking validator v0.14.0
[INFO] [stderr]     Checking diesel v1.4.8
[INFO] [stderr]     Checking simple_asn1 v0.4.1
[INFO] [stderr]     Checking jsonwebtoken v7.2.0
[INFO] [stderr]     Checking rocket_cors v0.6.0-alpha1
[INFO] [stderr]     Checking rocket_sync_db_pools v0.1.0-rc.1
[INFO] [stderr]     Checking realworld v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `;`, found `rocket`
[INFO] [stdout]   --> src/lib.rs:46:39
[INFO] [stdout]    |
[INFO] [stdout] 46 |     rocket::custom(config::from_env())
[INFO] [stdout]    |                                       ^ help: add `;` here
[INFO] [stdout] 47 |     rocket::custom(config::from_env())
[INFO] [stdout]    |     ------ unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `rocket`
[INFO] [stdout]   --> src/lib.rs:46:39
[INFO] [stdout]    |
[INFO] [stdout] 46 |     rocket::custom(config::from_env())
[INFO] [stdout]    |                                       ^ help: add `;` here
[INFO] [stdout] 47 |     rocket::custom(config::from_env())
[INFO] [stdout]    |     ------ unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token
[INFO] [stdout]   --> src/lib.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     rocket::custom(config::from_env())
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: attribute can only be applied to functions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `dotenv::dotenv`
[INFO] [stdout]   --> src/lib.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use dotenv::dotenv;
[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: `post_articles`
[INFO] [stdout]   --> src/routes/articles.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub async fn post_articles(
[INFO] [stdout]    |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_articles`
[INFO] [stdout]   --> src/routes/articles.rs:56:14
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub async fn get_articles(params: FindArticles, auth: Option<Auth>, db: Db) -> Value {
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_article`
[INFO] [stdout]   --> src/routes/articles.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub async fn get_article(slug: String, auth: Option<Auth>, db: Db) -> Option<Value> {
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `delete_article`
[INFO] [stdout]   --> src/routes/articles.rs:73:14
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub async fn delete_article(slug: String, auth: Auth, db: Db) {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `favorite_article`
[INFO] [stdout]   --> src/routes/articles.rs:81:14
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub async fn favorite_article(slug: String, auth: Auth, db: Db) -> Option<Value> {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `unfavorite_article`
[INFO] [stdout]   --> src/routes/articles.rs:88:14
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub async fn unfavorite_article(slug: String, auth: Auth, db: Db) -> Option<Value> {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `put_articles`
[INFO] [stdout]    --> src/routes/articles.rs:100:14
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub async fn put_articles(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `post_comment`
[INFO] [stdout]    --> src/routes/articles.rs:126:14
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub async fn post_comment(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `delete_comment`
[INFO] [stdout]    --> src/routes/articles.rs:145:14
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub async fn delete_comment(slug: String, id: i32, auth: Auth, db: Db) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_comments`
[INFO] [stdout]    --> src/routes/articles.rs:151:14
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub async fn get_comments(slug: String, db: Db) -> Value {
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_articles_feed`
[INFO] [stdout]    --> src/routes/articles.rs:159:14
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub async fn get_articles_feed(params: FeedArticles, auth: Auth, db: Db) -> Value {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_profile`
[INFO] [stdout]   --> src/routes/profiles.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub async fn get_profile(username: String, auth: Option<Auth>, db: Db) -> Option<Value> {
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `follow`
[INFO] [stdout]   --> src/routes/profiles.rs:19:14
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub async fn follow(username: String, auth: Auth, db: Db) -> Option<Value> {
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `unfollow`
[INFO] [stdout]   --> src/routes/profiles.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub async fn unfollow(username: String, auth: Auth, db: Db) -> Option<Value> {
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_tags`
[INFO] [stdout]  --> src/routes/tags.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub async fn get_tags(db: Db) -> Value {
[INFO] [stdout]   |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `post_users`
[INFO] [stdout]   --> src/routes/users.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub async fn post_users(
[INFO] [stdout]    |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `post_users_login`
[INFO] [stdout]   --> src/routes/users.rs:66:14
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub async fn post_users_login(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_user`
[INFO] [stdout]   --> src/routes/users.rs:86:14
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub async fn get_user(auth: Auth, db: Db, state: &State<AppState>) -> Option<Value> {
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `put_user`
[INFO] [stdout]   --> src/routes/users.rs:99:14
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub async fn put_user(
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token
[INFO] [stdout]   --> src/lib.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     rocket::custom(config::from_env())
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: attribute can only be applied to functions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `dotenv::dotenv`
[INFO] [stdout]   --> src/lib.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use dotenv::dotenv;
[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: `post_articles`
[INFO] [stdout]   --> src/routes/articles.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub async fn post_articles(
[INFO] [stdout]    |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_articles`
[INFO] [stdout]   --> src/routes/articles.rs:56:14
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub async fn get_articles(params: FindArticles, auth: Option<Auth>, db: Db) -> Value {
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_article`
[INFO] [stdout]   --> src/routes/articles.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub async fn get_article(slug: String, auth: Option<Auth>, db: Db) -> Option<Value> {
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `delete_article`
[INFO] [stdout]   --> src/routes/articles.rs:73:14
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub async fn delete_article(slug: String, auth: Auth, db: Db) {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `favorite_article`
[INFO] [stdout]   --> src/routes/articles.rs:81:14
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub async fn favorite_article(slug: String, auth: Auth, db: Db) -> Option<Value> {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `unfavorite_article`
[INFO] [stdout]   --> src/routes/articles.rs:88:14
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub async fn unfavorite_article(slug: String, auth: Auth, db: Db) -> Option<Value> {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `put_articles`
[INFO] [stdout]    --> src/routes/articles.rs:100:14
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub async fn put_articles(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `post_comment`
[INFO] [stdout]    --> src/routes/articles.rs:126:14
[INFO] [stdout]     |
[INFO] [stdout] 126 | pub async fn post_comment(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `delete_comment`
[INFO] [stdout]    --> src/routes/articles.rs:145:14
[INFO] [stdout]     |
[INFO] [stdout] 145 | pub async fn delete_comment(slug: String, id: i32, auth: Auth, db: Db) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_comments`
[INFO] [stdout]    --> src/routes/articles.rs:151:14
[INFO] [stdout]     |
[INFO] [stdout] 151 | pub async fn get_comments(slug: String, db: Db) -> Value {
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_articles_feed`
[INFO] [stdout]    --> src/routes/articles.rs:159:14
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub async fn get_articles_feed(params: FeedArticles, auth: Auth, db: Db) -> Value {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_profile`
[INFO] [stdout]   --> src/routes/profiles.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub async fn get_profile(username: String, auth: Option<Auth>, db: Db) -> Option<Value> {
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `follow`
[INFO] [stdout]   --> src/routes/profiles.rs:19:14
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub async fn follow(username: String, auth: Auth, db: Db) -> Option<Value> {
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `unfollow`
[INFO] [stdout]   --> src/routes/profiles.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub async fn unfollow(username: String, auth: Auth, db: Db) -> Option<Value> {
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_tags`
[INFO] [stdout]  --> src/routes/tags.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub async fn get_tags(db: Db) -> Value {
[INFO] [stdout]   |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `post_users`
[INFO] [stdout]   --> src/routes/users.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub async fn post_users(
[INFO] [stdout]    |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `post_users_login`
[INFO] [stdout]   --> src/routes/users.rs:66:14
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub async fn post_users_login(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_user`
[INFO] [stdout]   --> src/routes/users.rs:86:14
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub async fn get_user(auth: Auth, db: Db, state: &State<AppState>) -> Option<Value> {
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `put_user`
[INFO] [stdout]   --> src/routes/users.rs:99:14
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub async fn put_user(
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `realworld` (lib) due to 2 previous errors; 20 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `realworld` (lib test) due to 2 previous errors; 20 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6756642634c1a42ad802e0ac385d85cf72f5ac387dfe27f19935b5e331033d9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6756642634c1a42ad802e0ac385d85cf72f5ac387dfe27f19935b5e331033d9c", kill_on_drop: false }`
[INFO] [stdout] 6756642634c1a42ad802e0ac385d85cf72f5ac387dfe27f19935b5e331033d9c
