public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Li Zhijian <zhijianx.li@intel.com>
To: David Howells <dhowells@redhat.com>, Rong Chen <rong.a.chen@intel.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	lkp@01.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [LKP] [ipc] 61224adcd2: general_protection_fault:#[##]
Date: Tue, 18 Sep 2018 15:54:09 +0800	[thread overview]
Message-ID: <9df6256f-dcf3-ee6f-dd9d-b7efe2f539e6@intel.com> (raw)
In-Reply-To: <9189.1537255398@warthog.procyon.org.uk>


On 9/18/2018 3:23 PM, David Howells wrote:
> Still not sure what I'm meant to be seeing.  Note that there are a number of
> "Not found" and "No such file or directory" errors appearing.
>
> I've attached the console log for you.
>
> David
> ---
> warthog>sudo bin/lkp qemu -k /data/fs/linux-next/build2/arch/x86/boot/bzImage job-script
> make: Entering directory '/data/lkp-tests/bin/event'
> gcc    -c -o wakeup.o wakeup.c
> gcc  -static -o wakeup wakeup.o
> rm -f wakeup.o
> strip wakeup
> make: Leaving directory '/data/lkp-tests/bin/event'
> cpio: Cannot open/home/dhowells/.lkp/cache/lkp-x86_64.cpio: No such file or directory
> cpio: Cannot open/home/dhowells/.lkp/cache/lkp-x86_64.cpio: No such file or directory
> cpio: Cannot open/home/dhowells/.lkp/cache/lkp-x86_64.cpio: No such file or directory
> gzip:/home/dhowells/.lkp/cache/lkp-x86_64.cpio: No such file or directory
> mv: cannot stat '/home/dhowells/.lkp/cache/lkp-x86_64.cpio.gz': No such file or directory
> mv: cannot stat '/home/dhowells/.lkp/cache/lkp-x86_64.cgz': No such file or directory

this is not expected.
could you list/home/dhowells/.lkp/cache

looks something wrong at below function
lizhijian@haswell-OptiPlex-9020:~/lkp-tests$ vim lkp-exec/qemu +230
230 create_lkp_src_initrd()
231 {
232         if [[ "$kconfig" =~ ^(i386|x86_64)- ]]; then
233                 local arch=${kconfig%%-*}
234         else
235                 local arch=$(arch)
236         fi
237
238         if [ -d $LKP_SRC/.git ]; then
239                 local head_commit=$(cd $LKP_SRC && git rev-list -n1 HEAD)
240                 local diff_id=$(cd $LKP_SRC && git diff | git patch-id | cut -f1 -d' ')
241                 local src_sig=${head_commit:0:12}_${diff_id:0:12}
242         else
243                 local src_sig=$(ls -lR $LKP_SRC|md5sum|cut -c1-12)
244         fi
245         lkp_initrd=$CACHE_DIR/lkp-$arch-$src_sig.cgz
246         [[ -f $lkp_initrd ]] || {
247                 LKP_USER=$user \
248                 $LKP_SRC/sbin/pack -f -a $arch lkp-src
249                 mv $CACHE_DIR/lkp-$arch.cgz $lkp_initrd
250         }
251 }


Thanks


  reply	other threads:[~2018-09-18  7:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-13  1:05 [LKP] [ipc] 61224adcd2: general_protection_fault:#[##] kernel test robot
2018-09-13 11:28 ` David Howells
2018-09-14  8:58   ` Rong Chen
2018-09-17  7:28   ` Rong Chen
2018-09-18  6:30     ` David Howells
     [not found]       ` <1dac87f5-fa47-eaf2-ef34-945365e0b2c3@intel.com>
2018-09-18  7:23         ` David Howells
2018-09-18  7:54           ` Li Zhijian [this message]
2018-09-18 10:20             ` David Howells
2018-09-18 14:47               ` Li Zhijian
2018-09-18 15:23                 ` David Howells
2018-09-19  2:06                   ` Li Zhijian
2018-09-18 23:23 ` David Howells

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=9df6256f-dcf3-ee6f-dd9d-b7efe2f539e6@intel.com \
    --to=zhijianx.li@intel.com \
    --cc=dhowells@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@01.org \
    --cc=rong.a.chen@intel.com \
    --cc=sfr@canb.auug.org.au \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox