[INFO] cloning repository https://github.com/noahdahlman/polygon-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/noahdahlman/polygon-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoahdahlman%2Fpolygon-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoahdahlman%2Fpolygon-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f9992f28308bdb4d5b2ff369f0311f0163c4be36
[INFO] checking noahdahlman/polygon-rs against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoahdahlman%2Fpolygon-rs" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/noahdahlman/polygon-rs
[INFO] finished tweaking git repo https://github.com/noahdahlman/polygon-rs
[INFO] tweaked toml for git repo https://github.com/noahdahlman/polygon-rs written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/noahdahlman/polygon-rs 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/noahdahlman/polygon-rs 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]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded futures-io v0.3.26
[INFO] [stderr]   Downloaded similar v2.2.1
[INFO] [stderr]   Downloaded proc-macro2 v1.0.50
[INFO] [stderr]   Downloaded mockall v0.11.3
[INFO] [stderr]   Downloaded mockall_derive v0.11.3
[INFO] [stderr]   Downloaded mockito v0.32.3
[INFO] [stderr]   Downloaded security-framework v2.8.1
[INFO] [stderr]   Downloaded rayon-core v1.10.2
[INFO] [stderr]   Downloaded csv v1.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 9cdf4467fdbe4745d411d83d7cad9c0c1ac355a74578d3a067ca121d2a7bcf98
[INFO] running `Command { std: "docker" "start" "-a" "9cdf4467fdbe4745d411d83d7cad9c0c1ac355a74578d3a067ca121d2a7bcf98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9cdf4467fdbe4745d411d83d7cad9c0c1ac355a74578d3a067ca121d2a7bcf98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cdf4467fdbe4745d411d83d7cad9c0c1ac355a74578d3a067ca121d2a7bcf98", kill_on_drop: false }`
[INFO] [stdout] 9cdf4467fdbe4745d411d83d7cad9c0c1ac355a74578d3a067ca121d2a7bcf98
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 4ca611a11ca505ee89b4afddea7649bce920e55002d0c5559183f63e75d9746d
[INFO] running `Command { std: "docker" "start" "-a" "4ca611a11ca505ee89b4afddea7649bce920e55002d0c5559183f63e75d9746d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.50
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling parking_lot_core v0.9.6
[INFO] [stderr]     Checking bytes v1.3.0
[INFO] [stderr]    Compiling tokio v1.25.0
[INFO] [stderr]     Checking futures-sink v0.3.25
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling cc v1.0.78
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]     Checking futures-io v0.3.26
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling openssl v0.10.45
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.13
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]    Compiling async-trait v0.1.64
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling rayon-core v1.10.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]     Checking predicates-core v1.0.5
[INFO] [stderr]     Checking plotters-backend v0.3.4
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]     Checking deadpool-runtime v0.1.2
[INFO] [stderr]     Checking ipnet v2.7.1
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking termtree v0.4.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]     Checking retain_mut v0.1.9
[INFO] [stderr]     Checking criterion-plot v0.4.5
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking predicates-tree v1.0.7
[INFO] [stderr]     Checking colored v2.0.0
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking similar v2.2.1
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]     Checking fragile v2.0.0
[INFO] [stderr]     Checking plotters-svg v0.3.3
[INFO] [stderr]     Checking crossbeam-deque v0.8.2
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]     Checking plotters v0.3.4
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]     Checking predicates v2.1.5
[INFO] [stderr]     Checking rayon v1.6.1
[INFO] [stderr]    Compiling openssl-sys v0.9.80
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling mockall_derive v0.11.3
[INFO] [stderr]     Checking mockall v0.11.3
[INFO] [stderr]     Checking serde v1.0.152
[INFO] [stderr]     Checking futures-executor v0.3.25
[INFO] [stderr]     Checking futures v0.3.25
[INFO] [stderr]     Checking tokio-util v0.7.4
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking deadpool v0.9.5
[INFO] [stderr]     Checking h2 v0.3.15
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking csv v1.2.0
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking hyper v0.14.23
[INFO] [stderr]     Checking criterion v0.3.6
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking mockito v0.32.3
[INFO] [stderr]     Checking reqwest v0.11.14
[INFO] [stderr]     Checking poly-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Ticker`
[INFO] [stdout]  --> src/polygon/api.rs:2:37
[INFO] [stdout]   |
[INFO] [stdout] 2 | use super::common::{ResponseObject, Ticker};
[INFO] [stdout]   |                                     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs::File`
[INFO] [stdout]  --> src/polygon/common.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]  --> src/polygon/common.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::io::Write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs::File`
[INFO] [stdout]  --> src/polygon/common.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `financials` is never used
[INFO] [stdout]   --> src/polygon/api.rs:74:18
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl Polygon {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub async fn financials(&self, symbol: String) -> Result<ResponseObject> {
[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 `Ticker` is never constructed
[INFO] [stdout]   --> src/polygon/common.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Ticker {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FINANCIALS` is never used
[INFO] [stdout]  --> src/polygon/constants.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub const FINANCIALS: &str = "/vX/reference/financials";
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `save` is never used
[INFO] [stdout]   --> src/polygon/common.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl ResponseObject {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] 48 |     pub fn save(&self) {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.57s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.45
[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" "4ca611a11ca505ee89b4afddea7649bce920e55002d0c5559183f63e75d9746d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ca611a11ca505ee89b4afddea7649bce920e55002d0c5559183f63e75d9746d", kill_on_drop: false }`
[INFO] [stdout] 4ca611a11ca505ee89b4afddea7649bce920e55002d0c5559183f63e75d9746d
