[INFO] cloning repository https://github.com/cemoktra/cargolifter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cemoktra/cargolifter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcemoktra%2Fcargolifter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcemoktra%2Fcargolifter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a69b67aedeb343f0ce9227b34f90bfd93e96d5d6
[INFO] checking cemoktra/cargolifter against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcemoktra%2Fcargolifter" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cemoktra/cargolifter
[INFO] finished tweaking git repo https://github.com/cemoktra/cargolifter
[INFO] tweaked toml for git repo https://github.com/cemoktra/cargolifter written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cemoktra/cargolifter on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cemoktra/cargolifter 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded aws-smithy-async v0.32.0
[INFO] [stderr]   Downloaded tower-layer v0.3.1
[INFO] [stderr]   Downloaded futures-macro v0.3.18
[INFO] [stderr]   Downloaded futures-io v0.3.18
[INFO] [stderr]   Downloaded argh v0.1.6
[INFO] [stderr]   Downloaded aws-types v0.2.0
[INFO] [stderr]   Downloaded aws-smithy-types v0.32.0
[INFO] [stderr]   Downloaded urlencoding v2.1.0
[INFO] [stderr]   Downloaded aws-smithy-xml v0.32.0
[INFO] [stderr]   Downloaded argh_derive v0.1.6
[INFO] [stderr]   Downloaded futures v0.3.18
[INFO] [stderr]   Downloaded axum v0.2.8
[INFO] [stderr]   Downloaded aws-sdk-sts v0.2.0
[INFO] [stderr]   Downloaded aws-config v0.2.0
[INFO] [stderr]   Downloaded tower v0.4.11
[INFO] [stderr]   Downloaded aws-sigv4 v0.2.0
[INFO] [stderr]   Downloaded fastrand v1.5.0
[INFO] [stderr]   Downloaded aws-smithy-client v0.32.0
[INFO] [stderr]   Downloaded bytes-utils v0.1.1
[INFO] [stderr]   Downloaded aws-smithy-http v0.32.0
[INFO] [stderr]   Downloaded tower-http v0.1.2
[INFO] [stderr]   Downloaded tracing-subscriber v0.3.3
[INFO] [stderr]   Downloaded argh_shared v0.1.6
[INFO] [stderr]   Downloaded futures-executor v0.3.18
[INFO] [stderr]   Downloaded aws-smithy-query v0.32.0
[INFO] [stderr]   Downloaded aws-smithy-json v0.32.0
[INFO] [stderr]   Downloaded aws-endpoint v0.2.0
[INFO] [stderr]   Downloaded aws-hyper v0.2.0
[INFO] [stderr]   Downloaded aws-sdk-s3 v0.2.0
[INFO] [stderr]   Downloaded ct-logs v0.8.0
[INFO] [stderr]   Downloaded rustls-native-certs v0.5.0
[INFO] [stderr]   Downloaded aws-smithy-eventstream v0.32.0
[INFO] [stderr]   Downloaded aws-http v0.2.0
[INFO] [stderr]   Downloaded aws-sig-auth v0.2.0
[INFO] [stderr]   Downloaded aws-smithy-http-tower v0.32.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7eacca5a8de29a3ab8e1e1437e558ec735e60b99b6b4e57d943370b66904608b
[INFO] running `Command { std: "docker" "start" "-a" "7eacca5a8de29a3ab8e1e1437e558ec735e60b99b6b4e57d943370b66904608b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7eacca5a8de29a3ab8e1e1437e558ec735e60b99b6b4e57d943370b66904608b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7eacca5a8de29a3ab8e1e1437e558ec735e60b99b6b4e57d943370b66904608b", kill_on_drop: false }`
[INFO] [stdout] 7eacca5a8de29a3ab8e1e1437e558ec735e60b99b6b4e57d943370b66904608b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1bcf340d3f9087e74a73d9f2afa71c45d6e47e254a323e80c5fee8372271644c
[INFO] running `Command { std: "docker" "start" "-a" "1bcf340d3f9087e74a73d9f2afa71c45d6e47e254a323e80c5fee8372271644c", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.108
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling futures-core v0.3.18
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]    Compiling futures-task v0.3.18
[INFO] [stderr]    Compiling futures-channel v0.3.18
[INFO] [stderr]     Checking futures-sink v0.3.18
[INFO] [stderr]    Compiling ryu v1.0.6
[INFO] [stderr]    Compiling futures-util v0.3.18
[INFO] [stderr]     Checking futures-io v0.3.18
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking openssl-probe v0.1.4
[INFO] [stderr]    Compiling pkg-config v0.3.22
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]    Compiling serde_json v1.0.72
[INFO] [stderr]    Compiling crc32fast v1.3.0
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]    Compiling semver v1.0.4
[INFO] [stderr]     Checking sha2 v0.9.8
[INFO] [stderr]     Checking tower-layer v0.3.1
[INFO] [stderr]     Checking bytes-utils v0.1.1
[INFO] [stderr]     Checking zeroize v1.4.3
[INFO] [stderr]     Checking fastrand v1.5.0
[INFO] [stderr]     Checking urlencoding v1.3.3
[INFO] [stderr]     Checking sha-1 v0.9.8
[INFO] [stderr]     Checking headers-core v0.2.0
[INFO] [stderr]     Checking sync_wrapper v0.1.1
[INFO] [stderr]     Checking urlencoding v2.1.0
[INFO] [stderr]    Compiling argh_shared v0.1.6
[INFO] [stderr]     Checking tracing-subscriber v0.3.3
[INFO] [stderr]     Checking headers v0.3.5
[INFO] [stderr]    Compiling openssl-sys v0.9.71
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking parking_lot_core v0.8.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking socket2 v0.4.2
[INFO] [stderr]     Checking time v0.3.5
[INFO] [stderr]    Compiling aws-types v0.2.0
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking aws-smithy-types v0.32.0
[INFO] [stderr]     Checking aws-smithy-eventstream v0.32.0
[INFO] [stderr]     Checking aws-smithy-query v0.32.0
[INFO] [stderr]     Checking aws-smithy-json v0.32.0
[INFO] [stderr]     Checking sct v0.6.1
[INFO] [stderr]     Checking webpki v0.21.4
[INFO] [stderr]     Checking ct-logs v0.8.0
[INFO] [stderr]     Checking rustls v0.19.1
[INFO] [stderr]    Compiling tokio-macros v1.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.18
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling async-trait v0.1.51
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling argh_derive v0.1.6
[INFO] [stderr]     Checking rustls-native-certs v0.5.0
[INFO] [stderr]     Checking pin-project v1.0.8
[INFO] [stderr]     Checking argh v0.1.6
[INFO] [stderr]     Checking tracing v0.1.29
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]     Checking aws-smithy-xml v0.32.0
[INFO] [stderr]     Checking aws-sigv4 v0.2.0
[INFO] [stderr]     Checking serde v1.0.130
[INFO] [stderr]     Checking tower-http v0.1.2
[INFO] [stderr]     Checking futures-executor v0.3.18
[INFO] [stderr]     Checking futures v0.3.18
[INFO] [stderr]     Checking tokio-util v0.6.9
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking aws-smithy-async v0.32.0
[INFO] [stderr]     Checking tokio-rustls v0.22.0
[INFO] [stderr]     Checking h2 v0.3.7
[INFO] [stderr]     Checking tower v0.4.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.0
[INFO] [stderr]     Checking hyper v0.14.15
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking aws-smithy-http v0.32.0
[INFO] [stderr]     Checking hyper-rustls v0.22.1
[INFO] [stderr]     Checking axum v0.2.8
[INFO] [stderr]     Checking reqwest v0.11.7
[INFO] [stderr]     Checking cargolifter-core v0.3.1 (/opt/rustwide/workdir/core)
[INFO] [stderr]     Checking aws-smithy-http-tower v0.32.0
[INFO] [stderr]     Checking aws-http v0.2.0
[INFO] [stderr]     Checking aws-sig-auth v0.2.0
[INFO] [stderr]     Checking aws-endpoint v0.2.0
[INFO] [stderr]     Checking aws-smithy-client v0.32.0
[INFO] [stderr]     Checking aws-hyper v0.2.0
[INFO] [stderr]     Checking aws-sdk-sts v0.2.0
[INFO] [stderr]     Checking aws-sdk-s3 v0.2.0
[INFO] [stderr]     Checking cargolifter-backend-github v0.2.0 (/opt/rustwide/workdir/backend-github)
[INFO] [stderr]     Checking cargolifter-backend-gitlab v0.2.0 (/opt/rustwide/workdir/backend-gitlab)
[INFO] [stderr]     Checking cargolifter-backend-gitea v0.1.0 (/opt/rustwide/workdir/backend-gitea)
[INFO] [stderr]     Checking cargolifter-storage-filesystem v0.3.0 (/opt/rustwide/workdir/storage-filesystem)
[INFO] [stdout] warning: fields `id` and `state` are never read
[INFO] [stdout]   --> backend-github/src/models/close_pull_request.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  9 |     pub id: String,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 10 |     pub state: bool,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `sha`, `type`, and `url` are never read
[INFO] [stdout]   --> backend-github/src/models/create_branch.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Object {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 11 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 12 |     pub r#type: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 13 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Object` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `ref`, `node_id`, `url`, and `object` are never read
[INFO] [stdout]   --> backend-github/src/models/create_branch.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 18 |     pub r#ref: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 19 |     pub node_id: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 20 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 21 |     pub object: Object,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `url` and `id` are never read
[INFO] [stdout]   --> backend-github/src/models/create_pull_request.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 19 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 20 |     pub id: i64,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `node_id` is never read
[INFO] [stdout]  --> backend-github/src/models/get_branch.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Commit {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 5 |     pub sha: String,
[INFO] [stdout] 6 |     pub node_id: String,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Commit` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> backend-github/src/models/get_branch.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Response {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 12 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> backend-github/src/models/get_file.rs:5:9
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  5 |     pub r#type: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]  6 |     pub encoding: String,
[INFO] [stdout]  7 |     pub size: usize,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]  8 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]  9 |     pub path: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 13 |     pub git_url: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 14 |     pub html_url: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 15 |     pub download_url: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `sha`, `merged`, and `message` are never read
[INFO] [stdout]   --> backend-github/src/models/merge_pull_request.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 16 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 17 |     pub merged: bool,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 18 |     pub message: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> backend-github/src/models/update_file.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct Content {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 27 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 28 |     pub path: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 29 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 30 |     pub size: usize,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 31 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 32 |     pub git_url: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 33 |     pub html_url: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 34 |     pub download_url: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 35 |     pub r#type: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Content` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `url` and `sha` are never read
[INFO] [stdout]   --> backend-github/src/models/update_file.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct CommitTree {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 40 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 41 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CommitTree` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `url`, `html_url`, and `sha` are never read
[INFO] [stdout]   --> backend-github/src/models/update_file.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct CommitParent {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 46 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 47 |     pub html_url: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 48 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CommitParent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `verified`, `reason`, `signature`, and `paylouad` are never read
[INFO] [stdout]   --> backend-github/src/models/update_file.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct Verification {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 53 |     pub verified: bool,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 54 |     pub reason: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 55 |     pub signature: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 56 |     pub paylouad: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Verification` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> backend-github/src/models/update_file.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct Commit {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 61 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 62 |     pub node_id: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 63 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 64 |     pub html_url: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 65 |     pub committer: UserData,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 66 |     pub author: UserData,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 67 |     pub message: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 68 |     pub tree: CommitTree,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 69 |     pub parents: Vec<CommitParent>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 70 |     pub verification: Verification,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Commit` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `content` and `commit` are never read
[INFO] [stdout]   --> backend-github/src/models/update_file.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 75 |     pub content: Content,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 76 |     pub commit: Commit,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `sha` and `url` are never read
[INFO] [stdout]   --> backend-gitea/src/models/create_file.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Commit {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 16 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 17 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Commit` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `commit` is never read
[INFO] [stdout]   --> backend-gitea/src/models/create_file.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Response {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 22 |     pub commit: Commit,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> backend-gitea/src/models/create_merge_request.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Response {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 12 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `path` are never read
[INFO] [stdout]  --> backend-gitea/src/models/get_file.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Response {
[INFO] [stdout]   |            -------- fields in this struct
[INFO] [stdout] 5 |     pub name: String,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 6 |     pub path: String,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `sha` and `url` are never read
[INFO] [stdout]   --> backend-gitea/src/models/update_file.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Commit {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 19 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 20 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Commit` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `commit` is never read
[INFO] [stdout]   --> backend-gitea/src/models/update_file.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct Response {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 25 |     pub commit: Commit,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `iid`, `project_id`, and `title` are never read
[INFO] [stdout]   --> backend-gitlab/src/models/accept_merge_request.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 22 |     pub id: i32,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 23 |     pub iid: i32,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 24 |     pub project_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 25 |     pub title: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `file_path` and `branch` are never read
[INFO] [stdout]   --> backend-gitlab/src/models/create_file.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 20 |     pub file_path: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 21 |     pub branch: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `project_id`, and `title` are never read
[INFO] [stdout]   --> backend-gitlab/src/models/create_merge_request.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 34 |     pub id: i32,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 35 |     pub iid: u64,
[INFO] [stdout] 36 |     pub project_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 37 |     pub title: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> backend-gitlab/src/models/get_file.rs:5:9
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  5 |     pub file_name: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]  6 |     pub file_path: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]  7 |     pub size: usize,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub r#ref: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 12 |     pub blob_id: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 13 |     pub commit_id: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 14 |     pub last_commit_id: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `file_path` and `branch` are never read
[INFO] [stdout]   --> backend-gitlab/src/models/update_file.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 22 |     pub file_path: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 23 |     pub branch: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `sha` and `url` are never read
[INFO] [stdout]   --> backend-gitea/src/models/create_file.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Commit {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 16 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 17 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Commit` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `commit` is never read
[INFO] [stdout]   --> backend-gitea/src/models/create_file.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Response {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 22 |     pub commit: Commit,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> backend-gitea/src/models/create_merge_request.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Response {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 12 |     pub id: u64,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `path` are never read
[INFO] [stdout]  --> backend-gitea/src/models/get_file.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Response {
[INFO] [stdout]   |            -------- fields in this struct
[INFO] [stdout] 5 |     pub name: String,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 6 |     pub path: String,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `sha` and `url` are never read
[INFO] [stdout]   --> backend-gitea/src/models/update_file.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Commit {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 19 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 20 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Commit` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `commit` is never read
[INFO] [stdout]   --> backend-gitea/src/models/update_file.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct Response {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 25 |     pub commit: Commit,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `iid`, `project_id`, and `title` are never read
[INFO] [stdout]   --> backend-gitlab/src/models/accept_merge_request.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 22 |     pub id: i32,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 23 |     pub iid: i32,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 24 |     pub project_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 25 |     pub title: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `file_path` and `branch` are never read
[INFO] [stdout]   --> backend-gitlab/src/models/create_file.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 20 |     pub file_path: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 21 |     pub branch: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `project_id`, and `title` are never read
[INFO] [stdout]   --> backend-gitlab/src/models/create_merge_request.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 34 |     pub id: i32,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 35 |     pub iid: u64,
[INFO] [stdout] 36 |     pub project_id: i32,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 37 |     pub title: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> backend-gitlab/src/models/get_file.rs:5:9
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  5 |     pub file_name: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]  6 |     pub file_path: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]  7 |     pub size: usize,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub r#ref: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 12 |     pub blob_id: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 13 |     pub commit_id: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 14 |     pub last_commit_id: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `file_path` and `branch` are never read
[INFO] [stdout]   --> backend-gitlab/src/models/update_file.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 22 |     pub file_path: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 23 |     pub branch: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking aws-config v0.2.0
[INFO] [stdout] warning: fields `id` and `state` are never read
[INFO] [stdout]   --> backend-github/src/models/close_pull_request.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  9 |     pub id: String,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 10 |     pub state: bool,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `sha`, `type`, and `url` are never read
[INFO] [stdout]   --> backend-github/src/models/create_branch.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Object {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 11 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 12 |     pub r#type: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 13 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Object` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `ref`, `node_id`, `url`, and `object` are never read
[INFO] [stdout]   --> backend-github/src/models/create_branch.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 18 |     pub r#ref: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 19 |     pub node_id: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 20 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 21 |     pub object: Object,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `url` and `id` are never read
[INFO] [stdout]   --> backend-github/src/models/create_pull_request.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 19 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 20 |     pub id: i64,
[INFO] [stdout]    |         ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `node_id` is never read
[INFO] [stdout]  --> backend-github/src/models/get_branch.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Commit {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 5 |     pub sha: String,
[INFO] [stdout] 6 |     pub node_id: String,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Commit` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> backend-github/src/models/get_branch.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Response {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 12 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> backend-github/src/models/get_file.rs:5:9
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout]  5 |     pub r#type: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]  6 |     pub encoding: String,
[INFO] [stdout]  7 |     pub size: usize,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]  8 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]  9 |     pub path: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 13 |     pub git_url: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 14 |     pub html_url: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 15 |     pub download_url: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `sha`, `merged`, and `message` are never read
[INFO] [stdout]   --> backend-github/src/models/merge_pull_request.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 16 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 17 |     pub merged: bool,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 18 |     pub message: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> backend-github/src/models/update_file.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct Content {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 27 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 28 |     pub path: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 29 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 30 |     pub size: usize,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 31 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 32 |     pub git_url: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 33 |     pub html_url: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 34 |     pub download_url: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 35 |     pub r#type: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Content` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `url` and `sha` are never read
[INFO] [stdout]   --> backend-github/src/models/update_file.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct CommitTree {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 40 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 41 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CommitTree` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `url`, `html_url`, and `sha` are never read
[INFO] [stdout]   --> backend-github/src/models/update_file.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct CommitParent {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 46 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 47 |     pub html_url: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 48 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CommitParent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `verified`, `reason`, `signature`, and `paylouad` are never read
[INFO] [stdout]   --> backend-github/src/models/update_file.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct Verification {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 53 |     pub verified: bool,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 54 |     pub reason: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 55 |     pub signature: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 56 |     pub paylouad: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Verification` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> backend-github/src/models/update_file.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct Commit {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 61 |     pub sha: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 62 |     pub node_id: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 63 |     pub url: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 64 |     pub html_url: String,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 65 |     pub committer: UserData,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 66 |     pub author: UserData,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 67 |     pub message: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 68 |     pub tree: CommitTree,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 69 |     pub parents: Vec<CommitParent>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 70 |     pub verification: Verification,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Commit` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `content` and `commit` are never read
[INFO] [stdout]   --> backend-github/src/models/update_file.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub struct Response {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 75 |     pub content: Content,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 76 |     pub commit: Commit,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cargolifter-web v0.2.0 (/opt/rustwide/workdir/web)
[INFO] [stderr]     Checking cargolifter-storage-s3 v0.3.1 (/opt/rustwide/workdir/storage-s3)
[INFO] [stderr]     Checking cargolifter v0.5.3 (/opt/rustwide/workdir/cargolifter)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.59s
[INFO] running `Command { std: "docker" "inspect" "1bcf340d3f9087e74a73d9f2afa71c45d6e47e254a323e80c5fee8372271644c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bcf340d3f9087e74a73d9f2afa71c45d6e47e254a323e80c5fee8372271644c", kill_on_drop: false }`
[INFO] [stdout] 1bcf340d3f9087e74a73d9f2afa71c45d6e47e254a323e80c5fee8372271644c
