[INFO] cloning repository https://github.com/jonot-cyber/nasin [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jonot-cyber/nasin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonot-cyber%2Fnasin", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonot-cyber%2Fnasin'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1aedca2a94c799821e781bf1052a8991fe2b6361 [INFO] checking jonot-cyber/nasin against try#c4ca24658d934444a28db36abebef17a8651701a for pr-144156 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonot-cyber%2Fnasin" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jonot-cyber/nasin [INFO] finished tweaking git repo https://github.com/jonot-cyber/nasin [INFO] tweaked toml for git repo https://github.com/jonot-cyber/nasin written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jonot-cyber/nasin on toolchain c4ca24658d934444a28db36abebef17a8651701a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c4ca24658d934444a28db36abebef17a8651701a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jonot-cyber/nasin 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" "+c4ca24658d934444a28db36abebef17a8651701a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+c4ca24658d934444a28db36abebef17a8651701a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b53884c50843483fb136105727612f1ef8f7e69045e15345df45640a78dbac6 [INFO] running `Command { std: "docker" "start" "-a" "0b53884c50843483fb136105727612f1ef8f7e69045e15345df45640a78dbac6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b53884c50843483fb136105727612f1ef8f7e69045e15345df45640a78dbac6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b53884c50843483fb136105727612f1ef8f7e69045e15345df45640a78dbac6", kill_on_drop: false }` [INFO] [stdout] 0b53884c50843483fb136105727612f1ef8f7e69045e15345df45640a78dbac6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+c4ca24658d934444a28db36abebef17a8651701a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 284b32f23f05c812a34757054a01bb2d4412ce2d26d416673d8bd3ff1a589ceb [INFO] running `Command { std: "docker" "start" "-a" "284b32f23f05c812a34757054a01bb2d4412ce2d26d416673d8bd3ff1a589ceb", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling winnow v0.7.8 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling target-lexicon v0.12.14 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking ryu v1.0.17 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking itoa v1.0.10 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling cfg-expr v0.15.7 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Checking foldhash v0.1.5 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Compiling gio v0.19.2 [INFO] [stderr] Checking unicode-segmentation v1.12.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking castaway v0.2.3 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Checking compact_str v0.8.1 [INFO] [stderr] Checking unicode-width v0.2.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Compiling rstest_macros v0.23.0 [INFO] [stderr] Checking signal-hook-mio v0.2.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling anyhow v1.0.80 [INFO] [stderr] Checking lru v0.12.5 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Compiling cc v1.2.18 [INFO] [stderr] Compiling field-offset v0.3.6 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking crossterm v0.28.1 [INFO] [stderr] Checking unicode-truncate v1.1.0 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking gimli v0.28.1 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking object v0.32.2 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Compiling toml_datetime v0.6.9 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Checking owo-colors v3.5.0 [INFO] [stderr] Compiling toml_edit v0.22.26 [INFO] [stderr] Checking font8x8 v0.3.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking iana-time-zone v0.1.63 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking tracing-error v0.2.1 [INFO] [stderr] Checking color-spantrace v0.2.1 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Checking addr2line v0.21.0 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling toml v0.8.11 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling derive-getters v0.5.0 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling system-deps v6.2.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling glib-macros v0.19.2 [INFO] [stderr] Compiling gtk4-macros v0.8.1 [INFO] [stderr] Checking color-eyre v0.6.3 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling glib-sys v0.19.0 [INFO] [stderr] Compiling gobject-sys v0.19.0 [INFO] [stderr] Compiling gio-sys v0.19.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.19.0 [INFO] [stderr] Compiling cairo-sys-rs v0.19.2 [INFO] [stderr] Compiling pango-sys v0.19.0 [INFO] [stderr] Compiling graphene-sys v0.19.0 [INFO] [stderr] Compiling gdk4-sys v0.8.1 [INFO] [stderr] Compiling gsk4-sys v0.8.1 [INFO] [stderr] Compiling gtk4-sys v0.8.1 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Compiling libadwaita-sys v0.6.0 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Checking crossterm v0.29.0 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling instability v0.3.7 [INFO] [stderr] Compiling derive_setters v0.1.6 [INFO] [stderr] Checking ratatui v0.29.0 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Checking derive_builder v0.20.2 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking glib v0.19.2 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking rstest v0.23.0 [INFO] [stderr] Checking ratatui-macros v0.6.0 [INFO] [stderr] Checking tui-big-text v0.7.1 [INFO] [stderr] Checking tui-popup v0.6.0 [INFO] [stderr] Checking tui-scrollview v0.5.1 [INFO] [stderr] Checking tui-prompts v0.5.0 [INFO] [stderr] Checking tui-widgets v0.4.1 [INFO] [stderr] Checking chrono v0.4.40 [INFO] [stderr] Checking cairo-rs v0.19.2 [INFO] [stderr] Checking graphene-rs v0.19.2 [INFO] [stderr] Checking pango v0.19.2 [INFO] [stderr] Checking gdk-pixbuf v0.19.2 [INFO] [stderr] Checking gdk4 v0.8.1 [INFO] [stderr] Checking gsk4 v0.8.1 [INFO] [stderr] Checking gtk4 v0.8.1 [INFO] [stderr] Checking libadwaita v0.6.0 [INFO] [stderr] Checking nasin v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Paragraph` and `style::Stylize` [INFO] [stdout] --> src/bin/nasin-tui/add.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | style::Stylize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 8 | widgets::{Paragraph, Widget}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Paragraph` and `style::Stylize` [INFO] [stdout] --> src/bin/nasin-tui/add.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | style::Stylize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 8 | widgets::{Paragraph, Widget}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Widget` [INFO] [stdout] --> src/bin/nasin-tui/add.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | widgets::{Paragraph, Widget}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Widget` [INFO] [stdout] --> src/bin/nasin-tui/add.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | widgets::{Paragraph, Widget}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bin/nasin-tui/main.rs:125:22 [INFO] [stdout] | [INFO] [stdout] 125 | fn task_to_row(task: &Task, highlight: bool) -> Row { [INFO] [stdout] | ^^^^^ --- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 125 | fn task_to_row(task: &Task, highlight: bool) -> Row<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bin/nasin-tui/main.rs:125:22 [INFO] [stdout] | [INFO] [stdout] 125 | fn task_to_row(task: &Task, highlight: bool) -> Row { [INFO] [stdout] | ^^^^^ --- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 125 | fn task_to_row(task: &Task, highlight: bool) -> Row<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s [INFO] running `Command { std: "docker" "inspect" "284b32f23f05c812a34757054a01bb2d4412ce2d26d416673d8bd3ff1a589ceb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "284b32f23f05c812a34757054a01bb2d4412ce2d26d416673d8bd3ff1a589ceb", kill_on_drop: false }` [INFO] [stdout] 284b32f23f05c812a34757054a01bb2d4412ce2d26d416673d8bd3ff1a589ceb