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

[Xen-devel] [seabios test] 138604: regressions - FAIL



flight 138604 seabios real [real]
http://logs.test-lab.xenproject.org/osstest/logs/138604/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-i386-xl-qemuu-dmrestrict-amd64-dmrestrict 12 
guest-start/debianhvm.repeat fail REGR. vs. 137992

Tests which did not succeed, but are not blocking:
 test-amd64-i386-xl-qemuu-win7-amd64 17 guest-stop             fail like 137992
 test-amd64-amd64-xl-qemuu-ws16-amd64 17 guest-stop            fail like 137992
 test-amd64-amd64-xl-qemuu-win7-amd64 17 guest-stop            fail like 137992
 test-amd64-i386-xl-qemuu-ws16-amd64 17 guest-stop             fail like 137992
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check 
fail never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check 
fail never pass
 test-amd64-amd64-qemuu-nested-amd 17 debian-hvm-install/l1/l2  fail never pass
 test-amd64-i386-xl-qemuu-win10-i386 10 windows-install         fail never pass
 test-amd64-amd64-xl-qemuu-win10-i386 10 windows-install        fail never pass

version targeted for testing:
 seabios              020bc4fc5ce93107c8e1bc731b9802cee56a123e
baseline version:
 seabios              6e56ed129c9782ba050a5fbfbf4ac12335b230f7

Last test of basis   137992  2019-06-18 23:08:46 Z   10 days
Testing same since   138604  2019-06-28 09:08:55 Z    1 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Gerd Hoffmann <kraxel@xxxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-i386-libvirt                                           pass    
 build-amd64-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm           pass    
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm            pass    
 test-amd64-amd64-xl-qemuu-debianhvm-i386-xsm                 pass    
 test-amd64-i386-xl-qemuu-debianhvm-i386-xsm                  pass    
 test-amd64-amd64-qemuu-nested-amd                            fail    
 test-amd64-i386-qemuu-rhel6hvm-amd                           pass    
 test-amd64-amd64-xl-qemuu-debianhvm-amd64                    pass    
 test-amd64-i386-xl-qemuu-debianhvm-amd64                     pass    
 test-amd64-amd64-xl-qemuu-win7-amd64                         fail    
 test-amd64-i386-xl-qemuu-win7-amd64                          fail    
 test-amd64-amd64-xl-qemuu-ws16-amd64                         fail    
 test-amd64-i386-xl-qemuu-ws16-amd64                          fail    
 test-amd64-amd64-xl-qemuu-dmrestrict-amd64-dmrestrict        pass    
 test-amd64-i386-xl-qemuu-dmrestrict-amd64-dmrestrict         fail    
 test-amd64-amd64-xl-qemuu-win10-i386                         fail    
 test-amd64-i386-xl-qemuu-win10-i386                          fail    
 test-amd64-amd64-qemuu-nested-intel                          pass    
 test-amd64-i386-qemuu-rhel6hvm-intel                         pass    
 test-amd64-amd64-xl-qemuu-debianhvm-amd64-shadow             pass    
 test-amd64-i386-xl-qemuu-debianhvm-amd64-shadow              pass    


------------------------------------------------------------
sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images

Logs, config files, etc. are available at
    http://logs.test-lab.xenproject.org/osstest/logs

Explanation of these reports, and of osstest in general, is at
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master

Test harness code can be found at
    http://xenbits.xen.org/gitweb?p=osstest.git;a=summary


Not pushing.

------------------------------------------------------------
commit 020bc4fc5ce93107c8e1bc731b9802cee56a123e
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Mon Jun 24 13:35:46 2019 +0200

    ati-vga: add rage128 edid support
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

commit af573dceef7b9a45d13192ec5abf29b73c78540e
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Mon Jun 24 12:17:28 2019 +0200

    ati-vga: try vga ddc first
    
    Try vga ddc bus before dvi ddc bus.
    Return early in case we got valid data.
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

commit ae9a9796ec395e66ff0ed6d4484ea40ce85c0300
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Mon Jun 24 12:08:32 2019 +0200

    ati-vga: make i2c register and bits configurable
    
    Prepare to support other ati cards.  Also log access mode and whenever
    we got a valid edid block.
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

commit 136e2612bd48ef06562625f15259fbacf7bcf66f
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Mon Jun 24 12:09:31 2019 +0200

    ati-vga: fix ati_read()
    
    Cut & paste bug probably.  Had no bad effect so far because the code
    doesn't read registers larger than 0x100.
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

commit ce52a31f612e33df66ac3553d9633732e34a277b
Author: Gerd Hoffmann <kraxel@xxxxxxxxxx>
Date:   Mon Jun 24 12:09:52 2019 +0200

    ati-vga: make less verbose
    
    Reduce loglevel for mode line removals from 1 to 3.
    
    Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

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