From: "Roger Pau Monné" <roger.pau@citrix.com>
To: Stefano Stabellini <sstabellini@kernel.org>
Cc: xen-devel@lists.xenproject.org, Doug Goldstein <cardoe@cardoe.com>
Subject: Re: [PATCH 1/6] automation: remove CR characters from QEMU serial
Date: Fri, 17 Nov 2023 11:07:39 +0100 [thread overview]
Message-ID: <ZVc7a56DXOtEoS0N@macbook.local> (raw)
In-Reply-To: <alpine.DEB.2.22.394.2311161701420.773207@ubuntu-linux-20-04-desktop>
On Thu, Nov 16, 2023 at 05:05:28PM -0800, Stefano Stabellini wrote:
> On Thu, 16 Nov 2023, Roger Pau Monne wrote:
> > The gitlab CI webpage seems to have issues displaying the \CR\CR\LF "\r\r\n"
> > sequence on the web interface used as line returns by the Linux kernel serial
> > output. This leads to the QEMU tests output looking like:
> >
> > (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings)
> > (XEN) *** Serial input to DOM0 (type 'CTRL-a' three times to switch input)
> > (XEN) Freed 664kB init memory
> > mapping kernel into physical memory
> > about to get started...
> > qemu-system-x86_64: terminating on signal 15 from pid 52 (timeout)
> >
> > This not helpful, so strip the CR characters from the output that goes to
> > stdout, leaving the output in the smoke.serial untouched.
> >
> > Fixes: 3030a73bf849 ('automation: add a QEMU based x86_64 Dom0/DomU test')
> > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
>
> Thanks for the patch. Let me see if I understood correctly.
>
> In the gitlab web UI everything after the last (XEN) log line
> disappears, for instance:
>
> https://gitlab.com/xen-project/xen/-/jobs/5556551478
>
> (XEN) d1v0: vGICD: unhandled word write 0x000000ffffffff to ICACTIVER0
> / # qemu-system-aarch64: terminating on signal 15 from pid 145 (timeout)
>
>
> While if I look at the full logs there are plenty of Linux kernel logs
> after it:
> https://cdn.artifacts.gitlab-static.net/ec/ad/ecad5145a0ec1eb179fd47d1590d5ec43d705e8af2f9a816607ac31891cb82b9/2023_11_16/5556551478/6032156805/job.log?response-content-type=text%2Fplain%3B%20charset%3Dutf-8&response-content-disposition=inline&Expires=1700183635&KeyName=gprd-artifacts-cdn&Signature=vT8CBwI2Th23OvRvQKvNPgHiT5Y=
>
> And this patch aims at fixing that, is that correct?
>
>
> But I went to check your pipeline
> https://gitlab.com/xen-project/people/royger/xen/-/pipelines/1074512137
> and the corresponding job
> https://gitlab.com/xen-project/people/royger/xen/-/jobs/5549620441 has
> the same issue?
I made the change just for qemu-alpine-x86_64-gcc:
https://gitlab.com/xen-project/people/royger/xen/-/jobs/5550049674
I didn't realize qemu-smoke-dom0-arm64-gcc was also using it. If the
fix is acceptable I can submit v2 adding the arm instances also.
Thanks, Roger.
next prev parent reply other threads:[~2023-11-17 10:08 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-16 12:13 [PATCH 0/6] automation: minor fixes and improvements Roger Pau Monne
2023-11-16 12:13 ` [PATCH 1/6] automation: remove CR characters from QEMU serial Roger Pau Monne
2023-11-17 1:05 ` Stefano Stabellini
2023-11-17 1:07 ` Stefano Stabellini
2023-11-17 10:07 ` Roger Pau Monné [this message]
2023-11-18 2:25 ` Stefano Stabellini
2023-11-16 12:13 ` [PATCH 2/6] automation: add timestamps to QEMU non-smoke x86-64 test Roger Pau Monne
2023-11-17 1:07 ` Stefano Stabellini
2023-11-16 12:13 ` [PATCH 3/6] automation: fix jessie/stretch images to use archive.debian.org apt repos Roger Pau Monne
2023-11-17 1:15 ` Stefano Stabellini
2023-11-16 12:13 ` [PATCH 4/6] automation: update tests to use Debian Bookworm Roger Pau Monne
2023-11-17 1:09 ` Stefano Stabellini
2023-11-16 12:13 ` [PATCH 5/6] automation: set architecture in docker files Roger Pau Monne
2023-11-16 12:13 ` [PATCH 6/6] automation: switch to multi-platform images when possible Roger Pau Monne
2023-11-17 1:14 ` Stefano Stabellini
2023-11-17 10:15 ` Roger Pau Monné
2023-11-18 2:27 ` Stefano Stabellini
2023-11-20 11:19 ` Roger Pau Monné
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=ZVc7a56DXOtEoS0N@macbook.local \
--to=roger.pau@citrix.com \
--cc=cardoe@cardoe.com \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.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.