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

[Xen-devel] [seabios baseline-only test] 38173: tolerable FAIL



This run is configured for baseline tests only.

flight 38173 seabios real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/38173/

Failures :-/ but no regressions.

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-i386-xl-qemuu-win7-amd64 17 guest-stop              fail never pass
 test-amd64-amd64-xl-qemuu-win7-amd64 17 guest-stop             fail never pass

version targeted for testing:
 seabios              5d91226e897b8209f7acefc1806a3cbf90a5394e
baseline version:
 seabios              6bcacf7d19b1dc7fcd99f55491e93514f1f19279

Last test of basis    38159  2015-10-12 15:49:39 Z    3 days
Testing same since    38173  2015-10-16 00:19:43 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  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-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-ovmf-amd64                         pass    
 test-amd64-i386-xl-qemuu-ovmf-amd64                          pass    
 test-amd64-amd64-xl-qemuu-win7-amd64                         fail    
 test-amd64-i386-xl-qemuu-win7-amd64                          fail    
 test-amd64-i386-qemuu-rhel6hvm-intel                         pass    
 test-amd64-i386-xl-qemuu-winxpsp3-vcpus1                     pass    
 test-amd64-amd64-xl-qemuu-winxpsp3                           pass    
 test-amd64-i386-xl-qemuu-winxpsp3                            pass    


------------------------------------------------------------
sg-report-flight on osstest.xs.citrite.net
logs: /home/osstest/logs
images: /home/osstest/images

Logs, config files, etc. are available at
    http://osstest.xs.citrite.net/~osstest/testlogs/logs

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


Push not applicable.

------------------------------------------------------------
commit 5d91226e897b8209f7acefc1806a3cbf90a5394e
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Thu Oct 8 11:18:17 2015 -0400

    memmap: Introduce SYMBOL() macro to access linker script symbols
    
    Use a macro to define and obtain the value of a symbol introduced by
    the linker scripts (scripts/layoutrom.py).
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit fe6682da0bc435a62f3a5189ec203dcba9f91183
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Tue Sep 22 14:45:25 2015 -0400

    malloc: Don't mix virtual and physical addresses
    
    Consistently use 'u32' for physical addresses and pointers for virtual
    addresses in the malloc code.  Introduce and use memremap() where a
    physical address needs to be converted to a virtual address.  Use
    virt_to_phys() for the inverse.
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit 3c6ae7c1ee97460d9f0f7ef07b97d793c385d29d
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Tue Oct 6 15:37:53 2015 -0400

    malloc: Add warning if free() called on invalid memory
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit 7af8d120fba60669843726fed9b470e4ea6ac05e
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Mon Sep 28 22:20:27 2015 -0400

    malloc: Introduce common helper alloc_new_detail()
    
    Introduce helper for finding temp space to hold an "allocation detail
    struct" and use it in both alloc_add() and _malloc().
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit 41acaa8274b3bdf6ce91dc98dfb8405fc08840ed
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Mon Sep 28 21:45:38 2015 -0400

    malloc: Use consistent naming for internal low-level "alloc" functions
    
    Use the "alloc_" prefix for all the low-level allocation functions and
    avoid camelCase naming.
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit eee06e060ebd536a1ac9610fdcb41406142b88f0
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Tue Sep 29 10:14:58 2015 -0400

    virtio: Move standard definitions from virtio-ring.h to standard headers
    
    Move PAGE_SHIFT / virt_to_phys() to memmap.h and smp_[rw]mb() to
    x86.h.
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit 1dcf02b06797309676a2915454d1388b8ef0434d
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Tue Sep 22 11:46:48 2015 -0400

    virtio: Simplify vring alignment code
    
    Don't do phys_to_virt(virt_to_phys(vaddr)) for page alignment - page
    alignment can be determined directly from the virtual address.
    
    Use the ALIGN() macro to make the code more readable.
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit 5ba22ab9f56fd1c01fc6cdd3f934e7323894e0f8
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Wed Sep 30 23:00:43 2015 -0400

    e820: Update debugging messages to report 64bit values
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit c167e54533124f3eaf3f2caa09e3022196573bec
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Tue Sep 29 09:40:46 2015 -0400

    e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
    
    Rename memmap.c to e820map.c as the code in that file only deals with
    maintaining the e820 map.  Move all the e820 definitions to new file
    e820map.h and use a consistent "e820_" prefix on all exported
    functions.
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

commit 8e385143b7656914052e386a885d8fee44593ca3
Author: Kevin O'Connor <kevin@xxxxxxxxxxxx>
Date:   Tue Sep 29 08:53:38 2015 -0400

    e820: Introduce e820_remove() and avoid exporting E820_HOLE
    
    The E820_HOLE definition is used internally in the e820 manipulation
    code to remove entries from the e820 map.  Introduce the e820_remove()
    function so that the E820_HOLE definition does not need to be exported
    from the memmap.c code.
    
    Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx>

_______________________________________________
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®.