[INFO] cloning repository https://github.com/czeidler/apisql
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/czeidler/apisql" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fczeidler%2Fapisql", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fczeidler%2Fapisql'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4c9bc5b0180a19803b08e0e298a50b79e517451f
[INFO] checking czeidler/apisql against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fczeidler%2Fapisql" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/czeidler/apisql
[INFO] finished tweaking git repo https://github.com/czeidler/apisql
[INFO] tweaked toml for git repo https://github.com/czeidler/apisql written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/czeidler/apisql on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/czeidler/apisql 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zerocopy v0.7.31
[INFO] [stderr]   Downloaded syn v2.0.41
[INFO] [stderr]   Downloaded zerocopy-derive v0.7.31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 34dd51cde3d1ffe988758f4c007629793685e4ddb3a43acd3c8234a40aaf7308
[INFO] running `Command { std: "docker" "start" "-a" "34dd51cde3d1ffe988758f4c007629793685e4ddb3a43acd3c8234a40aaf7308", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "34dd51cde3d1ffe988758f4c007629793685e4ddb3a43acd3c8234a40aaf7308", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34dd51cde3d1ffe988758f4c007629793685e4ddb3a43acd3c8234a40aaf7308", kill_on_drop: false }`
[INFO] [stdout] 34dd51cde3d1ffe988758f4c007629793685e4ddb3a43acd3c8234a40aaf7308
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 08a5c196c9e7eced32ecc81f74aee727f0e2f9fc8050709dc6e8616d43cf9d38
[INFO] running `Command { std: "docker" "start" "-a" "08a5c196c9e7eced32ecc81f74aee727f0e2f9fc8050709dc6e8616d43cf9d38", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]     Checking zerocopy v0.7.31
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling openssl v0.10.61
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]     Checking futures-sink v0.3.29
[INFO] [stderr]     Checking http v0.2.11
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking unicode-bidi v0.3.14
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking base64 v0.21.5
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.41
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking tokio v1.35.1
[INFO] [stderr]    Compiling openssl-sys v0.9.97
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking h2 v0.3.22
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking csv v1.3.0
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.23
[INFO] [stderr]     Checking rusqlite v0.30.0
[INFO] [stderr]     Checking apisql v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `load_module` is never used
[INFO] [stdout]   --> src/graphql.rs:28:8
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn load_module(conn: &Connection) -> Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]   --> src/graphql.rs:34:8
[INFO] [stdout]    |
[INFO] [stdout] 34 | struct Config {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `validate` is never used
[INFO] [stdout]   --> src/graphql.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl Config {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] 44 |     pub fn validate(&self) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ParameterDetail` is never constructed
[INFO] [stdout]   --> src/graphql.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | struct ParameterDetail {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `ParameterDetails` is never used
[INFO] [stdout]   --> src/graphql.rs:68:6
[INFO] [stdout]    |
[INFO] [stdout] 68 | type ParameterDetails = Vec<ParameterDetail>;
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GraphQLTab` is never constructed
[INFO] [stdout]   --> src/graphql.rs:71:8
[INFO] [stdout]    |
[INFO] [stdout] 71 | struct GraphQLTab {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GraphqlTabCursor` is never constructed
[INFO] [stdout]    --> src/graphql.rs:170:8
[INFO] [stdout]     |
[INFO] [stdout] 170 | struct GraphqlTabCursor<'vtab> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/graphql.rs:182:8
[INFO] [stdout]     |
[INFO] [stdout] 181 | impl GraphqlTabCursor<'_> {
[INFO] [stdout]     | ------------------------- associated function in this implementation
[INFO] [stdout] 182 |     fn new<'vtab>(config: Config) -> GraphqlTabCursor<'vtab> {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.67s
[INFO] running `Command { std: "docker" "inspect" "08a5c196c9e7eced32ecc81f74aee727f0e2f9fc8050709dc6e8616d43cf9d38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08a5c196c9e7eced32ecc81f74aee727f0e2f9fc8050709dc6e8616d43cf9d38", kill_on_drop: false }`
[INFO] [stdout] 08a5c196c9e7eced32ecc81f74aee727f0e2f9fc8050709dc6e8616d43cf9d38
