[INFO] cloning repository https://github.com/snorrwe/caolo-backend [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/snorrwe/caolo-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnorrwe%2Fcaolo-backend", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnorrwe%2Fcaolo-backend'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 45a97d7d273decb1e27bdbe8e3bed8e728e0abef [INFO] checking snorrwe/caolo-backend against master#5e3f1b148db5bfa27fee52464ae1f5d34c49d77b for pr-75502 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnorrwe%2Fcaolo-backend" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/snorrwe/caolo-backend on toolchain 5e3f1b148db5bfa27fee52464ae1f5d34c49d77b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/snorrwe/caolo-backend [INFO] finished tweaking git repo https://github.com/snorrwe/caolo-backend [INFO] tweaked toml for git repo https://github.com/snorrwe/caolo-backend written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/snorrwe/caolo-backend already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bc6481a887862504c3d19e1b11e1778b9934321496b4582af85f7e6c9f5112cc [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" "bc6481a887862504c3d19e1b11e1778b9934321496b4582af85f7e6c9f5112cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc6481a887862504c3d19e1b11e1778b9934321496b4582af85f7e6c9f5112cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc6481a887862504c3d19e1b11e1778b9934321496b4582af85f7e6c9f5112cc", kill_on_drop: false }` [INFO] [stdout] bc6481a887862504c3d19e1b11e1778b9934321496b4582af85f7e6c9f5112cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "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] 6f727eae4f1bb937059d002e6a0d658fc4ab27120e84f8e8961bc4965616e16c [INFO] running `Command { std: "docker" "start" "-a" "6f727eae4f1bb937059d002e6a0d658fc4ab27120e84f8e8961bc4965616e16c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.67 [INFO] [stderr] Checking bytes v0.5.6 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.67 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling pin-project-lite v0.1.7 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling fastrand v1.3.4 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Checking openssl-probe v0.1.2 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling event-listener v2.4.0 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Compiling async-task v3.0.0 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking dtoa v0.4.6 [INFO] [stderr] Compiling vec-arena v0.5.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling parking v1.0.6 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling send_wrapper v0.4.0 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling encoding_rs v0.8.24 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking either v1.6.0 [INFO] [stderr] Checking ipnet v2.3.0 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking ucd-util v0.1.8 [INFO] [stderr] Checking ascii v0.9.3 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Checking sha1 v0.6.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Checking utf8-ranges v1.0.4 [INFO] [stderr] Compiling anyhow v1.0.32 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Checking httpdate v0.3.2 [INFO] [stderr] Checking data-encoding v2.3.0 [INFO] [stderr] Checking urlencoding v1.1.1 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling indexmap v1.5.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-bigint v0.3.0 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Checking tracing-core v0.1.15 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling im v14.3.0 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking http v0.2.1 [INFO] [stderr] Checking input_buffer v0.3.1 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Checking lock_api v0.4.1 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling async-mutex v1.1.5 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking ryu v1.0.5 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling async-channel v1.4.1 [INFO] [stderr] Compiling multitask v0.2.0 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking polling v0.1.5 [INFO] [stderr] Checking backtrace v0.3.50 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking uname v0.1.1 [INFO] [stderr] Checking futures-lite v0.1.11 [INFO] [stderr] Checking buf_redux v0.8.4 [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Checking combine v3.8.1 [INFO] [stderr] Checking rand_pcg v0.1.2 [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Checking tracing v0.1.19 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking slog-scope v4.3.0 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking unicode-normalization v0.1.9 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking async-io v0.1.11 [INFO] [stderr] Checking blocking v0.5.2 [INFO] [stderr] Compiling sentry-contexts v0.19.1 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Checking crossbeam-channel v0.4.3 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking bitmaps v2.1.0 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Checking headers-core v0.2.0 [INFO] [stderr] Checking num-complex v0.3.0 [INFO] [stderr] Checking rmp v0.8.9 [INFO] [stderr] Checking sqlformat v0.1.0 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Checking http v0.1.21 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_xoshiro v0.4.0 [INFO] [stderr] Checking slog-stdlog v3.0.5 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Checking scheduled-thread-pool v0.2.5 [INFO] [stderr] Checking async-executor v0.1.2 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking slog-async v2.5.0 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking r2d2 v0.8.9 [INFO] [stderr] Checking hmac v0.7.1 [INFO] [stderr] Checking crossbeam v0.7.3 [INFO] [stderr] Checking sha-1 v0.8.2 [INFO] [stderr] Checking sha2 v0.8.2 [INFO] [stderr] Checking md-5 v0.8.0 [INFO] [stderr] Checking dotenv v0.9.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Checking sized-chunks v0.5.3 [INFO] [stderr] Checking slog-stdlog v4.0.0 [INFO] [stderr] Checking headers v0.3.2 [INFO] [stderr] Compiling mime_guess v1.8.8 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking num v0.3.0 [INFO] [stderr] Checking multipart v0.16.1 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.67 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.67 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling async-trait v0.1.39 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.67 [INFO] [stderr] Compiling async-stream v0.2.1 [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Checking pin-project v0.4.23 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Checking tracing-futures v0.2.4 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking tokio-tls v0.3.1 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking serde v1.0.115 [INFO] [stderr] Checking h2 v0.2.6 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking chrono v0.4.15 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking rmp-serde v0.14.4 [INFO] [stderr] Checking debugid v0.7.2 [INFO] [stderr] Checking cao-messages v0.1.0 (https://github.com/caolo-game/cao-messages.git#6857b59b) [INFO] [stderr] Checking cao-lang v0.4.1 (https://github.com/caolo-game/cao-lang.git#8c4ee324) [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking tungstenite v0.10.1 [INFO] [stderr] Checking redis v0.15.1 [INFO] [stderr] Checking slog-term v2.6.0 [INFO] [stderr] Checking sentry-types v0.19.1 [INFO] [stderr] Checking biscuit v0.5.0-beta2 [INFO] [stderr] Checking slog-envlogger v2.2.0 [INFO] [stderr] Checking tokio-tungstenite v0.10.1 [INFO] [stderr] Checking hyper v0.13.7 [INFO] [stderr] Checking js-sys v0.3.44 [INFO] [stderr] Checking sentry-core v0.19.1 [INFO] [stderr] Checking r2d2_redis v0.13.0 [INFO] [stderr] Checking sentry-backtrace v0.19.1 [INFO] [stderr] Checking sentry-failure v0.19.1 [INFO] [stderr] Checking sentry-panic v0.19.1 [INFO] [stderr] Checking web-sys v0.3.44 [INFO] [stderr] Checking hyper-tls v0.4.3 [INFO] [stderr] Checking warp v0.2.4 [INFO] [stderr] Checking reqwest v0.10.8 [INFO] [stderr] Checking sentry v0.19.1 [INFO] [stderr] Checking oauth2 v3.0.0 [INFO] [stderr] Checking gloo-timers v0.2.1 [INFO] [stderr] Checking futures-timer v3.0.2 [INFO] [stderr] Checking async-std v1.6.3 [INFO] [stderr] Checking async-native-tls v0.3.3 [INFO] [stderr] Checking sqlx-core v0.3.5 [INFO] [stderr] Compiling sqlx-macros v0.3.5 [INFO] [stderr] Checking sqlx v0.3.5 [INFO] [stderr] Checking caolo-web v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/handler/user.rs:55:15 [INFO] [stdout] | [INFO] [stdout] 55 | let res = sqlx::query!( [INFO] [stdout] | _______________^ [INFO] [stdout] 56 | | " [INFO] [stdout] 57 | | INSERT INTO user_account [INFO] [stdout] 58 | | (auth0_id, display_name, email, email_verified) [INFO] [stdout] ... | [INFO] [stdout] 70 | | true [INFO] [stdout] 71 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/handler/user.rs:55:15 [INFO] [stdout] | [INFO] [stdout] 55 | let res = sqlx::query!( [INFO] [stdout] | _______________^ [INFO] [stdout] 56 | | " [INFO] [stdout] 57 | | INSERT INTO user_account [INFO] [stdout] 58 | | (auth0_id, display_name, email, email_verified) [INFO] [stdout] ... | [INFO] [stdout] 70 | | true [INFO] [stdout] 71 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/handler/user.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | let res = sqlx::query!( [INFO] [stdout] | _______________^ [INFO] [stdout] 89 | | " [INFO] [stdout] 90 | | INSERT INTO user_account [INFO] [stdout] 91 | | (auth0_id, display_name, email, email_verified) [INFO] [stdout] ... | [INFO] [stdout] 98 | | true [INFO] [stdout] 99 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/handler/mod.rs:59:15 [INFO] [stdout] | [INFO] [stdout] 59 | let res = sqlx::query_as!( [INFO] [stdout] | _______________^ [INFO] [stdout] 60 | | RoomId, [INFO] [stdout] 61 | | " [INFO] [stdout] 62 | | SELECT q, r [INFO] [stdout] 63 | | FROM world_map; [INFO] [stdout] 64 | | " [INFO] [stdout] 65 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/handler/mod.rs:97:15 [INFO] [stdout] | [INFO] [stdout] 97 | let res = sqlx::query_as!( [INFO] [stdout] | _______________^ [INFO] [stdout] 98 | | Res, [INFO] [stdout] 99 | | " [INFO] [stdout] 100 | | SELECT payload [INFO] [stdout] ... | [INFO] [stdout] 105 | | r [INFO] [stdout] 106 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/handler/user.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | let res = sqlx::query!( [INFO] [stdout] | _______________^ [INFO] [stdout] 89 | | " [INFO] [stdout] 90 | | INSERT INTO user_account [INFO] [stdout] 91 | | (auth0_id, display_name, email, email_verified) [INFO] [stdout] ... | [INFO] [stdout] 98 | | true [INFO] [stdout] 99 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/handler/mod.rs:59:15 [INFO] [stdout] | [INFO] [stdout] 59 | let res = sqlx::query_as!( [INFO] [stdout] | _______________^ [INFO] [stdout] 60 | | RoomId, [INFO] [stdout] 61 | | " [INFO] [stdout] 62 | | SELECT q, r [INFO] [stdout] 63 | | FROM world_map; [INFO] [stdout] 64 | | " [INFO] [stdout] 65 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/handler/mod.rs:173:18 [INFO] [stdout] | [INFO] [stdout] 173 | let script = sqlx::query_file_as!( [INFO] [stdout] | __________________^ [INFO] [stdout] 174 | | ScriptEntity, [INFO] [stdout] 175 | | "src/handler/get_users_script.sql", [INFO] [stdout] 176 | | user_id, [INFO] [stdout] 177 | | id [INFO] [stdout] 178 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/handler/mod.rs:97:15 [INFO] [stdout] | [INFO] [stdout] 97 | let res = sqlx::query_as!( [INFO] [stdout] | _______________^ [INFO] [stdout] 98 | | Res, [INFO] [stdout] 99 | | " [INFO] [stdout] 100 | | SELECT payload [INFO] [stdout] ... | [INFO] [stdout] 105 | | r [INFO] [stdout] 106 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/handler/mod.rs:197:19 [INFO] [stdout] | [INFO] [stdout] 197 | let scripts = sqlx::query_file_as!( [INFO] [stdout] | ___________________^ [INFO] [stdout] 198 | | ScriptMetadata, [INFO] [stdout] 199 | | "src/handler/list_users_scripts.sql", [INFO] [stdout] 200 | | user_id [INFO] [stdout] 201 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/handler/mod.rs:173:18 [INFO] [stdout] | [INFO] [stdout] 173 | let script = sqlx::query_file_as!( [INFO] [stdout] | __________________^ [INFO] [stdout] 174 | | ScriptEntity, [INFO] [stdout] 175 | | "src/handler/get_users_script.sql", [INFO] [stdout] 176 | | user_id, [INFO] [stdout] 177 | | id [INFO] [stdout] 178 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/handler/mod.rs:197:19 [INFO] [stdout] | [INFO] [stdout] 197 | let scripts = sqlx::query_file_as!( [INFO] [stdout] | ___________________^ [INFO] [stdout] 198 | | ScriptMetadata, [INFO] [stdout] 199 | | "src/handler/list_users_scripts.sql", [INFO] [stdout] 200 | | user_id [INFO] [stdout] 201 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/handler/mod.rs:255:9 [INFO] [stdout] | [INFO] [stdout] 255 | / sqlx::query_file_as!( [INFO] [stdout] 256 | | QueryRes, [INFO] [stdout] 257 | | "src/handler/commit_script.sql", [INFO] [stdout] 258 | | payload, [INFO] [stdout] 259 | | name, [INFO] [stdout] 260 | | owner_id, [INFO] [stdout] 261 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/handler/mod.rs:255:9 [INFO] [stdout] | [INFO] [stdout] 255 | / sqlx::query_file_as!( [INFO] [stdout] 256 | | QueryRes, [INFO] [stdout] 257 | | "src/handler/commit_script.sql", [INFO] [stdout] 258 | | payload, [INFO] [stdout] 259 | | name, [INFO] [stdout] 260 | | owner_id, [INFO] [stdout] 261 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/model.rs:113:15 [INFO] [stdout] | [INFO] [stdout] 113 | let res = sqlx::query_as!( [INFO] [stdout] | _______________^ [INFO] [stdout] 114 | | User, [INFO] [stdout] 115 | | " [INFO] [stdout] 116 | | SELECT ua.id, ua.auth0_id, ua.display_name, ua.email, ua.created, ua.updated [INFO] [stdout] ... | [INFO] [stdout] 120 | | id.user_id [INFO] [stdout] 121 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/model.rs:113:15 [INFO] [stdout] | [INFO] [stdout] 113 | let res = sqlx::query_as!( [INFO] [stdout] | _______________^ [INFO] [stdout] 114 | | User, [INFO] [stdout] 115 | | " [INFO] [stdout] 116 | | SELECT ua.id, ua.auth0_id, ua.display_name, ua.email, ua.created, ua.updated [INFO] [stdout] ... | [INFO] [stdout] 120 | | id.user_id [INFO] [stdout] 121 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ScriptEntity`, `ScriptMetadata` [INFO] [stdout] --> src/handler/mod.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::model::{Identity, ScriptEntity, ScriptMetadata}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ScriptEntity`, `ScriptMetadata` [INFO] [stdout] --> src/handler/mod.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::model::{Identity, ScriptEntity, ScriptMetadata}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `caolo-web`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6f727eae4f1bb937059d002e6a0d658fc4ab27120e84f8e8961bc4965616e16c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f727eae4f1bb937059d002e6a0d658fc4ab27120e84f8e8961bc4965616e16c", kill_on_drop: false }` [INFO] [stdout] 6f727eae4f1bb937059d002e6a0d658fc4ab27120e84f8e8961bc4965616e16c