qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: "Alex Bennée" <alex.bennee@linaro.org>,
	"Peter Maydell" <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, "Gerd Hoffmann" <kraxel@redhat.com>,
	"Bin Meng" <bin.meng@windriver.com>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>
Subject: Re: [PULL v2 0/6] testing updates
Date: Wed, 4 Jan 2023 09:26:16 +0100	[thread overview]
Message-ID: <84588ab8-2d22-3cf1-cc63-cf9bcbbc068a@redhat.com> (raw)
In-Reply-To: <874jt7qzb0.fsf@linaro.org>

On 03/01/2023 18.47, Alex Bennée wrote:
> 
> Peter Maydell <peter.maydell@linaro.org> writes:
> 
>> On Fri, 23 Dec 2022 at 17:21, Alex Bennée <alex.bennee@linaro.org> wrote:
>>>
>>> The following changes since commit 222059a0fccf4af3be776fe35a5ea2d6a68f9a0b:
>>>
>>>    Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu
>>> into staging (2022-12-21 18:08:09 +0000)
>>>
>>> are available in the Git repository at:
>>>
>>>    https://gitlab.com/stsquad/qemu.git tags/pull-testing-next-231222-1
>>>
>>> for you to fetch changes up to 3b4f911921e4233df0ba78d4acd2077da0b144ef:
>>>
>>>    gitlab-ci: Disable docs and GUIs for the build-tci and
>>> build-tcg-disabled jobs (2022-12-23 15:17:13 +0000)
>>>
>>> ----------------------------------------------------------------
>>> testing updates:
>>>
>>>    - fix minor shell-ism that can break check-tcg
>>>    - turn off verbose logging on custom runners
>>>    - make configure echo call in CI
>>>    - fix unused variable in linux-test
>>>    - add binary compiler docker image for hexagon
>>>    - disable doc and gui builds for tci and disable-tcg builds
>>>
>>> ----------------------------------------------------------------
>>
>> The msys2-64bit job failed with a weird 'missing terminating "'
>> compiler error on ui/shader/texture-blit-vert.h:
>>
>> https://gitlab.com/qemu-project/qemu/-/jobs/3547023328
>>
>> as did msys2-32-bit:
>>
>> https://gitlab.com/qemu-project/qemu/-/jobs/3547023329
>>
>> Any idea? Is this just an existing error that's been masked
>> by the msys2 jobs consistently timing out before they get
>> to it ?
> 
> It ran fine when I pushed the branch:
> 
>    https://gitlab.com/stsquad/qemu/-/jobs/3519255299
> 
> but I can't see it building the object file ui_shader.c.obj in my build
> so I wonder if the builder has updated its development libraries since?
> I think it is a generated file.

FWIW, I also ran into this problem independently from this pull request 
while trying to increase the timeout of the jobs to 80 minutes:

  https://gitlab.com/thuth/qemu/-/jobs/3546685202
  https://gitlab.com/thuth/qemu/-/jobs/3546685203

So I don't think it is related to this pull request but something different.

Diff'ing the output between Alex' and my run, I can see that Alex log has:

  Has header "epoxy/egl.h" with dependency epoxy: NO
  ...
  OpenGL support (epoxy)       : NO

While my broken run has:

  Has header "epoxy/egl.h" with dependency epoxy: YES
  ...
  OpenGL support (epoxy)       : YES 1.5.10

So seems like something changed in the build environment, so that epoxy is 
now enabled there.

I guess we should disable it manually there again for the time being, until 
someone has figured out the real fix?

  Thomas



  reply	other threads:[~2023-01-04  8:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-23 17:21 [PULL v2 0/6] testing updates Alex Bennée
2023-01-03 16:10 ` Peter Maydell
2023-01-03 17:47   ` Alex Bennée
2023-01-04  8:26     ` Thomas Huth [this message]
2023-01-04 18:56 ` Peter Maydell

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=84588ab8-2d22-3cf1-cc63-cf9bcbbc068a@redhat.com \
    --to=thuth@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=bin.meng@windriver.com \
    --cc=kraxel@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).