build fails without reason, bug in plague?

Gianluca Sforna giallu at gmail.com
Tue Aug 21 08:18:15 UTC 2007


On 8/20/07, Mike McGrath <mmcgrath at redhat.com> wrote:

> >
> >     def _watch_mock(self, good_exit, bad_exit):
> >         (aux_pid, status) = os.waitpid(self._childpid, os.WNOHANG)
> >         status = os.WEXITSTATUS(status)
> >         if aux_pid:
> > +           self._log("_watch_mock(): PID %d exit status %d\n" % (self._childpid, status))
> >             self._childpid = 0
> >             if status == 0:
> >                 self._done_status = good_exit
> >             elif status > 0:
> >                 self._done_status = bad_exit
> >
> >             self._copy_mock_output_to_log()
> >             self._start_cleanup()
> >
> > Dan
> >
> >
> >
> Thanks dan, I've added this to the builders and it appears to be
> working.  All people with this failed sucess please resubmit and let us
> know how it goes.
>
> http://buildsys.fedoraproject.org/logs/fedora-5-epel/35767-nagios-2.9-1.el5/i386/job.log
> <-- working example.

I just had a "failed" build here:

http://buildsys.fedoraproject.org/logs/fedora-6-extras/35774-sysprof-kmod-1.0.8-1.2.6.22.2_42.fc6/i586/job.log

_watch_mock(): PID 7083 exit status 0




More information about the Fedora-maintainers mailing list