Your message dated Thu, 14 Jul 2016 22:41:45 +0200
with message-id <[email protected]>
and subject line Re: [Pkg-postgresql-public] Bug#831234: Bug#831234: 
postgresql-9.5: FTBFS: Tests failures
has caused the Debian Bug report #831234,
regarding FTBFS when built with username "user"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
831234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831234
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: postgresql-9.5
Version: 9.5.3-1
Severity: serious
Tags: stretch sid
User: [email protected]
Usertags: qa-ftbfs-20160714 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

(This might be related to the fact that I use a "user" login on my build
machine)

Relevant part (hopefully):
> + ERROR:  role "user" already exists
>   CREATE ROLE current_user; -- error
>   ERROR:  CURRENT_USER cannot be used as a role name here
>   LINE 1: CREATE ROLE current_user;
> ***************
> *** 938,940 ****
> --- 939,942 ----
>   DROP OWNED BY testrol0, "Public", "current_user", testrol1, testrol2, 
> testrolx CASCADE;
>   DROP ROLE testrol0, testrol1, testrol2, testrolx;
>   DROP ROLE "Public", "None", "current_user", "session_user", "user";
> + ERROR:  current user cannot be dropped
> 
> ======================================================================
> 
> make[1]: *** [override_dh_auto_test] Error 1
> debian/rules:194: recipe for target 'override_dh_auto_test' failed

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/14/postgresql-9.5_9.5.3-1_unstable_gcc5.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Re: Lucas Nussbaum 2016-07-14 <[email protected]>
> > TBH, I'm not even sure if this is a bug. "user" is so overly generic
> > that it shouldn't be used as a user name in the first place.
> 
> Hi,
> 
> Well, I agree, but for the same reason, it's probably a bad idea to rely
> on it not existing in a test suite ;)

Fwiw, I think it is used there is because "user" is a reserved word,
so the effect there is to test the grammar to see if
CREATE USER user;  fails as expected, while
CREATE USER "user";  still works.

> > Lucas, can't you just use "buildd" or the like?
> 
> Yes, I will change the username used in the rebuilds.

Thanks. I agree the behavior in PG isn't 100% optimal, but I don't see
this being fixed upstream, so I'll close the bug here.

Christoph

--- End Message ---
_______________________________________________
Pkg-postgresql-public mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public

Reply via email to