[INFO] cloning repository https://github.com/teranth/ltm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/teranth/ltm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteranth%2Fltm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteranth%2Fltm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3df2e249cd4f86202a60c2a331109c180b97a240 [INFO] testing teranth/ltm against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteranth%2Fltm" "/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/teranth/ltm [INFO] finished tweaking git repo https://github.com/teranth/ltm [INFO] tweaked toml for git repo https://github.com/teranth/ltm written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/teranth/ltm on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/teranth/ltm 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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5bf12778674228c7dfcfbd9847aff52ac27d789e8f0578535e735aecdc0e6039 [INFO] running `Command { std: "docker" "start" "-a" "5bf12778674228c7dfcfbd9847aff52ac27d789e8f0578535e735aecdc0e6039", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5bf12778674228c7dfcfbd9847aff52ac27d789e8f0578535e735aecdc0e6039", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bf12778674228c7dfcfbd9847aff52ac27d789e8f0578535e735aecdc0e6039", kill_on_drop: false }` [INFO] [stdout] 5bf12778674228c7dfcfbd9847aff52ac27d789e8f0578535e735aecdc0e6039 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02e75f3de90196c7f5d4c053e67866b014324686e933c704a5e1aa90c419131d [INFO] running `Command { std: "docker" "start" "-a" "02e75f3de90196c7f5d4c053e67866b014324686e933c704a5e1aa90c419131d", kill_on_drop: false }` [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling cc v1.2.25 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling crc v3.3.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling libsqlite3-sys v0.27.0 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling sqlformat v0.2.6 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling zerovec v0.11.2 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling portable-atomic v1.11.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling clap_builder v4.5.39 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling bytecount v0.6.8 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling papergrid v0.10.0 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling clap v4.5.39 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling tabled_derive v0.6.0 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Compiling dialoguer v0.11.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling edit v0.1.5 [INFO] [stderr] Compiling indicatif v0.17.11 [INFO] [stderr] Compiling tabled v0.14.0 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling sqlx-core v0.7.4 [INFO] [stderr] Compiling clap_complete v4.5.56 [INFO] [stderr] Compiling terminal_size v0.3.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling sqlx-sqlite v0.7.4 [INFO] [stderr] Compiling sqlx-macros-core v0.7.4 [INFO] [stderr] Compiling sqlx-macros v0.7.4 [INFO] [stderr] Compiling sqlx v0.7.4 [INFO] [stderr] Compiling lticket v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `format_project_summary` is never used [INFO] [stdout] --> src/formatting.rs:251:8 [INFO] [stdout] | [INFO] [stdout] 251 | pub fn format_project_summary(project: &str, summary: &ProjectSummary) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_ticket_list_json_pretty` is never used [INFO] [stdout] --> src/json_formatting.rs:73:8 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn format_ticket_list_json_pretty(tickets: &[Ticket], project_filter: Option<&str>) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_ticket_details_json_pretty` is never used [INFO] [stdout] --> src/json_formatting.rs:92:8 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn format_ticket_details_json_pretty(ticket: &Ticket, comments: &[Comment], time_logs: &[TimeLog]) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_project_summary_json_pretty` is never used [INFO] [stdout] --> src/json_formatting.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn format_project_summary_json_pretty(project: &str, summary: &ProjectSummary) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_error_json_pretty` is never used [INFO] [stdout] --> src/json_formatting.rs:167:8 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn format_error_json_pretty(error: &ValidationError) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `confirm_action` is never used [INFO] [stdout] --> src/interactive.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn confirm_action(message: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `confirm_action_default_yes` is never used [INFO] [stdout] --> src/interactive.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn confirm_action_default_yes(message: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_determinate_progress_bar` is never used [INFO] [stdout] --> src/feedback.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn create_determinate_progress_bar(total: u64, message: &str) -> ProgressBar { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s [INFO] running `Command { std: "docker" "inspect" "02e75f3de90196c7f5d4c053e67866b014324686e933c704a5e1aa90c419131d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02e75f3de90196c7f5d4c053e67866b014324686e933c704a5e1aa90c419131d", kill_on_drop: false }` [INFO] [stdout] 02e75f3de90196c7f5d4c053e67866b014324686e933c704a5e1aa90c419131d [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e8ffd470650a76eb782234b971db62549f4b2a39e5d052e2d15fc843fde4ea2 [INFO] running `Command { std: "docker" "start" "-a" "5e8ffd470650a76eb782234b971db62549f4b2a39e5d052e2d15fc843fde4ea2", kill_on_drop: false }` [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling sqlx-core v0.7.4 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling sqlx-sqlite v0.7.4 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling sqlx-macros-core v0.7.4 [INFO] [stderr] Compiling sqlx-macros v0.7.4 [INFO] [stderr] Compiling sqlx v0.7.4 [INFO] [stderr] Compiling lticket v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `format_project_summary` is never used [INFO] [stdout] --> src/formatting.rs:251:8 [INFO] [stdout] | [INFO] [stdout] 251 | pub fn format_project_summary(project: &str, summary: &ProjectSummary) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_ticket_list_json_pretty` is never used [INFO] [stdout] --> src/json_formatting.rs:73:8 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn format_ticket_list_json_pretty(tickets: &[Ticket], project_filter: Option<&str>) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_ticket_details_json_pretty` is never used [INFO] [stdout] --> src/json_formatting.rs:92:8 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn format_ticket_details_json_pretty(ticket: &Ticket, comments: &[Comment], time_logs: &[TimeLog]) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_project_summary_json_pretty` is never used [INFO] [stdout] --> src/json_formatting.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn format_project_summary_json_pretty(project: &str, summary: &ProjectSummary) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_error_json_pretty` is never used [INFO] [stdout] --> src/json_formatting.rs:167:8 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn format_error_json_pretty(error: &ValidationError) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `confirm_action` is never used [INFO] [stdout] --> src/interactive.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn confirm_action(message: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `confirm_action_default_yes` is never used [INFO] [stdout] --> src/interactive.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn confirm_action_default_yes(message: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_determinate_progress_bar` is never used [INFO] [stdout] --> src/feedback.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn create_determinate_progress_bar(total: u64, message: &str) -> ProgressBar { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_ticket_list_json_pretty` is never used [INFO] [stdout] --> src/json_formatting.rs:73:8 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn format_ticket_list_json_pretty(tickets: &[Ticket], project_filter: Option<&str>) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_ticket_details_json_pretty` is never used [INFO] [stdout] --> src/json_formatting.rs:92:8 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn format_ticket_details_json_pretty(ticket: &Ticket, comments: &[Comment], time_logs: &[TimeLog]) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_project_summary_json_pretty` is never used [INFO] [stdout] --> src/json_formatting.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn format_project_summary_json_pretty(project: &str, summary: &ProjectSummary) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_error_json_pretty` is never used [INFO] [stdout] --> src/json_formatting.rs:167:8 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn format_error_json_pretty(error: &ValidationError) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `confirm_action` is never used [INFO] [stdout] --> src/interactive.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn confirm_action(message: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `confirm_action_default_yes` is never used [INFO] [stdout] --> src/interactive.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn confirm_action_default_yes(message: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `create_determinate_progress_bar` is never used [INFO] [stdout] --> src/feedback.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn create_determinate_progress_bar(total: u64, message: &str) -> ProgressBar { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 57.02s [INFO] running `Command { std: "docker" "inspect" "5e8ffd470650a76eb782234b971db62549f4b2a39e5d052e2d15fc843fde4ea2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e8ffd470650a76eb782234b971db62549f4b2a39e5d052e2d15fc843fde4ea2", kill_on_drop: false }` [INFO] [stdout] 5e8ffd470650a76eb782234b971db62549f4b2a39e5d052e2d15fc843fde4ea2 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3f1f023987de79a187475b9c7c118a087abb709311d73b78a964bb7a1557df4b [INFO] running `Command { std: "docker" "start" "-a" "3f1f023987de79a187475b9c7c118a087abb709311d73b78a964bb7a1557df4b", kill_on_drop: false }` [INFO] [stderr] warning: function `format_project_summary` is never used [INFO] [stderr] --> src/formatting.rs:251:8 [INFO] [stderr] | [INFO] [stderr] 251 | pub fn format_project_summary(project: &str, summary: &ProjectSummary) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `format_ticket_list_json_pretty` is never used [INFO] [stderr] --> src/json_formatting.rs:73:8 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn format_ticket_list_json_pretty(tickets: &[Ticket], project_filter: Option<&str>) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `format_ticket_details_json_pretty` is never used [INFO] [stderr] --> src/json_formatting.rs:92:8 [INFO] [stderr] | [INFO] [stderr] 92 | pub fn format_ticket_details_json_pretty(ticket: &Ticket, comments: &[Comment], time_logs: &[TimeLog]) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `format_project_summary_json_pretty` is never used [INFO] [stderr] --> src/json_formatting.rs:110:8 [INFO] [stderr] | [INFO] [stderr] 110 | pub fn format_project_summary_json_pretty(project: &str, summary: &ProjectSummary) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `format_error_json_pretty` is never used [INFO] [stderr] --> src/json_formatting.rs:167:8 [INFO] [stderr] | [INFO] [stderr] 167 | pub fn format_error_json_pretty(error: &ValidationError) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `confirm_action` is never used [INFO] [stderr] --> src/interactive.rs:17:8 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn confirm_action(message: &str) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `confirm_action_default_yes` is never used [INFO] [stderr] --> src/interactive.rs:27:8 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn confirm_action_default_yes(message: &str) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `create_determinate_progress_bar` is never used [INFO] [stderr] --> src/feedback.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn create_determinate_progress_bar(total: u64, message: &str) -> ProgressBar { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `lticket` (bin "ltm") generated 8 warnings [INFO] [stderr] warning: function `format_ticket_list_json_pretty` is never used [INFO] [stderr] --> src/json_formatting.rs:73:8 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn format_ticket_list_json_pretty(tickets: &[Ticket], project_filter: Option<&str>) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `lticket` (bin "ltm" test) generated 7 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lticket-4ef027fe08a91c74) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test formatting::tests::test_colorize_status ... ok [INFO] [stdout] test formatting::tests::test_no_color_mode ... ok [INFO] [stdout] test formatting::tests::test_project_summary_formatting ... ok [INFO] [stdout] test formatting::tests::test_empty_ticket_list ... ok [INFO] [stdout] test formatting::tests::test_status_symbols ... ok [INFO] [stdout] test formatting::tests::test_ticket_details_formatting ... ok [INFO] [stdout] test formatting::tests::test_table_formatting ... ok [INFO] [stdout] test json_formatting::tests::test_project_summary_json_formatting ... ok [INFO] [stdout] test json_formatting::tests::test_ticket_details_json_formatting ... ok [INFO] [stdout] test validation::tests::test_content_length_validation ... ok [INFO] [stdout] test json_formatting::tests::test_ticket_list_json_formatting ... ok [INFO] [stdout] test json_formatting::tests::test_error_json_formatting ... ok [INFO] [stdout] test json_formatting::tests::test_closed_ticket_counting ... ok [INFO] [stdout] test validation::tests::test_error_formatting ... ok [INFO] [stdout] test validation::tests::test_ticket_id_validation ... ok [INFO] [stdout] test validation::tests::test_time_validation ... ok [INFO] [stdout] test formatting::tests::test_text_truncation ... ok [INFO] [stdout] test json_formatting::tests::test_ticket_list_json_empty ... ok [INFO] [stdout] test validation::tests::test_status_suggestions ... ok [INFO] [stdout] test validation::tests::test_status_validation ... ok [INFO] [stdout] test validation::tests::test_project_name_validation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ltm-accd064e479d208c) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test formatting::tests::test_colorize_status ... ok [INFO] [stdout] test formatting::tests::test_empty_ticket_list ... ok [INFO] [stdout] test formatting::tests::test_no_color_mode ... ok [INFO] [stdout] test formatting::tests::test_project_summary_formatting ... ok [INFO] [stdout] test formatting::tests::test_status_symbols ... ok [INFO] [stdout] test formatting::tests::test_table_formatting ... ok [INFO] [stdout] test formatting::tests::test_text_truncation ... ok [INFO] [stdout] test json_formatting::tests::test_closed_ticket_counting ... ok [INFO] [stdout] test json_formatting::tests::test_project_summary_json_formatting ... ok [INFO] [stdout] test json_formatting::tests::test_ticket_list_json_formatting ... ok [INFO] [stdout] test json_formatting::tests::test_ticket_details_json_formatting ... ok [INFO] [stdout] test json_formatting::tests::test_ticket_list_json_empty ... ok [INFO] [stdout] test formatting::tests::test_ticket_details_formatting ... ok [INFO] [stdout] test validation::tests::test_error_formatting ... ok [INFO] [stdout] test validation::tests::test_content_length_validation ... ok [INFO] [stdout] test json_formatting::tests::test_error_json_formatting ... ok [INFO] [stdout] test validation::tests::test_time_validation ... ok [INFO] [stdout] test validation::tests::test_status_suggestions ... ok [INFO] [stdout] test validation::tests::test_ticket_id_validation ... ok [INFO] [stdout] test validation::tests::test_status_validation ... ok [INFO] [stdout] test validation::tests::test_project_name_validation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-72d6b2b9f0f09835) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_comment_operations ... ok [INFO] [stdout] test test_database_initialization ... ok [INFO] [stdout] test test_error_handling ... ok [INFO] [stdout] test test_concurrent_operations ... ok [INFO] [stdout] test test_time_logging ... ok [INFO] [stdout] test test_ticket_crud_operations ... ok [INFO] [stdout] test test_multiple_projects ... ok [INFO] [stdout] test test_project_summary ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/json_integration_tests.rs (/opt/rustwide/target/debug/deps/json_integration_tests-711578ffe4cf51da) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_list_command_json_empty ... ok [INFO] [stdout] test test_list_command_json_with_tickets ... ok [INFO] [stdout] test test_proj_command_json_empty_project ... ok [INFO] [stdout] test test_json_structure_validation ... ok [INFO] [stdout] test test_list_command_json_with_project_filter ... ok [INFO] [stdout] test test_proj_command_json ... ok [INFO] [stdout] test test_show_command_json ... ok [INFO] [stdout] test test_ticket_status_counting ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/ui_tests.rs (/opt/rustwide/target/debug/deps/ui_tests-f51f321955ae507d) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_format_suggestions ... ok [INFO] [stdout] test test_feedback_functions ... ok [INFO] [stderr] Running tests/validation_integration_tests.rs (/opt/rustwide/target/debug/deps/validation_integration_tests-2e9222400a7ff41a) [INFO] [stdout] test test_status_suggestions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test validation_integration_tests::test_content_length_validation ... ok [INFO] [stdout] test validation_integration_tests::test_ticket_existence_validation ... ok [INFO] [stdout] test validation_integration_tests::test_validation_errors ... ok [INFO] [stderr] [INFO] [stderr] thread 'validation_integration_tests::test_new_time_tracking_commands' (131) has overflowed its stack [INFO] [stderr] fatal runtime error: stack overflow, aborting [INFO] [stderr] error: test failed, to rerun pass `--test validation_integration_tests` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/validation_integration_tests-2e9222400a7ff41a` (signal: 6, SIGABRT: process abort signal) [INFO] running `Command { std: "docker" "inspect" "3f1f023987de79a187475b9c7c118a087abb709311d73b78a964bb7a1557df4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f1f023987de79a187475b9c7c118a087abb709311d73b78a964bb7a1557df4b", kill_on_drop: false }` [INFO] [stdout] 3f1f023987de79a187475b9c7c118a087abb709311d73b78a964bb7a1557df4b