[INFO] cloning repository https://github.com/NewbMiao/file-converters
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NewbMiao/file-converters" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNewbMiao%2Ffile-converters", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNewbMiao%2Ffile-converters'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aa1fd343a5a721fcc5a90efaff4f598af10e297c
[INFO] testing NewbMiao/file-converters against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNewbMiao%2Ffile-converters" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/NewbMiao/file-converters
[INFO] finished tweaking git repo https://github.com/NewbMiao/file-converters
[INFO] tweaked toml for git repo https://github.com/NewbMiao/file-converters written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NewbMiao/file-converters on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NewbMiao/file-converters 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 57d97a1d9702a8778f88e496bd2258d9ba37a41966aed10b5950b43c22c73a30
[INFO] running `Command { std: "docker" "start" "-a" "57d97a1d9702a8778f88e496bd2258d9ba37a41966aed10b5950b43c22c73a30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "57d97a1d9702a8778f88e496bd2258d9ba37a41966aed10b5950b43c22c73a30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57d97a1d9702a8778f88e496bd2258d9ba37a41966aed10b5950b43c22c73a30", kill_on_drop: false }`
[INFO] [stdout] 57d97a1d9702a8778f88e496bd2258d9ba37a41966aed10b5950b43c22c73a30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d78934084fa995f81c9bdf6818bd202c8434447bf3ee0feb5f61d63aecc952b8
[INFO] running `Command { std: "docker" "start" "-a" "d78934084fa995f81c9bdf6818bd202c8434447bf3ee0feb5f61d63aecc952b8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.141
[INFO] [stderr]    Compiling serde_derive v1.0.159
[INFO] [stderr]    Compiling serde v1.0.159
[INFO] [stderr]    Compiling io-lifetimes v1.0.10
[INFO] [stderr]    Compiling rustix v0.37.11
[INFO] [stderr]    Compiling linux-raw-sys v0.3.1
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.14
[INFO] [stderr]    Compiling anstyle v0.3.5
[INFO] [stderr]    Compiling concolor-override v1.0.0
[INFO] [stderr]    Compiling syn v2.0.13
[INFO] [stderr]    Compiling anstyle-parse v0.1.1
[INFO] [stderr]    Compiling concolor-query v0.3.3
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling libm v0.2.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling encoding_rs v0.8.32
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling ucd-util v0.1.10
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling regex-syntax v0.5.6
[INFO] [stderr]    Compiling crossbeam-channel v0.5.7
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling content_inspector v0.2.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling aho-corasick v0.6.10
[INFO] [stderr]    Compiling tokio v1.27.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling itoa v0.3.4
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling similar v2.2.1
[INFO] [stderr]    Compiling anyhow v1.0.70
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling serde_json v1.0.95
[INFO] [stderr]    Compiling dunce v1.0.3
[INFO] [stderr]    Compiling winnow v0.4.1
[INFO] [stderr]    Compiling utf8-ranges v1.0.5
[INFO] [stderr]    Compiling serde v0.9.15
[INFO] [stderr]    Compiling clap_lex v0.4.1
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling zip v0.6.4
[INFO] [stderr]    Compiling async-trait v0.1.68
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling shlex v1.1.0
[INFO] [stderr]    Compiling askama_escape v0.10.3
[INFO] [stderr]    Compiling lazy_static v0.2.11
[INFO] [stderr]    Compiling zeroize v1.6.0
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.56
[INFO] [stderr]    Compiling chrono v0.4.24
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling filetime v0.2.21
[INFO] [stderr]    Compiling os_pipe v1.1.3
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling dirs-sys v0.4.0
[INFO] [stderr]    Compiling quick-xml v0.25.0
[INFO] [stderr]    Compiling codepage v0.1.1
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling console v0.15.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling dirs v5.0.0
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling serde_json v0.9.10
[INFO] [stderr]    Compiling clap_derive v4.2.0
[INFO] [stderr]    Compiling tokio-macros v2.0.0
[INFO] [stderr]    Compiling is-terminal v0.4.7
[INFO] [stderr]    Compiling tempfile v3.5.0
[INFO] [stderr]    Compiling anstream v0.2.6
[INFO] [stderr]    Compiling dialoguer v0.10.4
[INFO] [stderr]    Compiling sentiment v0.1.1
[INFO] [stderr]    Compiling snapbox-macros v0.3.3
[INFO] [stderr]    Compiling clap_builder v4.2.1
[INFO] [stderr]    Compiling snapbox v0.4.10
[INFO] [stderr]    Compiling clap v4.2.1
[INFO] [stderr]    Compiling toml_datetime v0.6.1
[INFO] [stderr]    Compiling basic-toml v0.1.2
[INFO] [stderr]    Compiling serde_spanned v0.6.1
[INFO] [stderr]    Compiling humantime-serde v1.1.1
[INFO] [stderr]    Compiling csv v1.2.1
[INFO] [stderr]    Compiling calamine v0.19.1
[INFO] [stderr]    Compiling toml_edit v0.19.8
[INFO] [stderr]    Compiling askama_derive v0.12.1
[INFO] [stderr]    Compiling trycmd v0.14.15
[INFO] [stderr]    Compiling askama v0.12.0
[INFO] [stderr]    Compiling file-converters v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `command`
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use clap::{command, Parser, Subcommand};
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.37s
[INFO] running `Command { std: "docker" "inspect" "d78934084fa995f81c9bdf6818bd202c8434447bf3ee0feb5f61d63aecc952b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d78934084fa995f81c9bdf6818bd202c8434447bf3ee0feb5f61d63aecc952b8", kill_on_drop: false }`
[INFO] [stdout] d78934084fa995f81c9bdf6818bd202c8434447bf3ee0feb5f61d63aecc952b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 23747a8ce28883574f2d0eb39d884e6679caa9cf176760432a95a9e733be271b
[INFO] running `Command { std: "docker" "start" "-a" "23747a8ce28883574f2d0eb39d884e6679caa9cf176760432a95a9e733be271b", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `command`
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use clap::{command, Parser, Subcommand};
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling file-converters v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `command`
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | use clap::{command, Parser, Subcommand};
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.09s
[INFO] running `Command { std: "docker" "inspect" "23747a8ce28883574f2d0eb39d884e6679caa9cf176760432a95a9e733be271b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23747a8ce28883574f2d0eb39d884e6679caa9cf176760432a95a9e733be271b", kill_on_drop: false }`
[INFO] [stdout] 23747a8ce28883574f2d0eb39d884e6679caa9cf176760432a95a9e733be271b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] af97b42f9eb36461eb35e3a47216f3f5193f150c3d2ff32366334f06075948dd
[INFO] running `Command { std: "docker" "start" "-a" "af97b42f9eb36461eb35e3a47216f3f5193f150c3d2ff32366334f06075948dd", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `command`
[INFO] [stderr]  --> src/lib.rs:3:12
[INFO] [stderr]   |
[INFO] [stderr] 3 | use clap::{command, Parser, Subcommand};
[INFO] [stderr]   |            ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `file-converters` (lib) generated 1 warning (run `cargo fix --lib -p file-converters` to apply 1 suggestion)
[INFO] [stderr] warning: `file-converters` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/file_converters-38f558255f07f9b5)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test date::tests::test_prev_month_should_work ... ok
[INFO] [stdout] test date::tests::test_prev_week_should_work ... ok
[INFO] [stdout] test date::tests::test_prev_quarter_should_work ... ok
[INFO] [stdout] test date::tests::test_prev_three_month_should_work ... ok
[INFO] [stdout] test file_writer::test_file_write_should_work ... FAILED
[INFO] [stdout] test process::words::analyzer::test_analyze_words_should_work ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- file_writer::test_file_write_should_work stdout ----
[INFO] [stdout] Error: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     file_writer::test_file_write_should_work
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "af97b42f9eb36461eb35e3a47216f3f5193f150c3d2ff32366334f06075948dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af97b42f9eb36461eb35e3a47216f3f5193f150c3d2ff32366334f06075948dd", kill_on_drop: false }`
[INFO] [stdout] af97b42f9eb36461eb35e3a47216f3f5193f150c3d2ff32366334f06075948dd
