[INFO] cloning repository https://github.com/exsinod/aws-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/exsinod/aws-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fexsinod%2Faws-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fexsinod%2Faws-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 13d962aad781ce7e0610a3a356cf7b33c8b826ce
[INFO] checking exsinod/aws-cli against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fexsinod%2Faws-cli" "/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/exsinod/aws-cli
[INFO] finished tweaking git repo https://github.com/exsinod/aws-cli
[INFO] tweaked toml for git repo https://github.com/exsinod/aws-cli written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/exsinod/aws-cli 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/exsinod/aws-cli 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 wasm-bindgen-macro v0.2.88
[INFO] [stderr]   Downloaded lru v0.12.0
[INFO] [stderr]   Downloaded indoc v2.0.4
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.88
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.88
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.88
[INFO] [stderr]   Downloaded ahash v0.8.4
[INFO] [stderr]   Downloaded zerocopy v0.7.11
[INFO] [stderr]   Downloaded js-sys v0.3.65
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.88
[INFO] [stderr]   Downloaded ratatui v0.24.0
[INFO] [stderr]   Downloaded zerocopy-derive v0.7.11
[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] 53953bff75a57668b225ecccdcb5eb19b4a8a2f56d3192bce87f210f259b836a
[INFO] running `Command { std: "docker" "start" "-a" "53953bff75a57668b225ecccdcb5eb19b4a8a2f56d3192bce87f210f259b836a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "53953bff75a57668b225ecccdcb5eb19b4a8a2f56d3192bce87f210f259b836a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53953bff75a57668b225ecccdcb5eb19b4a8a2f56d3192bce87f210f259b836a", kill_on_drop: false }`
[INFO] [stdout] 53953bff75a57668b225ecccdcb5eb19b4a8a2f56d3192bce87f210f259b836a
[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] 512bb6bc622b0b9ddb9b1730ae81a8715023fe15a4b3dfd87656df1bde792122
[INFO] running `Command { std: "docker" "start" "-a" "512bb6bc622b0b9ddb9b1730ae81a8715023fe15a4b3dfd87656df1bde792122", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling serde v1.0.192
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling ahash v0.8.4
[INFO] [stderr]     Checking smallvec v1.11.1
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]     Checking zerocopy v0.7.11
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking destructure_traitobject v0.2.0
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking unsafe-any-ors v1.0.0
[INFO] [stderr]     Checking hashbrown v0.14.2
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking iana-time-zone v0.1.58
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking lru v0.12.0
[INFO] [stderr]     Checking thread-id v4.2.1
[INFO] [stderr]     Checking typemap-ors v1.0.0
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking log-mdc v0.1.0
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling indoc v2.0.4
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]    Compiling serde_derive v1.0.192
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking serde_yaml v0.8.26
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking log4rs v1.2.0
[INFO] [stderr]     Checking ratatui v0.24.0
[INFO] [stderr]     Checking aws_cli v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `self`, `thread`, and `time::Duration`
[INFO] [stdout]  --> src/widget_data_store.rs:2:18
[INFO] [stdout]   |
[INFO] [stdout] 2 |     sync::mpsc::{self, Receiver, Sender},
[INFO] [stdout]   |                  ^^^^
[INFO] [stdout] 3 |     thread,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 4 |     time::Duration,
[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 `direction` is never read
[INFO] [stdout]   --> src/ui.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct UITransform {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 11 |     pub direction: Option<crate::Direction>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `UITransform` has a derived impl for the trait `Clone`, 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: trait `ShowUI` is never used
[INFO] [stdout]   --> src/ui.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub trait ShowUI<'a> {
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `draw_frame` is never read
[INFO] [stdout]   --> src/ui.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct MainLayoutUI<'a> {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] 42 |     pub draw_frame: Option<fn() -> &'a mut Frame<'a>>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MainLayoutUI` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `ui_transform` is never read
[INFO] [stdout]    --> src/ui.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout]  96 | pub struct UI<'a> {
[INFO] [stdout]     |            -- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub ui_transform: UITransform,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/structs.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[derive(Debug, Default, Clone, PartialEq)]
[INFO] [stdout]    |                                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 64 |     pub initiate_thread: Option<fn(action_tx: &Sender<TUIAction>)>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `direction` is never read
[INFO] [stdout]   --> src/ui.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct UITransform {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 11 |     pub direction: Option<crate::Direction>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `UITransform` has a derived impl for the trait `Clone`, 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: trait `ShowUI` is never used
[INFO] [stdout]   --> src/ui.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub trait ShowUI<'a> {
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `draw_frame` is never read
[INFO] [stdout]   --> src/ui.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct MainLayoutUI<'a> {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] 42 |     pub draw_frame: Option<fn() -> &'a mut Frame<'a>>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MainLayoutUI` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `ui_transform` is never read
[INFO] [stdout]    --> src/ui.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout]  96 | pub struct UI<'a> {
[INFO] [stdout]     |            -- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub ui_transform: UITransform,
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/structs.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[derive(Debug, Default, Clone, PartialEq)]
[INFO] [stdout]    |                                 --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 64 |     pub initiate_thread: Option<fn(action_tx: &Sender<TUIAction>)>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.78s
[INFO] running `Command { std: "docker" "inspect" "512bb6bc622b0b9ddb9b1730ae81a8715023fe15a4b3dfd87656df1bde792122", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "512bb6bc622b0b9ddb9b1730ae81a8715023fe15a4b3dfd87656df1bde792122", kill_on_drop: false }`
[INFO] [stdout] 512bb6bc622b0b9ddb9b1730ae81a8715023fe15a4b3dfd87656df1bde792122
