All of lore.kernel.org
 help / color / mirror / Atom feed
* ❌ FAIL: Test report for kernel 5.12.16 (stable-queue, e2aabcec)
@ 2021-07-12 13:36 CKI Project
  2021-07-12 13:40 ` Veronika Kabatova
  0 siblings, 1 reply; 5+ messages in thread
From: CKI Project @ 2021-07-12 13:36 UTC (permalink / raw)
  To: Linux Stable maillist

[-- Attachment #1: Type: text/plain, Size: 1760 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: e2aabcece18e - powerpc/preempt: Don't touch the idle task's preempt_count during hotplug

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/2021/07/12/335283844

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 -j24 INSTALL_MOD_STRIP=1 targz-pkg

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

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

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



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

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

* Re: ❌ FAIL: Test report for kernel 5.12.16 (stable-queue, e2aabcec)
  2021-07-12 13:36 ❌ FAIL: Test report for kernel 5.12.16 (stable-queue, e2aabcec) CKI Project
@ 2021-07-12 13:40 ` Veronika Kabatova
  2021-07-12 18:53   ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Veronika Kabatova @ 2021-07-12 13:40 UTC (permalink / raw)
  To: CKI Project; +Cc: Linux Stable maillist, Sasha Levin

On Mon, Jul 12, 2021 at 3:37 PM CKI Project <cki-project@redhat.com> wrote:
>
>
> 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: e2aabcece18e - powerpc/preempt: Don't touch the idle task's preempt_count during hotplug
>
> 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/2021/07/12/335283844
>
> 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:07:45 sound/soc/intel/boards/sof_sdw.c:200:41: error: implicit
declaration of function ‘SOF_BT_OFFLOAD_SSP’
[-Werror=implicit-function-declaration]
00:07:45   200 |                                         SOF_BT_OFFLOAD_SSP(2) |
00:07:45       |                                         ^~~~~~~~~~~~~~~~~~
00:07:45 sound/soc/intel/boards/sof_sdw.c:201:41: error:
‘SOF_SSP_BT_OFFLOAD_PRESENT’ undeclared here (not in a function)
00:07:45   201 |
SOF_SSP_BT_OFFLOAD_PRESENT),
00:07:45       |
^~~~~~~~~~~~~~~~~~~~~~~~~~
00:07:45 cc1: some warnings being treated as errors
00:07:45 make[6]: *** [scripts/Makefile.build:272:
sound/soc/intel/boards/sof_sdw.o] Error 1
00:07:45 make[5]: *** [scripts/Makefile.build:515:
sound/soc/intel/boards] Error 2
00:07:45 make[4]: *** [scripts/Makefile.build:515: sound/soc/intel] Error 2
00:07:45 make[3]: *** [scripts/Makefile.build:515: sound/soc] Error 2
00:07:45 make[2]: *** [Makefile:1859: sound] Error 2


Hi, this looks to be introduced by

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


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 -j24 INSTALL_MOD_STRIP=1 targz-pkg
>
>     ppc64le:
>       make options: make -j24 INSTALL_MOD_STRIP=1 targz-pkg
>
>     s390x:
>       make options: make -j24 INSTALL_MOD_STRIP=1 targz-pkg
>
>     x86_64:
>       make options: make -j24 INSTALL_MOD_STRIP=1 targz-pkg
>
>


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

