On Sat, 10 Sep 2016, Laurent Bigonville wrote: > tag 832865 + unreproducible > severity 832865 important > thanks > > Well to be honest, I cannot reproduce this
Hello. I can reproduce this, but not always: Status: successful telepathy-python_0.15.19-3_amd64-20160924T060845Z Status: failed telepathy-python_0.15.19-3_amd64-20161003T044635Z Status: failed telepathy-python_0.15.19-3_amd64-20161003T184743Z Status: failed telepathy-python_0.15.19-3_amd64-20161003T233728Z Status: successful telepathy-python_0.15.19-3_amd64-20161003T233730Z Status: failed telepathy-python_0.15.19-3_amd64-20161003T233732Z Status: failed telepathy-python_0.15.19-3_amd64-20161003T233735Z Status: failed telepathy-python_0.15.19-3_amd64-20161003T233756Z Status: failed telepathy-python_0.15.19-3_amd64-20161003T233754Z Status: successful telepathy-python_0.15.19-3_amd64-20161003T233759Z Status: failed telepathy-python_0.15.19-3_amd64-20161003T233802Z Status: failed telepathy-python_0.15.19-3_amd64-20161003T233820Z Status: failed telepathy-python_0.15.19-3_amd64-20161003T233823Z Status: failed telepathy-python_0.15.19-3_amd64-20161004T110903Z Status: failed telepathy-python_0.15.19-3_amd64-20161004T110907Z Status: failed telepathy-python_0.15.19-3_amd64-20161004T110932Z Status: successful telepathy-python_0.15.19-3_amd64-20161004T110906Z Status: failed telepathy-python_0.15.19-3_amd64-20161004T110936Z Status: failed telepathy-python_0.15.19-3_amd64-20161004T111000Z Status: failed telepathy-python_0.15.19-3_amd64-20161004T111003Z Status: failed telepathy-python_0.15.19-3_amd64-20161004T110930Z Status: successful telepathy-python_0.15.19-3_amd64-20161004T111005Z Status: failed telepathy-python_0.15.19-3_amd64-20161004T111028Z Status: failed telepathy-python_0.15.19-3_amd64-20161004T111031Z Status: failed telepathy-python_0.15.19-3_amd64-20161004T111036Z Status: successful telepathy-python_0.15.19-3_amd64-20161004T110914Z Status: successful telepathy-python_0.15.19-3_amd64-20161004T110917Z Status: failed telepathy-python_0.15.19-3_amd64-20161004T110913Z In my case, there is some correlation between failed build log and low memory (I'm using different sized autobuilders). But in either case, look at the error message. It's essentially like this: /usr/bin/install -c -m 644 some-files _generated/errors.py some-files _generated/errors.py some-files directory This fails because _generated/errors.py is listed twice. You can trigger a similar error this way: install /bin/ls /bin/ls /tmp So, instead of trying to reproduce this, I would read the source code and the makefiles and would try to determine under which circumstances could _generated/errors.py appear twice in the install command line, because that's what's happening here and what triggers the error. Maybe that's easier than trying to reproduce it. I would also forward this upstream. If both Lucas and me have found it independently, then it seems a real problem to me. Thanks.

