* [libvirt test] 26108: trouble: blocked/broken/fail/pass
@ 2014-05-02 17:53 xen.org
2014-05-02 18:16 ` Ian Jackson
0 siblings, 1 reply; 4+ messages in thread
From: xen.org @ 2014-05-02 17:53 UTC (permalink / raw)
To: xen-devel; +Cc: ian.jackson
flight 26108 libvirt real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/26108/
Failures and problems with tests :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
build-i386-libvirt 2 host-install(2) broken REGR. vs. 25903
build-i386-pvops 2 host-install(2) broken REGR. vs. 25903
build-i386-oldkern 2 host-install(2) broken REGR. vs. 25903
build-i386 2 host-install(2) broken REGR. vs. 25903
build-amd64-oldkern 2 host-install(2) broken REGR. vs. 25903
build-amd64-pvops 2 host-install(2) broken REGR. vs. 25903
build-amd64 2 host-install(2) broken REGR. vs. 25903
build-amd64-libvirt 2 host-install(2) broken REGR. vs. 25903
Tests which did not succeed, but are not blocking:
test-amd64-amd64-libvirt 1 xen-build-check(1) blocked n/a
test-amd64-i386-libvirt 1 xen-build-check(1) blocked n/a
test-armhf-armhf-libvirt 9 guest-start fail never pass
version targeted for testing:
libvirt b47668233efdcad438784abe2a79af263343d992
baseline version:
libvirt 6077be466efcc2d57679e59db8a4b1626ed0757c
------------------------------------------------------------
People who touched revisions under test:
Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
Daniel P. Berrange <berrange@redhat.com>
Dwight Engen <dwight.engen@oracle.com>
Eric Blake <eblake@redhat.com>
Ian Campbell <ian.campbell@citrix.com>
Jiri Denemark <jdenemar@redhat.com>
Li Zhang <zhlcindy@linux.vnet.ibm.com>
Martin Kletzander <mkletzan@redhat.com>
Michal Privoznik <mprivozn@redhat.com>
Natanael Copa <ncopa@alpinelinux.org>
Pavel Hrdina <phrdina@redhat.com>
Roman Bogorodskiy <bogorodskiy@gmail.com>
Sahid Orentino Ferdjaoui <sahid.ferdjaoui@cloudwatt.com>
Stefan Berger <stefanb@linux.vnet.ibm.com>
Steven McDonald <steven.mcdonald@anchor.net.au>
------------------------------------------------------------
jobs:
build-amd64 broken
build-armhf pass
build-i386 broken
build-amd64-libvirt broken
build-armhf-libvirt pass
build-i386-libvirt broken
build-amd64-oldkern broken
build-i386-oldkern broken
build-amd64-pvops broken
build-armhf-pvops pass
build-i386-pvops broken
test-amd64-amd64-libvirt blocked
test-armhf-armhf-libvirt fail
test-amd64-i386-libvirt blocked
------------------------------------------------------------
sg-report-flight on osstest.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
Not pushing.
(No revision log; it would be 2033 lines long.)
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [libvirt test] 26108: trouble: blocked/broken/fail/pass
2014-05-02 17:53 [libvirt test] 26108: trouble: blocked/broken/fail/pass xen.org
@ 2014-05-02 18:16 ` Ian Jackson
2014-05-02 18:19 ` Ian Jackson
2014-05-02 20:05 ` Ian Campbell
0 siblings, 2 replies; 4+ messages in thread
From: Ian Jackson @ 2014-05-02 18:16 UTC (permalink / raw)
To: Ian Campbell; +Cc: xen-devel
xen.org writes ("[libvirt test] 26108: trouble: blocked/broken/fail/pass"):
> flight 26108 libvirt real [real]
> http://www.chiark.greenend.org.uk/~xensrcts/logs/26108/
>
> Failures and problems with tests :-(
>
> Tests which did not succeed and are blocking,
> including tests which could not be run:
> build-i386-libvirt 2 host-install(2) broken REGR. vs. 25903
This was because osstest:~osstest/branches/for-libvirt.git had an old
version which is not an ancestor of the current osstest head.
cr-for-branches tried to update it before starting the run, but the
update was rejected as not being a fast forward:
[2014-05-02 18:53:46 BST 30992] ./cr-daily-branch --real libvirt ...
>From /export/home/osstest/testing
! [rejected] master -> incoming (non-fast-forward)
>From /export/home/osstest/testing
! [rejected] incoming -> incoming (non-fast-forward)
>From .
! [rejected] incoming -> master (non-fast-forward)
Your branch is ahead of 'origin/master' by 9 commits.
So, I have used git reset --hard to move that tree from
b5839bcd35ea73a442aa69b3a81f0acc403703e7 to
71586f43610ab37b155aa165dab8b048821422cf.
I have also done "chmod g+w" on it and the corresponding "bisects"
tree directory. The bisects tree is already on an ancestor of
incoming and should be updated automatically without trouble.
>From the crontab I'm expecting another attempt at this tomorrow.
If you want to see what the old branch in for-libvirt.git was, osstest
has made a tag for it here:
http://xenbits.xen.org/gitweb/?p=osstest.git;a=shortlog;h=refs/heads/flight-26108
which you can fetch with git as well of course.
Thanks,
Ian.
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [libvirt test] 26108: trouble: blocked/broken/fail/pass
2014-05-02 18:16 ` Ian Jackson
@ 2014-05-02 18:19 ` Ian Jackson
2014-05-02 20:05 ` Ian Campbell
1 sibling, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2014-05-02 18:19 UTC (permalink / raw)
To: Ian Campbell, xen-devel
Ian Jackson writes ("Re: [libvirt test] 26108: trouble: blocked/broken/fail/pass"):
> So, I have used git reset --hard to move that tree from
> b5839bcd35ea73a442aa69b3a81f0acc403703e7 to
> 71586f43610ab37b155aa165dab8b048821422cf.
...
> From the crontab I'm expecting another attempt at this tomorrow.
Actually it turned out that there was one queued up (26123), and I
will have updated the tree under its feet. So I have killed that.
Ian.
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [libvirt test] 26108: trouble: blocked/broken/fail/pass
2014-05-02 18:16 ` Ian Jackson
2014-05-02 18:19 ` Ian Jackson
@ 2014-05-02 20:05 ` Ian Campbell
1 sibling, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2014-05-02 20:05 UTC (permalink / raw)
To: Ian Jackson; +Cc: xen-devel
On Fri, 2014-05-02 at 19:16 +0100, Ian Jackson wrote:
> xen.org writes ("[libvirt test] 26108: trouble: blocked/broken/fail/pass"):
> > flight 26108 libvirt real [real]
> > http://www.chiark.greenend.org.uk/~xensrcts/logs/26108/
> >
> > Failures and problems with tests :-(
> >
> > Tests which did not succeed and are blocking,
> > including tests which could not be run:
> > build-i386-libvirt 2 host-install(2) broken REGR. vs. 25903
>
> This was because osstest:~osstest/branches/for-libvirt.git had an old
> version which is not an ancestor of the current osstest head.
I expect this was because of the rebase I did to the main pretest branch
to fix the ap-push syntax error -- meanwhile forgetting that I had
previously pulled something into for-libvirt.git to use for my manual
cr-daily-branches tests.
Thanks for sorting it.
> I have also done "chmod g+w" on it and the corresponding "bisects"
> tree directory.
I've made a note of this for next time.
Ian.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-05-02 20:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-02 17:53 [libvirt test] 26108: trouble: blocked/broken/fail/pass xen.org
2014-05-02 18:16 ` Ian Jackson
2014-05-02 18:19 ` Ian Jackson
2014-05-02 20:05 ` Ian Campbell
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.