All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: ld.lld: error: failed to open fs/nfsd/nfsd.o: Cannot allocate memory
Date: Tue, 05 Jan 2021 06:48:34 +0800	[thread overview]
Message-ID: <202101050631.8JeYOE8t-lkp@intel.com> (raw)

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

CC: linux-kernel(a)vger.kernel.org
TO: Mikulas Patocka <mpatocka@redhat.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62
commit: b17164e258e3888d376a7434415013175d637377 xfs: don't update mtime on COW faults
date:   4 months ago
config: x86_64-randconfig-a001-20210105 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 98cd1c33e3c2c3cfee36fb0fea3285fda06224d3)
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/torvalds/linux.git/commit/?id=b17164e258e3888d376a7434415013175d637377
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout b17164e258e3888d376a7434415013175d637377
        # 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 fs/nfsd/nfsd.o: Cannot allocate memory
    #0 0x000056428a35291c llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/cross/clang-98cd1c33e3/bin/lld+0x91991c)
    #1 0x000056428a350764 llvm::sys::RunSignalHandlers() (/opt/cross/clang-98cd1c33e3/bin/lld+0x917764)
    #2 0x000056428a3508b8 SignalHandler(int) (/opt/cross/clang-98cd1c33e3/bin/lld+0x9178b8)
    #3 0x00007fb6db118730 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x12730)
    #4 0x00007fb6dac4a7bb raise (/lib/x86_64-linux-gnu/libc.so.6+0x377bb)
    #5 0x00007fb6dac35535 abort (/lib/x86_64-linux-gnu/libc.so.6+0x22535)
    #6 0x00007fb6dafff983 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x8c983)
    #7 0x00007fb6db0058c6 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x928c6)
    #8 0x00007fb6db005901 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x92901)
    #9 0x00007fb6db005b34 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x92b34)
   #10 0x00007fb6db001a55 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x8ea55)
   #11 0x00007fb6db02edc9 (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0xbbdc9)
   #12 0x000056428d0912c1 std::thread::_State_impl<std::thread::_Invoker<std::tuple<llvm::parallel::detail::(anonymous namespace)::ThreadPoolExecutor::ThreadPoolExecutor(llvm::ThreadPoolStrategy)::'lambda'()> > >::_M_run() (/opt/cross/clang-98cd1c33e3/bin/lld+0x36582c1)
   #13 0x00007fb6db02eb2f (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0xbbb2f)
   #14 0x00007fb6db10dfa3 start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x7fa3)
   #15 0x00007fb6dad0c4cf clone (/lib/x86_64-linux-gnu/libc.so.6+0xf94cf)
   /bin/bash: line 1: 119333 Aborted                 ld.lld -m elf_x86_64 -r -o fs/nfsd/nfsd.o fs/nfsd/trace.o fs/nfsd/nfssvc.o fs/nfsd/nfsctl.o fs/nfsd/nfsproc.o fs/nfsd/nfsfh.o fs/nfsd/vfs.o fs/nfsd/export.o fs/nfsd/auth.o fs/nfsd/lockd.o fs/nfsd/nfscache.o fs/nfsd/nfsxdr.o fs/nfsd/stats.o fs/nfsd/filecache.o fs/nfsd/nfs2acl.o fs/nfsd/nfs3proc.o fs/nfsd/nfs3xdr.o fs/nfsd/nfs3acl.o fs/nfsd/nfs4proc.o fs/nfsd/nfs4xdr.o fs/nfsd/nfs4state.o fs/nfsd/nfs4idmap.o fs/nfsd/nfs4acl.o fs/nfsd/nfs4callback.o fs/nfsd/nfs4recover.o fs/nfsd/nfs4layouts.o fs/nfsd/blocklayout.o fs/nfsd/blocklayoutxdr.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: 37254 bytes --]

                 reply	other threads:[~2021-01-04 22:48 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=202101050631.8JeYOE8t-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.