public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Veronika Kabatova <vkabatov@redhat•com>
To: Will Deacon <will@kernel•org>
Cc: catalin marinas <catalin.marinas@arm•com>,
	linux-arm-kernel@lists•infradead.org,
	CKI Project <cki-project@redhat•com>
Subject: Re: ❌ FAIL: Test report for kernel	5.11.0-rc7 (arm-next)
Date: Wed, 10 Feb 2021 10:24:31 -0500 (EST)	[thread overview]
Message-ID: <27613639.27281944.1612970671896.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <2112681230.27250520.1612958496505.JavaMail.zimbra@redhat.com>



----- Original Message -----
> From: "Veronika Kabatova" <vkabatov@redhat•com>
> To: "Will Deacon" <will@kernel•org>
> Cc: "catalin marinas" <catalin.marinas@arm•com>, "CKI Project" <cki-project@redhat•com>,
> linux-arm-kernel@lists•infradead.org
> Sent: Wednesday, February 10, 2021 1:01:36 PM
> Subject: Re: ❌ FAIL: Test report for kernel	5.11.0-rc7 (arm-next)
> 
> 
> 
> ----- Original Message -----
> > From: "Will Deacon" <will@kernel•org>
> > To: "CKI Project" <cki-project@redhat•com>
> > Cc: "catalin marinas" <catalin.marinas@arm•com>,
> > linux-arm-kernel@lists•infradead.org
> > Sent: Wednesday, February 10, 2021 10:29:46 AM
> > Subject: Re: ❌ FAIL: Test report for kernel	5.11.0-rc7 (arm-next)
> > 
> > Hi CKI folks,
> > 
> > Please can you help me with the error below?
> > 
> > On Tue, Feb 09, 2021 at 09:07:50PM -0000, CKI Project wrote:
> > > We ran automated tests on a recent commit from this kernel tree:
> > > 
> > >        Kernel repo:
> > >        https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
> > >             Commit: 4176e42aa565 - Merge branch 'for-next/cpufeature'
> > >             into
> > >             for-kernelci
> > > 
> > > The results of these automated tests are provided below.
> > > 
> > >     Overall result: FAILED (see details below)
> > >              Merge: OK
> > >            Compile: OK
> > >              Tests: 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/02/09/623431
> > > 
> > > One or more kernel tests failed:
> > > 
> > >     aarch64:
> > >      ❌ Boot test
> > 
> > [...]
> > 
> > >     Host 2:
> > >        ❌ Boot test
> > >        ⚡⚡⚡ selinux-policy: serge-testsuite
> > >        ⚡⚡⚡ storage: software RAID testing
> > >        🚧 ⚡⚡⚡ xfstests - ext4
> > >        🚧 ⚡⚡⚡ xfstests - xfs
> > >        🚧 ⚡⚡⚡ xfstests - btrfs
> > >        🚧 ⚡⚡⚡ IPMI driver test
> > >        🚧 ⚡⚡⚡ IPMItool loop stress test
> > >        🚧 ⚡⚡⚡ Storage blktests
> > >        🚧 ⚡⚡⚡ Storage block - filesystem fio test
> > >        🚧 ⚡⚡⚡ Storage block - queue scheduler test
> > >        🚧 ⚡⚡⚡ Storage nvme - tcp
> > >        🚧 ⚡⚡⚡ Storage: swraid mdadm raid_module test
> > >        🚧 ⚡⚡⚡ stress: stress-ng
> > 
> > Which system (e.g. soc) is host 2 and are there are known infra issues at
> > the moment? I did push some changes which affect the early boot path, so we
> > may well be running into a kernel bug, but I'd just like to make sure
> > before
> > we dive in trying to debug that, especially as we haven't seen failures on
> > other systems (and host 1 seems ok).
> > 
> 
> Hi, the machine in question is a Cavium ThunderX2 Sabre. It booted a stable
> kernel just a few days back okay. The last messages I can see in the raw
> console log from this run are:
> 
> EFI stub: Booting Linux Kernel...
> EFI stub: EFI_RNG_PROTOCOL unavailable, KASLR will be disabled
> EFI stub: Using DTB from configuration table
> EFI stub: Exiting boot services and installing virtual address map...
> 
> and then it times out after hour and half. I'm not aware of any ongoing
> issues, however sometimes the link between the lab controller and the
> machines can sometimes go wrong after reboot and lead to a similarly
> looking problem.
> 
> I'll resubmit the test job on that same machine to check if that was
> the case and let you know right after it boots.
> 

Hi, I have a few results back:

- resubmitted the same kernel: gets stuck in the same spot
- tried the new version pushed today: gets stuck in the same spot
- tried the version from last week: boots ok

There is an extra message from the run that managed to boot, which is not
present with any of the runs that failed:

EFI stub: ERROR: FIRMWARE BUG: efi_loaded_image_t::image_base has bogus value

But this message is not present with the stable run that I mentioned
previously.

We didn't change the builder container for a while now and since I tested
things on the same machine one run after other, there should also be no
distro/package changes involved and the only difference should be the
kernel.



Veronika

> 
> Veronika
> 
> > In the meantime, I'll push a new branch without those early changes to see
> > if that does any better.
> > 
> > Thanks,
> > 
> > Will
> > 
> > 
> > 
> 
> 


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-02-10 15:26 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-09 21:07 ❌ FAIL: Test report for kernel 5.11.0-rc7 (arm-next) CKI Project
2021-02-10  9:29 ` Will Deacon
2021-02-10 12:01   ` Veronika Kabatova
2021-02-10 15:24     ` Veronika Kabatova [this message]
2021-02-10 16:09       ` ❌ FAIL: Test report for kernel?5.11.0-rc7 (arm-next) Will Deacon
2021-02-10 17:07         ` Veronika Kabatova
2021-02-10 17:31           ` ❌ FAIL: Test report for?kernel?5.11.0-rc7 (arm-next) Will Deacon
2021-02-10 18:06             ` Veronika Kabatova
2021-02-10 18:56               ` ❌ FAIL: Test report?for?kernel?5.11.0-rc7 (arm-next) Will Deacon
2021-02-10 19:31                 ` Veronika Kabatova
2021-02-10 20:17                   ` ❌ FAIL: Test?report?for?kernel?5.11.0-rc7 (arm-next) Will Deacon
2021-02-10 20:32                     ` Will Deacon
2021-02-11 10:46                       ` Veronika Kabatova
2021-02-11 11:50                         ` ❌ FAIL:?Test?report?for?kernel?5.11.0-rc7 (arm-next) Will Deacon
2021-02-11 12:25                           ` Veronika Kabatova
2021-02-15 13:13                             ` Veronika Kabatova
2021-02-15 18:24                               ` Will Deacon

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=27613639.27281944.1612970671896.JavaMail.zimbra@redhat.com \
    --to=vkabatov@redhat$(echo .)com \
    --cc=catalin.marinas@arm$(echo .)com \
    --cc=cki-project@redhat$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=will@kernel$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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