❌ FAIL: Test report for kernel 5.5.0-rc6-40f39e8.cki (arm-next)

2 messages, 2 authors, 2020-01-16 · open the first message on its own page

❌ FAIL: Test report for kernel 5.5.0-rc6-40f39e8.cki (arm-next)

From: CKI Project <hidden>
Date: 2020-01-16 13:20:11

Hello,

We ran automated tests on a recent commit from this kernel tree:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
            Commit: 40f39e8372fe - Merge branch 'for-next/core' into for-kernelci

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: OK
           Compile: OK
             Tests: FAILED

All kernel binaries, config files, and logs are available for download here:

  https://artifacts.cki-project.org/pipelines/385274

One or more kernel tests failed:

    aarch64:
     ❌ Networking tunnel: gre basic
     ❌ Networking tunnel: vxlan basic

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Compile testing
---------------

We compiled the kernel for 1 architecture:

    aarch64:
      make options: -j30 INSTALL_MOD_STRIP=1 targz-pkg


Hardware testing
----------------
We booted each kernel and ran the following tests:

  aarch64:
    Host 1:
       ✅ Boot test
       ✅ Podman system integration test (as root)
       ✅ Podman system integration test (as user)
       ✅ LTP
       ✅ Loopdev Sanity
       ✅ Memory function: memfd_create
       ✅ AMTU (Abstract Machine Test Utility)
       ✅ Networking bridge: sanity
       ✅ Ethernet drivers sanity
       ✅ Networking MACsec: sanity
       ✅ Networking socket: fuzz
       ✅ Networking sctp-auth: sockopts test
       ✅ Networking: igmp conformance test
       ✅ Networking route: pmtu
       ✅ Networking route_func: local
       ✅ Networking route_func: forward
       ✅ Networking TCP: keepalive test
       ✅ Networking UDP: socket
       ✅ Networking tunnel: geneve basic test
       ❌ Networking tunnel: gre basic
       ✅ L2TP basic test
       ❌ Networking tunnel: vxlan basic
       ✅ Networking ipsec: basic netns transport
       ✅ Networking ipsec: basic netns tunnel
       ✅ audit: audit testsuite test
       ✅ httpd: mod_ssl smoke sanity
       ✅ tuned: tune-processes-through-perf
       ✅ ALSA PCM loopback test
       ✅ ALSA Control (mixer) Userspace Element test
       ✅ storage: SCSI VPD
       ✅ trace: ftrace/tracer
       🚧 ✅ CIFS Connectathon
       🚧 ✅ POSIX pjd-fstest suites
       ⏱  jvm test suite
       ⏱  Memory function: kaslr
       ⏱  LTP: openposix test suite
       ⏱  Networking vnic: ipvlan/basic
       ⏱  iotop: sanity
       ⏱  Usex - version 1.9-29
       ⏱  storage: dm/common

    Host 2:

       ⚡ Internal infrastructure issues prevented one or more tests (marked
       with ⚡⚡⚡) from running on this architecture.
       This is not the fault of the kernel that was tested.

       ✅ Boot test
       ✅ xfstests: ext4
       ✅ xfstests: xfs
       ✅ selinux-policy: serge-testsuite
       ✅ lvm thinp sanity
       ✅ storage: software RAID testing
       ✅ stress: stress-ng
       🚧 ⚡⚡⚡ IPMI driver test
       🚧 ✅ IPMItool loop stress test
       🚧 ✅ Storage blktests

  Test sources: https://github.com/CKI-project/tests-beaker
    💚 Pull requests are welcome for new tests or improvements to existing tests!

Waived tests
------------
If the test run included waived tests, they are marked with 🚧. Such tests are
executed but their results are not taken into account. Tests are waived when
their results are not reliable enough, e.g. when they're just introduced or are
being fixed.

Testing timeout
---------------
We aim to provide a report within reasonable timeframe. Tests that haven't
finished running are marked with ⏱. Reports for non-upstream kernels have
a Beaker recipe linked to next to each host.


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

Re: ❌ FAIL: Test report for kernel 5.5.0-rc6-40f39e8.cki (arm-next)

From: Rachel Sibley <hidden>
Date: 2020-01-16 13:55:53


On 1/16/20 8:19 AM, CKI Project wrote:
Hello,

