Also happening for me. Unrelated.
/lib/systemd/system/sdwdate.service
## required for anondate which uses journalctl
## group systemd-journal might not exist yet during the build process.
## addgroup is a debianism
ExecStartPre=/bin/bash -c 'addgroup sdwdate systemd-journal || true'
Should be fixed but not an actual issue here.