Source: debci Severity: normal postgresql-10 is currently failing because of a warning from the locales package:
https://ci.debian.net/data/autopkgtest/unstable/amd64/p/postgresql-10/20171022_231618/log.gz autopkgtest [23:17:20]: test run-testsuite: [----------------------- Generating locales (this might take a while)... C.UTF-8...No definition for LC_MONETARY category found done en_US.UTF-8... done ru_RU.ISO-8859-5... done ru_RU.UTF-8... done Generation complete. This makes the test fail because of output on stderr: autopkgtest [23:21:07]: test run-testsuite: - - - - - - - - - - results - - - - - - - - - - run-testsuite FAIL stderr: No definition for LC_MONETARY category found autopkgtest [23:21:08]: test run-testsuite: - - - - - - - - - - stderr - - - - - - - - - - It looks like there's a C.UTF-8 entry in /etc/locale.gen that should not be there; C.UTF-8 is automatically present and doesn't need mentioning. Christoph