* Re: ❌ FAIL: Test report for kernel 5.12.16 (stable-queue, e2aabcec)
  2021-07-12 13:40 ` Veronika Kabatova
@ 2021-07-12 18:53   ` Greg KH
  2021-07-19 14:54     ` Veronika Kabatova
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2021-07-12 18:53 UTC (permalink / raw)
  To: Veronika Kabatova; +Cc: CKI Project, Linux Stable maillist, Sasha Levin

On Mon, Jul 12, 2021 at 03:40:01PM +0200, Veronika Kabatova wrote:
> On Mon, Jul 12, 2021 at 3:37 PM CKI Project <cki-project@redhat.com> wrote:
> >
> >
> > 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: e2aabcece18e - powerpc/preempt: Don't touch the idle task's preempt_count during hotplug
> >
> > 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/2021/07/12/335283844
> >
> > 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:07:45 sound/soc/intel/boards/sof_sdw.c:200:41: error: implicit
> declaration of function ‘SOF_BT_OFFLOAD_SSP’
> [-Werror=implicit-function-declaration]
> 00:07:45   200 |                                         SOF_BT_OFFLOAD_SSP(2) |
> 00:07:45       |                                         ^~~~~~~~~~~~~~~~~~
> 00:07:45 sound/soc/intel/boards/sof_sdw.c:201:41: error:
> ‘SOF_SSP_BT_OFFLOAD_PRESENT’ undeclared here (not in a function)
> 00:07:45   201 |
> SOF_SSP_BT_OFFLOAD_PRESENT),
> 00:07:45       |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~
> 00:07:45 cc1: some warnings being treated as errors
> 00:07:45 make[6]: *** [scripts/Makefile.build:272:
> sound/soc/intel/boards/sof_sdw.o] Error 1
> 00:07:45 make[5]: *** [scripts/Makefile.build:515:
> sound/soc/intel/boards] Error 2
> 00:07:45 make[4]: *** [scripts/Makefile.build:515: sound/soc/intel] Error 2
> 00:07:45 make[3]: *** [scripts/Makefile.build:515: sound/soc] Error 2
> 00:07:45 make[2]: *** [Makefile:1859: sound] Error 2
> 
> 
> Hi, this looks to be introduced by
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=queue/5.12&id=514524d8977c5eca653e739fa580862f027e2b37
> 

Thanks, offending patches now dropped from all queues.

greg k-h

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

* Re: ❌ FAIL: Test report for kernel 5.12.16 (stable-queue, e2aabcec)
  2021-07-12 18:53   ` Greg KH
@ 2021-07-19 14:54     ` Veronika Kabatova
  2021-07-19 16:03       ` Sasha Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Veronika Kabatova @ 2021-07-19 14:54 UTC (permalink / raw)
  To: Greg KH; +Cc: CKI Project, Linux Stable maillist, Sasha Levin

On Mon, Jul 12, 2021 at 8:53 PM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Mon, Jul 12, 2021 at 03:40:01PM +0200, Veronika Kabatova wrote:
> > On Mon, Jul 12, 2021 at 3:37 PM CKI Project <cki-project@redhat.com> wrote:
> > >
> > >
> > > 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: e2aabcece18e - powerpc/preempt: Don't touch the idle task's preempt_count during hotplug
> > >
> > > 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/2021/07/12/335283844
> > >
> > > 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:07:45 sound/soc/intel/boards/sof_sdw.c:200:41: error: implicit
> > declaration of function ‘SOF_BT_OFFLOAD_SSP’
> > [-Werror=implicit-function-declaration]
> > 00:07:45   200 |                                         SOF_BT_OFFLOAD_SSP(2) |
> > 00:07:45       |                                         ^~~~~~~~~~~~~~~~~~
> > 00:07:45 sound/soc/intel/boards/sof_sdw.c:201:41: error:
> > ‘SOF_SSP_BT_OFFLOAD_PRESENT’ undeclared here (not in a function)
> > 00:07:45   201 |
> > SOF_SSP_BT_OFFLOAD_PRESENT),
> > 00:07:45       |
> > ^~~~~~~~~~~~~~~~~~~~~~~~~~
> > 00:07:45 cc1: some warnings being treated as errors
> > 00:07:45 make[6]: *** [scripts/Makefile.build:272:
> > sound/soc/intel/boards/sof_sdw.o] Error 1
> > 00:07:45 make[5]: *** [scripts/Makefile.build:515:
> > sound/soc/intel/boards] Error 2
> > 00:07:45 make[4]: *** [scripts/Makefile.build:515: sound/soc/intel] Error 2
> > 00:07:45 make[3]: *** [scripts/Makefile.build:515: sound/soc] Error 2
> > 00:07:45 make[2]: *** [Makefile:1859: sound] Error 2
> >
> >
> > Hi, this looks to be introduced by
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=queue/5.12&id=514524d8977c5eca653e739fa580862f027e2b37
> >
>
> Thanks, offending patches now dropped from all queues.

