control: reopen -1
control: found -1 1.4.0-4

On Wed, Jun 24, 2015 at 10:31:35PM +0000, Mattia Rizzolo wrote:
> On Thu, Jun 25, 2015 at 12:01:06AM +0200, Yann Dirson wrote:
> > On Fri, Jun 19, 2015 at 11:03:21PM +0000, Mattia Rizzolo wrote:
> > > On Fri, Jun 19, 2015 at 7:16 PM, Yann Dirson <ydir...@free.fr> wrote:
> > > > Can you look at the process tree under the test run, and possibly get
> > > > a look at what the leaf processes are doing ?
> > > 
> > > can you tell me more precisely what i should do? run the build and?
> > 
> > When it gets stuck, I'd use something like "pstree -p $(pidof
> > debuild)" to get an idea of what's still running.  If it's a test, "ps
> > l" should tell us which one it is, and with some luck we'll be able to
> > see the problem by just looking at that particular test.  If that's
> > not sufficient, I'd go with "strace -p" first.
> 
> just manually ran a build on the host the very same way the job does and it
> went good. Dunno maybe this is trigger also by a particulr load, and a load of
> ~60 is not enough (and it's too much, who knows..).
> FTR it took 6:16 minutes.

hanged again.
https://jenkins.debian.net/view/reproducible/job/reproducible_builder_theta/17648/consoleFull

This will run for 12 houts before getting killed by the timeout (or before by
us, if the process will gets too eager).

dh_auto_test,30415 -w /usr/bin/dh_auto_test --max-parallel=1
  └─make,31723 -j1 check
      └─bash,31841 -c...
          └─bash,36187 -c...
              └─make,36191 check
                  └─bash,3862 -ec cd large && for i in *.sh ; \\\012do 
\\\012\011echo Running test `pwd`/$i; \\\012\011/bin/bash $i || exit 1; 
\\\012done
                      └─bash,3864 admin.sh
                          └─bash,3882 admin.sh
                              └─yes,3884 %C%

that's.. umh..

strace -p 3884 (e.g. the yes process) flooded my terminal with

write(1, "%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n"..., 4096) = -1 EPIPE 
(Broken pipe)
--- SIGPIPE {si_signo=SIGPIPE, si_code=SI_USER, si_pid=3884, si_uid=1111} ---
write(1, "%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n"..., 4096) = -1 EPIPE 
(Broken pipe)
--- SIGPIPE {si_signo=SIGPIPE, si_code=SI_USER, si_pid=3884, si_uid=1111} ---
write(1, "%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n"..., 4096) = -1 EPIPE 
(Broken pipe)
--- SIGPIPE {si_signo=SIGPIPE, si_code=SI_USER, si_pid=3884, si_uid=1111} ---
write(1, "%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n"..., 4096) = -1 EPIPE 
(Broken pipe)
--- SIGPIPE {si_signo=SIGPIPE, si_code=SI_USER, si_pid=3884, si_uid=1111} ---
write(1, "%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n"..., 4096) = -1 EPIPE 
(Broken pipe)
--- SIGPIPE {si_signo=SIGPIPE, si_code=SI_USER, si_pid=3884, si_uid=1111} ---
write(1, "%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n%C%\n"..., 4096) = -1 EPIPE 
(Broken pipe)
--- SIGPIPE {si_signo=SIGPIPE, si_code=SI_USER, si_pid=3884, si_uid=1111} ---


As I haven't killed it i can still run stuff if you point me at something.

sad, but thanks for your support :)


-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540         .''`.
more about me:  http://mapreri.org                                 : :'  :
Launchpad user: https://launchpad.net/~mapreri                     `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia     `-

Attachment: signature.asc
Description: Digital signature

Reply via email to