[INFO] cloning repository https://github.com/traxys/lists [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/traxys/lists" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftraxys%2Flists", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftraxys%2Flists'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] baea32a77ec33dde2b9e5e028b6c1116df798227 [INFO] testing traxys/lists against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftraxys%2Flists" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/traxys/lists on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/traxys/lists [INFO] finished tweaking git repo https://github.com/traxys/lists [INFO] tweaked toml for git repo https://github.com/traxys/lists written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/traxys/lists already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f59f54d68919329c7b6adf35a774a137ab2abd003398872db727032aeb9bd798 [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" "f59f54d68919329c7b6adf35a774a137ab2abd003398872db727032aeb9bd798", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f59f54d68919329c7b6adf35a774a137ab2abd003398872db727032aeb9bd798", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f59f54d68919329c7b6adf35a774a137ab2abd003398872db727032aeb9bd798", kill_on_drop: false }` [INFO] [stdout] f59f54d68919329c7b6adf35a774a137ab2abd003398872db727032aeb9bd798 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e25810c19b34e56ee21aeefd8c4f2be5b204060946d2ea5322343b981e6ad0b8 [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" "e25810c19b34e56ee21aeefd8c4f2be5b204060946d2ea5322343b981e6ad0b8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling whoami v1.1.2 [INFO] [stderr] Compiling cpufeatures v0.1.5 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling state v0.5.2 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling spin v0.9.1 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling gimli v0.24.0 [INFO] [stderr] Compiling deunicode v0.4.3 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling owo-colors v1.3.0 [INFO] [stderr] Compiling rustc-demangle v0.1.20 [INFO] [stderr] Compiling normpath v0.3.0 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling backtrace v0.3.60 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling cookie v0.15.0 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling multer v2.0.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling figment v0.10.5 [INFO] [stderr] Compiling rocket v0.5.0-rc.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tokio v1.7.1 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling atomic v0.5.0 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling slug v0.1.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling tracing-subscriber v0.2.18 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling filetime v0.2.14 [INFO] [stderr] Compiling rpassword v5.0.1 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling twoway v0.2.2 [INFO] [stderr] Compiling object v0.25.3 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling dirs-next v1.0.2 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling dirs v3.0.2 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling addr2line v0.15.2 [INFO] [stderr] Compiling http-body v0.4.2 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.5 [INFO] [stderr] Compiling atoi v0.4.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling r2d2 v0.8.9 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling notify v4.0.17 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling sha-1 v0.9.6 [INFO] [stderr] Compiling sha2 v0.9.5 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling ignore v0.4.18 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling rustyline v6.3.0 [INFO] [stderr] Compiling globwalk v0.8.1 [INFO] [stderr] Compiling promptly v0.3.0 [INFO] [stderr] Compiling chrono-tz v0.5.3 [INFO] [stderr] Compiling sqlformat v0.1.6 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling devise_core v0.3.0 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling pear_codegen v0.2.3 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Compiling devise_codegen v0.3.0 [INFO] [stderr] Compiling ref-cast-impl v1.0.6 [INFO] [stderr] Compiling derive_more v0.99.14 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling devise v0.3.0 [INFO] [stderr] Compiling rocket_sync_db_pools_codegen v0.1.0-rc.1 [INFO] [stderr] Compiling thiserror v1.0.25 [INFO] [stderr] Compiling pear v0.2.3 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling tracing-error v0.1.2 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling color-spantrace v0.1.6 [INFO] [stderr] Compiling color-eyre v0.5.11 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-stream v0.1.6 [INFO] [stderr] Compiling sqlx-rt v0.5.5 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling ubyte v0.10.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling kabalist_types v0.1.0 (/opt/rustwide/workdir/types) [INFO] [stderr] Compiling h2 v0.3.3 [INFO] [stderr] Compiling simple_asn1 v0.4.1 [INFO] [stderr] Compiling sqlx-core v0.5.5 [INFO] [stderr] Compiling jsonwebtoken v7.2.0 [INFO] [stderr] Compiling hyper v0.14.9 [INFO] [stderr] Compiling tera v1.12.1 [INFO] [stderr] Compiling sqlx-macros v0.5.5 [INFO] [stderr] Compiling rocket_http v0.5.0-rc.1 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling reqwest v0.11.4 [INFO] [stderr] Compiling kabalist_client v0.1.0 (/opt/rustwide/workdir/client) [INFO] [stderr] Compiling kabalist_cli v0.1.0 (/opt/rustwide/workdir/cli) [INFO] [stderr] Compiling rocket_codegen v0.5.0-rc.1 [INFO] [stderr] Compiling sqlx v0.5.5 [INFO] [stderr] Compiling rocket_dyn_templates v0.1.0-rc.1 [INFO] [stderr] Compiling rocket_sync_db_pools v0.1.0-rc.1 [INFO] [stderr] Compiling kabalist_api v0.1.0 (/opt/rustwide/workdir/api) [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:215:19 [INFO] [stdout] | [INFO] [stdout] 215 | let mut rsp = sqlx::query!( [INFO] [stdout] | ___________________^ [INFO] [stdout] 216 | | "SELECT id FROM accounts WHERE name = $1::text::citext AND password = crypt($2, password)", [INFO] [stdout] 217 | | request.username, [INFO] [stdout] 218 | | request.password [INFO] [stdout] 219 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | / sqlx::query!( [INFO] [stdout] 253 | | "SELECT COUNT(*) FROM lists WHERE owner = $1 AND name = $2", [INFO] [stdout] 254 | | user.id, [INFO] [stdout] 255 | | list.name [INFO] [stdout] 256 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:267:9 [INFO] [stdout] | [INFO] [stdout] 267 | / sqlx::query!( [INFO] [stdout] 268 | | "INSERT INTO lists (id, owner, name) VALUES (uuid_generate_v4(), $1, $2) RETURNING id", [INFO] [stdout] 269 | | user.id, [INFO] [stdout] 270 | | list.name [INFO] [stdout] 271 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:286:9 [INFO] [stdout] | [INFO] [stdout] 286 | / sqlx::query!( [INFO] [stdout] 287 | | "SELECT name, id, pub FROM lists WHERE owner = $1 AND name ILIKE '%' || $2 || '%'", [INFO] [stdout] 288 | | user.id, [INFO] [stdout] 289 | | name [INFO] [stdout] 290 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:295:9 [INFO] [stdout] | [INFO] [stdout] 295 | / sqlx::query!( [INFO] [stdout] 296 | | r#"SELECT name, id, readonly, pub [INFO] [stdout] 297 | | FROM lists, list_sharing [INFO] [stdout] 298 | | WHERE (lists.id = list_sharing.list) [INFO] [stdout] ... | [INFO] [stdout] 302 | | name [INFO] [stdout] 303 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:346:9 [INFO] [stdout] | [INFO] [stdout] 346 | / sqlx::query!( [INFO] [stdout] 347 | | "SELECT id FROM accounts WHERE name ILIKE $1::text::citext", [INFO] [stdout] 348 | | name [INFO] [stdout] 349 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:360:9 [INFO] [stdout] | [INFO] [stdout] 360 | / sqlx::query!( [INFO] [stdout] 361 | | r#" [INFO] [stdout] 362 | | SELECT name, id, pub [INFO] [stdout] 363 | | FROM lists WHERE owner = $1"#, [INFO] [stdout] 364 | | user.id [INFO] [stdout] 365 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:370:9 [INFO] [stdout] | [INFO] [stdout] 370 | / sqlx::query!( [INFO] [stdout] 371 | | r#"SELECT name, id, readonly, pub [INFO] [stdout] 372 | | FROM lists, list_sharing [INFO] [stdout] 373 | | WHERE (lists.id = list_sharing.list) [INFO] [stdout] 374 | | AND shared = $1 "#, [INFO] [stdout] 375 | | user.id [INFO] [stdout] 376 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:415:20 [INFO] [stdout] | [INFO] [stdout] 415 | let has_list = sqlx::query!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 416 | | "SELECT COUNT(*) FROM lists WHERE owner = $1 AND id = $2", [INFO] [stdout] 417 | | user_id, [INFO] [stdout] 418 | | list_id [INFO] [stdout] 419 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:439:29 [INFO] [stdout] | [INFO] [stdout] 439 | let mut shared_status = sqlx::query!( [INFO] [stdout] | _____________________________^ [INFO] [stdout] 440 | | "SELECT readonly FROM list_sharing WHERE list = $1 AND shared = $2", [INFO] [stdout] 441 | | list_id, [INFO] [stdout] 442 | | user_id [INFO] [stdout] 443 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:477:9 [INFO] [stdout] | [INFO] [stdout] 477 | / sqlx::query!( [INFO] [stdout] 478 | | "SELECT id, name, amount FROM lists_content WHERE list = $1", [INFO] [stdout] 479 | | id [INFO] [stdout] 480 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:484:31 [INFO] [stdout] | [INFO] [stdout] 484 | let mut readonly_result = sqlx::query!( [INFO] [stdout] | _______________________________^ [INFO] [stdout] 485 | | "SELECT readonly FROM list_sharing WHERE list = $1 AND shared = $2", [INFO] [stdout] 486 | | id, [INFO] [stdout] 487 | | user.id, [INFO] [stdout] 488 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:522:9 [INFO] [stdout] | [INFO] [stdout] 522 | / sqlx::query!( [INFO] [stdout] 523 | | "INSERT INTO lists_content (list, name, amount) VALUES ($1, $2, $3) RETURNING id", [INFO] [stdout] 524 | | id, [INFO] [stdout] 525 | | item.name, [INFO] [stdout] 526 | | item.amount [INFO] [stdout] 527 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:533:9 [INFO] [stdout] | [INFO] [stdout] 533 | / sqlx::query!( [INFO] [stdout] 534 | | r#"INSERT INTO history (list, creator, name, last_used) [INFO] [stdout] 535 | | VALUES ($1, $2, $3::text::citext, now()) [INFO] [stdout] 536 | | ON CONFLICT (list, creator, name) DO [INFO] [stdout] ... | [INFO] [stdout] 540 | | item.name [INFO] [stdout] 541 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:559:9 [INFO] [stdout] | [INFO] [stdout] 559 | / sqlx::query!( [INFO] [stdout] 560 | | "SELECT name::text FROM history WHERE list = $1 AND creator = $2 AND name ILIKE '%' || $3 || '%'", [INFO] [stdout] 561 | | list, [INFO] [stdout] 562 | | user.id, search [INFO] [stdout] 563 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:590:13 [INFO] [stdout] | [INFO] [stdout] 590 | / sqlx::query!( [INFO] [stdout] 591 | | "UPDATE lists_content SET name = $1 WHERE list = $2 AND id = $3", [INFO] [stdout] 592 | | name, [INFO] [stdout] 593 | | list, [INFO] [stdout] 594 | | item [INFO] [stdout] 595 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:602:13 [INFO] [stdout] | [INFO] [stdout] 602 | / sqlx::query!( [INFO] [stdout] 603 | | "UPDATE lists_content SET amount = $1 WHERE list = $2 AND id = $3", [INFO] [stdout] 604 | | amount, [INFO] [stdout] 605 | | list, [INFO] [stdout] 606 | | item [INFO] [stdout] 607 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:628:9 [INFO] [stdout] | [INFO] [stdout] 628 | / sqlx::query!( [INFO] [stdout] 629 | | "DELETE FROM lists_content WHERE list = $1 AND id = $2", [INFO] [stdout] 630 | | list, [INFO] [stdout] 631 | | item [INFO] [stdout] 632 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:649:9 [INFO] [stdout] | [INFO] [stdout] 649 | / sqlx::query!( [INFO] [stdout] 650 | | "SELECT shared, readonly FROM list_sharing WHERE list = $1", [INFO] [stdout] 651 | | id [INFO] [stdout] 652 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:676:9 [INFO] [stdout] | [INFO] [stdout] 676 | / sqlx::query!( [INFO] [stdout] 677 | | r#" [INFO] [stdout] 678 | | INSERT INTO list_sharing (list, shared, readonly) [INFO] [stdout] 679 | | VALUES ($1, $2, $3) ON CONFLICT DO NOTHING"#, [INFO] [stdout] ... | [INFO] [stdout] 682 | | request.readonly [INFO] [stdout] 683 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:703:9 [INFO] [stdout] | [INFO] [stdout] 703 | / sqlx::query!( [INFO] [stdout] 704 | | "DELETE FROM list_sharing WHERE list = $1 AND shared = $2", [INFO] [stdout] 705 | | list, [INFO] [stdout] 706 | | account [INFO] [stdout] 707 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:713:9 [INFO] [stdout] | [INFO] [stdout] 713 | / sqlx::query!( [INFO] [stdout] 714 | | "DELETE FROM history WHERE list = $1 AND creator = $2", [INFO] [stdout] 715 | | list, [INFO] [stdout] 716 | | account [INFO] [stdout] 717 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:738:9 [INFO] [stdout] | [INFO] [stdout] 738 | sqlx::query!("DELETE FROM list_sharing WHERE list = $1", id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:744:9 [INFO] [stdout] | [INFO] [stdout] 744 | / sqlx::query!( [INFO] [stdout] 745 | | "DELETE FROM history WHERE list = $1 AND creator != $2", [INFO] [stdout] 746 | | id, [INFO] [stdout] 747 | | user.id, [INFO] [stdout] 748 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:768:9 [INFO] [stdout] | [INFO] [stdout] 768 | sqlx::query!("DELETE FROM list_sharing WHERE list = $1", id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:773:9 [INFO] [stdout] | [INFO] [stdout] 773 | sqlx::query!("DELETE FROM lists_content WHERE list = $1", id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:778:9 [INFO] [stdout] | [INFO] [stdout] 778 | sqlx::query!("DELETE FROM history WHERE list = $1", id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:783:9 [INFO] [stdout] | [INFO] [stdout] 783 | sqlx::query!("DELETE FROM lists WHERE id = $1", id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:802:9 [INFO] [stdout] | [INFO] [stdout] 802 | sqlx::query!("SELECT id FROM registrations WHERE id = $1", id).fetch(&mut tx); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:811:9 [INFO] [stdout] | [INFO] [stdout] 811 | / sqlx::query!( [INFO] [stdout] 812 | | r#"INSERT INTO accounts (id, name, password) [INFO] [stdout] 813 | | VALUES (uuid_generate_v4(), $1::text::citext, crypt($2, gen_salt('bf')))"#, [INFO] [stdout] 814 | | req.username, [INFO] [stdout] 815 | | req.password [INFO] [stdout] 816 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:822:9 [INFO] [stdout] | [INFO] [stdout] 822 | sqlx::query!("DELETE FROM registrations WHERE id = $1", id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:835:9 [INFO] [stdout] | [INFO] [stdout] 835 | / sqlx::query!( [INFO] [stdout] 836 | | r#"SELECT accounts.name::text [INFO] [stdout] 837 | | FROM password_reset,accounts [INFO] [stdout] 838 | | WHERE password_reset.id = $1 [INFO] [stdout] 839 | | AND password_reset.account = accounts.id"#, [INFO] [stdout] 840 | | id [INFO] [stdout] 841 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:862:9 [INFO] [stdout] | [INFO] [stdout] 862 | / sqlx::query!( [INFO] [stdout] 863 | | "SELECT password_reset.account FROM password_reset WHERE id = $1", [INFO] [stdout] 864 | | id [INFO] [stdout] 865 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:872:9 [INFO] [stdout] | [INFO] [stdout] 872 | sqlx::query!("DELETE FROM password_reset WHERE id = $1", id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:877:9 [INFO] [stdout] | [INFO] [stdout] 877 | / sqlx::query!( [INFO] [stdout] 878 | | "UPDATE accounts SET password = crypt($2, gen_salt('bf')) WHERE id = $1", [INFO] [stdout] 879 | | account, [INFO] [stdout] 880 | | request.password [INFO] [stdout] 881 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:898:9 [INFO] [stdout] | [INFO] [stdout] 898 | sqlx::query!("SELECT name::text FROM accounts WHERE id = $1", id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:919:9 [INFO] [stdout] | [INFO] [stdout] 919 | sqlx::query!("UPDATE lists SET pub = true WHERE id = $1", id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:936:9 [INFO] [stdout] | [INFO] [stdout] 936 | sqlx::query!("UPDATE lists SET pub = false WHERE id = $1", id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:958:20 [INFO] [stdout] | [INFO] [stdout] 958 | let pb = match sqlx::query!("SELECT pub FROM lists WHERE id = $1", id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `DATABASE_URL` must be set to use query macros [INFO] [stdout] --> api/src/main.rs:969:26 [INFO] [stdout] | [INFO] [stdout] 969 | let contents = match sqlx::query!("SELECT name,amount FROM lists_content WHERE list = $1", id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::sqlx_macros::expand_query` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `futures::StreamExt` [INFO] [stdout] --> api/src/main.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | futures::StreamExt, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 40 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `kabalist_api` due to 41 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "e25810c19b34e56ee21aeefd8c4f2be5b204060946d2ea5322343b981e6ad0b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e25810c19b34e56ee21aeefd8c4f2be5b204060946d2ea5322343b981e6ad0b8", kill_on_drop: false }` [INFO] [stdout] e25810c19b34e56ee21aeefd8c4f2be5b204060946d2ea5322343b981e6ad0b8