All of lore.kernel.org
 help / color / mirror / Atom feed
* ❌ FAIL: Test report for kernel 5.9.3 (stable-queue)
@ 2020-11-02 17:03 CKI Project
  2020-11-02 17:04 ` Veronika Kabatova
  0 siblings, 1 reply; 2+ messages in thread
From: CKI Project @ 2020-11-02 17:03 UTC (permalink / raw)
  To: Linux Stable maillist

[-- Attachment #1: Type: text/plain, Size: 1726 bytes --]


Hello,

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

       Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
            Commit: 7a177c028851 - nvme-rdma: fix crash when connect rejected

The results of these automated tests are provided below.

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

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

  https://arr-cki-prod-datawarehouse-public.s3.amazonaws.com/index.html?prefix=datawarehouse-public/2020/11/02/616599

We attempted to compile the kernel for multiple architectures, but the compile
failed on one or more architectures:

            x86_64: FAILED (see build-x86_64.log.xz attachment)

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 4 architectures:

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

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

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

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



[-- Attachment #2: build-x86_64.log.xz --]
[-- Type: application/x-xz, Size: 99784 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ❌ FAIL: Test report for kernel 5.9.3 (stable-queue)
  2020-11-02 17:03 ❌ FAIL: Test report for kernel 5.9.3 (stable-queue) CKI Project
@ 2020-11-02 17:04 ` Veronika Kabatova
  0 siblings, 0 replies; 2+ messages in thread
From: Veronika Kabatova @ 2020-11-02 17:04 UTC (permalink / raw)
  To: Linux Stable maillist



----- Original Message -----
> From: "CKI Project" <cki-project@redhat.com>
> To: "Linux Stable maillist" <stable@vger.kernel.org>
> Sent: Monday, November 2, 2020 6:03:09 PM
> Subject: ❌ FAIL: Test report for kernel 5.9.3 (stable-queue)
> 
> 
> Hello,
> 
> We ran automated tests on a recent commit from this kernel tree:
> 
>        Kernel repo:
>        https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
>             Commit: 7a177c028851 - nvme-rdma: fix crash when connect rejected
> 
> The results of these automated tests are provided below.
> 
>     Overall result: FAILED (see details below)
>              Merge: OK
>            Compile: FAILED
> 
> All kernel binaries, config files, and logs are available for download here:
> 
>   https://arr-cki-prod-datawarehouse-public.s3.amazonaws.com/index.html?prefix=datawarehouse-public/2020/11/02/616599
> 
> We attempted to compile the kernel for multiple architectures, but the
> compile
> failed on one or more architectures:
> 
>             x86_64: FAILED (see build-x86_64.log.xz attachment)
> 

00:01:58 sound/soc/sof/intel/hda-codec.c: In function ‘hda_codec_probe’:
00:01:58 sound/soc/sof/intel/hda-codec.c:177:4: error: label ‘error’ used but not defined
00:01:58   177 |    goto error;
00:01:58       |    ^~~~
00:01:58 make[6]: *** [scripts/Makefile.build:283: sound/soc/sof/intel/hda-codec.o] Error 1
00:01:58 make[5]: *** [scripts/Makefile.build:500: sound/soc/sof/intel] Error 2
00:01:58 make[4]: *** [scripts/Makefile.build:500: sound/soc/sof] Error 2
00:01:58   CC [M]  net/ieee802154/6lowpan/core.o
00:01:58 make[3]: *** [scripts/Makefile.build:500: sound/soc] Error 2
00:01:58   CC [M]  drivers/mfd/sm501.o
00:01:58 make[2]: *** [Makefile:1784: sound] Error 2


Hi,

looks to be introduced by

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=queue/5.9&id=fac9325d3013de4a4ffe8ed82fb386a7e9fce246


Veronika

> 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 4 architectures:
> 
>     aarch64:
>       make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg
> 
>     ppc64le:
>       make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg
> 
>     s390x:
>       make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg
> 
>     x86_64:
>       make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg
> 
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-02 17:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-02 17:03 ❌ FAIL: Test report for kernel 5.9.3 (stable-queue) CKI Project
2020-11-02 17:04 ` Veronika Kabatova

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.