Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Simon Marchi <simon.marchi@ericsson.com>
To: <gdb-patches@sourceware.org>, <brendan.kirby@imgtec.com>
Subject: Re: MIPS build slave
Date: Mon, 20 Jul 2015 20:45:00 -0000	[thread overview]
Message-ID: <55AD5DF0.2090303@ericsson.com> (raw)
In-Reply-To: <55AD543B.5010301@imgtec.com>

On 15-07-20 04:04 PM, Brendan Kirby wrote:
> I ran the steps below.  The build was successful.  I built with commit
> 7ac018954bd9 because the latest one was failing to build.  However, I'm
> still not seeing this file.  I've attached the output of running "make
> check RUNTESTFLAGS='gdb.mi/mi-watch.exp'" in the file
> gdb.mi-mi-watch.exp.out and I've attached the gdb/testsuite/gdb.log file
> in gdb.mi-mi-watch.exp.log.    Let me know if you want me to try
> anything else.
> 
> Brendan

Thanks for trying that.

Looking at the error message (any of them), the pattern is:

  Cannot exec $execfile -c exec $execfile

This looks awfully as if it should be

  $SHELL -c exec $execfile

but that somehow the exec-file name ended up in place of the shell.  That
command line seems to be constructed in fork-child.c:fork_inferior, but I
don't see how it could end up like that.

It's probably not related, but let's rule out obvious things.  I notice that
the SHELL of the user running the buildbot slave is be /sbin/nologin (from
an output of show env in gdb.log).  It seems to be a problem for some tests
that use the shell command at least (search for nologin in the log).  Setting
the shell of the user to a real shell will help for those.

When you ran the make check RUNTESTFLAGS="..." command that Sergio asked you
to run, was it as the same user as the buildbot slave's user?  I assume not,
since the shell is nologin.  Would it be possible to try it again, but this
time as that user?

Simon


  reply	other threads:[~2015-07-20 20:45 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-18  4:15 Simon Marchi
2015-07-18  5:28 ` Brendan Kirby
2015-07-19  2:35   ` Sergio Durigan Junior
2015-07-20 20:04     ` Brendan Kirby
2015-07-20 20:45       ` Simon Marchi [this message]
2015-07-20 21:24         ` Brendan Kirby
2015-07-20 21:31           ` Simon Marchi
2015-07-20 21:05       ` Sergio Durigan Junior
     [not found]         ` <55AD8A7F.3080009@imgtec.com>
2015-07-21  0:14           ` Sergio Durigan Junior
2015-07-21  1:50             ` Brendan Kirby
2015-07-21  4:34               ` Sergio Durigan Junior
2015-07-21 14:57                 ` Simon Marchi
2015-07-21 16:38                   ` Brendan Kirby
2015-07-21 16:42                     ` Simon Marchi
2015-07-21 17:21                       ` Brendan Kirby
2015-07-21 17:43                         ` Simon Marchi
2015-07-23 11:20                           ` Pedro Alves

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55AD5DF0.2090303@ericsson.com \
    --to=simon.marchi@ericsson.com \
    --cc=brendan.kirby@imgtec.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox