[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [libvirt bisection] complete build-armhf-libvirt



branch xen-unstable
xen branch xen-unstable
job build-armhf-libvirt
test libvirt-build

Tree: libvirt git://libvirt.org/libvirt.git
Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
Tree: xen git://xenbits.xen.org/xen.git

*** Found and reproduced problem changeset ***

  Bug is in tree:  libvirt git://libvirt.org/libvirt.git
  Bug introduced:  2c78051a14acfb7aba078d569b1632dfe0ca0853
  Bug not present: 7ad117b2e33039737126ce9df7a267a6f939988d


  commit 2c78051a14acfb7aba078d569b1632dfe0ca0853
  Author: Kiarie Kahurani <davidkiarie4@xxxxxxxxx>
  Date:   Thu Sep 11 07:10:33 2014 +0300
  
      src/xenconfig: Xen-xl parser
      
      Introduce a Xen xl parser
      
      This parser allows for users to convert the new xl disk format and
      spice graphics config to libvirt xml format and vice versa. Regarding
      the spice graphics config, the code is pretty much straight forward.
      For the disk {formating, parsing}, this parser takes care of the new
      xl format which include positional parameters and key/value parameters.
      In xl format disk config a <diskspec> consists of parameters separated by
      commas. If the parameters do not contain an '=' they are automatically
      assigned to certain options following the order below
      
         target, format, vdev, access
      
      The above are the only mandatory parameters in the <diskspec> but there
      are many more disk config options. These options can be specified as
      key=value pairs. This takes care of the rest of the options such as
      
        devtype, backend, backendtype, script, direct-io-safe,
      
      The positional paramters can also be specified in key/value form
      for example
      
          /dev/vg/guest-volume,,hda
          /dev/vg/guest-volume,raw,hda,rw
          format=raw, vdev=hda, access=rw, target=/dev/vg/guest-volume
      
      are interpleted to one config.
      
      In xm format, the above diskspec would be written as
      
      phy:/dev/vg/guest-volume,hda,w
      
      The disk parser is based on the same parser used successfully by
      the Xen project for several years now.  Ian Jackson authored the
      scanner, which is used by this commit with mimimal changes.  Only
      the PREFIX option is changed, to produce function and file names
      more consistent with libvirt's convention.
      
      Signed-off-by: Kiarie Kahurani <davidkiarie4@xxxxxxxxx>
      Signed-off-by: Jim Fehlig <jfehlig@xxxxxxxx>


For bisection revision-tuple graph see:
   
http://www.chiark.greenend.org.uk/~xensrcts/results/bisect.libvirt.build-armhf-libvirt.libvirt-build.html
Revision IDs in each graph node refer, respectively, to the Trees above.

----------------------------------------
Searching for failure / basis pass:
 33514 fail [host=army] / 33422 [host=marilith-n4] 33404 [host=marilith-n4] 
32648 [host=marilith-n4] 32617 [host=marilith-n4] 32596 [host=marilith-n4] 
32576 [host=marilith-n4] 32555 [host=marilith-n4] 32534 [host=marilith-n4] 
32508 [host=marilith-n4] 32471 [host=marilith-n4] 32433 [host=marilith-n4] 
32414 [host=marilith-n4] 32351 [host=marilith-n4] 32330 [host=marilith-n4] 
32308 [host=marilith-n4] 32272 [host=marilith-n4] 32217 [host=marilith-n4] 
32137 [host=marilith-n4] 32005 [host=marilith-n4] 31928 [host=marilith-n4] 
31860 [host=marilith-n4] 31680 [host=marilith-n4] 31660 [host=marilith-n4] 
31595 [host=marilith-n4] 31566 [host=marilith-n4] 31532 [host=marilith-n4] 
31508 [host=marilith-n4] 31485 [host=marilith-n4] 31465 [host=marilith-n4] 
31392 [host=marilith-n4] 31372 [host=marilith-n4] 31327 [host=marilith-n4] 
31284 [host=marilith-n4] 31267 [host=marilith-n4] 31242 [host=marilith-n4] 
30985 ok.
Failure / basis pass flights: 33514 / 30985
(tree in latest but not in basispass: libvirt_gnulib)
(tree in basispass but not in latest: gnulib_libvirt)
Tree: libvirt git://libvirt.org/libvirt.git
Tree: qemuu git://xenbits.xen.org/staging/qemu-upstream-unstable.git
Tree: xen git://xenbits.xen.org/xen.git
Latest 368042cf4a6bca34c7da45517a6e3ce91876c53c 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
Basis pass f9f9699f40729556238b905f67a7d6f68c084f6a 
c9d8f8b755e8960edf7725e05f3e6ac743a5e12e 
6688825c240586708129df8887ad9b12a1708497
Generating revisions with ./adhoc-revtuple-generator  
git://libvirt.org/libvirt.git#f9f9699f40729556238b905f67a7d6f68c084f6a-368042cf4a6bca34c7da45517a6e3ce91876c53c
 
git://xenbits.xen.org/staging/qemu-upstream-unstable.git#c9d8f8b755e8960edf7725e05f3e6ac743a5e12e-1ebb75b1fee779621b63e84fefa7b07354c43a99
 
git://xenbits.xen.org/xen.git#6688825c240586708129df8887ad9b12a1708497-36174af3fbeb1b662c0eadbfa193e77f68cc955b
+ exec
+ sh -xe
+ cd /export/home/osstest/repos/libvirt
+ git remote set-url origin 
git://drall.uk.xensource.com:9419/git://libvirt.org/libvirt.git
+ git fetch -p origin +refs/heads/*:refs/remotes/origin/*
+ exec
+ sh -xe
+ cd /export/home/osstest/repos/qemu-upstream-unstable
+ git remote set-url origin 
git://drall.uk.xensource.com:9419/git://xenbits.xen.org/staging/qemu-upstream-unstable.git
+ git fetch -p origin +refs/heads/*:refs/remotes/origin/*
+ exec
+ sh -xe
+ cd /export/home/osstest/repos/xen
+ git remote set-url origin 
git://drall.uk.xensource.com:9419/git://xenbits.xen.org/xen.git
+ git fetch -p origin +refs/heads/*:refs/remotes/origin/*
+ exec
+ sh -xe
+ cd /export/home/osstest/repos/libvirt
+ git remote set-url origin 
git://drall.uk.xensource.com:9419/git://libvirt.org/libvirt.git
+ git fetch -p origin +refs/heads/*:refs/remotes/origin/*
+ exec
+ sh -xe
+ cd /export/home/osstest/repos/qemu-upstream-unstable
+ git remote set-url origin 
git://drall.uk.xensource.com:9419/git://xenbits.xen.org/staging/qemu-upstream-unstable.git
+ git fetch -p origin +refs/heads/*:refs/remotes/origin/*
+ exec
+ sh -xe
+ cd /export/home/osstest/repos/xen
+ git remote set-url origin 
git://drall.uk.xensource.com:9419/git://xenbits.xen.org/xen.git
+ git fetch -p origin +refs/heads/*:refs/remotes/origin/*
Loaded 4290 nodes in revision graph
Searching for test results:
 30985 pass f9f9699f40729556238b905f67a7d6f68c084f6a 
c9d8f8b755e8960edf7725e05f3e6ac743a5e12e 
6688825c240586708129df8887ad9b12a1708497
 31242 [host=marilith-n4]
 31267 [host=marilith-n4]
 31284 [host=marilith-n4]
 31327 [host=marilith-n4]
 31372 [host=marilith-n4]
 31392 [host=marilith-n4]
 31474 [host=marilith-n4]
 31466 [host=marilith-n4]
 31465 [host=marilith-n4]
 31485 [host=marilith-n4]
 31508 [host=marilith-n4]
 31532 [host=marilith-n4]
 31595 [host=marilith-n4]
 31566 [host=marilith-n4]
 31680 [host=marilith-n4]
 31660 [host=marilith-n4]
 31799 [host=marilith-n4]
 31791 [host=marilith-n4]
 31805 [host=marilith-n4]
 31827 [host=marilith-n4]
 31808 [host=marilith-n4]
 31793 [host=marilith-n4]
 31761 [host=marilith-n4]
 31794 [host=marilith-n4]
 31786 [host=marilith-n4]
 31796 [host=marilith-n4]
 31789 [host=marilith-n4]
 31797 [host=marilith-n4]
 31800 [host=marilith-n4]
 31806 [host=marilith-n4]
 31804 [host=marilith-n4]
 31787 [host=marilith-n4]
 31860 [host=marilith-n4]
 31839 [host=marilith-n4]
 31928 [host=marilith-n4]
 31852 [host=marilith-n4]
 32005 [host=marilith-n4]
 32064 [host=marilith-n4]
 32083 [host=marilith-n4]
 32122 [host=marilith-n4]
 32102 [host=marilith-n4]
 32137 [host=marilith-n4]
 32180 [host=marilith-n4]
 32272 [host=marilith-n4]
 32217 [host=marilith-n4]
 32308 [host=marilith-n4]
 32351 [host=marilith-n4]
 32330 [host=marilith-n4]
 32414 [host=marilith-n4]
 32433 [host=marilith-n4]
 32508 [host=marilith-n4]
 32471 [host=marilith-n4]
 32555 [host=marilith-n4]
 32534 [host=marilith-n4]
 32576 [host=marilith-n4]
 32596 [host=marilith-n4]
 32617 [host=marilith-n4]
 32648 [host=marilith-n4]
 33117 [host=marilith-n4]
 33200 [host=marilith-n4]
 33191 [host=marilith-n4]
 33198 [host=marilith-n4]
 33193 [host=marilith-n4]
 33194 [host=marilith-n4]
 33197 [host=marilith-n4]
 33316 [host=marilith-n4]
 33269 [host=marilith-n4]
 33280 [host=marilith-n4]
 33354 [host=marilith-n4]
 33404 [host=marilith-n4]
 33382 [host=marilith-n4]
 33443 fail dd69a14f90b4bde9c07a6ef594914323874a26ce 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
 33422 [host=marilith-n4]
 33458 fail 2bc460d3c1422ff931d3eea8defbef224c8b6483 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
 33540 pass 89646e69ac7e7d7509a46cc6398cfb27d03d4487 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
7e88c23239591e2638bcc944151a660fcd53495b
 33534 pass 7296e896c92c64ec5653095bcc2ed86b6a72a7d5 
a230ec3101ddda868252c036ea960af2b2d6cd5a 
8f4023dd7d77de7b2c1af77e86637202a33f948a
 33547 fail 2c78051a14acfb7aba078d569b1632dfe0ca0853 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
 33525 pass f9f9699f40729556238b905f67a7d6f68c084f6a 
c9d8f8b755e8960edf7725e05f3e6ac743a5e12e 
6688825c240586708129df8887ad9b12a1708497
 33543 pass f55572ca0189cd5130fb7d1e7da32a16d2ecf64d 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
 33474 fail 368042cf4a6bca34c7da45517a6e3ce91876c53c 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
 33536 pass 7296e896c92c64ec5653095bcc2ed86b6a72a7d5 
a230ec3101ddda868252c036ea960af2b2d6cd5a 
d85728a3c5e112383e99fc23825fd238a4fb8c63
 33527 fail 368042cf4a6bca34c7da45517a6e3ce91876c53c 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
 33548 pass 7ad117b2e33039737126ce9df7a267a6f939988d 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
 33544 pass 7ad117b2e33039737126ce9df7a267a6f939988d 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
 33538 pass c5a54917d5ae97653d29dbfe4995f2efcf5717d6 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
60ce518a1b1caf2c1e4c1b203e87fb0b179ba687
 33530 pass dec21593e1bb1dd8bffe551eb5012538b0997d72 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
2676bc915157ab474ee478d929b0928cf696b385
 33514 fail 368042cf4a6bca34c7da45517a6e3ce91876c53c 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
 33532 pass 87b9437f8951f9d24f9a85c6bbfff0e54df8c984 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
4d1a77ba7ab94183c203226d3fe7ac1cd087c59b
 33539 fail 4dc04d3ab492e0571a1e849f86ef0716b1ec5a07 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
 33545 fail 703ef9667abf016ef1040eac296a81792b366932 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
 33552 fail 2c78051a14acfb7aba078d569b1632dfe0ca0853 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
 33549 fail 2c78051a14acfb7aba078d569b1632dfe0ca0853 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
 33546 fail 4f524212ce614e1ca84b34dd8330a48957c8f823 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
 33550 pass 7ad117b2e33039737126ce9df7a267a6f939988d 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
Searching for interesting versions
 Result found: flight 30985 (pass), for basis pass
 Result found: flight 33474 (fail), for basis failure
 Repro found: flight 33525 (pass), for basis pass
 Repro found: flight 33527 (fail), for basis failure
 0 revisions at 7ad117b2e33039737126ce9df7a267a6f939988d 
1ebb75b1fee779621b63e84fefa7b07354c43a99 
36174af3fbeb1b662c0eadbfa193e77f68cc955b
No revisions left to test, checking graph state.
 Result found: flight 33544 (pass), for last pass
 Result found: flight 33547 (fail), for first failure
 Repro found: flight 33548 (pass), for last pass
 Repro found: flight 33549 (fail), for first failure
 Repro found: flight 33550 (pass), for last pass
 Repro found: flight 33552 (fail), for first failure

*** Found and reproduced problem changeset ***

  Bug is in tree:  libvirt git://libvirt.org/libvirt.git
  Bug introduced:  2c78051a14acfb7aba078d569b1632dfe0ca0853
  Bug not present: 7ad117b2e33039737126ce9df7a267a6f939988d

+ exec
+ sh -xe
+ cd /export/home/osstest/repos/libvirt
+ git remote set-url origin 
git://drall.uk.xensource.com:9419/git://libvirt.org/libvirt.git
+ git fetch -p origin +refs/heads/*:refs/remotes/origin/*

  commit 2c78051a14acfb7aba078d569b1632dfe0ca0853
  Author: Kiarie Kahurani <davidkiarie4@xxxxxxxxx>
  Date:   Thu Sep 11 07:10:33 2014 +0300
  
      src/xenconfig: Xen-xl parser
      
      Introduce a Xen xl parser
      
      This parser allows for users to convert the new xl disk format and
      spice graphics config to libvirt xml format and vice versa. Regarding
      the spice graphics config, the code is pretty much straight forward.
      For the disk {formating, parsing}, this parser takes care of the new
      xl format which include positional parameters and key/value parameters.
      In xl format disk config a <diskspec> consists of parameters separated by
      commas. If the parameters do not contain an '=' they are automatically
      assigned to certain options following the order below
      
         target, format, vdev, access
      
      The above are the only mandatory parameters in the <diskspec> but there
      are many more disk config options. These options can be specified as
      key=value pairs. This takes care of the rest of the options such as
      
        devtype, backend, backendtype, script, direct-io-safe,
      
      The positional paramters can also be specified in key/value form
      for example
      
          /dev/vg/guest-volume,,hda
          /dev/vg/guest-volume,raw,hda,rw
          format=raw, vdev=hda, access=rw, target=/dev/vg/guest-volume
      
      are interpleted to one config.
      
      In xm format, the above diskspec would be written as
      
      phy:/dev/vg/guest-volume,hda,w
      
      The disk parser is based on the same parser used successfully by
      the Xen project for several years now.  Ian Jackson authored the
      scanner, which is used by this commit with mimimal changes.  Only
      the PREFIX option is changed, to produce function and file names
      more consistent with libvirt's convention.
      
      Signed-off-by: Kiarie Kahurani <davidkiarie4@xxxxxxxxx>
      Signed-off-by: Jim Fehlig <jfehlig@xxxxxxxx>

dot: graph is too large for cairo-renderer bitmaps. Scaling by 0.744925 to fit
Revision graph left in 
/home/xc_osstest/results/bisect.libvirt.build-armhf-libvirt.libvirt-build.{dot,ps,png,html}.
----------------------------------------
33552: tolerable ALL FAIL

flight 33552 libvirt real-bisect [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/33552/

Failures :-/ but no regressions.

Tests which did not succeed,
including tests which could not be run:
 build-armhf-libvirt           5 libvirt-build           fail baseline untested


jobs:
 build-armhf-libvirt                                          fail    


------------------------------------------------------------
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


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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.