From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9BAFBC54EBC for ; Tue, 3 Jan 2023 17:54:59 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pClUP-0001R9-57; Tue, 03 Jan 2023 12:54:17 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pClUO-0001Qz-3x for qemu-devel@nongnu.org; Tue, 03 Jan 2023 12:54:16 -0500 Received: from mail-wm1-x334.google.com ([2a00:1450:4864:20::334]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pClUM-0001OD-85 for qemu-devel@nongnu.org; Tue, 03 Jan 2023 12:54:15 -0500 Received: by mail-wm1-x334.google.com with SMTP id m26-20020a05600c3b1a00b003d9811fcaafso17573657wms.5 for ; Tue, 03 Jan 2023 09:54:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:in-reply-to:date :subject:cc:to:from:user-agent:references:from:to:cc:subject:date :message-id:reply-to; bh=s5w5A5rEq9urBUUy1QW4nV9xQwtpcXmHgkPhIlHxJ/c=; b=X78/Z0lMDNgRqTZGSpSzOVeZIYFFiQNG3XIwAqXdodfeKVV/1Y2G/x58g4ue+cBYum f4PAK/c9Q/ZmXGBUjCKEGjECxR1Nozc47IZnhO5HJFCohP1+/Z8S+Q0APCERq091YIlP YuK1B8g986Bw/MZHbbir37TaqeTAv/cRPePCry3xJoZsujmk4ZJKPB2LsQWNvX8zXGhg K1880X5v0/HxrjHkp3WOpYmmFeKpCdV9nq8eqMwmKCi13J8CcEih4+TAd0wA+regj7e1 RJzMp11l7B57aP78z1HNkunLAp+i0MAy1NpF3rF6Ezd5btsHUF6+wnxhrwUKVc7N/kgw uEiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:in-reply-to:date :subject:cc:to:from:user-agent:references:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=s5w5A5rEq9urBUUy1QW4nV9xQwtpcXmHgkPhIlHxJ/c=; b=BtpS3wqdGrHRNR+Ro7GJphuPVv6ucMqpNn7LN5xfvM47Kt/NS4j7JgCWu8G2f31rWe 6tjn75xAR7CEPCOnezqibGFOSCiOR0etfJpqbZ0tnhfGV1LjosZsmsZqvdzdcJRYbxF6 0C/K/m47WQBsvm3VJ0djm13cf8m2RSEjnvqP8kLmGRaXA9FWaUKi47qhD2ftUsu85j47 fnKKUU+Qp6AkgN9f7Kad/DdJvZHMZuIyFeE0vY7gVY/Bm284zWxWa8tjaR/VMqmvJI9E moFlFLFRDHYIPsNFnTIMGjTaYh77d8DiMNE35L8H3wKK09cf3xqgU8u1d8gQwZqqOVwG XoXQ== X-Gm-Message-State: AFqh2krpqWQnZoBmN70PWuPQYftq2obw+udZzj95bpkksidwqR0UeI7e oClbvQqMbI4jkgsmrV/LaW7gIQ== X-Google-Smtp-Source: AMrXdXuOmT1mCWrD3WCO+ituptGdRI7f8rjrl5C8G9IiZJJDl8moLES6e2zlM/4iwZgoDOqYLzBulw== X-Received: by 2002:a1c:770b:0:b0:3cf:a18d:399c with SMTP id t11-20020a1c770b000000b003cfa18d399cmr33623202wmi.1.1672768452540; Tue, 03 Jan 2023 09:54:12 -0800 (PST) Received: from zen.linaroharston ([185.81.254.11]) by smtp.gmail.com with ESMTPSA id b22-20020a05600c4e1600b003c6d21a19a0sm43405836wmq.29.2023.01.03.09.54.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Jan 2023 09:54:12 -0800 (PST) Received: from zen (localhost [127.0.0.1]) by zen.linaroharston (Postfix) with ESMTP id BE3471FFB7; Tue, 3 Jan 2023 17:54:11 +0000 (GMT) References: <20221223172135.3450109-1-alex.bennee@linaro.org> User-agent: mu4e 1.9.11; emacs 29.0.60 From: Alex =?utf-8?Q?Benn=C3=A9e?= To: Peter Maydell Cc: qemu-devel@nongnu.org Subject: Re: [PULL v2 0/6] testing updates Date: Tue, 03 Jan 2023 17:47:29 +0000 In-reply-to: Message-ID: <874jt7qzb0.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a00:1450:4864:20::334; envelope-from=alex.bennee@linaro.org; helo=mail-wm1-x334.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Peter Maydell writes: > On Fri, 23 Dec 2022 at 17:21, Alex Benn=C3=A9e w= rote: >> >> The following changes since commit 222059a0fccf4af3be776fe35a5ea2d6a68f9= a0b: >> >> 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. > > thanks > -- PMM --=20 Alex Benn=C3=A9e Virtualisation Tech Lead @ Linaro