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