All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [sound:test/usb-hacks-wip 67/67] ld.lld: error: failed to open drivers/media/pci/ivtv/ivtv.o: Cannot allocate memory
Date: Tue, 24 Nov 2020 11:10:45 +0800	[thread overview]
Message-ID: <202011241140.coBrfe57-lkp@intel.com> (raw)

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

CC: alsa-devel(a)alsa-project.org
TO: Dylan Robinson <dylan_robinson@motu.com>
CC: Takashi Iwai <tiwai@suse.de>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git test/usb-hacks-wip
head:   1e2658a39b87cfa1fbf00c814d7253ca6a17af26
commit: 1e2658a39b87cfa1fbf00c814d7253ca6a17af26 [67/67] ALSA: usb-audio: Fix MOTU M-Series quirks
config: x86_64-randconfig-a003-20201123 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project c8c3a411c50f541ce5362bd60ee3f8fe43ac2722)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git/commit/?id=1e2658a39b87cfa1fbf00c814d7253ca6a17af26
        git remote add sound https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
        git fetch --no-tags sound test/usb-hacks-wip
        git checkout 1e2658a39b87cfa1fbf00c814d7253ca6a17af26
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   terminate called after throwing an instance of 'std::system_error'
     what():  Resource temporarily unavailable
   PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.
>> ld.lld: error: failed to open drivers/media/pci/ivtv/ivtv.o: Cannot allocate memory
    #0 0x00005590b913123c llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/cross/clang-df9ae59928/bin/lld+0x8d223c)
    #1 0x00005590b912f084 llvm::sys::RunSignalHandlers() (/opt/cross/clang-df9ae59928/bin/lld+0x8d0084)
    #2 0x00005590b912f1d8 SignalHandler(int) (/opt/cross/clang-df9ae59928/bin/lld+0x8d01d8)
    #3 0x00007f365df87730 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x12730)
    #4 0x00007f365dab97bb raise (/lib/x86_64-linux-gnu/libc.so.6+0x377bb)
    #5 0x00007f365daa4535 abort (/lib/x86_64-linux-gnu/libc.so.6+0x22535)
    #6 0x00007f365de6e983 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x8c983)
    #7 0x00007f365de748c6 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x928c6)
    #8 0x00007f365de74901 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x92901)
    #9 0x00007f365de74b34 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x92b34)
   #10 0x00007f365de70a55 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x8ea55)
   #11 0x00007f365de9ddc9 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0xbbdc9)
   #12 0x00005590bbe8d561 std::thread::_State_impl<std::thread::_Invoker<std::tuple<llvm::parallel::detail::(anonymous namespace)::ThreadPoolExecutor::ThreadPoolExecutor(llvm::ThreadPoolStrategy)::'lambda'()> > >::_M_run() (/opt/cross/clang-df9ae59928/bin/lld+0x362e561)
   #13 0x00007f365de9db2f (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0xbbb2f)
   #14 0x00007f365df7cfa3 start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x7fa3)
   #15 0x00007f365db7b4cf clone (/lib/x86_64-linux-gnu/libc.so.6+0xf94cf)
   /bin/bash: line 1: 181712 Aborted                 ld.lld -m elf_x86_64 -r -o drivers/media/pci/ivtv/ivtv.o drivers/media/pci/ivtv/ivtv-routing.o drivers/media/pci/ivtv/ivtv-cards.o drivers/media/pci/ivtv/ivtv-controls.o drivers/media/pci/ivtv/ivtv-driver.o drivers/media/pci/ivtv/ivtv-fileops.o drivers/media/pci/ivtv/ivtv-firmware.o drivers/media/pci/ivtv/ivtv-gpio.o drivers/media/pci/ivtv/ivtv-i2c.o drivers/media/pci/ivtv/ivtv-ioctl.o drivers/media/pci/ivtv/ivtv-irq.o drivers/media/pci/ivtv/ivtv-mailbox.o drivers/media/pci/ivtv/ivtv-queue.o drivers/media/pci/ivtv/ivtv-streams.o drivers/media/pci/ivtv/ivtv-udma.o drivers/media/pci/ivtv/ivtv-vbi.o drivers/media/pci/ivtv/ivtv-yuv.o
--
   terminate called after throwing an instance of 'std::system_error'
     what():  Resource temporarily unavailable
   PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.
>> ld.lld: error: failed to open drivers/media/pci/ivtv/ivtv.o: Cannot allocate memory
    #0 0x000055ade4b0e23c llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/cross/clang-df9ae59928/bin/lld+0x8d223c)
    #1 0x000055ade4b0c084 llvm::sys::RunSignalHandlers() (/opt/cross/clang-df9ae59928/bin/lld+0x8d0084)
    #2 0x000055ade4b0c1d8 SignalHandler(int) (/opt/cross/clang-df9ae59928/bin/lld+0x8d01d8)
    #3 0x00007fd958e9d730 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x12730)
    #4 0x00007fd9589cf7bb raise (/lib/x86_64-linux-gnu/libc.so.6+0x377bb)
    #5 0x00007fd9589ba535 abort (/lib/x86_64-linux-gnu/libc.so.6+0x22535)
    #6 0x00007fd958d84983 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x8c983)
    #7 0x00007fd958d8a8c6 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x928c6)
    #8 0x00007fd958d8a901 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x92901)
    #9 0x00007fd958d8ab34 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x92b34)
   #10 0x00007fd958d86a55 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x8ea55)
   #11 0x00007fd958db3dc9 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0xbbdc9)
   #12 0x000055ade786a561 std::thread::_State_impl<std::thread::_Invoker<std::tuple<llvm::parallel::detail::(anonymous namespace)::ThreadPoolExecutor::ThreadPoolExecutor(llvm::ThreadPoolStrategy)::'lambda'()> > >::_M_run() (/opt/cross/clang-df9ae59928/bin/lld+0x362e561)
   #13 0x00007fd958db3b2f (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0xbbb2f)
   #14 0x00007fd958e92fa3 start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x7fa3)
   #15 0x00007fd958a914cf clone (/lib/x86_64-linux-gnu/libc.so.6+0xf94cf)
   /bin/bash: line 1: 189282 Aborted                 ld.lld -m elf_x86_64 -r -o drivers/media/pci/ivtv/ivtv.o drivers/media/pci/ivtv/ivtv-routing.o drivers/media/pci/ivtv/ivtv-cards.o drivers/media/pci/ivtv/ivtv-controls.o drivers/media/pci/ivtv/ivtv-driver.o drivers/media/pci/ivtv/ivtv-fileops.o drivers/media/pci/ivtv/ivtv-firmware.o drivers/media/pci/ivtv/ivtv-gpio.o drivers/media/pci/ivtv/ivtv-i2c.o drivers/media/pci/ivtv/ivtv-ioctl.o drivers/media/pci/ivtv/ivtv-irq.o drivers/media/pci/ivtv/ivtv-mailbox.o drivers/media/pci/ivtv/ivtv-queue.o drivers/media/pci/ivtv/ivtv-streams.o drivers/media/pci/ivtv/ivtv-udma.o drivers/media/pci/ivtv/ivtv-vbi.o drivers/media/pci/ivtv/ivtv-yuv.o

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

                 reply	other threads:[~2020-11-24  3:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202011241140.coBrfe57-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.