All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 5885/8111] /tmp/cc3gKKeM.s:35: Error: .err encountered
@ 2018-05-20 19:15 kbuild test robot
  2018-05-26 10:14 ` Dmitry Vyukov
  0 siblings, 1 reply; 5+ messages in thread
From: kbuild test robot @ 2018-05-20 19:15 UTC (permalink / raw)
  To: Dmitry Vyukov; +Cc: kbuild-all, Andrew Morton, Linux Memory Management List

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   fbbe3b8c2c9c5f84caf668703c26154cb4fbb9d1
commit: 3b67022379d3d0c6a5cc5152f6b46eeea635a194 [5885/8111] arm: port KCOV to arm
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 3b67022379d3d0c6a5cc5152f6b46eeea635a194
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   /tmp/cc3gKKeM.s: Assembler messages:
>> /tmp/cc3gKKeM.s:35: Error: .err encountered
   /tmp/cc3gKKeM.s:36: Error: .err encountered
   /tmp/cc3gKKeM.s:37: Error: .err encountered

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 65242 bytes --]

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

* Re: [linux-next:master 5885/8111] /tmp/cc3gKKeM.s:35: Error: .err encountered
  2018-05-20 19:15 [linux-next:master 5885/8111] /tmp/cc3gKKeM.s:35: Error: .err encountered kbuild test robot
@ 2018-05-26 10:14 ` Dmitry Vyukov
  2018-05-26 14:37   ` [kbuild-all] " Li, Philip
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry Vyukov @ 2018-05-26 10:14 UTC (permalink / raw)
  To: kbuild test robot; +Cc: kbuild-all, Andrew Morton, Linux Memory Management List

On Sun, May 20, 2018 at 9:15 PM, kbuild test robot <lkp@intel.com> wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   fbbe3b8c2c9c5f84caf668703c26154cb4fbb9d1
> commit: 3b67022379d3d0c6a5cc5152f6b46eeea635a194 [5885/8111] arm: port KCOV to arm
> config: arm-allmodconfig (attached as .config)
> compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0
> reproduce:
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         git checkout 3b67022379d3d0c6a5cc5152f6b46eeea635a194
>         # save the attached .config to linux build tree
>         make.cross ARCH=arm
>
> All errors (new ones prefixed by >>):
>
>    /tmp/cc3gKKeM.s: Assembler messages:
>>> /tmp/cc3gKKeM.s:35: Error: .err encountered
>    /tmp/cc3gKKeM.s:36: Error: .err encountered
>    /tmp/cc3gKKeM.s:37: Error: .err encountered

I've tried to reproduce this following the instructions, but I failed,
build succeeds for me:
https://www.spinics.net/lists/linux-mm/msg152336.html

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

* RE: [kbuild-all] [linux-next:master 5885/8111] /tmp/cc3gKKeM.s:35: Error: .err encountered
  2018-05-26 10:14 ` Dmitry Vyukov
@ 2018-05-26 14:37   ` Li, Philip
       [not found]     ` <831EE4E5E37DCC428EB295A351E662494CB9C137@shsmsx102.ccr.corp.intel.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Li, Philip @ 2018-05-26 14:37 UTC (permalink / raw)
  To: Dmitry Vyukov, lkp
  Cc: Linux Memory Management List, Andrew Morton, kbuild-all

> Subject: Re: [kbuild-all] [linux-next:master 5885/8111] /tmp/cc3gKKeM.s:35:
> Error: .err encountered
> 
> On Sun, May 20, 2018 at 9:15 PM, kbuild test robot <lkp@intel.com> wrote:
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> > head:   fbbe3b8c2c9c5f84caf668703c26154cb4fbb9d1
> > commit: 3b67022379d3d0c6a5cc5152f6b46eeea635a194 [5885/8111] arm: port
> KCOV to arm
> > config: arm-allmodconfig (attached as .config)
> > compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0
> > reproduce:
> >         wget https://raw.githubusercontent.com/intel/lkp-
> tests/master/sbin/make.cross -O ~/bin/make.cross
> >         chmod +x ~/bin/make.cross
> >         git checkout 3b67022379d3d0c6a5cc5152f6b46eeea635a194
> >         # save the attached .config to linux build tree
> >         make.cross ARCH=arm
> >
> > All errors (new ones prefixed by >>):
> >
> >    /tmp/cc3gKKeM.s: Assembler messages:
> >>> /tmp/cc3gKKeM.s:35: Error: .err encountered
> >    /tmp/cc3gKKeM.s:36: Error: .err encountered
> >    /tmp/cc3gKKeM.s:37: Error: .err encountered
> 
> I've tried to reproduce this following the instructions, but I failed,
thanks for input, we will follow up this to see whether there's issue
in bot side.

