Postgres10 password not

We switched from postgresql 9 to 10 and we are now trying to make CI working with postgresql 10.

As you can see in this job https://travis-ci.org/oVirt/ovirt-engine/builds/495474015
it’s failing with: psql: fe_sendauth: no password supplied

Our travis configuration is here: https://github.com/oVirt/ovirt-engine/blob/master/.travis.yml

Any idea on what we may have set wrong there?

Looks like your command is failing. https://travis-ci.org/oVirt/ovirt-engine/builds/495474015#L551-L556

In particular, https://github.com/oVirt/ovirt-engine/tree/00a5d048099a3ec0ae0288adeb228c7f64c8fd52/packaging/dbscripts and its friends seem suspicious.