Bug#823166:

2016-05-03 Thread Ondrej Novy
I can't reproduce it locally. Can you attach output of this script from your env please? #!/usr/bin/python import getpass import pwd import os import grp user = getpass.getuser() ugroup = pwd.getpwnam(user).pw_gid os_groups = os.getgroups() groups = [g.gr_gid for g in grp.getgrall() if user in

Bug#823166: swift: FTBFS: AssertionError: Items in the first set but not the second:

2016-05-01 Thread Chris Lamb
Source: swift Version: 2.7.0-3 Severity: serious Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org Dear Maintainer, swift fails to build from source in unstable/amd64: [..] te