> build succeeds for me:
> https://www.spinics.net/lists/linux-mm/msg152336.html
> _______________________________________________
> kbuild-all mailing list
> kbuild-all@lists.01.org
> https://lists.01.org/mailman/listinfo/kbuild-all

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

* Re: FW: [kbuild-all] [linux-next:master 5885/8111] /tmp/cc3gKKeM.s:35: Error: .err encountered
       [not found]     ` <831EE4E5E37DCC428EB295A351E662494CB9C137@shsmsx102.ccr.corp.intel.com>
@ 2018-06-07  2:02       ` Chen Rong
  2018-06-07  5:41         ` Dmitry Vyukov
  0 siblings, 1 reply; 5+ messages in thread
From: Chen Rong @ 2018-06-07  2:02 UTC (permalink / raw)
  To: dvyukov; +Cc: lkp, linux-mm, akpm, kbuild-all

Hi Dmitry,

We have updated the make.cross. you could get the new one from https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross
and run the command "GCC_VERSION=7.2.0 make.cross ARCH=arm"

Thanks!

> -----Original Message-----
> From: kbuild-all [mailto:kbuild-all-bounces@lists.01.org] On Behalf Of Li, Philip
> Sent: Saturday, May 26, 2018 10:37 PM
> To: Dmitry Vyukov <dvyukov@google.com>; lkp <lkp@intel.com>
> Cc: Linux Memory Management List <linux-mm@kvack.org>; Andrew Morton <akpm@linux-foundation.org>; kbuild-all@01.org
> Subject: Re: [kbuild-all] [linux-next:master 5885/8111] /tmp/cc3gKKeM.s:35: Error: .err encountered
> 
> > Subject: Re: [kbuild-all] [linux-next:master 5885/8111] /tmp/cc3gKKeM.s:35:
> > Error: .err encountered
> > 
> > On Sun, May 20, 2018 at 9:15 PM, kbuild test robot <lkp@intel.com> wrote:
> > > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> > > head:   fbbe3b8c2c9c5f84caf668703c26154cb4fbb9d1
> > > commit: 3b67022379d3d0c6a5cc5152f6b46eeea635a194 [5885/8111] arm: port
> > 
> > KCOV to arm
> > > config: arm-allmodconfig (attached as .config)
> > > compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0
> > > reproduce:
> > >         wget https://raw.githubusercontent.com/intel/lkp-
> > 
> > tests/master/sbin/make.cross -O ~/bin/make.cross
> > >         chmod +x ~/bin/make.cross
> > >         git checkout 3b67022379d3d0c6a5cc5152f6b46eeea635a194
> > >         # save the attached .config to linux build tree
> > >         make.cross ARCH=arm
> > > 
> > > All errors (new ones prefixed by >>):
> > > 
> > >    /tmp/cc3gKKeM.s: Assembler messages:
> > > > > /tmp/cc3gKKeM.s:35: Error: .err encountered
> > > 
> > >    /tmp/cc3gKKeM.s:36: Error: .err encountered
> > >    /tmp/cc3gKKeM.s:37: Error: .err encountered
> > 
> > I've tried to reproduce this following the instructions, but I failed,
> 
> thanks for input, we will follow up this to see whether there's issue
> in bot side.
> 
> > build succeeds for me:
> > https://www.spinics.net/lists/linux-mm/msg152336.html
> > _______________________________________________
> > kbuild-all mailing list
> > kbuild-all@lists.01.org
> > https://lists.01.org/mailman/listinfo/kbuild-all
> 
> _______________________________________________
> kbuild-all mailing list
> kbuild-all@lists.01.org
> https://lists.01.org/mailman/listinfo/kbuild-all

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

* Re: FW: [kbuild-all] [linux-next:master 5885/8111] /tmp/cc3gKKeM.s:35: Error: .err encountered
  2018-06-07  2:02       ` FW: " Chen Rong
