Hung meta-arm build


Richard Purdie
 

https://autobuilder.yoctoproject.org/typhoon/#/builders/113/builds/1579

On the worker (opensuse152-ty-1):

pstree -p shows:

├─Cooker(30044)─┬─Worker(5328)─┬─nativesdk-perl:(44339)───run.do_compile.(47448)───make(47505)───make(41311)─┬─make(47131)───true(387)
│ │ │ └─make(48106)───true(48776)
│ │ └─{Worker}(5476)
│ ├─pseudo(19403)───Worker (Fakeroo(19419)───{Worker (Fakeroo}(20828)
│ └─{Cooker}(34065)

and the state of the indvidual processes:

pokybuild@opensuse152-ty-1:~> ps ax | grep XXX
387 ? ZN 0:00 [true] <defunct>
48776 ? ZN 0:00 [true] <defunct>
47131 ? SN 0:00 make -C cpan/Unicode-Collate/ all PERL_CORE=1 LIBPERL=libperl.so.5.34.0 LINKTYPE=dynamic
48106 ? SN 0:00 make -C ext/I18N-Langinfo/ all PERL_CORE=1 LIBPERL=libperl.so.5.34.0 LINKTYPE=dynamic
47505 ? SN 0:00 make -j 16 -l 52
47448 ? SN 0:00 /bin/sh /home/pokybuild/yocto-worker/meta-arm/build/build/tmp/work/i686-nativesdk-pokysdk-linux/nativesdk-perl/5.34.0-r0/temp/run.do_compile.44339

so it looks like a make deadlock? :/

Cheers,

Richard