There is a wee typo in the systemd file guix-daemon.service installed on Ubuntu 20.04 by the guix-install.sh script.
The text of /root/.config/guix/current/lib/systemd/system/guix-daemon.service contains the text:

Environment='GUIX_LOCPATH=/var/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8

The portion .../guix-profile/... should read .../.guix-profile/..., in other words the path as given omits the requisite single period (.) as the prefix of the directory .guix-profile.

This minor oversight accounts in part for theĀ  guile: warning: failed to install locale error and related warnings that have cropped up repeatedly when the build daemons are invoked

To test this fix:
In subsequent user-level guix install X commands the warning no longer appears nor do the build daemons complain about failing to set the locale to en_US.utf8