[INFO] cloning repository https://github.com/globin/fr24-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/globin/fr24-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fglobin%2Ffr24-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fglobin%2Ffr24-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b53de5e4176b17d12e5fd0a35631dcc459ebe223
[INFO] checking globin/fr24-rs against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fglobin%2Ffr24-rs" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/globin/fr24-rs
[INFO] finished tweaking git repo https://github.com/globin/fr24-rs
[INFO] tweaked toml for git repo https://github.com/globin/fr24-rs written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/globin/fr24-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/globin/fr24-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]  Downloading crates ...
[INFO] [stderr]   Downloaded anyhow v1.0.65
[INFO] [stderr]   Downloaded clap_derive v4.0.9
[INFO] [stderr]   Downloaded reqwest v0.11.12
[INFO] [stderr]   Downloaded clap v4.0.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 3582500e2ae903a77604488ce8c0a263abf37adab70a7730cdbd50f17b07b3c3
[INFO] running `Command { std: "docker" "start" "-a" "3582500e2ae903a77604488ce8c0a263abf37adab70a7730cdbd50f17b07b3c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3582500e2ae903a77604488ce8c0a263abf37adab70a7730cdbd50f17b07b3c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3582500e2ae903a77604488ce8c0a263abf37adab70a7730cdbd50f17b07b3c3", kill_on_drop: false }`
[INFO] [stdout] 3582500e2ae903a77604488ce8c0a263abf37adab70a7730cdbd50f17b07b3c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] fd430d8499df40287f6dcb2e871e884da00f4873f4558688240a830ae6cea09b
[INFO] running `Command { std: "docker" "start" "-a" "fd430d8499df40287f6dcb2e871e884da00f4873f4558688240a830ae6cea09b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.46
[INFO] [stderr]    Compiling syn v1.0.101
[INFO] [stderr]    Compiling libc v0.2.134
[INFO] [stderr]     Checking once_cell v1.15.0
[INFO] [stderr]    Compiling futures-core v0.3.24
[INFO] [stderr]     Checking bytes v1.2.1
[INFO] [stderr]     Checking futures-sink v0.3.24
[INFO] [stderr]    Compiling futures-task v0.3.24
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling futures-channel v0.3.24
[INFO] [stderr]    Compiling tokio v1.21.2
[INFO] [stderr]    Compiling futures-util v0.3.24
[INFO] [stderr]    Compiling serde_derive v1.0.145
[INFO] [stderr]     Checking futures-io v0.3.24
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling serde v1.0.145
[INFO] [stderr]    Compiling rustls v0.20.6
[INFO] [stderr]     Checking tracing-core v0.1.29
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]     Checking regex-syntax v0.6.27
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]     Checking os_str_bytes v6.3.0
[INFO] [stderr]    Compiling anyhow v1.0.65
[INFO] [stderr]     Checking rustls-pemfile v1.0.1
[INFO] [stderr]     Checking thread_local v1.1.4
[INFO] [stderr]     Checking iana-time-zone v0.1.50
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]     Checking clap_lex v0.3.0
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking mio v0.8.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking socket2 v0.4.7
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking regex v1.6.0
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking webpki v0.22.0
[INFO] [stderr]     Checking sct v0.7.0
[INFO] [stderr]     Checking webpki-roots v0.22.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.22
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling futures-macro v0.3.24
[INFO] [stderr]    Compiling clap_derive v4.0.9
[INFO] [stderr]     Checking tracing v0.1.36
[INFO] [stderr]     Checking tracing-subscriber v0.3.15
[INFO] [stderr]     Checking clap v4.0.9
[INFO] [stderr]     Checking tokio-util v0.7.4
[INFO] [stderr]     Checking tokio-rustls v0.23.4
[INFO] [stderr]     Checking h2 v0.3.14
[INFO] [stderr]     Checking futures-executor v0.3.24
[INFO] [stderr]     Checking futures v0.3.24
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking chrono v0.4.22
[INFO] [stderr]     Checking hyper v0.14.20
[INFO] [stderr]     Checking hyper-rustls v0.23.0
[INFO] [stderr]     Checking reqwest v0.11.12
[INFO] [stderr]     Checking fr24 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Date`
[INFO] [stdout]  --> src/flight_history.rs:4:85
[INFO] [stdout]   |
[INFO] [stdout] 4 | use chrono::{serde::ts_seconds_option, DateTime, Datelike, NaiveTime, Utc, Weekday, Date, NaiveDate};
[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: `Date`
[INFO] [stdout]  --> src/flight_history.rs:4:85
[INFO] [stdout]   |
[INFO] [stdout] 4 | use chrono::{serde::ts_seconds_option, DateTime, Datelike, NaiveTime, Utc, Weekday, Date, NaiveDate};
[INFO] [stdout]   |                                                                                     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `text` is never read
[INFO] [stdout]   --> src/flight_history.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct Model {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 21 |     code: String,
[INFO] [stdout] 22 |     text: Option<String>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Model` 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 `registration`, `hex`, and `serial_no` are never read
[INFO] [stdout]   --> src/flight_history.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Aircraft {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 26 |     model: Model,
[INFO] [stdout] 27 |     registration: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 28 |     hex: Option<String>,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 29 |     #[serde(rename = "serialNo")]
[INFO] [stdout] 30 |     serial_no: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Aircraft` 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 `iata` is never read
[INFO] [stdout]   --> src/flight_history.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Code {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 35 |     iata: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Code` 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 `code` are never read
[INFO] [stdout]   --> src/flight_history.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct Airline {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 40 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 41 |     code: Code,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Airline` 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]   --> src/flight_history.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct Airport {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 46 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Airport` 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 `real` and `estimated` are never read
[INFO] [stdout]   --> src/flight_history.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct TimeData {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 64 |     scheduled: Times,
[INFO] [stdout] 65 |     real: Times,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 66 |     estimated: Times,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TimeData` 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 `airline` is never read
[INFO] [stdout]   --> src/flight_history.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct Flight {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 71 |     aircraft: Aircraft,
[INFO] [stdout] 72 |     airline: Option<Airline>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Flight` 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 `current` is never read
[INFO] [stdout]   --> src/flight_history.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub struct PageData {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 80 |     current: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PageData` 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 `page` is never read
[INFO] [stdout]   --> src/flight_history.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub struct FlightApiResponse {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 84 |     data: Option<Vec<Flight>>,
[INFO] [stdout] 85 |     page: PageData,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FlightApiResponse` 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 `text` is never read
[INFO] [stdout]   --> src/flight_history.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct Model {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 21 |     code: String,
[INFO] [stdout] 22 |     text: Option<String>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Model` 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 `registration`, `hex`, and `serial_no` are never read
[INFO] [stdout]   --> src/flight_history.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Aircraft {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 26 |     model: Model,
[INFO] [stdout] 27 |     registration: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 28 |     hex: Option<String>,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 29 |     #[serde(rename = "serialNo")]
[INFO] [stdout] 30 |     serial_no: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Aircraft` 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 `iata` is never read
[INFO] [stdout]   --> src/flight_history.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Code {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] 35 |     iata: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Code` 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 `code` are never read
[INFO] [stdout]   --> src/flight_history.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct Airline {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 40 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 41 |     code: Code,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Airline` 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]   --> src/flight_history.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub struct Airport {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 46 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Airport` 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 `real` and `estimated` are never read
[INFO] [stdout]   --> src/flight_history.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct TimeData {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 64 |     scheduled: Times,
[INFO] [stdout] 65 |     real: Times,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 66 |     estimated: Times,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TimeData` 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 `airline` is never read
[INFO] [stdout]   --> src/flight_history.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct Flight {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 71 |     aircraft: Aircraft,
[INFO] [stdout] 72 |     airline: Option<Airline>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Flight` 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 `current` is never read
[INFO] [stdout]   --> src/flight_history.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub struct PageData {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 80 |     current: u64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PageData` 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 `page` is never read
[INFO] [stdout]   --> src/flight_history.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub struct FlightApiResponse {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 84 |     data: Option<Vec<Flight>>,
[INFO] [stdout] 85 |     page: PageData,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FlightApiResponse` 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 28.52s
[INFO] running `Command { std: "docker" "inspect" "fd430d8499df40287f6dcb2e871e884da00f4873f4558688240a830ae6cea09b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd430d8499df40287f6dcb2e871e884da00f4873f4558688240a830ae6cea09b", kill_on_drop: false }`
[INFO] [stdout] fd430d8499df40287f6dcb2e871e884da00f4873f4558688240a830ae6cea09b