We ran automated tests on a recent commit from this kernel tree:

        Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
             Commit: 40f39e8372fe - Merge branch 'for-next/core' into for-kernelci

The results of these automated tests are provided below.

     Overall result: FAILED (see details below)
              Merge: OK
            Compile: OK
              Tests: FAILED

All kernel binaries, config files, and logs are available for download here:

   https://artifacts.cki-project.org/pipelines/385274

One or more kernel tests failed:

     aarch64:
      ❌ Networking tunnel: gre basic
      ❌ Networking tunnel: vxlan basic

Please disregard the networking failures, they are caused by an infrastructure bug
related to our test harness being too chatty when extracting the test repo, this leads
to test timeouts and aborts. We have a workaround in place which was merged this morning
and you should hopefully stop seeing these failures soon. Sorry about the false positives,
and hope the explanation makes sense.

-Rachel
We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

         ,-.   ,-.
        ( C ) ( K )  Continuous
         `-',-.`-'   Kernel
           ( I )     Integration
            `-'
______________________________________________________________________________

Compile testing
---------------

We compiled the kernel for 1 architecture:

     aarch64:
       make options: -j30 INSTALL_MOD_STRIP=1 targz-pkg


Hardware testing
----------------
We booted each kernel and ran the following tests:

   aarch64:
     Host 1:
        ✅ Boot test
        ✅ Podman system integration test (as root)
        ✅ Podman system integration test (as user)
        ✅ LTP
        ✅ Loopdev Sanity
        ✅ Memory function: memfd_create
        ✅ AMTU (Abstract Machine Test Utility)
        ✅ Networking bridge: sanity
        ✅ Ethernet drivers sanity
        ✅ Networking MACsec: sanity
        ✅ Networking socket: fuzz
        ✅ Networking sctp-auth: sockopts test
        ✅ Networking: igmp conformance test
        ✅ Networking route: pmtu
        ✅ Networking route_func: local
        ✅ Networking route_func: forward
        ✅ Networking TCP: keepalive test
        ✅ Networking UDP: socket
        ✅ Networking tunnel: geneve basic test
        ❌ Networking tunnel: gre basic
        ✅ L2TP basic test
        ❌ Networking tunnel: vxlan basic
        ✅ Networking ipsec: basic netns transport
        ✅ Networking ipsec: basic netns tunnel
        ✅ audit: audit testsuite test
        ✅ httpd: mod_ssl smoke sanity
        ✅ tuned: tune-processes-through-perf
        ✅ ALSA PCM loopback test
        ✅ ALSA Control (mixer) Userspace Element test
        ✅ storage: SCSI VPD
        ✅ trace: ftrace/tracer
        🚧 ✅ CIFS Connectathon
        🚧 ✅ POSIX pjd-fstest suites
        ⏱  jvm test suite
        ⏱  Memory function: kaslr
        ⏱  LTP: openposix test suite
        ⏱  Networking vnic: ipvlan/basic
        ⏱  iotop: sanity
        ⏱  Usex - version 1.9-29
        ⏱  storage: dm/common

     Host 2:

        ⚡ Internal infrastructure issues prevented one or more tests (marked
        with ⚡⚡⚡) from running on this architecture.
        This is not the fault of the kernel that was tested.

        ✅ Boot test
        ✅ xfstests: ext4
        ✅ xfstests: xfs
        ✅ selinux-policy: serge-testsuite
        ✅ lvm thinp sanity
        ✅ storage: software RAID testing
        ✅ stress: stress-ng
        🚧 ⚡⚡⚡ IPMI driver test
        🚧 ✅ IPMItool loop stress test
        🚧 ✅ Storage blktests

   Test sources: https://github.com/CKI-project/tests-beaker
     💚 Pull requests are welcome for new tests or improvements to existing tests!

Waived tests
------------
If the test run included waived tests, they are marked with 🚧. Such tests are
executed but their results are not taken into account. Tests are waived when
their results are not reliable enough, e.g. when they're just introduced or are
being fixed.

Testing timeout
---------------
We aim to provide a report within reasonable timeframe. Tests that haven't
finished running are marked with ⏱. Reports for non-upstream kernels have
a Beaker recipe linked to next to each host.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help