$ cargo run -p uu_chgrp 10000 a
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
Running `target/debug/chgrp 10000 a`
chgrp: changing group of 'a': Operation not permitted (os error 1)
$ chgrp 10000 a
chgrp: changing group of 'a': Operation not permitted
uutils coreutils
gnu coreutils