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

[xen-unstable-smoke test] 186935: regressions - FAIL



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-amd64                   6 xen-build                fail REGR. vs. 186913

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

version targeted for testing:
 xen                  c674c77f69684bfa57e3c61d6dbf404c13953f34
baseline version:
 xen                  e5182b40cf4bbb89292d66b8f3047a9ee913a90a

Last test of basis   186913  2024-07-19 14:00:22 Z    2 days
Testing same since   186935  2024-07-22 08:00:25 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Alessandro Zucchelli <alessandro.zucchelli@xxxxxxxxxxx>
  Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
  George Dunlap <george.dunlap@xxxxxxxxx>
  Jan Beulich <jbeulich@xxxxxxxx>
  Juergen Gross <jgross@xxxxxxxx>
  Julien Grall <jgrall@xxxxxxxxxx>
  Roger Pau Monné <roger.pau@xxxxxxxxxx>
  Sergiy Kibrik <Sergiy_Kibrik@xxxxxxxx>
  Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
  Victor Lira <victorm.lira@xxxxxxx>

jobs:
 build-arm64-xsm                                              pass    
 build-amd64                                                  fail    
 build-armhf                                                  pass    
 build-amd64-libvirt                                          blocked 
 test-armhf-armhf-xl                                          pass    
 test-arm64-arm64-xl-xsm                                      pass    
 test-amd64-amd64-xl-qemuu-debianhvm-amd64                    blocked 
 test-amd64-amd64-libvirt                                     blocked 


------------------------------------------------------------
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 c674c77f69684bfa57e3c61d6dbf404c13953f34
Author: Jan Beulich <jbeulich@xxxxxxxx>
Date:   Mon Jul 22 09:41:03 2024 +0200

    x86: don't open-code [gm]fn_to_[gm]addr()
    
    At least in pure address calculation use the intended basic construct
    instead of opend-coded left-shifting by PAGE_SHIFT. Leave alone page
    table entry calculations for now, as those aren't really calculating
    addresses.
    
    No functional change.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit 8d5dc7d7df92d8d7f9450cee0bab57dceefa26c5
Author: Jan Beulich <jbeulich@xxxxxxxx>
Date:   Mon Jul 22 09:40:24 2024 +0200

    x86/mm: drop gfn_to_paddr()
    
    This really is gfn_to_gaddr() in disguise; no need to have two variants
    of the same logic.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit 0e3642514719c0659f2af44b1bbe8aba63d4a2ed
Author: Jan Beulich <jbeulich@xxxxxxxx>
Date:   Mon Jul 22 09:39:40 2024 +0200

    x86: drop REX64_PREFIX
    
    While we didn't copy the full Linux commentary, Linux commit
    7180d4fb8308 ("x86_64: Fix 64bit FXSAVE encoding") is quite explicit
    about gas 2.16 supporting FXSAVEQ / FXRSTORQ. As that's presently our
    minimal required version, we can drop the workaround that was needed for
    yet older gas.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit af67ae49ce8f7298bf52345558490013a9d044b3
Author: Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
Date:   Mon Jul 22 09:38:28 2024 +0200

    Add libfuzzer target to fuzz/x86_instruction_emulator
    
    This target enables integration into oss-fuzz. Changing invalid input return
    to -1 as values other then 0/-1 are reserved by libfuzzer. Also adding the
    missing __wrap_vsnprintf wrapper which is required for successful oss-fuzz
    build.
    
    Signed-off-by: Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
    Acked-by: Jan Beulich <jbeulich@xxxxxxxx>

commit 4b09c30b0f778160523045396f7fff631a24bc1c
Author: Victor Lira <victorm.lira@xxxxxxx>
Date:   Mon Jul 22 09:37:45 2024 +0200

    common/sched: address a violation of MISRA C Rule 8.7
    
    Rule 8.7: "Functions and objects should not be defined with external
    linkage if they are referenced in only one translation unit".
    
    This patch fixes this by adding the static specifier.
    No functional changes.
    
    Reported-by: Stewart Hildebrand stewart.hildebrand@xxxxxxx
    Signed-off-by: Victor Lira <victorm.lira@xxxxxxx>
    Acked-by: George Dunlap <george.dunlap@xxxxxxxxx>

commit c1059b4799d4ce3378b6722e01d66422f0b63977
Author: Alessandro Zucchelli <alessandro.zucchelli@xxxxxxxxxxx>
Date:   Mon Jul 22 09:37:11 2024 +0200

    public/sysctl: address violations of MISRA C: 2012 Rule 7.3
    
    This addresses violations of MISRA C:2012 Rule 7.3 which states as
    following: The lowercase character `l' shall not be used in a literal
    suffix.
    
    Changed moreover suffixes 'u' in 'U' for better readability next to
    the 'L's.
    
    No functional change.
    
    Signed-off-by: Alessandro Zucchelli <alessandro.zucchelli@xxxxxxxxxxx>
    Acked-by: Jan Beulich <jbeulich@xxxxxxxx>

commit d3029dba8e13b36adc0a513581850bbc9b51feda
Author: Sergiy Kibrik <Sergiy_Kibrik@xxxxxxxx>
Date:   Mon Jul 22 09:36:35 2024 +0200

    x86/cpufreq: clean up stale powernow_cpufreq_init()
    
    Remove useless declaration, eliminating a MISRA C:2012 Rule 8.6
    violation: The routine itself was removed by following commit long time
    ago:
    
       222013114 x86: Fix RevF detection in powernow.c
    
    No functional change.
    
    Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@xxxxxxxx>
    Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>

commit 8c000b8fd3caf9c1ff615fc15429e13271b26849
Author: Juergen Gross <jgross@xxxxxxxx>
Date:   Mon Jul 22 09:36:21 2024 +0200

    SUPPORT.md: update Xen version
    
    Update the Xen version to 4.20
    
    Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
    Acked-by: Julien Grall <jgrall@xxxxxxxxxx>

commit 7b6c1ba3b1c98dc17d076e058260167449a334b0
Author: Juergen Gross <jgross@xxxxxxxx>
Date:   Mon Jul 22 09:36:09 2024 +0200

    MAINTAINERS: drop CPU POOLS section
    
    The CPU POOLS sections in MAINTAINERS can be dropped, as the SCHEDULING
    section has the same maintainers and it is covering the CPU POOLS files
    as well.
    
    Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
    Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
    Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>

commit 820034ef91675517901f48da2f26b77146b07a73
Author: Jan Beulich <jbeulich@xxxxxxxx>
Date:   Mon Jul 22 09:35:42 2024 +0200

    MAINTAINERS: drop separate x86/mm section
    
    Let the subtree fall under general x86 maintainership instead, then also
    properly reflecting Roger's role there.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
    Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
    Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
(qemu changes not included)



 


Rackspace

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