[INFO] cloning repository https://github.com/brkfce/the-news
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/brkfce/the-news" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrkfce%2Fthe-news", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrkfce%2Fthe-news'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c8c97002eed11c62512587de00adbeb2843a400d
[INFO] checking brkfce/the-news against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrkfce%2Fthe-news" "/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/brkfce/the-news
[INFO] finished tweaking git repo https://github.com/brkfce/the-news
[INFO] tweaked toml for git repo https://github.com/brkfce/the-news written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/brkfce/the-news 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/brkfce/the-news 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]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.38
[INFO] [stderr]   Downloaded syn v1.0.93
[INFO] [stderr]   Downloaded libc v0.2.125
[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] b1de779d4bc6ea4920b3ecb2e4c3e9f1d4633fccff5142a1d44e00526a44fb1a
[INFO] running `Command { std: "docker" "start" "-a" "b1de779d4bc6ea4920b3ecb2e4c3e9f1d4633fccff5142a1d44e00526a44fb1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b1de779d4bc6ea4920b3ecb2e4c3e9f1d4633fccff5142a1d44e00526a44fb1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1de779d4bc6ea4920b3ecb2e4c3e9f1d4633fccff5142a1d44e00526a44fb1a", kill_on_drop: false }`
[INFO] [stdout] b1de779d4bc6ea4920b3ecb2e4c3e9f1d4633fccff5142a1d44e00526a44fb1a
[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] 41d1f453b50f2032e642b26ffa31f4ff5da6ea6ce25e5f260abbd133d3f6e9b0
[INFO] running `Command { std: "docker" "start" "-a" "41d1f453b50f2032e642b26ffa31f4ff5da6ea6ce25e5f260abbd133d3f6e9b0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.38
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling syn v1.0.93
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling openssl-sys v0.9.73
[INFO] [stderr]    Compiling openssl v0.10.40
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]     Checking http v0.2.7
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking futures-util v0.3.21
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]     Checking ipnet v2.5.0
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking mio v0.8.3
[INFO] [stderr]     Checking http-body v0.4.4
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]     Checking parking_lot v0.12.0
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]     Checking tokio v1.18.2
[INFO] [stderr]     Checking tracing v0.1.34
[INFO] [stderr]     Checking tokio-util v0.7.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking h2 v0.3.13
[INFO] [stderr]     Checking serde_json v1.0.81
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking hyper v0.14.18
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.10
[INFO] [stderr]     Checking the-news v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `status` and `total_results` are never read
[INFO] [stdout]   --> src/fetch_data.rs:10:6
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct ResponseObject {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 10 |     pub status: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 11 |     pub total_results: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ResponseObject` 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 `source`, `author`, `url_to_image`, `published_at`, and `content` are never read
[INFO] [stdout]   --> src/fetch_data.rs:17:6
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct ArticleObject {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 17 |     pub source: ArticleSourceObject,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 18 |     pub author: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub url_to_image: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 23 |     pub published_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 24 |     pub content: String
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ArticleObject` 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` and `name` are never read
[INFO] [stdout]   --> src/fetch_data.rs:30:6
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct ArticleSourceObject {
[INFO] [stdout]    |            ------------------- fields in this struct
[INFO] [stdout] 30 |     pub id: String,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 31 |     pub name: String
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ArticleSourceObject` 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 `number_of_headlines` is never read
[INFO] [stdout]   --> src/config.rs:22:6
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Config {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub number_of_headlines: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Config` 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 `status` and `total_results` are never read
[INFO] [stdout]   --> src/fetch_data.rs:10:6
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct ResponseObject {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 10 |     pub status: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 11 |     pub total_results: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ResponseObject` 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 `source`, `author`, `url_to_image`, `published_at`, and `content` are never read
[INFO] [stdout]   --> src/fetch_data.rs:17:6
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct ArticleObject {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 17 |     pub source: ArticleSourceObject,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 18 |     pub author: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub url_to_image: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 23 |     pub published_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 24 |     pub content: String
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ArticleObject` 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` and `name` are never read
[INFO] [stdout]   --> src/fetch_data.rs:30:6
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct ArticleSourceObject {
[INFO] [stdout]    |            ------------------- fields in this struct
[INFO] [stdout] 30 |     pub id: String,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 31 |     pub name: String
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ArticleSourceObject` 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 `number_of_headlines` is never read
[INFO] [stdout]   --> src/config.rs:22:6
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Config {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub number_of_headlines: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Config` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.60s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.40
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "41d1f453b50f2032e642b26ffa31f4ff5da6ea6ce25e5f260abbd133d3f6e9b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41d1f453b50f2032e642b26ffa31f4ff5da6ea6ce25e5f260abbd133d3f6e9b0", kill_on_drop: false }`
[INFO] [stdout] 41d1f453b50f2032e642b26ffa31f4ff5da6ea6ce25e5f260abbd133d3f6e9b0
