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

[Xen-devel] [xen-unstable-smoke test] 133340: trouble: blocked/broken/pass



flight 133340 xen-unstable-smoke real [real]
http://logs.test-lab.xenproject.org/osstest/logs/133340/

Failures and problems with tests :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-armhf                     <job status>                 broken
 build-armhf                   4 host-install(4)        broken REGR. vs. 133312

Tests which did not succeed, but are not blocking:
 test-armhf-armhf-xl           1 build-check(1)               blocked  n/a
 test-amd64-amd64-libvirt     13 migrate-support-check        fail   never pass
 test-arm64-arm64-xl-xsm      13 migrate-support-check        fail   never pass
 test-arm64-arm64-xl-xsm      14 saverestore-support-check    fail   never pass

version targeted for testing:
 xen                  db2af23d15077605f286d8ef86c8f5d9c1b8302a
baseline version:
 xen                  1bcd0b43a16b7a48ec9afce3887c6c841b687abb

Last test of basis   133312  2019-02-19 11:00:37 Z    1 days
Failing since        133329  2019-02-20 12:00:39 Z    0 days    3 attempts
Testing same since   133337  2019-02-20 18:00:46 Z    0 days    2 attempts

------------------------------------------------------------
People who touched revisions under test:
  Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
  George Dunlap <george.dunlap@xxxxxxxxxx>
  Jan Beulich <jbeulich@xxxxxxxx>
  Roger Pau Monne <roger.pau@xxxxxxxxxx>
  Roger Pau Monné <roger.pau@xxxxxxxxxx>
  Varad Gautam <vrd@xxxxxxxxx>
  Wei Liu <wei.liu2@xxxxxxxxxx>

jobs:
 build-arm64-xsm                                              pass    
 build-amd64                                                  pass    
 build-armhf                                                  broken  
 build-amd64-libvirt                                          pass    
 test-armhf-armhf-xl                                          blocked 
 test-arm64-arm64-xl-xsm                                      pass    
 test-amd64-amd64-xl-qemuu-debianhvm-i386                     pass    
 test-amd64-amd64-libvirt                                     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

broken-job build-armhf broken
broken-step build-armhf host-install(4)

Not pushing.

------------------------------------------------------------
commit db2af23d15077605f286d8ef86c8f5d9c1b8302a
Author: Jan Beulich <jbeulich@xxxxxxxx>
Date:   Wed Feb 20 17:07:17 2019 +0100

    x86/shadow: don't pass wrong L4 MFN to guest_walk_tables()
    
    64-bit PV guest user mode runs on a different L4 table. Make sure
    - the accessed bit gets set in the correct table (and in log-dirty
      mode the correct page gets marked dirty) during guest walks,
    - the correct table gets audited by sh_audit_gw(),
    - correct info gets logged by print_gw().
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
    Acked-by: George Dunlap <george.dunlap@xxxxxxxxxx>
    Release-acked-by: Juergen Gross <jgross@xxxxxxxx>

commit b22c900c44a2db8db1c53e269e152206e55c273f
Author: Varad Gautam <vrd@xxxxxxxxx>
Date:   Wed Feb 20 17:06:25 2019 +0100

    x86/pmtimer: fix hvm_acpi_sleep_button behavior
    
    Commit 19fb14622e941 "x86/pmtimer: move ACPI registers from PMTState to
    hvm_domain" misconfigures pm1a_sts for hvm_acpi_sleep_button with
    PWRBTN_STS instead of SLPBTN_STS, which leads to
    XEN_DOMCTL_SENDTRIGGER_SLEEP causing guest powerdowns. Fix this.
    
    Signed-off-by: Varad Gautam <vrd@xxxxxxxxx>
    Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit 3c5552954c5c63860ccc01c6bc4f9c077bc26072
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Date:   Fri Feb 1 16:56:38 2019 +0000

    x86/vpmu: Improve documentation and parsing for vpmu=
    
    The behaviour of vpmu=<bool> being exclusive of vpmu=bts|ipc|arch is odd and
    contrary to Xen's normal command line parsing behaviour.  Rewrite the 
parsing
    to use the normal form, but retain the previous behaviour where the use of
    bts/ipc/arch implies vpmu=true.
    
    Parts of the documenation are stale, most notibly the HVM-only statement.
    Update it for consistency and correctness.
    
    Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
    Release-acked-by: Juergen Gross <jgross@xxxxxxxx>
    Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>

commit 1e12872d29cc36c61894e347dd3409d7d206699d
Author: Roger Pau Monne <roger.pau@xxxxxxxxxx>
Date:   Tue Feb 19 16:26:08 2019 +0100

    libs/gnttab: add missing FreeBSD functions
    
    The FreeBSD implementation is missing the following functions:
    
    osdep_gnttab_dmabuf_exp_from_refs
    osdep_gnttab_dmabuf_exp_wait_released
    osdep_gnttab_dmabuf_imp_to_refs
    osdep_gnttab_dmabuf_imp_release
    
    Which all deal with dmabufs, that only exists on Linux. Implement them
    using abort, since such functions should never be called on FreeBSD.
    
    FTR, I realized those functions where missing when attempting to use
    pygrub:
    
    Traceback (most recent call last):
      File "/usr/local/lib/xen/bin/pygrub", line 19, in <module>
        import xen.lowlevel.xc
    ImportError: /usr/local/lib/libxengnttab.so.1: Undefined symbol 
"osdep_gnttab_dmabuf_exp_from_refs"
    
    Fixes: ee8105 ("libgnttab: Add support for Linux dma-buf")
    Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
    Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx>
    Release-acked-by: Juergen Gross <jgross@xxxxxxxx>
    Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@xxxxxxxx>
(qemu changes not included)

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