[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] documenting snorrwe/caolo-backend against 1.46.0 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnorrwe%2Fcaolo-backend" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/snorrwe/caolo-backend on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "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-1/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" "+1.46.0" "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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", 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] 2d041e717de1e7f6d7f127159a8cad35470b4b970dfd749fd5667ccec290807d [INFO] running `Command { std: "docker" "start" "-a" "2d041e717de1e7f6d7f127159a8cad35470b4b970dfd749fd5667ccec290807d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2d041e717de1e7f6d7f127159a8cad35470b4b970dfd749fd5667ccec290807d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d041e717de1e7f6d7f127159a8cad35470b4b970dfd749fd5667ccec290807d", kill_on_drop: false }` [INFO] [stdout] 2d041e717de1e7f6d7f127159a8cad35470b4b970dfd749fd5667ccec290807d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b78bdc5cfab907fe6b1a82d0ac3df24cfe8deb1fa484b89bc256d728809d263 [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" "3b78bdc5cfab907fe6b1a82d0ac3df24cfe8deb1fa484b89bc256d728809d263", 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] [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] Checking once_cell v1.4.1 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.67 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Checking ppv-lite86 v0.2.9 [INFO] [stderr] Compiling wasm-bindgen v0.2.67 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling pin-project-lite v0.1.7 [INFO] [stderr] Compiling fastrand v1.3.4 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling event-listener v2.4.0 [INFO] [stderr] Compiling async-task v3.0.0 [INFO] [stderr] Compiling vec-arena v0.5.2 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling send_wrapper v0.4.0 [INFO] [stderr] Compiling parking v1.0.6 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking either v1.6.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking ucd-util v0.1.8 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Checking utf8-ranges v1.0.4 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Checking data-encoding v2.3.0 [INFO] [stderr] Checking urlencoding v1.1.1 [INFO] [stderr] Compiling indexmap v1.5.1 [INFO] [stderr] Compiling num-bigint v0.3.0 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Checking input_buffer v0.3.1 [INFO] [stderr] Compiling im v14.3.0 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling async-mutex v1.1.5 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Checking headers-core v0.2.0 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking polling v0.1.5 [INFO] [stderr] Checking uname v0.1.1 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Checking futures-lite v0.1.11 [INFO] [stderr] Checking buf_redux v0.8.4 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Checking combine v3.8.1 [INFO] [stderr] Checking async-channel v1.4.1 [INFO] [stderr] Checking multitask v0.2.0 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling sentry-contexts v0.19.1 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking tracing v0.1.19 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking slog-scope v4.3.0 [INFO] [stderr] Checking num-complex v0.3.0 [INFO] [stderr] Checking rmp v0.8.9 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Checking unicode-normalization v0.1.9 [INFO] [stderr] Checking async-io v0.1.11 [INFO] [stderr] Checking blocking v0.5.2 [INFO] [stderr] Checking http v0.1.21 [INFO] [stderr] Checking scheduled-thread-pool v0.2.5 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking slog-stdlog v3.0.5 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_xoshiro v0.4.0 [INFO] [stderr] Checking slog-async v2.5.0 [INFO] [stderr] Checking sqlformat v0.1.0 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking bitmaps v2.1.0 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Checking async-executor v0.1.2 [INFO] [stderr] Checking r2d2 v0.8.9 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking crossbeam v0.7.3 [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-stdlog v4.0.0 [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 hmac v0.7.1 [INFO] [stderr] Checking headers v0.3.2 [INFO] [stderr] Checking dotenv v0.9.0 [INFO] [stderr] Checking num v0.3.0 [INFO] [stderr] Checking mime_guess v1.8.8 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking sized-chunks v0.5.3 [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 pin-project-internal v0.4.23 [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] Checking tokio v0.2.22 [INFO] [stderr] Compiling async-stream v0.2.1 [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 sentry-types v0.19.1 [INFO] [stderr] Checking slog-term v2.6.0 [INFO] [stderr] Checking biscuit v0.5.0-beta2 [INFO] [stderr] Checking hyper v0.13.7 [INFO] [stderr] Checking slog-envlogger v2.2.0 [INFO] [stderr] Checking tokio-tungstenite v0.10.1 [INFO] [stderr] Checking js-sys v0.3.44 [INFO] [stderr] Checking sentry-core v0.19.1 [INFO] [stderr] Checking sentry-backtrace v0.19.1 [INFO] [stderr] Checking r2d2_redis v0.13.0 [INFO] [stderr] Checking sentry-panic v0.19.1 [INFO] [stderr] Checking sentry-failure v0.19.1 [INFO] [stderr] Compiling 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] Documenting 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: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/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/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: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: Could not document `caolo-web`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name caolo_web src/main.rs -o /opt/rustwide/target/doc --cfg 'feature="default"' --cfg 'feature="dotenv"' --cfg 'feature="web-dotenv"' --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-43a48fd651ba2367.rmeta --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-c9ae4b772a2561cd.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-776a35e3368273cb.rmeta --extern biscuit=/opt/rustwide/target/debug/deps/libbiscuit-9c5da31d95bec3fe.rmeta --extern cao_lang=/opt/rustwide/target/debug/deps/libcao_lang-da8b484b233b6a9c.rmeta --extern cao_messages=/opt/rustwide/target/debug/deps/libcao_messages-0be12915443f555b.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-81f854c658922fe7.rmeta --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-8fff88ee3262d798.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-15f1311fc9b4b457.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-57a7edc7f441d44c.rmeta --extern oauth2=/opt/rustwide/target/debug/deps/liboauth2-3c38c58108ece198.rmeta --extern r2d2_redis=/opt/rustwide/target/debug/deps/libr2d2_redis-b0e59eef7dcf7e92.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-9de4bdcd0d606d7b.rmeta --extern redis=/opt/rustwide/target/debug/deps/libredis-f9ef8d027dfbecdc.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-10736bca8d234d9d.rmeta --extern rmp_serde=/opt/rustwide/target/debug/deps/librmp_serde-0dcac3f6ee2d9683.rmeta --extern sentry=/opt/rustwide/target/debug/deps/libsentry-ff2f54860fb644e1.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-9018972ff9b10a9d.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-6d2e708c8ec739a7.rmeta --extern slog=/opt/rustwide/target/debug/deps/libslog-c811c49cd3d347f6.rmeta --extern slog_async=/opt/rustwide/target/debug/deps/libslog_async-5367030cccae4bba.rmeta --extern slog_envlogger=/opt/rustwide/target/debug/deps/libslog_envlogger-2eb198251fbc0489.rmeta --extern slog_stdlog=/opt/rustwide/target/debug/deps/libslog_stdlog-7b0f7e90a3cd9660.rmeta --extern slog_term=/opt/rustwide/target/debug/deps/libslog_term-186d4acb6764c495.rmeta --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-5af516e70d2ed95e.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-5ca4505d0433867c.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2a980e569d14dd9a.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-6fe17fd43b8aa35a.rmeta --extern warp=/opt/rustwide/target/debug/deps/libwarp-3cb0a37b0b4a2946.rmeta --cap-lints=warn` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "3b78bdc5cfab907fe6b1a82d0ac3df24cfe8deb1fa484b89bc256d728809d263", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b78bdc5cfab907fe6b1a82d0ac3df24cfe8deb1fa484b89bc256d728809d263", kill_on_drop: false }` [INFO] [stdout] 3b78bdc5cfab907fe6b1a82d0ac3df24cfe8deb1fa484b89bc256d728809d263