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

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



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 9 windows-install fail REGR. vs. 
105928

Regressions which are regarded as allowable (not blocking):
 test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop             fail like 105928
 test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-stop            fail like 105928

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-amd64-qemuu-nested-amd 16 debian-hvm-install/l1/l2  fail never pass

version targeted for testing:
 seabios              8f598a4641f98cf503653f80c779793d91c95a84
baseline version:
 seabios              c83e15b60b7c59552a44d71d0582f2d62a6084a7

Last test of basis   105928  2017-02-20 16:14:16 Z    1 days
Testing same since   105952  2017-02-21 14:45:36 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ben Warren <ben@xxxxxxxxxxxxxxxxxx>
  Kevin O'Connor <kevin@xxxxxxxxxxxx>

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-amd64-xsm                pass    
 test-amd64-i386-xl-qemuu-debianhvm-amd64-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-qemuu-nested-intel                          pass    
 test-amd64-i386-qemuu-rhel6hvm-intel                         pass    
 test-amd64-i386-xl-qemuu-winxpsp3-vcpus1                     fail    
 test-amd64-amd64-xl-qemuu-winxpsp3                           pass    
 test-amd64-i386-xl-qemuu-winxpsp3                            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 8f598a4641f98cf503653f80c779793d91c95a84
Author: Ben Warren <ben@xxxxxxxxxxxxxxxxxx>
Date:   Mon Feb 20 19:56:19 2017 -0800

    QEMU fw_cfg: Write fw_cfg back on S3 resume
    
    Any pointers to BIOS-allocated memory that were written back to QEMU
    fw_cfg files are replayed when resuming from S3 sleep.
    
    Signed-off-by: Ben Warren <ben@xxxxxxxxxxxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Igor Mammedov <imammedo@xxxxxxxxxx>
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit 336b60bb10196adf287489cca4fd17092d9fac5e
Author: Ben Warren <ben@xxxxxxxxxxxxxxxxxx>
Date:   Mon Feb 20 19:56:18 2017 -0800

    QEMU fw_cfg: Add functions for accessing files by key
    
    Due to memory contraints, when resuming from S3 the fw_cfg "files" API
    isn't available.  This adds a simple API to get a file 'key', and to
    write to the file using the key as a reference.
    
    Signed-off-by: Ben Warren <ben@xxxxxxxxxxxxxxxxxx>
    Reviewed-by: Igor Mammedov <imammedo@xxxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>

commit bb9cbbcabc37665cb645cacd1cfefbfe1f4364ab
Author: Ben Warren <ben@xxxxxxxxxxxxxxxxxx>
Date:   Mon Feb 20 19:56:17 2017 -0800

    QEMU fw_cfg: Add command to write back address of file
    
    This command is similar to ADD_POINTER, but instead of patching
    memory, it writes the pointer back to QEMU over the DMA interface.
    
    Signed-off-by: Ben Warren <ben@xxxxxxxxxxxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Igor Mammedov <imammedo@xxxxxxxxxx>

commit e5bebc77d2a9dfa67cda100b67d787c3ebdb5397
Author: Ben Warren <ben@xxxxxxxxxxxxxxxxxx>
Date:   Mon Feb 20 19:56:16 2017 -0800

    romfile-loader: Switch to using named structs
    
    This is a little cleaner and matches how the command structures are
    defined in QEMU.
    
    Signed-off-by: Ben Warren <ben@xxxxxxxxxxxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Igor Mammedov <imammedo@xxxxxxxxxx>

commit f991822f24adbeea519495dd8fe2d8ca7ed47291
Author: Ben Warren <ben@xxxxxxxxxxxxxxxxxx>
Date:   Mon Feb 20 19:56:15 2017 -0800

    QEMU DMA: Add DMA write capability
    
    This allows BIOS to write data back to QEMU using the DMA interface and
    provides a higher-level abstraction to write to a fw_cfg file
    
    Signed-off-by: Ben Warren <ben@xxxxxxxxxxxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Igor Mammedov <imammedo@xxxxxxxxxx>

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

 


Rackspace

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