[INFO] cloning repository https://github.com/zellij-org/rust-plugin-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zellij-org/rust-plugin-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzellij-org%2Frust-plugin-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzellij-org%2Frust-plugin-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 13bfff82ad0ef44bd430bbf58ea7c2b5a2ec013d
[INFO] checking zellij-org/rust-plugin-example against 1.95.0-beta.7 for beta-1.95-4
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzellij-org%2Frust-plugin-example" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/zellij-org/rust-plugin-example
[INFO] finished tweaking git repo https://github.com/zellij-org/rust-plugin-example
[INFO] tweaked toml for git repo https://github.com/zellij-org/rust-plugin-example written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zellij-org/rust-plugin-example on toolchain 1.95.0-beta.7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zellij-org/rust-plugin-example 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-beta.7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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-beta.7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e5b75d7facd81016cb9dec39c9f0cbf2a96ffaf559245fa090919bb6c081fd98
[INFO] running `Command { std: "docker" "start" "-a" "e5b75d7facd81016cb9dec39c9f0cbf2a96ffaf559245fa090919bb6c081fd98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e5b75d7facd81016cb9dec39c9f0cbf2a96ffaf559245fa090919bb6c081fd98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5b75d7facd81016cb9dec39c9f0cbf2a96ffaf559245fa090919bb6c081fd98", kill_on_drop: false }`
[INFO] [stdout] e5b75d7facd81016cb9dec39c9f0cbf2a96ffaf559245fa090919bb6c081fd98
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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-beta.7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ebfe234b0c27e6a0519604a699aa516114f92cbed2256cae3000d59385933905
[INFO] running `Command { std: "docker" "start" "-a" "ebfe234b0c27e6a0519604a699aa516114f92cbed2256cae3000d59385933905", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling rustix v0.37.20
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling regex-syntax v0.7.2
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking bytes v1.4.0
[INFO] [stderr]     Checking gimli v0.27.2
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]    Compiling anyhow v1.0.71
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling backtrace v0.3.67
[INFO] [stderr]    Compiling libnghttp2-sys v0.1.10+1.61.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling curl-sys v0.4.72+curl-8.6.0
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking object v0.30.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling libz-sys v1.1.16
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]     Checking addr2line v0.19.0
[INFO] [stderr]     Checking os_str_bytes v6.5.1
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling regex v1.8.4
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking concurrent-queue v2.2.0
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking smawk v0.3.1
[INFO] [stderr]     Checking is_ci v1.1.1
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking termcolor v1.2.0
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]     Checking textwrap v0.16.0
[INFO] [stderr]    Compiling curl v0.4.46
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking async-channel v1.8.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking socket2 v0.5.4
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]     Checking lock_api v0.4.6
[INFO] [stderr]    Compiling tempfile v3.6.0
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking waker-fn v1.1.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking parking v2.1.0
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]    Compiling isahc v1.7.2
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]    Compiling names v0.14.0
[INFO] [stderr]     Checking is-terminal v0.4.7
[INFO] [stderr]     Checking supports-unicode v2.0.0
[INFO] [stderr]     Checking supports-color v2.0.0
[INFO] [stderr]     Checking supports-hyperlinks v2.1.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking walkdir v2.3.3
[INFO] [stderr]     Checking vte v0.10.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking backtrace-ext v0.2.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sluice v0.5.5
[INFO] [stderr]    Compiling unicode-linebreak v0.1.4
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]     Checking thread-id v4.1.0
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]    Compiling include_dir_macros v0.7.3
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking castaway v0.1.2
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking log-mdc v0.1.0
[INFO] [stderr]     Checking lev_distance v0.1.1
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking cpufeatures v0.2.7
[INFO] [stderr]    Compiling doctest-file v1.1.1
[INFO] [stderr]     Checking arc-swap v1.6.0
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking sha2 v0.10.6
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking include_dir v0.7.3
[INFO] [stderr]     Checking colored v2.0.0
[INFO] [stderr]     Checking shellexpand v3.1.0
[INFO] [stderr]     Checking nix v0.23.2
[INFO] [stderr]     Checking directories v5.0.1
[INFO] [stderr]     Checking crossbeam v0.8.2
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking colorsys v0.6.7
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking strip-ansi-escapes v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.164
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling miette-derive v5.9.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking textwrap v0.15.2
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]    Compiling prost-derive v0.11.9
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking miette v5.9.0
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking kdl v4.6.0
[INFO] [stderr]     Checking log4rs v1.2.0
[INFO] [stderr]     Checking prost v0.11.9
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking clap_complete v3.2.5
[INFO] [stderr]     Checking suggest v0.4.0
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]     Checking interprocess v2.4.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking url v2.4.0
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking zellij-utils v0.44.0
[INFO] [stderr]     Checking zellij-tile v0.44.0
[INFO] [stderr]     Checking rust-plugin-example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `configuration`
[INFO] [stdout]   --> src/main.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn load(&mut self, configuration: BTreeMap<String, String>) {
[INFO] [stdout]    |                        ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_configuration`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let mut should_render = false;
[INFO] [stdout]    |             ----^^^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> src/main.rs:26:26
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn update(&mut self, event: Event) -> bool {
[INFO] [stdout]    |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let mut should_render = false;
[INFO] [stdout]    |             ----^^^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pipe_message`
[INFO] [stdout]   --> src/main.rs:33:25
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn pipe (&mut self, pipe_message: PipeMessage) -> bool {
[INFO] [stdout]    |                         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipe_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `configuration`
[INFO] [stdout]   --> src/main.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn load(&mut self, configuration: BTreeMap<String, String>) {
[INFO] [stdout]    |                        ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_configuration`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let mut should_render = false;
[INFO] [stdout]    |             ----^^^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> src/main.rs:26:26
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn update(&mut self, event: Event) -> bool {
[INFO] [stdout]    |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let mut should_render = false;
[INFO] [stdout]    |             ----^^^^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pipe_message`
[INFO] [stdout]   --> src/main.rs:33:25
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn pipe (&mut self, pipe_message: PipeMessage) -> bool {
[INFO] [stdout]    |                         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pipe_message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
[INFO] running `Command { std: "docker" "inspect" "ebfe234b0c27e6a0519604a699aa516114f92cbed2256cae3000d59385933905", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebfe234b0c27e6a0519604a699aa516114f92cbed2256cae3000d59385933905", kill_on_drop: false }`
[INFO] [stdout] ebfe234b0c27e6a0519604a699aa516114f92cbed2256cae3000d59385933905
