[INFO] cloning repository https://github.com/sheshbabu/vexil [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sheshbabu/vexil" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsheshbabu%2Fvexil", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsheshbabu%2Fvexil'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 808f77f66e7225f0d44fc21ed87978d3d722cbce [INFO] documenting sheshbabu/vexil 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%2Fsheshbabu%2Fvexil" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sheshbabu/vexil 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/sheshbabu/vexil [INFO] finished tweaking git repo https://github.com/sheshbabu/vexil [INFO] tweaked toml for git repo https://github.com/sheshbabu/vexil written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/sheshbabu/vexil 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] [stdout] 5cc01e147c94655ecb89d45b63a2a35df5883938e02eca8f93a0b73d2aaf42ed [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" "5cc01e147c94655ecb89d45b63a2a35df5883938e02eca8f93a0b73d2aaf42ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5cc01e147c94655ecb89d45b63a2a35df5883938e02eca8f93a0b73d2aaf42ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cc01e147c94655ecb89d45b63a2a35df5883938e02eca8f93a0b73d2aaf42ed", kill_on_drop: false }` [INFO] [stdout] 5cc01e147c94655ecb89d45b63a2a35df5883938e02eca8f93a0b73d2aaf42ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] fceb254b563da0e944b7cbbfc6bc078cce3ed31e77b4e46bd0655d01091992d0 [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" "fceb254b563da0e944b7cbbfc6bc078cce3ed31e77b4e46bd0655d01091992d0", 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 log v0.4.8 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling async-task v3.0.0 [INFO] [stderr] Compiling pin-project-lite v0.1.7 [INFO] [stderr] Compiling scoped-tls-hkt v0.1.2 [INFO] [stderr] Compiling arc-swap v0.4.7 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling base64 v0.12.1 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking crossbeam-queue v0.2.2 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Checking sqlformat v0.1.0 [INFO] [stderr] Compiling pin-project-internal v0.4.20 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling async-trait v0.1.33 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling md-5 v0.8.0 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling kv-log-macro v1.0.6 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Checking actix-threadpool v0.3.2 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking chrono v0.4.13 [INFO] [stderr] Checking actix-router v0.2.4 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling include_dir_impl v0.6.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling v_escape_derive v0.5.6 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling async-stream v0.2.1 [INFO] [stderr] Checking include_dir v0.6.0 [INFO] [stderr] Compiling thiserror v1.0.19 [INFO] [stderr] Checking v_escape v0.7.4 [INFO] [stderr] Checking v_htmlescape v0.4.5 [INFO] [stderr] Checking pin-project v0.4.20 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking actix-codec v0.2.0 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking actix-rt v1.1.1 [INFO] [stderr] Checking actix-service v1.0.5 [INFO] [stderr] Checking piper v0.1.3 [INFO] [stderr] Checking h2 v0.2.5 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking smol v0.1.11 [INFO] [stderr] Checking trust-dns-proto v0.18.0-alpha.2 [INFO] [stderr] Checking actix-utils v1.0.6 [INFO] [stderr] Checking async-std v1.6.0 [INFO] [stderr] Checking actix-server v1.0.3 [INFO] [stderr] Checking actix-tls v1.0.0 [INFO] [stderr] Checking actix-testing v1.0.1 [INFO] [stderr] Checking trust-dns-resolver v0.18.0-alpha.2 [INFO] [stderr] Checking actix-connect v1.0.2 [INFO] [stderr] Checking actix-http v1.0.1 [INFO] [stderr] Compiling async-native-tls v0.3.3 [INFO] [stderr] Compiling sqlx-core v0.3.5 [INFO] [stderr] Checking awc v1.0.1 [INFO] [stderr] Checking actix-web v2.0.0 [INFO] [stderr] Compiling sqlx-macros v0.3.5 [INFO] [stderr] Checking actix-files v0.2.2 [INFO] [stderr] Checking sqlx v0.3.5 [INFO] [stderr] Checking sqlx-pg-migrate v1.0.4 [INFO] [stderr] Documenting unveil v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: DATABASE_URL not set [INFO] [stdout] --> src/model.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | let result = sqlx::query_as!( [INFO] [stdout] | ________________^ [INFO] [stdout] 11 | | Flag, [INFO] [stdout] 12 | | " [INFO] [stdout] 13 | | SELECT [INFO] [stdout] ... | [INFO] [stdout] 20 | | ", [INFO] [stdout] 21 | | ) [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:29:3 [INFO] [stdout] | [INFO] [stdout] 29 | / sqlx::query!( [INFO] [stdout] 30 | | " [INFO] [stdout] 31 | | INSERT INTO [INFO] [stdout] 32 | | flags (key, name, description) [INFO] [stdout] ... | [INFO] [stdout] 38 | | flag.description [INFO] [stdout] 39 | | ) [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:47:3 [INFO] [stdout] | [INFO] [stdout] 47 | / sqlx::query!( [INFO] [stdout] 48 | | " [INFO] [stdout] 49 | | UPDATE [INFO] [stdout] 50 | | flags [INFO] [stdout] ... | [INFO] [stdout] 63 | | flag.is_on [INFO] [stdout] 64 | | ) [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 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: Could not document `unveil`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name unveil src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern actix_files=/opt/rustwide/target/debug/deps/libactix_files-11aefcbe3143036f.rmeta --extern actix_rt=/opt/rustwide/target/debug/deps/libactix_rt-d04341349422e581.rmeta --extern actix_web=/opt/rustwide/target/debug/deps/libactix_web-c783dc0e7c82490b.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-f4b466d2f853a178.rmeta --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-1c1d02a6c9463162.rmeta --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-76d81e7c9dd4456b.rmeta --extern include_dir=/opt/rustwide/target/debug/deps/libinclude_dir-8ae339dcc667bf5c.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-85e430c763becc5d.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-323fe4d8f0f50141.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-f4a80fd53fbda9ad.rmeta --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-d45e6e56dbf2bef8.rmeta --extern sqlx_pg_migrate=/opt/rustwide/target/debug/deps/libsqlx_pg_migrate-0a8e92eb7fa91882.rmeta --cap-lints=warn` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "fceb254b563da0e944b7cbbfc6bc078cce3ed31e77b4e46bd0655d01091992d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fceb254b563da0e944b7cbbfc6bc078cce3ed31e77b4e46bd0655d01091992d0", kill_on_drop: false }` [INFO] [stdout] fceb254b563da0e944b7cbbfc6bc078cce3ed31e77b4e46bd0655d01091992d0