All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: osstest-admin@xenproject.org, xen-devel <xen-devel@lists.xen.org>
Subject: Re: [osstest test] 65001: regressions - trouble: broken/fail/pass
Date: Mon, 23 Nov 2015 10:40:01 +0000	[thread overview]
Message-ID: <1448275201.4973.36.camel@citrix.com> (raw)
In-Reply-To: <osstest-65001-mainreport@xen.org>

On Mon, 2015-11-23 at 10:03 +0000, osstest service owner wrote:
> flight 65001 osstest real [real]
> http://logs.test-lab.xenproject.org/osstest/logs/65001/
> 
> Regressions :-(
> 
> Tests which did not succeed and are blocking,
> including tests which could not be run:
>  test-amd64-amd64-qemuu-nested 15 leak-check/basis/l1(15)  fail REGR. vs. 64659

http://logs.test-lab.xenproject.org/osstest/logs/65001/test-amd64-amd64-qemuu-nested/15.ts-leak-check.log

    xl: error while loading shared libraries: libnl-route-3.so.200: cannot open shared object file: No such file or directory

This is in the L1 guest, which was installed by ts-xen-install as if it
were a host. That script contains:

    if ($ho->{Suite} =~ m/jessie/) {
        target_install_packages($ho, 'libnl-route-3-200');
    }

There is no suite runvar on either the L0 or the L1, however the L0 run of
ts-xen-install did seem to get this correct and install libxl-route-3-200.

This is confusing because $ho-{Suite} comes from selecthost:

    if (defined $job) {
        $ho->{Suite} = get_runvar_default("${ident}_suite",$job,
                                          $c{DebianSuite});
    }

which is before the short-circuit for nested hosts.

I've no idea why $job would be undefined, in
http://logs.test-lab.xenproject.org/osstest/logs/65001/test-amd64-amd64-qemuu-nested/15.ts-leak-check.log 
I can see OSSTEST_JOB is set and exported and tsreadconfig() hasn't
complained. 

Any ideas?

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

       reply	other threads:[~2015-11-23 10:40 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <osstest-65001-mainreport@xen.org>
2015-11-23 10:40 ` Ian Campbell [this message]
2015-11-23 11:59   ` [PATCH OSSTEST] selecthost: Correctly set ->{Suite} for a nested host in selecthost() Ian Campbell
2015-11-23 12:35   ` [PATCH OSSTEST v2] Add $gho->{Suite} field to guest objects from {prepare, select}guest() Ian Campbell
2015-11-23 16:12     ` Ian Jackson
2015-11-23 16:19       ` Ian Campbell
2015-11-23 16:48         ` Ian Jackson
2015-11-23 16:57           ` Ian Campbell
2015-11-24  9:25   ` [PATCH v3] Set {ident}_suite runvar when install a Debian guest Ian Campbell
2015-11-24 11:17     ` Ian Jackson
2015-11-24 12:41       ` Ian Campbell
2015-11-24 13:40         ` Ian Campbell
2015-11-24 14:17         ` Ian Jackson
2015-11-24 15:14   ` [PATCH OSSTEST v4] " Ian Campbell
2015-11-24 15:26     ` Ian Campbell
2015-11-24 15:28       ` Ian Campbell
2015-11-24 15:36         ` Ian Campbell
2015-11-24 16:12           ` Ian Jackson

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=1448275201.4973.36.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=osstest-admin@xenproject.org \
    --cc=xen-devel@lists.xen.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.