Hi,

it looks like the patch sneaked back into the release and queue
for 5.13, we're seeing this compile error again:

https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=queue/5.13&id=1da8a7c09a8cbb265e88ab16645353005352bf51
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=linux-5.13.y&id=fe01a34f7e0a0e6b1814b650bab20facac703122

Veronika

>
> greg k-h
>


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

* Re: ❌ FAIL: Test report for kernel 5.12.16 (stable-queue, e2aabcec)
  2021-07-19 14:54     ` Veronika Kabatova
@ 2021-07-19 16:03       ` Sasha Levin
  0 siblings, 0 replies; 5+ messages in thread
From: Sasha Levin @ 2021-07-19 16:03 UTC (permalink / raw)
  To: Veronika Kabatova; +Cc: Greg KH, CKI Project, Linux Stable maillist

On Mon, Jul 19, 2021 at 04:54:36PM +0200, Veronika Kabatova wrote:
>On Mon, Jul 12, 2021 at 8:53 PM Greg KH <gregkh@linuxfoundation.org> wrote:
>>
>> On Mon, Jul 12, 2021 at 03:40:01PM +0200, Veronika Kabatova wrote:
>> > On Mon, Jul 12, 2021 at 3:37 PM CKI Project <cki-project@redhat.com> wrote:
>> > >
>> > >
>> > > 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: e2aabcece18e - powerpc/preempt: Don't touch the idle task's preempt_count during hotplug
>> > >
>> > > 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/2021/07/12/335283844
>> > >
>> > > 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:07:45 sound/soc/intel/boards/sof_sdw.c:200:41: error: implicit
>> > declaration of function ‘SOF_BT_OFFLOAD_SSP’
>> > [-Werror=implicit-function-declaration]
>> > 00:07:45   200 |                                         SOF_BT_OFFLOAD_SSP(2) |
>> > 00:07:45       |                                         ^~~~~~~~~~~~~~~~~~
>> > 00:07:45 sound/soc/intel/boards/sof_sdw.c:201:41: error:
>> > ‘SOF_SSP_BT_OFFLOAD_PRESENT’ undeclared here (not in a function)
>> > 00:07:45   201 |
>> > SOF_SSP_BT_OFFLOAD_PRESENT),
>> > 00:07:45       |
>> > ^~~~~~~~~~~~~~~~~~~~~~~~~~
>> > 00:07:45 cc1: some warnings being treated as errors
>> > 00:07:45 make[6]: *** [scripts/Makefile.build:272:
>> > sound/soc/intel/boards/sof_sdw.o] Error 1
>> > 00:07:45 make[5]: *** [scripts/Makefile.build:515:
>> > sound/soc/intel/boards] Error 2
>> > 00:07:45 make[4]: *** [scripts/Makefile.build:515: sound/soc/intel] Error 2
>> > 00:07:45 make[3]: *** [scripts/Makefile.build:515: sound/soc] Error 2
>> > 00:07:45 make[2]: *** [Makefile:1859: sound] Error 2
>> >
>> >
>> > Hi, this looks to be introduced by
>> >
>> > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=queue/5.12&id=514524d8977c5eca653e739fa580862f027e2b37
>> >
>>
>> Thanks, offending patches now dropped from all queues.
>
>Hi,
>
>it looks like the patch sneaked back into the release and queue
>for 5.13, we're seeing this compile error again:
>
>https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=queue/5.13&id=1da8a7c09a8cbb265e88ab16645353005352bf51
>https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=linux-5.13.y&id=fe01a34f7e0a0e6b1814b650bab20facac703122

Uh, apparently I had it in two of my queues. Now dropped again, thanks!

-- 
Thanks,
Sasha

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

end of thread, other threads:[~2021-07-19 16:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-12 13:36 ❌ FAIL: Test report for kernel 5.12.16 (stable-queue, e2aabcec) CKI Project
2021-07-12 13:40 ` Veronika Kabatova
2021-07-12 18:53   ` Greg KH
2021-07-19 14:54     ` Veronika Kabatova
2021-07-19 16:03       ` Sasha Levin

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.