@ 2018-06-07  5:41         ` Dmitry Vyukov
  0 siblings, 0 replies; 5+ messages in thread
From: Dmitry Vyukov @ 2018-06-07  5:41 UTC (permalink / raw)
  To: Chen Rong
  Cc: kbuild test robot, Linux-MM, Andrew Morton, kbuild-all, Arnd Bergmann

On Thu, Jun 7, 2018 at 4:02 AM, Chen Rong <rongx.a.chen@intel.com> wrote:
> Hi Dmitry,
>
> We have updated the make.cross. you could get the new one from https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross
> and run the command "GCC_VERSION=7.2.0 make.cross ARCH=arm"

Do you mean that the script now reproduces this error?

But I think that Arnd has fixed this with "ARM: disable KCOV for
trusted foundations code" now:
https://patchwork.kernel.org/patch/10434909/
The failure mode he referenced matches reported here.


>> -----Original Message-----
>> From: kbuild-all [mailto:kbuild-all-bounces@lists.01.org] On Behalf Of Li, Philip
>> Sent: Saturday, May 26, 2018 10:37 PM
>> To: Dmitry Vyukov <dvyukov@google.com>; lkp <lkp@intel.com>
>> Cc: Linux Memory Management List <linux-mm@kvack.org>; Andrew Morton <akpm@linux-foundation.org>; kbuild-all@01.org
>> Subject: Re: [kbuild-all] [linux-next:master 5885/8111] /tmp/cc3gKKeM.s:35: Error: .err encountered
>>
>> > Subject: Re: [kbuild-all] [linux-next:master 5885/8111] /tmp/cc3gKKeM.s:35:
>> > Error: .err encountered
>> >
>> > On Sun, May 20, 2018 at 9:15 PM, kbuild test robot <lkp@intel.com> wrote:
>> > > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
>> > > head:   fbbe3b8c2c9c5f84caf668703c26154cb4fbb9d1
>> > > commit: 3b67022379d3d0c6a5cc5152f6b46eeea635a194 [5885/8111] arm: port
>> >
>> > KCOV to arm
>> > > config: arm-allmodconfig (attached as .config)
>> > > compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0
>> > > reproduce:
>> > >         wget https://raw.githubusercontent.com/intel/lkp-
>> >
>> > tests/master/sbin/make.cross -O ~/bin/make.cross
>> > >         chmod +x ~/bin/make.cross
>> > >         git checkout 3b67022379d3d0c6a5cc5152f6b46eeea635a194
>> > >         # save the attached .config to linux build tree
>> > >         make.cross ARCH=arm
>> > >
>> > > All errors (new ones prefixed by >>):
>> > >
>> > >    /tmp/cc3gKKeM.s: Assembler messages:
>> > > > > /tmp/cc3gKKeM.s:35: Error: .err encountered
>> > >
>> > >    /tmp/cc3gKKeM.s:36: Error: .err encountered
>> > >    /tmp/cc3gKKeM.s:37: Error: .err encountered
>> >
>> > I've tried to reproduce this following the instructions, but I failed,
>>
>> thanks for input, we will follow up this to see whether there's issue
>> in bot side.
>>
>> > build succeeds for me:
>> > https://www.spinics.net/lists/linux-mm/msg152336.html
>> > _______________________________________________
>> > kbuild-all mailing list
>> > kbuild-all@lists.01.org
>> > https://lists.01.org/mailman/listinfo/kbuild-all
>>
>> _______________________________________________
>> kbuild-all mailing list
>> kbuild-all@lists.01.org
>> https://lists.01.org/mailman/listinfo/kbuild-all

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

end of thread, other threads:[~2018-06-07  5:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-20 19:15 [linux-next:master 5885/8111] /tmp/cc3gKKeM.s:35: Error: .err encountered kbuild test robot
2018-05-26 10:14 ` Dmitry Vyukov
2018-05-26 14:37   ` [kbuild-all] " Li, Philip
     [not found]     ` <831EE4E5E37DCC428EB295A351E662494CB9C137@shsmsx102.ccr.corp.intel.com>
2018-06-07  2:02       ` FW: " Chen Rong
2018-06-07  5:41         ` Dmitry Vyukov

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.