monzo-cli 0.1.0

A rust command line application for downloading Monzo transaction history to an SQLITE database.
Build #1256436 2024-06-21 10:22:19

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.81.0-nightly (684b3553f 2024-06-20)

# docs.rs version docsrs 0.6.0 (2d4f32bd 2024-05-19)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/monzo-cli-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/monzo-cli-0.1.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240620-1.81.0-nightly-684b3553f\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] 89e58d7c10c274a3eecb50af338ed262001d0be10f0e26ad9b94e5b6bd766552 [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" "89e58d7c10c274a3eecb50af338ed262001d0be10f0e26ad9b94e5b6bd766552", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting monzo-cli v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache [INFO] [stderr] --> src/model/pot.rs:95:15 [INFO] [stderr] | [INFO] [stderr] 95 | match sqlx::query!( [INFO] [stderr] | _______________^ [INFO] [stderr] 96 | | r" [INFO] [stderr] 97 | | INSERT INTO pots ( [INFO] [stderr] 98 | | id, [INFO] [stderr] ... | [INFO] [stderr] 114 | | pot_fc.pot_type, [INFO] [stderr] 115 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache [INFO] [stderr] --> src/model/pot.rs:176:19 [INFO] [stderr] | [INFO] [stderr] 176 | let pot = sqlx::query_as!( [INFO] [stderr] | ___________________^ [INFO] [stderr] 177 | | Pot, [INFO] [stderr] 178 | | r" [INFO] [stderr] 179 | | SELECT * [INFO] [stderr] ... | [INFO] [stderr] 183 | | pot_type, [INFO] [stderr] 184 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache [INFO] [stderr] --> src/model/transaction.rs:368:20 [INFO] [stderr] | [INFO] [stderr] 368 | let pots = sqlx::query_as!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 369 | | Pot, [INFO] [stderr] 370 | | r" [INFO] [stderr] 371 | | SELECT * [INFO] [stderr] ... | [INFO] [stderr] 375 | | account_name [INFO] [stderr] 376 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: set `DATABASE_URL` to use query macros online, or run `cargo sqlx prepare` to update the query cache [INFO] [stderr] --> src/model/mod.rs:125:9 [INFO] [stderr] | [INFO] [stderr] 125 | / sqlx::query!( [INFO] [stderr] 126 | | r#" [INFO] [stderr] 127 | | INSERT INTO pots (id, name, balance, currency, deleted, pot_type, account_name) [INFO] [stderr] 128 | | VALUES (?1, ?2, ?3, ?4, ?5, ?6, ?7) [INFO] [stderr] ... | [INFO] [stderr] 136 | | pot.account_name, [INFO] [stderr] 137 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: could not document `monzo-cli` [INFO] running `Command { std: "docker" "inspect" "89e58d7c10c274a3eecb50af338ed262001d0be10f0e26ad9b94e5b6bd766552", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89e58d7c10c274a3eecb50af338ed262001d0be10f0e26ad9b94e5b6bd766552", kill_on_drop: false }` [INFO] [stdout] 89e58d7c10c274a3eecb50af338ed262001d0be10f0e26ad9b94e5b6bd766552