[INFO] cloning repository https://github.com/SahutoL/macdiet
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SahutoL/macdiet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSahutoL%2Fmacdiet", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSahutoL%2Fmacdiet'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6f934143487b8419f3d78db61a32d261b6432b0c
[INFO] testing SahutoL/macdiet against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSahutoL%2Fmacdiet" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SahutoL/macdiet
[INFO] finished tweaking git repo https://github.com/SahutoL/macdiet
[INFO] tweaked toml for git repo https://github.com/SahutoL/macdiet written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SahutoL/macdiet on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SahutoL/macdiet 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.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zmij v1.0.7
[INFO] [stderr]   Downloaded clap_complete v4.5.64
[INFO] [stderr]   Downloaded syn v2.0.112
[INFO] [stderr]   Downloaded portable-atomic v1.13.0
[INFO] [stderr]   Downloaded ratatui v0.26.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4f4608dc1a13b61914c7a71afa8d659a5e110892b3b7b543554a80cf41c37963
[INFO] running `Command { std: "docker" "start" "-a" "4f4608dc1a13b61914c7a71afa8d659a5e110892b3b7b543554a80cf41c37963", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f4608dc1a13b61914c7a71afa8d659a5e110892b3b7b543554a80cf41c37963", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f4608dc1a13b61914c7a71afa8d659a5e110892b3b7b543554a80cf41c37963", kill_on_drop: false }`
[INFO] [stdout] 4f4608dc1a13b61914c7a71afa8d659a5e110892b3b7b543554a80cf41c37963
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a9d4439b4bc3f1200d49ad7502a5adf74a30e97781d777a99b6b7c4b490662ea
[INFO] running `Command { std: "docker" "start" "-a" "a9d4439b4bc3f1200d49ad7502a5adf74a30e97781d777a99b6b7c4b490662ea", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling zmij v1.0.7
[INFO] [stderr]    Compiling portable-atomic v1.13.0
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling syn v2.0.112
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling stability v0.2.1
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling clap_complete v4.5.64
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling ratatui v0.26.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling macdiet v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `is_uuid`
[INFO] [stdout]    --> src/cli/mod.rs:374:21
[INFO] [stdout]     |
[INFO] [stdout] 374 |                 let is_uuid = crate::snapshots::is_uuid(id);
[INFO] [stdout]     |                     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_uuid`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `list_cmd`
[INFO] [stdout]    --> src/cli/mod.rs:375:21
[INFO] [stdout]     |
[INFO] [stdout] 375 |                 let list_cmd = "diskutil apfs listSnapshots /";
[INFO] [stdout]     |                     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_list_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `home_dir`
[INFO] [stdout]     --> src/tui/mod.rs:2848:9
[INFO] [stdout]      |
[INFO] [stdout] 2848 |     let home_dir = app.home_dir.clone();
[INFO] [stdout]      |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_home_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `list_cmd_str`
[INFO] [stdout]     --> src/tui/mod.rs:3061:17
[INFO] [stdout]      |
[INFO] [stdout] 3061 |             let list_cmd_str = "diskutil apfs listSnapshots /";
[INFO] [stdout]      |                 ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_list_cmd_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `home_dir`
[INFO] [stdout]     --> src/tui/mod.rs:3057:9
[INFO] [stdout]      |
[INFO] [stdout] 3057 |     let home_dir = app.home_dir.clone();
[INFO] [stdout]      |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_home_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `show_apfs_disk_utility_action` is never used
[INFO] [stdout]     --> src/rules/mod.rs:1115:4
[INFO] [stdout]      |
[INFO] [stdout] 1115 | fn show_apfs_disk_utility_action() -> ActionPlan {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `tmutil_unobserved_action` is never used
[INFO] [stdout]     --> src/rules/mod.rs:1144:4
[INFO] [stdout]      |
[INFO] [stdout] 1144 | fn tmutil_unobserved_action() -> ActionPlan {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_diskutil_snapshot_count` is never used
[INFO] [stdout]     --> src/rules/mod.rs:1162:4
[INFO] [stdout]      |
[INFO] [stdout] 1162 | fn parse_diskutil_snapshot_count(stdout: &str) -> Option<usize> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_tmutil_local_snapshot_count` is never used
[INFO] [stdout]     --> src/rules/mod.rs:1183:4
[INFO] [stdout]      |
[INFO] [stdout] 1183 | fn parse_tmutil_local_snapshot_count(stdout: &str) -> usize {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_snapshot_delete_entries` is never used
[INFO] [stdout]     --> src/tui/mod.rs:6739:4
[INFO] [stdout]      |
[INFO] [stdout] 6739 | fn build_snapshot_delete_entries(stdout: &str) -> Vec<SnapshotDeleteEntry> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.34s
[INFO] running `Command { std: "docker" "inspect" "a9d4439b4bc3f1200d49ad7502a5adf74a30e97781d777a99b6b7c4b490662ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9d4439b4bc3f1200d49ad7502a5adf74a30e97781d777a99b6b7c4b490662ea", kill_on_drop: false }`
[INFO] [stdout] a9d4439b4bc3f1200d49ad7502a5adf74a30e97781d777a99b6b7c4b490662ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fe9e3dff928d31ce85c4adc15ee6efe8feb8b3044677b1a3532674dc00398075
[INFO] running `Command { std: "docker" "start" "-a" "fe9e3dff928d31ce85c4adc15ee6efe8feb8b3044677b1a3532674dc00398075", kill_on_drop: false }`
[INFO] [stderr]    Compiling macdiet v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `is_uuid`
[INFO] [stdout]    --> src/cli/mod.rs:374:21
[INFO] [stdout]     |
[INFO] [stdout] 374 |                 let is_uuid = crate::snapshots::is_uuid(id);
[INFO] [stdout]     |                     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_uuid`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `list_cmd`
[INFO] [stdout]    --> src/cli/mod.rs:375:21
[INFO] [stdout]     |
[INFO] [stdout] 375 |                 let list_cmd = "diskutil apfs listSnapshots /";
[INFO] [stdout]     |                     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_list_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `home_dir`
[INFO] [stdout]     --> src/tui/mod.rs:2848:9
[INFO] [stdout]      |
[INFO] [stdout] 2848 |     let home_dir = app.home_dir.clone();
[INFO] [stdout]      |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_home_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `list_cmd_str`
[INFO] [stdout]     --> src/tui/mod.rs:3061:17
[INFO] [stdout]      |
[INFO] [stdout] 3061 |             let list_cmd_str = "diskutil apfs listSnapshots /";
[INFO] [stdout]      |                 ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_list_cmd_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `home_dir`
[INFO] [stdout]     --> src/tui/mod.rs:3057:9
[INFO] [stdout]      |
[INFO] [stdout] 3057 |     let home_dir = app.home_dir.clone();
[INFO] [stdout]      |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_home_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `show_apfs_disk_utility_action` is never used
[INFO] [stdout]     --> src/rules/mod.rs:1115:4
[INFO] [stdout]      |
[INFO] [stdout] 1115 | fn show_apfs_disk_utility_action() -> ActionPlan {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `tmutil_unobserved_action` is never used
[INFO] [stdout]     --> src/rules/mod.rs:1144:4
[INFO] [stdout]      |
[INFO] [stdout] 1144 | fn tmutil_unobserved_action() -> ActionPlan {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_diskutil_snapshot_count` is never used
[INFO] [stdout]     --> src/rules/mod.rs:1162:4
[INFO] [stdout]      |
[INFO] [stdout] 1162 | fn parse_diskutil_snapshot_count(stdout: &str) -> Option<usize> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_tmutil_local_snapshot_count` is never used
[INFO] [stdout]     --> src/rules/mod.rs:1183:4
[INFO] [stdout]      |
[INFO] [stdout] 1183 | fn parse_tmutil_local_snapshot_count(stdout: &str) -> usize {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_snapshot_delete_entries` is never used
[INFO] [stdout]     --> src/tui/mod.rs:6739:4
[INFO] [stdout]      |
[INFO] [stdout] 6739 | fn build_snapshot_delete_entries(stdout: &str) -> Vec<SnapshotDeleteEntry> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `macdiet_cmd` is never used
[INFO] [stdout]  --> tests/doctor_timeout_budget.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn macdiet_cmd(home: &Path) -> Command {
[INFO] [stdout]   |    ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `make_temp_home` is never used
[INFO] [stdout]   --> tests/doctor_timeout_budget.rs:19:4
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn make_temp_home() -> PathBuf {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_file` is never used
[INFO] [stdout]   --> tests/doctor_timeout_budget.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn write_file(path: &Path, bytes: &[u8]) {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_file` is never used
[INFO] [stdout]   --> tests/snapshots_unobserved.rs:36:4
[INFO] [stdout]    |
[INFO] [stdout] 36 | fn write_file(path: &Path, bytes: &[u8]) {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_uuid`
[INFO] [stdout]    --> src/cli/mod.rs:374:21
[INFO] [stdout]     |
[INFO] [stdout] 374 |                 let is_uuid = crate::snapshots::is_uuid(id);
[INFO] [stdout]     |                     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_uuid`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `list_cmd`
[INFO] [stdout]    --> src/cli/mod.rs:375:21
[INFO] [stdout]     |
[INFO] [stdout] 375 |                 let list_cmd = "diskutil apfs listSnapshots /";
[INFO] [stdout]     |                     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_list_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `home_dir`
[INFO] [stdout]     --> src/tui/mod.rs:2848:9
[INFO] [stdout]      |
[INFO] [stdout] 2848 |     let home_dir = app.home_dir.clone();
[INFO] [stdout]      |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_home_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `list_cmd_str`
[INFO] [stdout]     --> src/tui/mod.rs:3061:17
[INFO] [stdout]      |
[INFO] [stdout] 3061 |             let list_cmd_str = "diskutil apfs listSnapshots /";
[INFO] [stdout]      |                 ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_list_cmd_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `home_dir`
[INFO] [stdout]     --> src/tui/mod.rs:3057:9
[INFO] [stdout]      |
[INFO] [stdout] 3057 |     let home_dir = app.home_dir.clone();
[INFO] [stdout]      |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_home_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `show_apfs_disk_utility_action` is never used
[INFO] [stdout]     --> src/rules/mod.rs:1115:4
[INFO] [stdout]      |
[INFO] [stdout] 1115 | fn show_apfs_disk_utility_action() -> ActionPlan {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `tmutil_unobserved_action` is never used
[INFO] [stdout]     --> src/rules/mod.rs:1144:4
[INFO] [stdout]      |
[INFO] [stdout] 1144 | fn tmutil_unobserved_action() -> ActionPlan {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.82s
[INFO] running `Command { std: "docker" "inspect" "fe9e3dff928d31ce85c4adc15ee6efe8feb8b3044677b1a3532674dc00398075", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe9e3dff928d31ce85c4adc15ee6efe8feb8b3044677b1a3532674dc00398075", kill_on_drop: false }`
[INFO] [stdout] fe9e3dff928d31ce85c4adc15ee6efe8feb8b3044677b1a3532674dc00398075
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5ef72118322f08ae290ffc2fad70a26ca08d31ab78d6cdcadf6ee2ee249a6668
[INFO] running `Command { std: "docker" "start" "-a" "5ef72118322f08ae290ffc2fad70a26ca08d31ab78d6cdcadf6ee2ee249a6668", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `is_uuid`
[INFO] [stderr]    --> src/cli/mod.rs:374:21
[INFO] [stderr]     |
[INFO] [stderr] 374 |                 let is_uuid = crate::snapshots::is_uuid(id);
[INFO] [stderr]     |                     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_uuid`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `list_cmd`
[INFO] [stderr]    --> src/cli/mod.rs:375:21
[INFO] [stderr]     |
[INFO] [stderr] 375 |                 let list_cmd = "diskutil apfs listSnapshots /";
[INFO] [stderr]     |                     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_list_cmd`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `home_dir`
[INFO] [stderr]     --> src/tui/mod.rs:2848:9
[INFO] [stderr]      |
[INFO] [stderr] 2848 |     let home_dir = app.home_dir.clone();
[INFO] [stderr]      |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_home_dir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `list_cmd_str`
[INFO] [stderr]     --> src/tui/mod.rs:3061:17
[INFO] [stderr]      |
[INFO] [stderr] 3061 |             let list_cmd_str = "diskutil apfs listSnapshots /";
[INFO] [stderr]      |                 ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_list_cmd_str`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `home_dir`
[INFO] [stderr]     --> src/tui/mod.rs:3057:9
[INFO] [stderr]      |
[INFO] [stderr] 3057 |     let home_dir = app.home_dir.clone();
[INFO] [stderr]      |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_home_dir`
[INFO] [stderr] 
[INFO] [stderr] warning: function `show_apfs_disk_utility_action` is never used
[INFO] [stderr]     --> src/rules/mod.rs:1115:4
[INFO] [stderr]      |
[INFO] [stderr] 1115 | fn show_apfs_disk_utility_action() -> ActionPlan {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `tmutil_unobserved_action` is never used
[INFO] [stderr]     --> src/rules/mod.rs:1144:4
[INFO] [stderr]      |
[INFO] [stderr] 1144 | fn tmutil_unobserved_action() -> ActionPlan {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `parse_diskutil_snapshot_count` is never used
[INFO] [stderr]     --> src/rules/mod.rs:1162:4
[INFO] [stderr]      |
[INFO] [stderr] 1162 | fn parse_diskutil_snapshot_count(stdout: &str) -> Option<usize> {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `parse_tmutil_local_snapshot_count` is never used
[INFO] [stderr]     --> src/rules/mod.rs:1183:4
[INFO] [stderr]      |
[INFO] [stderr] 1183 | fn parse_tmutil_local_snapshot_count(stdout: &str) -> usize {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `build_snapshot_delete_entries` is never used
[INFO] [stderr]     --> src/tui/mod.rs:6739:4
[INFO] [stderr]      |
[INFO] [stderr] 6739 | fn build_snapshot_delete_entries(stdout: &str) -> Vec<SnapshotDeleteEntry> {
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `macdiet` (lib) generated 10 warnings (run `cargo fix --lib -p macdiet` to apply 5 suggestions)
[INFO] [stderr] warning: `macdiet` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr] warning: function `macdiet_cmd` is never used
[INFO] [stderr]  --> tests/doctor_timeout_budget.rs:5:4
[INFO] [stderr]   |
[INFO] [stderr] 5 | fn macdiet_cmd(home: &Path) -> Command {
[INFO] [stderr]   |    ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `make_temp_home` is never used
[INFO] [stderr]   --> tests/doctor_timeout_budget.rs:19:4
[INFO] [stderr]    |
[INFO] [stderr] 19 | fn make_temp_home() -> PathBuf {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `write_file` is never used
[INFO] [stderr]   --> tests/doctor_timeout_budget.rs:31:4
[INFO] [stderr]    |
[INFO] [stderr] 31 | fn write_file(path: &Path, bytes: &[u8]) {
[INFO] [stderr]    |    ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `write_file` is never used
[INFO] [stderr]   --> tests/snapshots_unobserved.rs:36:4
[INFO] [stderr]    |
[INFO] [stderr] 36 | fn write_file(path: &Path, bytes: &[u8]) {
[INFO] [stderr]    |    ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `macdiet` (test "doctor_timeout_budget") generated 3 warnings
[INFO] [stderr] warning: `macdiet` (test "snapshots_unobserved") generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/macdiet-033248035aeddd74)
[INFO] [stdout] 
[INFO] [stdout] running 66 tests
[INFO] [stdout] test actions::tests::allowlisted_run_cmd_accepts_brew_cleanup ... ok
[INFO] [stdout] test actions::tests::allowlisted_run_cmd_accepts_docker_system_df ... ok
[INFO] [stdout] test actions::tests::allowlisted_run_cmd_accepts_docker_system_prune ... ok
[INFO] [stdout] test actions::tests::allowlisted_run_cmd_accepts_npm_cache_cleanup ... ok
[INFO] [stdout] test actions::tests::allowlisted_run_cmd_accepts_homebrew_cellar_permissions_chmod ... ok
[INFO] [stdout] test actions::tests::allowlisted_run_cmd_accepts_yarn_cache_cleanup ... ok
[INFO] [stdout] test actions::tests::allowlisted_run_cmd_rejects_non_matching_command ... ok
[INFO] [stdout] test actions::tests::allowlisted_run_cmd_accepts_pnpm_store_prune ... ok
[INFO] [stdout] test actions::tests::allowlisted_run_cmd_accepts_simctl_delete_unavailable ... ok
[INFO] [stdout] test actions::tests::evaluate_allowlisted_run_cmd_output_treats_brew_cleanup_exit_1_as_warning_without_error ... ok
[INFO] [stdout] test actions::tests::evaluate_allowlisted_run_cmd_output_treats_brew_cleanup_exit_1_with_error_as_error ... ok
[INFO] [stdout] test actions::tests::validate_trash_move_blocks_xcode_archives_root_dir ... ok
[INFO] [stdout] test cli::interactive::tests::parse_selection_empty_is_all ... ok
[INFO] [stdout] test cli::interactive::tests::parse_selection_numbers_and_ranges ... ok
[INFO] [stdout] test actions::tests::suggest_allowlisted_run_cmd_repair_action_suggests_chmod_for_brew_permissions_error ... ok
[INFO] [stdout] test actions::tests::suggest_allowlisted_run_cmd_repair_actions_suggests_chown_when_permission_denied ... ok
[INFO] [stdout] test actions::tests::validate_trash_move_allows_whitelisted_path ... ok
[INFO] [stdout] test actions::tests::validate_trash_move_allows_xcode_archives_subdir ... ok
[INFO] [stdout] test actions::tests::validate_trash_move_allows_xcode_docsets ... ok
[INFO] [stdout] test actions::tests::validate_trash_move_blocks_outside_home ... ok
[INFO] [stdout] test cli::interactive::tests::parse_selection_all_variants ... ok
[INFO] [stdout] test cli::interactive::tests::parse_selection_none_variants ... ok
[INFO] [stdout] test actions::tests::allowlisted_run_cmd_accepts_homebrew_cellar_permissions_chown ... ok
[INFO] [stdout] test cli::tests::partition_fix_apply_actions_separates_eligible_and_skipped ... ok
[INFO] [stdout] test rules::tests::parse_diskutil_snapshot_count_from_found_line ... ok
[INFO] [stdout] test actions::tests::validate_trash_move_blocks_unwhitelisted_under_home ... ok
[INFO] [stdout] test rules::tests::parse_tmutil_header_only_is_zero ... ok
[INFO] [stdout] test rules::tests::parse_tmutil_counts_snapshots ... ok
[INFO] [stdout] test rules::tests::simctl_list_has_unavailable_detects_device_lines ... ok
[INFO] [stdout] test rules::tests::simctl_list_has_unavailable_is_false_for_empty_or_headers ... ok
[INFO] [stdout] test snapshots::tests::parse_diskutil_handles_pipe_prefixed_tree_lines ... ok
[INFO] [stdout] test snapshots::tests::is_uuid_rejects_non_uuid ... ok
[INFO] [stdout] test tui::tests::build_snapshot_delete_entries_extracts_uuids_and_names ... ok
[INFO] [stdout] test cli::interactive::tests::parse_selection_rejects_out_of_range ... ok
[INFO] [stdout] test actions::tests::apply_trash_moves_moves_directory_into_trash ... ok
[INFO] [stdout] test tui::tests::fix_apply_p_routes_to_run_cmd_confirm_when_allowlisted_run_cmd_selected ... ok
[INFO] [stdout] test tui::tests::fix_candidate_indices_filters_and_sorts ... ok
[INFO] [stdout] test tui::tests::error_screen_returns_to_fix_view_after_ineligible_apply ... ok
[INFO] [stdout] test tui::tests::fix_run_cmd_confirm_esc_cancels ... ok
[INFO] [stdout] test tui::tests::fix_run_cmd_result_b_returns_to_utilities_without_refresh ... ok
[INFO] [stdout] test logs::tests::write_fix_run_cmd_log_writes_attempt ... ok
[INFO] [stdout] test tui::tests::build_cleanup_actions_device_support_detects_subdirs ... ok
[INFO] [stdout] test tui::tests::build_cleanup_actions_xcode_archives_detects_xcarchive_dirs ... ok
[INFO] [stdout] test tui::tests::fix_run_cmd_result_b_triggers_refresh_before_returning_to_fix_view ... ok
[INFO] [stdout] test tui::tests::fix_run_cmd_result_can_start_repair_flow_with_f ... ok
[INFO] [stdout] test tui::tests::home_jk_navigates_when_not_query_mode ... ok
[INFO] [stdout] test tui::tests::home_query_mode_allows_j_input ... ok
[INFO] [stdout] test tui::tests::home_query_mode_allows_q_input ... ok
[INFO] [stdout] test tui::tests::parse_simctl_unavailable_devices_extracts_uuid_and_name ... ok
[INFO] [stdout] test tui::tests::parse_size_input_accepts_units_and_separators ... ok
[INFO] [stdout] test tui::tests::selected_fix_apply_actions_includes_only_r1_trashmove ... ok
[INFO] [stdout] test tui::tests::logs_filtered_indices_filters_by_search_text ... ok
[INFO] [stdout] test tui::tests::report_filtered_indices_match_case_insensitively ... ok
[INFO] [stdout] test scan::tests::estimate_dir_size_respects_deadline_and_returns_budget_exhausted ... ok
[INFO] [stdout] test tui::tests::build_cleanup_actions_core_simulator_unavailable_errors_when_timeout_is_zero ... ok
[INFO] [stdout] test logs::tests::write_fix_run_cmd_log_writes_ok_with_warnings_for_brew_cleanup_exit_1 ... ok
[INFO] [stdout] test logs::tests::write_snapshots_delete_log_writes_list_and_delete_attempts ... ok
[INFO] [stdout] test tui::tests::trim_fix_selected_removes_non_candidates_and_clamps_selection ... ok
[INFO] [stdout] test logs::tests::write_snapshots_thin_log_writes_attempt ... ok
[INFO] [stdout] test logs::tests::write_fix_apply_log_writes_json_with_masked_paths ... ok
[INFO] [stdout] test actions::tests::allowlisted_run_cmd_accepts_docker_builder_prune ... ok
[INFO] [stdout] test scan::tests::confidence_is_method_aware ... ok
[INFO] [stdout] test snapshots::tests::extract_diskutil_snapshot_uuids_pulls_uuid_tokens_from_uuid_lines ... ok
[INFO] [stdout] test snapshots::tests::is_uuid_accepts_basic_uuid ... ok
[INFO] [stdout] test tui::tests::fix_result_b_triggers_refresh_before_returning_to_fix_view ... ok
[INFO] [stdout] test tui::tests::fix_run_cmd_confirm_allows_b_input ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 66 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/macdiet-b8eec45816749af9)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_safety.rs (/opt/rustwide/target/debug/deps/cli_safety-4c76d9106bdc636a)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test fix_apply_requires_tty_and_does_not_change_filesystem ... ok
[INFO] [stdout] test doctor_detects_gradle_caches ... ok
[INFO] [stdout] test doctor_unobserved_hint_includes_full_disk_access_settings_path ... ok
[INFO] [stdout] test report_json_hides_evidence_by_default ... ok
[INFO] [stdout] test fix_dry_run_does_not_change_filesystem ... ok
[INFO] [stdout] test doctor_includes_docker_system_df_evidence_when_docker_present ... ok
[INFO] [stdout] test fix_interactive_requires_tty ... ok
[INFO] [stdout] test doctor_prioritizes_system_data_notes_before_unobserved_notes ... ok
[INFO] [stdout] test fix_outputs_impact_notes_for_r1_actions ... ok
[INFO] [stdout] test scan_dev_scope_includes_gradle_dir ... ok
[INFO] [stdout] test doctor_includes_system_data_definition_note ... ok
[INFO] [stdout] test report_json_include_evidence_includes_masked_paths ... ok
[INFO] [stdout] test doctor_respects_ui_max_table_rows_in_headers ... ok
[INFO] [stdout] test fix_target_accepts_action_id ... ok
[INFO] [stdout] test fix_unknown_target_exits_2_and_shows_hint ... ok
[INFO] [stdout] test doctor_json_estimates_unobserved_bytes_when_scan_errors_present ... FAILED
[INFO] [stdout] test completion_outputs_script ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- doctor_json_estimates_unobserved_bytes_when_scan_errors_present stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'doctor_json_estimates_unobserved_bytes_when_scan_errors_present' (100) panicked at tests/cli_safety.rs:492:5:
[INFO] [stdout] unobserved_bytes=0 json={"actions":[{"estimated_reclaimed_bytes":16384,"id":"xcode-derived-data-xcode-ui","kind":{"kind":"SHOW_INSTRUCTIONS","markdown":"Xcode の UI から削除するのが安全です。\n\n- Xcode を開く\n- Settings(Preferences) → Locations\n- \"Derived Data\" の行にある矢印/ボタンから削除\n\n注意: DerivedData は再生成されます（次回ビルドが遅くなる可能性）。"},"notes":[],"related_findings":["xcode-derived-data"],"risk_level":"R1","title":"Xcode の UI から DerivedData を削除"},{"estimated_reclaimed_bytes":16384,"id":"xcode-derived-data-trash","kind":{"kind":"TRASH_MOVE","paths":["~/Library/Developer/Xcode/DerivedData"]},"notes":["実行前に Xcode を終了してください。","影響: DerivedData は再生成されます（次回ビルドが遅くなる可能性があります）。"],"related_findings":["xcode-derived-data"],"risk_level":"R1","title":"DerivedData をゴミ箱へ移動（R1）"}],"findings":[{"confidence":0.8,"estimated_bytes":16384,"evidence":[{"kind":"path","masked":true,"value":"~/Library/Developer/Xcode/DerivedData"},{"kind":"stat","masked":false,"value":"files=0 errors=0 method=Du"}],"id":"xcode-derived-data","recommended_actions":[{"id":"xcode-derived-data-xcode-ui"},{"id":"xcode-derived-data-trash"}],"risk_level":"R1","title":"Xcode DerivedData（ビルドキャッシュ）: ~/Library/Developer/Xcode/DerivedData","type":"XCODE_DERIVED_DATA_LARGE"},{"confidence":0.0,"estimated_bytes":0,"evidence":[],"id":"tm-local-snapshots-unavailable","recommended_actions":[],"risk_level":"R0","title":"Time Machine ローカルスナップショット: このOSでは状態を取得できません","type":"TM_LOCAL_SNAPSHOTS_UNOBSERVED"},{"confidence":0.0,"estimated_bytes":0,"evidence":[],"id":"apfs-snapshots-unavailable","recommended_actions":[],"risk_level":"R0","title":"APFS スナップショット: このOSでは状態を取得できません","type":"APFS_SNAPSHOTS_UNOBSERVED"}],"generated_at":"2026-03-09T17:42:02.207191817Z","os":{"name":"unknown","version":"unknown"},"schema_version":"1.0","summary":{"estimated_total_bytes":16384,"notes":["System Data は、他カテゴリに属さない Apple/サードパーティのファイルをまとめた一般カテゴリです（Appleの定義に従う）。","ヒント: macdiet を実行しているターミナルに Full Disk Access を許可すると精度が上がります（システム設定 → プライバシーとセキュリティ → フルディスクアクセス）。","中身は雑多で変動するため、macdiet は開発者環境で頻出の原因を推定し、原因カテゴリへ再分類して提示します。","未観測: 一部の領域を観測できませんでした（権限/外部コマンド）。結果は下限推定です。"],"unobserved_bytes":0},"tool_version":"0.1.0"}
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57709a2b29b2 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57709a2b29b2 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57709a2b29b2 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57709a2b29b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57709a2c311a - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57709a2c311a - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x57709a27fae6 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57709a27fae6 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x57709a2913f9 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57709a2913f9 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57709a291291 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57709a253cde - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x57709a253cde - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x57709a291672 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x57709a291672 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57709a2914b8 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57709a28c849 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57709a273e2d - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57709a2ca83c - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57709a1fbddc - cli_safety::doctor_json_estimates_unobserved_bytes_when_scan_errors_present::h49b81670de505fbd
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_safety.rs:492:5
[INFO] [stdout]   20:     0x57709a1fbf17 - cli_safety::doctor_json_estimates_unobserved_bytes_when_scan_errors_present::{{closure}}::h384a48c5b86cb422
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_safety.rs:457:69
[INFO] [stdout]   21:     0x57709a205786 - core::ops::function::FnOnce::call_once::h4ace4a9ecf9181cb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x57709a253a9b - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x57709a253a9b - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x57709a2674aa - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x57709a2674aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x57709a2674aa - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x57709a2674aa - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x57709a2674aa - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x57709a2674aa - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x57709a2674aa - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x57709a241904 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x57709a241904 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x57709a2452a2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x57709a2452a2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x57709a2452a2 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x57709a2452a2 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x57709a2452a2 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x57709a2452a2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x57709a2452a2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stderr] error: test failed, to rerun pass `--test cli_safety`
[INFO] [stdout]   40:     0x57709a28737f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   41:     0x57709a28737f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   42:     0x71b5619faaa4 - <unknown>
[INFO] [stdout]   43:     0x71b561a87a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     doctor_json_estimates_unobserved_bytes_when_scan_errors_present
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 16 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5ef72118322f08ae290ffc2fad70a26ca08d31ab78d6cdcadf6ee2ee249a6668", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ef72118322f08ae290ffc2fad70a26ca08d31ab78d6cdcadf6ee2ee249a6668", kill_on_drop: false }`
[INFO] [stdout] 5ef72118322f08ae290ffc2fad70a26ca08d31ab78d6cdcadf6ee2ee249a6668
