Hi,
Le 16/02/2025 à 20:23, Paul Gevers a écrit :
Package: ben
Version: 0.10.1+b1
[...]
Today respighi (the host that runs the Release Team tools) was upgraded
to bookworm. Since the upgrade we're getting cron e-mails about errors
from ben. It turns out ben runs fine, but it does output to stderr.
elbrus@respighi:/home/release/www/transitions$ sudo -u release make cron
umask 0002; nice -n 10 ionice -c 3 /usr/bin/ben tracker -g /srv/
release.debian.org/www/transitions/global.conf -u -q
read_global_config /srv/release.debian.org/www/transitions/global.conf
Note the "read_global_config" line that wasn't there apparently in
bullseye.
I can reproduce with:
elbrus@respighi:/home/release/www/transitions$ /usr/bin/ben tracker -g
xxx --help > /dev/null
read_global_config xxx
This is my fault:
https://salsa.debian.org/debian/ben/-/commit/72ed3a1d38229320ded73853f7ae43bc796184c1
The added line 48 was a debugging line that I added during development
and should not have slipped into a release. I can either condition it on
--verbose and/or --quiet, or remove it altogether (basically a 1-line
patch).
However, this is stable and this is not a RC bug. How do you want to
proceed?
Cheers,
--
Stéphane