[INFO] cloning repository https://github.com/gatewaynode/rocket-gatewaynode-com [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gatewaynode/rocket-gatewaynode-com" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgatewaynode%2Frocket-gatewaynode-com", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgatewaynode%2Frocket-gatewaynode-com'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aa670aa6f92a510f5912013bcd2b7e5fd40df310 [INFO] checking gatewaynode/rocket-gatewaynode-com against master#de32266a1780aa4ef748ce7f6200a1554fad0aca for pr-75585 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgatewaynode%2Frocket-gatewaynode-com" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gatewaynode/rocket-gatewaynode-com on toolchain de32266a1780aa4ef748ce7f6200a1554fad0aca [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+de32266a1780aa4ef748ce7f6200a1554fad0aca" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gatewaynode/rocket-gatewaynode-com [INFO] finished tweaking git repo https://github.com/gatewaynode/rocket-gatewaynode-com [INFO] tweaked toml for git repo https://github.com/gatewaynode/rocket-gatewaynode-com written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/gatewaynode/rocket-gatewaynode-com already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+de32266a1780aa4ef748ce7f6200a1554fad0aca" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+de32266a1780aa4ef748ce7f6200a1554fad0aca" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e2e64aa10dc473b806c8628a8631405109188217cc48610c780755cc46ced48d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e2e64aa10dc473b806c8628a8631405109188217cc48610c780755cc46ced48d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e2e64aa10dc473b806c8628a8631405109188217cc48610c780755cc46ced48d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2e64aa10dc473b806c8628a8631405109188217cc48610c780755cc46ced48d", kill_on_drop: false }` [INFO] [stdout] e2e64aa10dc473b806c8628a8631405109188217cc48610c780755cc46ced48d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+de32266a1780aa4ef748ce7f6200a1554fad0aca" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 99db495fe922d9034caa94d1ff73ae5bd2409f37869da764154c70d9e6e607b2 [INFO] running `Command { std: "docker" "start" "-a" "99db495fe922d9034caa94d1ff73ae5bd2409f37869da764154c70d9e6e607b2", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Compiling tinyvec v0.3.4 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Checking ppv-lite86 v0.2.9 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Checking safemem v0.3.3 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Checking traitobject v0.1.0 [INFO] [stderr] Checking language-tags v0.2.2 [INFO] [stderr] Checking adler v0.2.3 [INFO] [stderr] Checking gimli v0.22.0 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Checking typeable v0.1.2 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking object v0.20.0 [INFO] [stderr] Checking unic-common v0.9.0 [INFO] [stderr] Checking unic-char-range v0.9.0 [INFO] [stderr] Checking pipeline v0.5.0 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling indexmap v1.5.2 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking block-padding v0.1.5 [INFO] [stderr] Checking miniz_oxide v0.4.1 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Checking unic-char-property v0.9.0 [INFO] [stderr] Checking unic-ucd-version v0.9.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling pear_codegen v0.1.4 [INFO] [stderr] Compiling rocket_codegen v0.4.5 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling rocket v0.4.5 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking filetime v0.2.12 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Checking crossbeam-utils v0.7.2 [INFO] [stderr] Checking unic-ucd-segment v0.9.0 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Checking bstr v0.2.13 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking inotify v0.7.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking dirs v3.0.1 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking unic-segment v0.9.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking chrono v0.4.15 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking unicase_serde v0.1.0 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking addr2line v0.13.0 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Checking notify v4.0.15 [INFO] [stderr] Checking backtrace v0.3.50 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking universal-hash v0.3.0 [INFO] [stderr] Checking block-cipher-trait v0.6.2 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking aead v0.2.0 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking polyval v0.3.3 [INFO] [stderr] Checking globset v0.4.5 [INFO] [stderr] Checking markdown v0.3.0 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Checking hmac v0.7.1 [INFO] [stderr] Checking sha2 v0.8.2 [INFO] [stderr] Checking ghash v0.2.3 [INFO] [stderr] Checking hkdf v0.8.0 [INFO] [stderr] Checking aes v0.3.2 [INFO] [stderr] Checking ignore v0.4.16 [INFO] [stderr] Checking aes-gcm v0.5.0 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Checking cookie v0.11.3 [INFO] [stderr] Checking globwalk v0.8.0 [INFO] [stderr] Compiling chrono-tz v0.5.3 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling devise_core v0.2.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Checking tera v0.11.20 [INFO] [stderr] Compiling devise_codegen v0.2.0 [INFO] [stderr] Compiling devise v0.2.0 [INFO] [stderr] Checking tera v1.5.0 [INFO] [stderr] Compiling pear v0.1.4 [INFO] [stderr] Checking rocket_http v0.4.5 [INFO] [stderr] Checking diesel v1.4.5 [INFO] [stderr] Checking rocket_contrib v0.4.5 [INFO] [stderr] Checking rocket_cors v0.5.2 [INFO] [stderr] Checking rocket-gatewaynode-com v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `rocket_gatewaynode_com` [INFO] [stdout] --> src/main.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use rocket_gatewaynode_com::models::{Post, Link}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `rocket_gatewaynode_com` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `rocket_gatewaynode_com`, `rocket_gatewaynode_com::models::Post`, `rocket_gatewaynode_com::models::Link` [INFO] [stdout] --> src/main.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use rocket_gatewaynode_com::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `rocket_gatewaynode_com` [INFO] [stdout] 14 | use rocket_gatewaynode_com::models::{Post, Link}; [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `rocket_gatewaynode_com` [INFO] [stdout] --> src/main.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use rocket_gatewaynode_com::models::{Post, Link}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `rocket_gatewaynode_com` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `rocket_gatewaynode_com`, `rocket_gatewaynode_com::models::Post`, `rocket_gatewaynode_com::models::Link` [INFO] [stdout] --> src/main.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use rocket_gatewaynode_com::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `rocket_gatewaynode_com` [INFO] [stdout] 14 | use rocket_gatewaynode_com::models::{Post, Link}; [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 31 | struct GeneralContentList { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | regular_links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 33 | regular_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | regular_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 31 | struct GeneralContentList { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:34:23 [INFO] [stdout] | [INFO] [stdout] 34 | thingy_links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 34 | thingy_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 34 | thingy_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 31 | struct GeneralContentList { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | tut_links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 35 | tut_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 35 | tut_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 31 | struct GeneralContentList { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | regular_links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 33 | regular_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | regular_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:34:23 [INFO] [stdout] | [INFO] [stdout] 34 | thingy_links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 34 | thingy_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 34 | thingy_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | tut_links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 35 | tut_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 35 | tut_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:40:16 [INFO] [stdout] | [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 39 | struct PostContentList { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:40:16 [INFO] [stdout] | [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 50 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 50 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 49 | struct LinkContentList { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 50 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 50 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:55:16 [INFO] [stdout] | [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 54 | struct AllContent { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:56:16 [INFO] [stdout] | [INFO] [stdout] 56 | links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 56 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 56 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 54 | struct AllContent { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:57:15 [INFO] [stdout] | [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 54 | struct AllContent { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 54 | struct AllContent { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:59:15 [INFO] [stdout] | [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 54 | struct AllContent { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 54 | struct AllContent { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:55:16 [INFO] [stdout] | [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:56:16 [INFO] [stdout] | [INFO] [stdout] 56 | links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 56 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 56 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:57:15 [INFO] [stdout] | [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:59:15 [INFO] [stdout] | [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:100:25 [INFO] [stdout] | [INFO] [stdout] 100 | let all_posts_raw = read_posts_by_filter_limit(String::from("front"), 10); //read_some_posts(10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_links_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:101:29 [INFO] [stdout] | [INFO] [stdout] 101 | let regular_links_raw = read_links_by_filter_limit(String::from("regular"), 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_links_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:102:28 [INFO] [stdout] | [INFO] [stdout] 102 | let thingy_links_raw = read_links_by_filter_limit(String::from("thingy"), 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_links_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:103:25 [INFO] [stdout] | [INFO] [stdout] 103 | let tut_links_raw = read_links_by_filter_limit(String::from("tut"), 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:123:16 [INFO] [stdout] | [INFO] [stdout] 123 | posts: read_posts_by_filter_limit(String::from("fiction"), 10), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_all_posts` in this scope [INFO] [stdout] --> src/main.rs:131:16 [INFO] [stdout] | [INFO] [stdout] 131 | posts: read_all_posts(), [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_post` in this scope [INFO] [stdout] --> src/main.rs:139:16 [INFO] [stdout] | [INFO] [stdout] 139 | let post = read_post(post_id); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_all_links` in this scope [INFO] [stdout] --> src/main.rs:147:16 [INFO] [stdout] | [INFO] [stdout] 147 | links: read_all_links(), [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:156:16 [INFO] [stdout] | [INFO] [stdout] 156 | posts: read_posts_by_filter_limit(String::from("rust"), 999), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:164:16 [INFO] [stdout] | [INFO] [stdout] 164 | posts: read_posts_by_filter_limit(String::from("python"), 999), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:172:16 [INFO] [stdout] | [INFO] [stdout] 172 | posts: read_posts_by_filter_limit(String::from("bash"), 999), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_all_posts` in this scope [INFO] [stdout] --> src/main.rs:180:16 [INFO] [stdout] | [INFO] [stdout] 129 | fn list_all_posts() -> Template { [INFO] [stdout] | ------------------------------- similarly named function `list_all_posts` defined here [INFO] [stdout] ... [INFO] [stdout] 180 | posts: read_all_posts(), [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `list_all_posts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_some_posts` in this scope [INFO] [stdout] --> src/main.rs:183:16 [INFO] [stdout] | [INFO] [stdout] 183 | front: read_some_posts(10), [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_all_links` in this scope [INFO] [stdout] --> src/main.rs:184:16 [INFO] [stdout] | [INFO] [stdout] 145 | fn list_all_links() -> Template { [INFO] [stdout] | ------------------------------- similarly named function `list_all_links` defined here [INFO] [stdout] ... [INFO] [stdout] 184 | links: read_all_links(), [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `list_all_links` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:185:16 [INFO] [stdout] | [INFO] [stdout] 185 | rust: read_posts_by_filter_limit(String::from("rust"), 999), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:186:17 [INFO] [stdout] | [INFO] [stdout] 186 | python: read_posts_by_filter_limit(String::from("python"), 999), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:187:15 [INFO] [stdout] | [INFO] [stdout] 187 | bash: read_posts_by_filter_limit(String::from("bash"), 999), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_all_posts` in this scope [INFO] [stdout] --> src/main.rs:188:14 [INFO] [stdout] | [INFO] [stdout] 129 | fn list_all_posts() -> Template { [INFO] [stdout] | ------------------------------- similarly named function `list_all_posts` defined here [INFO] [stdout] ... [INFO] [stdout] 188 | all: read_all_posts(), [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `list_all_posts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_all_posts` in this scope [INFO] [stdout] --> src/main.rs:212:16 [INFO] [stdout] | [INFO] [stdout] 129 | fn list_all_posts() -> Template { [INFO] [stdout] | ------------------------------- similarly named function `list_all_posts` defined here [INFO] [stdout] ... [INFO] [stdout] 212 | posts: read_all_posts(), [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `list_all_posts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> src/main.rs:16:51 [INFO] [stdout] | [INFO] [stdout] 16 | use rocket_cors::{AllowedHeaders, AllowedOrigins, Error}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::Path` [INFO] [stdout] --> src/n4_draft.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/main.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #[macro_use] extern crate rocket; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/main.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[macro_use] extern crate rocket_cors; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 31 | struct GeneralContentList { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | regular_links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 33 | regular_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | regular_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 31 | struct GeneralContentList { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:34:23 [INFO] [stdout] | [INFO] [stdout] 34 | thingy_links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 34 | thingy_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 34 | thingy_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 31 | struct GeneralContentList { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | tut_links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 35 | tut_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 35 | tut_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 31 | struct GeneralContentList { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 32 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | regular_links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 33 | regular_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 33 | regular_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:34:23 [INFO] [stdout] | [INFO] [stdout] 34 | thingy_links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 34 | thingy_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 34 | thingy_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | tut_links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 35 | tut_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 35 | tut_links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:40:16 [INFO] [stdout] | [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 39 | struct PostContentList { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:40:16 [INFO] [stdout] | [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 40 | posts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 50 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 50 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 49 | struct LinkContentList { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 50 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 50 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:55:16 [INFO] [stdout] | [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 54 | struct AllContent { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:56:16 [INFO] [stdout] | [INFO] [stdout] 56 | links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 56 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 56 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 54 | struct AllContent { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:57:15 [INFO] [stdout] | [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 54 | struct AllContent { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 54 | struct AllContent { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:59:15 [INFO] [stdout] | [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 54 | struct AllContent { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 54 | struct AllContent { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:55:16 [INFO] [stdout] | [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 55 | front: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Link` in this scope [INFO] [stdout] --> src/main.rs:56:16 [INFO] [stdout] | [INFO] [stdout] 56 | links: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::n4_draft::markdown::Span::Link` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 56 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 56 | links: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:57:15 [INFO] [stdout] | [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 57 | rust: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 58 | python: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:59:15 [INFO] [stdout] | [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 59 | bash: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Post` in this scope [INFO] [stdout] --> src/main.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::Method::Post` and 3 others; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 60 | all: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:100:25 [INFO] [stdout] | [INFO] [stdout] 100 | let all_posts_raw = read_posts_by_filter_limit(String::from("front"), 10); //read_some_posts(10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_links_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:101:29 [INFO] [stdout] | [INFO] [stdout] 101 | let regular_links_raw = read_links_by_filter_limit(String::from("regular"), 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_links_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:102:28 [INFO] [stdout] | [INFO] [stdout] 102 | let thingy_links_raw = read_links_by_filter_limit(String::from("thingy"), 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_links_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:103:25 [INFO] [stdout] | [INFO] [stdout] 103 | let tut_links_raw = read_links_by_filter_limit(String::from("tut"), 10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:123:16 [INFO] [stdout] | [INFO] [stdout] 123 | posts: read_posts_by_filter_limit(String::from("fiction"), 10), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_all_posts` in this scope [INFO] [stdout] --> src/main.rs:131:16 [INFO] [stdout] | [INFO] [stdout] 131 | posts: read_all_posts(), [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_post` in this scope [INFO] [stdout] --> src/main.rs:139:16 [INFO] [stdout] | [INFO] [stdout] 139 | let post = read_post(post_id); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_all_links` in this scope [INFO] [stdout] --> src/main.rs:147:16 [INFO] [stdout] | [INFO] [stdout] 147 | links: read_all_links(), [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:156:16 [INFO] [stdout] | [INFO] [stdout] 156 | posts: read_posts_by_filter_limit(String::from("rust"), 999), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:164:16 [INFO] [stdout] | [INFO] [stdout] 164 | posts: read_posts_by_filter_limit(String::from("python"), 999), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:172:16 [INFO] [stdout] | [INFO] [stdout] 172 | posts: read_posts_by_filter_limit(String::from("bash"), 999), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_all_posts` in this scope [INFO] [stdout] --> src/main.rs:180:16 [INFO] [stdout] | [INFO] [stdout] 129 | fn list_all_posts() -> Template { [INFO] [stdout] | ------------------------------- similarly named function `list_all_posts` defined here [INFO] [stdout] ... [INFO] [stdout] 180 | posts: read_all_posts(), [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `list_all_posts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_some_posts` in this scope [INFO] [stdout] --> src/main.rs:183:16 [INFO] [stdout] | [INFO] [stdout] 183 | front: read_some_posts(10), [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_all_links` in this scope [INFO] [stdout] --> src/main.rs:184:16 [INFO] [stdout] | [INFO] [stdout] 145 | fn list_all_links() -> Template { [INFO] [stdout] | ------------------------------- similarly named function `list_all_links` defined here [INFO] [stdout] ... [INFO] [stdout] 184 | links: read_all_links(), [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `list_all_links` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:185:16 [INFO] [stdout] | [INFO] [stdout] 185 | rust: read_posts_by_filter_limit(String::from("rust"), 999), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:186:17 [INFO] [stdout] | [INFO] [stdout] 186 | python: read_posts_by_filter_limit(String::from("python"), 999), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_posts_by_filter_limit` in this scope [INFO] [stdout] --> src/main.rs:187:15 [INFO] [stdout] | [INFO] [stdout] 187 | bash: read_posts_by_filter_limit(String::from("bash"), 999), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_all_posts` in this scope [INFO] [stdout] --> src/main.rs:188:14 [INFO] [stdout] | [INFO] [stdout] 129 | fn list_all_posts() -> Template { [INFO] [stdout] | ------------------------------- similarly named function `list_all_posts` defined here [INFO] [stdout] ... [INFO] [stdout] 188 | all: read_all_posts(), [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `list_all_posts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_all_posts` in this scope [INFO] [stdout] --> src/main.rs:212:16 [INFO] [stdout] | [INFO] [stdout] 129 | fn list_all_posts() -> Template { [INFO] [stdout] | ------------------------------- similarly named function `list_all_posts` defined here [INFO] [stdout] ... [INFO] [stdout] 212 | posts: read_all_posts(), [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a function with a similar name exists: `list_all_posts` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> src/main.rs:16:51 [INFO] [stdout] | [INFO] [stdout] 16 | use rocket_cors::{AllowedHeaders, AllowedOrigins, Error}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::Path` [INFO] [stdout] --> src/n4_draft.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/main.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | #[macro_use] extern crate rocket; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/main.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[macro_use] extern crate rocket_cors; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 45 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rocket-gatewaynode-com`. [INFO] [stdout] error: aborting due to 45 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "99db495fe922d9034caa94d1ff73ae5bd2409f37869da764154c70d9e6e607b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99db495fe922d9034caa94d1ff73ae5bd2409f37869da764154c70d9e6e607b2", kill_on_drop: false }` [INFO] [stdout] 99db495fe922d9034caa94d1ff73ae5bd2409f37869da764154c70d9e6e607b2