Package Details: putzen 3.3.3-1

Git Clone URL: https://aur.archlinux.org/putzen.git (read-only, click to copy)
Package Base: putzen
Description: It helps keeping your disk clean of build and dependency artifacts safely.
Upstream URL: https://github.com/sassman/putzen-rs
Keywords: cleaner disk
Licenses: GPL-3.0-or-later
Provides: putzen
Submitter: Dominiquini
Maintainer: Dominiquini
Last Packager: Dominiquini
Votes: 1
Popularity: 0.64
First Submitted: 2026-06-28 19:54 (UTC)
Last Updated: 2026-07-16 12:09 (UTC)

Required by (0)

Sources (1)

Latest Comments

Dominiquini commented on 2026-07-20 17:40 (UTC) (edited on 2026-07-20 17:41 (UTC) by Dominiquini)

@simonweiss: I dont't know what this error means! Here on my machine all tests pass! You can install the package ignoring the checks:

yay -S --mflags "--nocheck" putzen

simonweiss commented on 2026-07-20 07:37 (UTC)

Error trying update to 3.3.3-1 on Manjaro:

test tests::policy_pattern_without_dot_matches_nothing_hidden ... ok
test tests::policy_star_matches_all_hidden ... ok
test tests::no_hidden_skips_dot_worktrees ... FAILED
test tests::test_e2e_scenario ... FAILED
test tests::default_run_descends_into_dot_worktrees_but_not_dot_git ... FAILED

failures:

---- tests::no_hidden_skips_dot_worktrees stdout ----

thread 'tests::no_hidden_skips_dot_worktrees' (48260) panicked at src/bin/putzen.rs:662:27:
called `Result::unwrap()` on an `Err` value: Custom { kind: InvalidData, error: Error { message: "key with no value, expected `=`", input: Some("[single_cleanup.gold]\nsize = 0\ndate = \"2026-07-03\"\n\n[total_run]\nnup.silver]\nsize = 0\ndate = \"2026-07-03\"\n\n[single_cleanup.bronze]\nsize = 0\ndate = \"2026-07-03\"\n\n[total_run]\n"), keys: [], span: Some(74..74) } }

---- tests::test_e2e_scenario stdout ----

thread 'tests::test_e2e_scenario' (48271) panicked at src/bin/putzen.rs:390:27:
called `Result::unwrap()` on an `Err` value: Custom { kind: InvalidData, error: Error { message: "key with no value, expected `=`", input: Some("[single_cleanup.gold]\nsize = 0\ndate = \"2026-07-03\"\n\n[total_run]\nnup.silver]\nsize = 0\ndate = \"2026-07-03\"\n\n[single_cleanup.bronze]\nsize = 0\ndate = \"2026-07-03\"\n\n[total_run]\n"), keys: [], span: Some(74..74) } }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- tests::default_run_descends_into_dot_worktrees_but_not_dot_git stdout ----

thread 'tests::default_run_descends_into_dot_worktrees_but_not_dot_git' (48249) panicked at src/bin/putzen.rs:626:27:
called `Result::unwrap()` on an `Err` value: Custom { kind: InvalidData, error: Error { message: "key with no value, expected `=`", input: Some("[single_cleanup.gold]\nsize = 0\ndate = \"2026-07-03\"\n\n[total_run]\nnup.silver]\nsize = 0\ndate = \"2026-07-03\"\n\n[single_cleanup.bronze]\nsize = 0\ndate = \"2026-07-03\"\n\n[total_run]\n"), keys: [], span: Some(74..74) } }


failures:
    tests::default_run_descends_into_dot_worktrees_but_not_dot_git
    tests::no_hidden_skips_dot_worktrees
    tests::test_e2e_scenario

test result: FAILED. 20 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

error: test failed, to rerun pass `--bin putzen`
==> ERROR: A failure occurred in check().
    Aborting...