[Buildbot] #3212: setup.py fails in www/base

Buildbot trac trac at buildbot.net
Fri Feb 27 04:23:09 UTC 2015


#3212: setup.py fails in www/base
-------------------+-------------------
Reporter:  dustin  |      Owner:
    Type:  defect  |     Status:  new
Priority:  major   |  Milestone:  0.9.0
 Version:  master  |   Keywords:
-------------------+-------------------
 I suspect, just based on the approximate time this started being a problem
 for me, that this is related to using node 0.12.

 This happens just by running 'validate.sh'.  I've tried cleaning things
 out (`git clean -fdx` and removing node_modules directly) with no change.

 The symptom is that gulp hangs, with no child processes.
 {{{
 COMMAND   PID   USER   FD      TYPE DEVICE SIZE/OFF     NODE NAME
 gulp    13097 dustin  cwd       DIR  254,8     4096  1952551
 /home/dustin/code/buildbot/t/buildbot/www/base
 gulp    13097 dustin  rtd       DIR    8,1     1024        2 /
 gulp    13097 dustin  txt       REG  254,1  9849168   983307 /usr/bin/node
 gulp    13097 dustin  mem       REG    8,1    14520   154054
 /lib64/libdl-2.19.so
 gulp    13097 dustin  mem       REG    8,1    84864   154052
 /lib64/libnsl-2.19.so
 gulp    13097 dustin  mem       REG    8,1  1724704   154065
 /lib64/libc-2.19.so
 gulp    13097 dustin  mem       REG    8,1   105424   154064
 /lib64/libpthread-2.19.so
 gulp    13097 dustin  mem       REG    8,1    92424    80038
 /lib64/libgcc_s.so.1
 gulp    13097 dustin  mem       REG    8,1  1059104    44076
 /lib64/libm-2.19.so
 gulp    13097 dustin  mem       REG  254,1   978984  1164346
 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.8.3/libstdc++.so.6.0.19
 gulp    13097 dustin  mem       REG    8,1    31640   154021
 /lib64/librt-2.19.so
 gulp    13097 dustin  mem       REG  254,1  1938840   218104
 /usr/lib64/libcrypto.so.1.0.0
 gulp    13097 dustin  mem       REG  254,1   440400   213314
 /usr/lib64/libssl.so.1.0.0
 gulp    13097 dustin  mem       REG  254,1   147648   213796
 /usr/lib64/libuv.so.1.0.0
 gulp    13097 dustin  mem       REG  254,1    26576   213674
 /usr/lib64/libhttp_parser.so.2.3
 gulp    13097 dustin  mem       REG    8,1    88512   154018
 /lib64/libz.so.1.2.8
 gulp    13097 dustin  mem       REG    8,1   140624   154033
 /lib64/ld-2.19.so
 gulp    13097 dustin    0u      CHR    5,0      0t0     1044 /dev/tty
 gulp    13097 dustin    1w      CHR    1,3      0t0     1037 /dev/null
 gulp    13097 dustin    2u      CHR    5,0      0t0     1044 /dev/tty
 gulp    13097 dustin    3r     FIFO    0,8      0t0 15391360 pipe
 gulp    13097 dustin    4w     FIFO    0,8      0t0 15391360 pipe
 gulp    13097 dustin    5u  a_inode    0,9        0        6 [eventpoll]
 gulp    13097 dustin    6r     FIFO    0,8      0t0 15391361 pipe
 gulp    13097 dustin    7w     FIFO    0,8      0t0 15391361 pipe
 gulp    13097 dustin    8u  a_inode    0,9        0        6 [eventfd]
 gulp    13097 dustin    9r      DIR    8,1     1024        2 /
 gulp    13097 dustin   10u      CHR    5,0      0t0     1044 /dev/tty
 gulp    13097 dustin   13r      CHR    1,9      0t0     1042 /dev/urandom
 gulp    13097 dustin   17u      CHR    5,0      0t0     1044 /dev/tty
 }}}
 {{{
 dustin at euclid ~ $ strace -p 13097
 Process 13097 attached
 epoll_wait(5,
 }}}
 Touching a file within the src directory doesn't cause the `epoll_wait` to
 return, so I'm guessing it's not in "watch" mode.

--
Ticket URL: <http://trac.buildbot.net/ticket/3212>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list