[INFO] cloning repository https://github.com/danbruder/async-graphql-sqlx-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/danbruder/async-graphql-sqlx-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanbruder%2Fasync-graphql-sqlx-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanbruder%2Fasync-graphql-sqlx-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 07cdcd287a2642cd3fc285cab4e56c7ad0a3f89d [INFO] documenting danbruder/async-graphql-sqlx-example 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%2Fdanbruder%2Fasync-graphql-sqlx-example" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/danbruder/async-graphql-sqlx-example 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/danbruder/async-graphql-sqlx-example [INFO] finished tweaking git repo https://github.com/danbruder/async-graphql-sqlx-example [INFO] tweaked toml for git repo https://github.com/danbruder/async-graphql-sqlx-example written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/danbruder/async-graphql-sqlx-example 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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 95f7de1f51147c1f28e6127d96c2fcf9d10f9fa75e77a79943b232d02b255698 [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" "95f7de1f51147c1f28e6127d96c2fcf9d10f9fa75e77a79943b232d02b255698", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95f7de1f51147c1f28e6127d96c2fcf9d10f9fa75e77a79943b232d02b255698", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95f7de1f51147c1f28e6127d96c2fcf9d10f9fa75e77a79943b232d02b255698", kill_on_drop: false }` [INFO] [stdout] 95f7de1f51147c1f28e6127d96c2fcf9d10f9fa75e77a79943b232d02b255698 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 764031ae7822fd71660b325a940d69e6c626b48a330b8b72c073d63158a8adcc [INFO] running `Command { std: "docker" "start" "-a" "764031ae7822fd71660b325a940d69e6c626b48a330b8b72c073d63158a8adcc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.20 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling arc-swap v0.4.6 [INFO] [stderr] Compiling pin-project-lite v0.1.5 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Compiling openssl-sys v0.9.56 [INFO] [stderr] Compiling libsqlite3-sys v0.17.3 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling sqlformat v0.1.0 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking num-bigint v0.2.6 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Checking headers v0.3.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling proc-macro-crate v0.1.4 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Checking chrono-tz v0.5.1 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Checking bigdecimal v0.1.2 [INFO] [stderr] Compiling mime_guess v1.8.8 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking tungstenite v0.10.1 [INFO] [stderr] Checking bson v0.14.1 [INFO] [stderr] Checking multipart v0.16.1 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling pin-project-internal v0.4.16 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling thiserror-impl v1.0.16 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.7 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling async-trait v0.1.30 [INFO] [stderr] Checking tokio v0.2.20 [INFO] [stderr] Compiling async-stream v0.2.1 [INFO] [stderr] Checking tracing v0.1.13 [INFO] [stderr] Compiling thiserror v1.0.16 [INFO] [stderr] Compiling async-graphql-parser v0.3.0 [INFO] [stderr] Checking pin-project v0.4.16 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling async-graphql-derive v1.12.2 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking async-native-tls v0.3.3 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking h2 v0.2.5 [INFO] [stderr] Checking sqlx-core v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Checking tokio-tungstenite v0.10.1 [INFO] [stderr] Compiling sqlx-macros v0.3.5 [INFO] [stderr] Checking hyper v0.13.5 [INFO] [stderr] Checking async-graphql v1.12.2 [INFO] [stderr] Checking warp v0.2.2 [INFO] [stderr] Checking async-graphql-warp v1.4.2 [INFO] [stderr] Checking sqlx v0.3.5 [INFO] [stderr] Documenting lite v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: failed to connect to database: unable to open database file [INFO] [stdout] --> src/todo.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | sqlx::query!("INSERT INTO todo VALUES ($1, $2, $3)", id, body, false) [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: failed to connect to database: unable to open database file [INFO] [stdout] --> src/todo.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | let todos = sqlx::query_as!(Todo, "SELECT * FROM todo") [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: failed to connect to database: unable to open database file [INFO] [stdout] --> src/todo.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | / sqlx::query!( [INFO] [stdout] 41 | | "UPDATE todo SET body=$1, complete=$2 WHERE id=$3", [INFO] [stdout] 42 | | body, [INFO] [stdout] 43 | | complete, [INFO] [stdout] 44 | | id [INFO] [stdout] 45 | | ) [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: failed to connect to database: unable to open database file [INFO] [stdout] --> src/todo.rs:49:20 [INFO] [stdout] | [INFO] [stdout] 49 | let todo = sqlx::query_as!(Todo, "SELECT * FROM todo WHERE id=$1", id) [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: failed to connect to database: unable to open database file [INFO] [stdout] --> src/todo.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | sqlx::query!("UPDATE todo SET complete=NOT complete WHERE id=$1", id) [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: failed to connect to database: unable to open database file [INFO] [stdout] --> src/todo.rs:61:20 [INFO] [stdout] | [INFO] [stdout] 61 | let todo = sqlx::query_as!(Todo, "SELECT * FROM todo WHERE id=$1", id) [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: failed to connect to database: unable to open database file [INFO] [stdout] --> src/todo.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | sqlx::query!("DELETE FROM todo WHERE id=$1", id) [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: failed to connect to database: unable to open database file [INFO] [stdout] --> src/main.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | sqlx::query!("CREATE TABLE IF NOT EXISTS todo (id TEXT PRIMARY KEY NOT NULL, body TEXT NOT NULL, complete BOOLEAN NOT NULL) ") [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 `lite`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name lite 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 async_graphql=/opt/rustwide/target/debug/deps/libasync_graphql-77b16394a7f472f7.rmeta --extern async_graphql_warp=/opt/rustwide/target/debug/deps/libasync_graphql_warp-4e92300ba1da1dc7.rmeta --extern bigdecimal=/opt/rustwide/target/debug/deps/libbigdecimal-c9f0ea148f64253f.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-34b62b67213b8ec6.rmeta --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-1c1d02a6c9463162.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-c8a5aac44266d967.rmeta --extern libsqlite3_sys=/opt/rustwide/target/debug/deps/liblibsqlite3_sys-b2b2de748b1f2faa.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-0daf8795c423249b.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-934767281b6a3ee7.rmeta --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-a143ed4d0d2d0887.rmeta --extern sqlx_core=/opt/rustwide/target/debug/deps/libsqlx_core-829397e9d9331f84.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-ad84e3c4d84e5120.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-c870094e8aa3a68d.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-6c55cfacee5cb261.rmeta --extern warp=/opt/rustwide/target/debug/deps/libwarp-14f61e0d4c5cc167.rmeta --cap-lints=warn` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "764031ae7822fd71660b325a940d69e6c626b48a330b8b72c073d63158a8adcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "764031ae7822fd71660b325a940d69e6c626b48a330b8b72c073d63158a8adcc", kill_on_drop: false }` [INFO] [stdout] 764031ae7822fd71660b325a940d69e6c626b48a330b8b72c073d63158a8adcc