[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [xen-unstable bisection] complete test-i386-i386-pv
On Fri, 2011-07-22 at 08:42 +0100, Ian Campbell wrote: > On Fri, 2011-07-22 at 08:18 +0100, xen.org wrote: > > branch xen-unstable > > xen branch xen-unstable > > job test-i386-i386-pv > > test guest-start > > > > Tree: linux git://git.eu.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > Tree: qemu git://hg.uk.xensource.com/HG/qemu-xen-unstable.git > > Tree: xen http://hg.uk.xensource.com/xen-unstable.hg > > > > *** Found and reproduced problem changeset *** > > > > Bug is in tree: xen http://hg.uk.xensource.com/xen-unstable.hg > > Bug introduced: 0ccb94d533d6 > > Bug not present: 43f7bdbe47d3 > > > > > > changeset: 23721:0ccb94d533d6 > > user: Jan Beulich <jbeulich@xxxxxxxxxx> > > date: Tue Jul 19 14:09:48 2011 +0100 > > > > build: consolidate buildmakevars2file > > > > Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> > > Hmm, that looks relatively benign. The actual failure seems to be in > http://www.chiark.greenend.org.uk/~xensrcts/logs/8232/test-i386-i386-pv/9.ts-guest-start.log > which says: > > 2011-07-22 07:07:59 Z executing ssh ... root@xxxxxxxxxxxxx xm > create /etc/xen/debian.guest.osstest.cfg > xend [ERROR] Config file does not exist: > /home/osstest/build.8225.build-i386/xen-unstable/dist/install/etc/xen/xend-config.sxp > 2011-07-22 07:09:39 Z command timed out [100]: ssh -o > StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=100 -o > ServerAliveInterval=100 -o PasswordAuthentication=no -o > ChallengeResponseAuthentication=no -o > UserKnownHostsFile=tmp/t.known_hosts_8232.test-i386-i386-pv > root@xxxxxxxxxxxxx xm create /etc/xen/debian.guest.osstest.cfg > status (timed out) at Osstest.pm line 577. > + rc=4 > + date -u '+%Y-%m-%d %H:%M:%S Z exit status 4' > 2011-07-22 07:09:39 Z exit status 4 > + exit 4 > Error: Device 0 (vif) could not be connected. Hotplug scripts not > working. > Using config file "/etc/xen/debian.guest.osstest.cfg". > > so I would guess a path has gone astray somewhere. Oh, wait: $ cat tools/libxl/_libxl_paths.h #define SBINDIR "/tmp/tmp88RBMa/usr/sbin" #define BINDIR "/tmp/tmp88RBMa/usr/bin" #define LIBEXEC "/tmp/tmp88RBMa/usr/lib/xen/bin" #define LIBDIR "/tmp/tmp88RBMa/usr/lib" #define SHAREDIR "/tmp/tmp88RBMa/usr/share" #define PRIVATE_BINDIR "/tmp/tmp88RBMa/usr/lib/xen/bin" #define XENFIRMWAREDIR "/tmp/tmp88RBMa/usr/lib/xen/boot" #define XEN_CONFIG_DIR "/tmp/tmp88RBMa/etc/xen" #define XEN_SCRIPT_DIR "/tmp/tmp88RBMa/etc/xen/scripts" #define XEN_LOCK_DIR "/tmp/tmp88RBMa/var/lock" #define XEN_RUN_DIR "/tmp/tmp88RBMa/var/run/xen" It appears that the aptch added $(DESTDIR) to the paths, which isn't right... Patch follows shortly. > > Ian. > > > > > > > > > > > For bisection revision-tuple graph see: > > > > http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.xen-unstable.test-i386-i386-pv.guest-start.html > > Revision IDs in each graph node refer, respectively, to the Trees above. > > > > ---------------------------------------- > > Searching for failure / basis pass: > > 8223 fail [host=woodlouse] / 8147 ok. > > Failure / basis pass flights: 8223 / 8147 > > Tree: linux git://git.eu.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > Tree: qemu git://hg.uk.xensource.com/HG/qemu-xen-unstable.git > > Tree: xen http://hg.uk.xensource.com/xen-unstable.hg > > Latest 25266338a41470a21e9b3974445be09e0640dda7 > > cd776ee9408ff127f934a707c1a339ee600bc127 fbf3768e5934 > > Basis pass 29017492ad9c69e8c197b362f5577c0759eb3ba9 > > cd776ee9408ff127f934a707c1a339ee600bc127 43f7bdbe47d3 > > Generating revisions with ./adhoc-revtuple-generator > > git://git.eu.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git#29017492ad9c69e8c197b362f5577c0759eb3ba9-25266338a41470a21e9b3974445be09e0640dda7 > > > > git://hg.uk.xensource.com/HG/qemu-xen-unstable.git#cd776ee9408ff127f934a707c1a339ee600bc127-cd776ee9408ff127f934a707c1a339ee600bc127 > > http://hg.uk.xensource.com/xen-unstable.hg#43f7bdbe47d3-fbf3768e5934 > > using cache /export/home/osstest/repos/git-cache... > > using cache /export/home/osstest/repos/git-cache... > > locked cache /export/home/osstest/repos/git-cache... > > processing ./cacheing-git clone --bare > > git://git.eu.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > /export/home/osstest/repos/xen... > > Initialized empty Git repository in /export/home/osstest/repos/xen/ > > Initialized empty Git repository in /export/home/osstest/repos/xen/ > > updating cache /export/home/osstest/repos/git-cache xen... > > pulling from http://hg.uk.xensource.com/xen-unstable.hg > > searching for changes > > no changes found > > using cache /export/home/osstest/repos/git-cache... > > using cache /export/home/osstest/repos/git-cache... > > locked cache /export/home/osstest/repos/git-cache... > > processing ./cacheing-git clone --bare > > git://git.eu.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > /export/home/osstest/repos/xen... > > Initialized empty Git repository in /export/home/osstest/repos/xen/ > > Initialized empty Git repository in /export/home/osstest/repos/xen/ > > updating cache /export/home/osstest/repos/git-cache xen... > > pulling from http://hg.uk.xensource.com/xen-unstable.hg > > searching for changes > > no changes found > > Loaded 1211 nodes in revision graph > > Searching for test results: > > 8205 pass 29017492ad9c69e8c197b362f5577c0759eb3ba9 > > cd776ee9408ff127f934a707c1a339ee600bc127 43f7bdbe47d3 > > 8187 fail 29017492ad9c69e8c197b362f5577c0759eb3ba9 > > cd776ee9408ff127f934a707c1a339ee600bc127 7bc5825e471d > > 8196 [host=earwig] > > 8197 [host=earwig] > > 8206 fail 29017492ad9c69e8c197b362f5577c0759eb3ba9 > > cd776ee9408ff127f934a707c1a339ee600bc127 0ccb94d533d6 > > 8198 [host=earwig] > > 8207 pass 29017492ad9c69e8c197b362f5577c0759eb3ba9 > > cd776ee9408ff127f934a707c1a339ee600bc127 43f7bdbe47d3 > > 8208 fail 29017492ad9c69e8c197b362f5577c0759eb3ba9 > > cd776ee9408ff127f934a707c1a339ee600bc127 0ccb94d533d6 > > 8199 [host=earwig] > > 8200 [host=earwig] > > 8231 pass 29017492ad9c69e8c197b362f5577c0759eb3ba9 > > cd776ee9408ff127f934a707c1a339ee600bc127 43f7bdbe47d3 > > 8232 fail 25266338a41470a21e9b3974445be09e0640dda7 > > cd776ee9408ff127f934a707c1a339ee600bc127 fbf3768e5934 > > 8224 [host=potato-beetle] > > 8225 [host=potato-beetle] > > 8191 fail irrelevant > > 8209 [host=gall-mite] > > 8226 [host=potato-beetle] > > 8201 [host=earwig] > > 8218 [host=gall-mite] > > 8180 fail 29017492ad9c69e8c197b362f5577c0759eb3ba9 > > cd776ee9408ff127f934a707c1a339ee600bc127 b3434f24b082 > > 8227 [host=potato-beetle] > > 8219 [host=gall-mite] > > 8228 [host=potato-beetle] > > 8158 fail 29017492ad9c69e8c197b362f5577c0759eb3ba9 > > cd776ee9408ff127f934a707c1a339ee600bc127 548b2826293e > > 8220 [host=gall-mite] > > 8229 [host=potato-beetle] > > 8221 [host=gall-mite] > > 8222 [host=gall-mite] > > 8147 pass 29017492ad9c69e8c197b362f5577c0759eb3ba9 > > cd776ee9408ff127f934a707c1a339ee600bc127 43f7bdbe47d3 > > 8176 pass 29017492ad9c69e8c197b362f5577c0759eb3ba9 > > cd776ee9408ff127f934a707c1a339ee600bc127 43f7bdbe47d3 > > 8177 fail 29017492ad9c69e8c197b362f5577c0759eb3ba9 > > cd776ee9408ff127f934a707c1a339ee600bc127 548b2826293e > > 8223 fail 25266338a41470a21e9b3974445be09e0640dda7 > > cd776ee9408ff127f934a707c1a339ee600bc127 fbf3768e5934 > > 8214 [host=earwig] > > 8217 [host=potato-beetle] > > 8215 [host=earwig] > > 8210 [host=earwig] > > 8211 [host=earwig] > > 8193 [host=earwig] > > 8202 pass 29017492ad9c69e8c197b362f5577c0759eb3ba9 > > cd776ee9408ff127f934a707c1a339ee600bc127 43f7bdbe47d3 > > 8203 fail irrelevant > > 8212 [host=earwig] > > 8175 [host=earwig] > > 8204 fail 29017492ad9c69e8c197b362f5577c0759eb3ba9 > > cd776ee9408ff127f934a707c1a339ee600bc127 0ccb94d533d6 > > Searching for interesting versions > > Result found: flight 8147 (pass), for basis pass > > Result found: flight 8223 (fail), for basis failure > > Repro found: flight 8231 (pass), for basis pass > > Repro found: flight 8232 (fail), for basis failure > > 0 revisions at 29017492ad9c69e8c197b362f5577c0759eb3ba9 > > cd776ee9408ff127f934a707c1a339ee600bc127 43f7bdbe47d3 > > No revisions left to test, checking graph state. > > Result found: flight 8147 (pass), for last pass > > Result found: flight 8204 (fail), for first failure > > Repro found: flight 8205 (pass), for last pass > > Repro found: flight 8206 (fail), for first failure > > Repro found: flight 8207 (pass), for last pass > > Repro found: flight 8208 (fail), for first failure > > > > *** Found and reproduced problem changeset *** > > > > Bug is in tree: xen http://hg.uk.xensource.com/xen-unstable.hg > > Bug introduced: 0ccb94d533d6 > > Bug not present: 43f7bdbe47d3 > > > > pulling from http://hg.uk.xensource.com/xen-unstable.hg > > searching for changes > > no changes found > > > > changeset: 23721:0ccb94d533d6 > > user: Jan Beulich <jbeulich@xxxxxxxxxx> > > date: Tue Jul 19 14:09:48 2011 +0100 > > > > build: consolidate buildmakevars2file > > > > Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> > > > > > > > > Revision graph left in > > /home/xc_osstest/results/bisect.xen-unstable.test-i386-i386-pv.guest-start.{dot,ps,png,html}. > > ---------------------------------------- > > 8232: ALL FAIL > > > > flight 8232 xen-unstable real-bisect [real] > > http://www.chiark.greenend.org.uk/~xensrcts/logs/8232/ > > > > > > jobs: > > test-i386-i386-pv fail > > > > > > ------------------------------------------------------------ > > sg-report-flight on woking.cam.xci-test.com > > logs: /home/xc_osstest/logs > > images: /home/xc_osstest/images > > > > Logs, config files, etc. are available at > > http://www.chiark.greenend.org.uk/~xensrcts/logs > > > > Test harness code can be found at > > http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary > > > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@xxxxxxxxxxxxxxxxxxx > > http://lists.xensource.com/xen-devel > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxxxxxxxx > http://lists.xensource.com/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |