[INFO] cloning repository https://github.com/geekylink/MyMap-backend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/geekylink/MyMap-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeekylink%2FMyMap-backend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeekylink%2FMyMap-backend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 38956832b1f95cefef03f3af33257b3a9682b92b
[INFO] checking geekylink/MyMap-backend/38956832b1f95cefef03f3af33257b3a9682b92b against master#a26e97be8826d408309fffbd8168362365719f50 for pr-136776
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeekylink%2FMyMap-backend" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/geekylink/MyMap-backend on toolchain a26e97be8826d408309fffbd8168362365719f50
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a26e97be8826d408309fffbd8168362365719f50" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/geekylink/MyMap-backend
[INFO] finished tweaking git repo https://github.com/geekylink/MyMap-backend
[INFO] tweaked toml for git repo https://github.com/geekylink/MyMap-backend written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/geekylink/MyMap-backend already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a26e97be8826d408309fffbd8168362365719f50" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cargo_metadata v0.12.3
[INFO] [stderr]   Downloaded actix-session v0.4.1
[INFO] [stderr]   Downloaded clap v3.0.7
[INFO] [stderr]   Downloaded sanitize-filename v0.2.1
[INFO] [stderr]   Downloaded totp-rs v0.7.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+a26e97be8826d408309fffbd8168362365719f50" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] adb692ce5ed61faaf8f196cebc3ffdb3e805526742808bb14eaa47a00359910d
[INFO] running `Command { std: "docker" "start" "-a" "adb692ce5ed61faaf8f196cebc3ffdb3e805526742808bb14eaa47a00359910d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "adb692ce5ed61faaf8f196cebc3ffdb3e805526742808bb14eaa47a00359910d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "adb692ce5ed61faaf8f196cebc3ffdb3e805526742808bb14eaa47a00359910d", kill_on_drop: false }`
[INFO] [stdout] adb692ce5ed61faaf8f196cebc3ffdb3e805526742808bb14eaa47a00359910d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+a26e97be8826d408309fffbd8168362365719f50" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 573a5ec5853c33ddd67d5832b7998217c06e39ca3304a67d6e317dadf5879f51
[INFO] running `Command { std: "docker" "start" "-a" "573a5ec5853c33ddd67d5832b7998217c06e39ca3304a67d6e317dadf5879f51", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.85
[INFO] [stderr]    Compiling libc v0.2.118
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling futures-core v0.3.19
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling futures-channel v0.3.19
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling futures-task v0.3.19
[INFO] [stderr]    Compiling futures-util v0.3.19
[INFO] [stderr]     Checking slab v0.4.5
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]     Checking futures-sink v0.3.19
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]     Checking pin-project-lite v0.2.8
[INFO] [stderr]     Checking futures-io v0.3.19
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]    Compiling serde v1.0.133
[INFO] [stderr]     Checking lock_api v0.4.5
[INFO] [stderr]    Compiling pin-project-internal v0.4.29
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]     Checking tinyvec v1.5.1
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.37
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking copyless v0.1.5
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking unicode-bidi v0.3.7
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.7
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling crc32fast v1.3.0
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking cipher v0.2.5
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]    Compiling async-trait v0.1.52
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking universal-hash v0.4.1
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling const_fn v0.4.9
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]     Checking match_cfg v0.1.0
[INFO] [stderr]     Checking cpuid-bool v0.2.0
[INFO] [stderr]     Checking polyval v0.4.5
[INFO] [stderr]     Checking hostname v0.3.1
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking http v0.2.6
[INFO] [stderr]     Checking aes-soft v0.6.4
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]     Checking crypto-mac v0.10.1
[INFO] [stderr]     Checking tracing-core v0.1.21
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking once_cell v1.9.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]     Checking linked-hash-map v0.5.4
[INFO] [stderr]     Checking tracing v0.1.29
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking hmac v0.10.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking aes v0.6.0
[INFO] [stderr]     Checking ghash v0.3.1
[INFO] [stderr]     Checking resolv-conf v0.7.0
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking ctr v0.6.0
[INFO] [stderr]     Checking aead v0.3.2
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling cookie v0.14.4
[INFO] [stderr]    Compiling encoding_rs v0.8.30
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.7
[INFO] [stderr]    Compiling serde_json v1.0.74
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]     Checking aes-gcm v0.8.0
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking hkdf v0.10.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.2
[INFO] [stderr]    Compiling nom v7.1.0
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]     Checking flate2 v1.0.22
[INFO] [stderr]     Checking sha-1 v0.9.8
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]    Compiling build_const v0.2.2
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling pkg-config v0.3.24
[INFO] [stderr]    Compiling crc v1.8.1
[INFO] [stderr]    Compiling futures-macro v0.3.19
[INFO] [stderr]    Compiling tokio-macros v0.2.6
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling actix-macros v0.1.3
[INFO] [stderr]    Compiling serde_derive v1.0.133
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]     Checking tokio v0.2.25
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]    Compiling enum-as-inner v0.3.3
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]     Checking pin-project v0.4.29
[INFO] [stderr]    Compiling pin-project-internal v1.0.10
[INFO] [stderr]     Checking time-macros v0.1.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.20.1
[INFO] [stderr]     Checking pin-project v1.0.10
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking brotli2 v0.3.2
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]     Checking actix-threadpool v0.3.3
[INFO] [stderr]     Checking bytestring v1.0.0
[INFO] [stderr]     Checking actix-service v1.0.6
[INFO] [stderr]     Checking futures v0.3.19
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling ahash v0.6.3
[INFO] [stderr]    Compiling crossbeam-queue v0.3.4
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]     Checking actix-rt v1.1.1
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking trust-dns-proto v0.19.7
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]     Checking actix-codec v0.3.0
[INFO] [stderr]     Checking h2 v0.2.7
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]     Checking actix-utils v2.0.0
[INFO] [stderr]     Checking actix-server v1.0.4
[INFO] [stderr]     Checking actix-tls v2.0.0
[INFO] [stderr]     Checking actix-testing v1.0.1
[INFO] [stderr]     Checking trust-dns-resolver v0.19.7
[INFO] [stderr]    Compiling actix-web-codegen v0.4.0
[INFO] [stderr]     Checking actix-connect v2.0.0
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.0
[INFO] [stderr]     Checking actix-router v0.2.7
[INFO] [stderr]    Compiling rustls v0.18.1
[INFO] [stderr]     Checking block-buffer v0.10.2
[INFO] [stderr]     Checking crypto-common v0.1.3
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]     Checking actix-http v2.2.1
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling ahash v0.4.7
[INFO] [stderr]     Checking weezl v0.1.5
[INFO] [stderr]    Compiling hashbrown v0.9.1
[INFO] [stderr]     Checking digest v0.10.3
[INFO] [stderr]    Compiling tokio-rustls v0.14.1
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]     Checking awc v2.0.3
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking actix-web v3.3.3
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling v_escape v0.15.0
[INFO] [stderr]     Checking gif v0.11.3
[INFO] [stderr]    Compiling sqlformat v0.1.8
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling v_escape_derive v0.8.5
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]     Checking tiff v0.6.1
[INFO] [stderr]    Compiling sqlx-rt v0.2.0
[INFO] [stderr]    Compiling hashlink v0.6.0
[INFO] [stderr]    Compiling cargo-platform v0.1.2
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling atoi v0.4.0
[INFO] [stderr]    Compiling futures-executor v0.3.19
[INFO] [stderr]    Compiling webpki-roots v0.21.1
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking buf-min v0.4.0
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling whoami v1.2.1
[INFO] [stderr]     Checking bytemuck v1.7.3
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling v_htmlescape v0.12.0
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]    Compiling cargo_metadata v0.12.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking checked_int_cast v1.0.0
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]     Checking unchecked-index v0.2.2
[INFO] [stderr]     Checking twoway v0.2.2
[INFO] [stderr]     Checking sha-1 v0.10.0
[INFO] [stderr]     Checking sha2 v0.10.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking os_str_bytes v6.0.0
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking base32 v0.4.0
[INFO] [stderr]     Checking textwrap v0.14.2
[INFO] [stderr]     Checking env_logger v0.6.2
[INFO] [stderr]     Checking actix-files v0.5.0
[INFO] [stderr]     Checking actix-multipart v0.3.0
[INFO] [stderr]     Checking clap v3.0.7
[INFO] [stderr]     Checking actix-identity v0.3.1
[INFO] [stderr]     Checking actix-cors v0.5.4
[INFO] [stderr]     Checking actix-session v0.4.1
[INFO] [stderr]     Checking sanitize-filename v0.2.1
[INFO] [stderr]     Checking unescape v0.1.0
[INFO] [stderr]     Checking json v0.12.4
[INFO] [stderr]    Compiling sqlx-core v0.4.2
[INFO] [stderr]     Checking qrcode v0.12.0
[INFO] [stderr]     Checking totp-rs v0.7.4
[INFO] [stderr]    Compiling sqlx-macros v0.4.2
[INFO] [stderr]     Checking sqlx v0.4.2
[INFO] [stderr]     Checking my-map-backend v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]    --> src/db/comments.rs:106:14
[INFO] [stdout]     |
[INFO] [stdout] 106 |               &sqlx::query_as!(CommentData,
[INFO] [stdout]     |  ______________^
[INFO] [stdout] 107 | |                         "SELECT * FROM comments
[INFO] [stdout] 108 | |                          WHERE file_id=-1 AND location_id=? AND reply_to_id=-1;",
[INFO] [stdout] 109 | |                         location_id)
[INFO] [stdout]     | |____________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]    --> src/db/comments.rs:118:14
[INFO] [stdout]     |
[INFO] [stdout] 118 |               &sqlx::query_as!(CommentData,
[INFO] [stdout]     |  ______________^
[INFO] [stdout] 119 | |                         "SELECT * FROM comments
[INFO] [stdout] 120 | |                          WHERE file_id=? AND location_id=-1 AND reply_to_id=-1;",
[INFO] [stdout] 121 | |                         file_id)
[INFO] [stdout]     | |________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]    --> src/db/comments.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | /         sqlx::query_as!(CommentData,
[INFO] [stdout] 129 | |             "SELECT * FROM comments
[INFO] [stdout] 130 | |              WHERE id=?;",
[INFO] [stdout] 131 | |             comment_id)
[INFO] [stdout]     | |_______________________^
[INFO] [stdout]     |
[INFO] [stdout]     = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]    --> src/db/comments.rs:138:14
[INFO] [stdout]     |
[INFO] [stdout] 138 |               &sqlx::query_as!(CommentData,
[INFO] [stdout]     |  ______________^
[INFO] [stdout] 139 | |                         "SELECT * FROM comments
[INFO] [stdout] 140 | |                          WHERE reply_to_id=?;",
[INFO] [stdout] 141 | |                         comment_id)
[INFO] [stdout]     | |___________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]   --> src/db/files.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | /         sqlx::query_as!(FileInfo,
[INFO] [stdout] 50 | |                         "SELECT * FROM files
[INFO] [stdout] 51 | |                          WHERE filename=?",
[INFO] [stdout] 52 | |                         filename)
[INFO] [stdout]    | |_________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]   --> src/db/locations.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | /         sqlx::query_as!(LocationData, 
[INFO] [stdout] 35 | |                         "SELECT * FROM locations")
[INFO] [stdout]    | |__________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]   --> src/db/user_groups.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | /         sqlx::query_as!(UserGroupInfo, "SELECT *
[INFO] [stdout] 41 | |                                         FROM user_groups 
[INFO] [stdout] 42 | |                                         WHERE id=?;", 
[INFO] [stdout] 43 | |                                    group_id)
[INFO] [stdout]    | |____________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]   --> src/db/user_groups.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | /         sqlx::query_as!(UserGroupInfo, 
[INFO] [stdout] 50 | |                     "SELECT * FROM user_groups")
[INFO] [stdout]    | |________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]   --> src/db/user_groups.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | /         sqlx::query_as!(UserGroupInfo, "SELECT *
[INFO] [stdout] 57 | |                                         FROM user_groups 
[INFO] [stdout] 58 | |                                         WHERE group_name=?;", 
[INFO] [stdout] 59 | |                                    group_name)
[INFO] [stdout]    | |______________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]    --> src/db/comments.rs:106:14
[INFO] [stdout]     |
[INFO] [stdout] 106 |               &sqlx::query_as!(CommentData,
[INFO] [stdout]     |  ______________^
[INFO] [stdout] 107 | |                         "SELECT * FROM comments
[INFO] [stdout] 108 | |                          WHERE file_id=-1 AND location_id=? AND reply_to_id=-1;",
[INFO] [stdout] 109 | |                         location_id)
[INFO] [stdout]     | |____________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]    --> src/db/comments.rs:118:14
[INFO] [stdout]     |
[INFO] [stdout] 118 |               &sqlx::query_as!(CommentData,
[INFO] [stdout]     |  ______________^
[INFO] [stdout] 119 | |                         "SELECT * FROM comments
[INFO] [stdout] 120 | |                          WHERE file_id=? AND location_id=-1 AND reply_to_id=-1;",
[INFO] [stdout] 121 | |                         file_id)
[INFO] [stdout]     | |________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]    --> src/db/comments.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | /         sqlx::query_as!(CommentData,
[INFO] [stdout] 129 | |             "SELECT * FROM comments
[INFO] [stdout] 130 | |              WHERE id=?;",
[INFO] [stdout] 131 | |             comment_id)
[INFO] [stdout]     | |_______________________^
[INFO] [stdout]     |
[INFO] [stdout]     = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]    --> src/db/comments.rs:138:14
[INFO] [stdout]     |
[INFO] [stdout] 138 |               &sqlx::query_as!(CommentData,
[INFO] [stdout]     |  ______________^
[INFO] [stdout] 139 | |                         "SELECT * FROM comments
[INFO] [stdout] 140 | |                          WHERE reply_to_id=?;",
[INFO] [stdout] 141 | |                         comment_id)
[INFO] [stdout]     | |___________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]   --> src/db/files.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | /         sqlx::query_as!(FileInfo,
[INFO] [stdout] 50 | |                         "SELECT * FROM files
[INFO] [stdout] 51 | |                          WHERE filename=?",
[INFO] [stdout] 52 | |                         filename)
[INFO] [stdout]    | |_________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]   --> src/db/locations.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | /         sqlx::query_as!(LocationData, 
[INFO] [stdout] 35 | |                         "SELECT * FROM locations")
[INFO] [stdout]    | |__________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]   --> src/db/user_groups.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | /         sqlx::query_as!(UserGroupInfo, "SELECT *
[INFO] [stdout] 41 | |                                         FROM user_groups 
[INFO] [stdout] 42 | |                                         WHERE id=?;", 
[INFO] [stdout] 43 | |                                    group_id)
[INFO] [stdout]    | |____________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]   --> src/db/user_groups.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | /         sqlx::query_as!(UserGroupInfo, 
[INFO] [stdout] 50 | |                     "SELECT * FROM user_groups")
[INFO] [stdout]    | |________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `DATABASE_URL` must be set to use query macros
[INFO] [stdout]   --> src/db/user_groups.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | /         sqlx::query_as!(UserGroupInfo, "SELECT *
[INFO] [stdout] 57 | |                                         FROM user_groups 
[INFO] [stdout] 58 | |                                         WHERE group_name=?;", 
[INFO] [stdout] 59 | |                                    group_name)
[INFO] [stdout]    | |______________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = 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] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `my-map-backend` (bin "my-map-backend" test) due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `my-map-backend` (bin "my-map-backend") due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "573a5ec5853c33ddd67d5832b7998217c06e39ca3304a67d6e317dadf5879f51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "573a5ec5853c33ddd67d5832b7998217c06e39ca3304a67d6e317dadf5879f51", kill_on_drop: false }`
[INFO] [stdout] 573a5ec5853c33ddd67d5832b7998217c06e39ca3304a67d6e317dadf5879f51
