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 831FDC3DA7A for ; Fri, 6 Jan 2023 11:30:05 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pDkuZ-0001Yf-SM; Fri, 06 Jan 2023 06:29:24 -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 1pDkuY-0001YU-Il for qemu-devel@nongnu.org; Fri, 06 Jan 2023 06:29:22 -0500 Received: from mail.weilnetz.de ([37.120.169.71] helo=mail.v2201612906741603.powersrv.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pDkuW-0005e4-H8 for qemu-devel@nongnu.org; Fri, 06 Jan 2023 06:29:22 -0500 Received: from [192.168.178.59] (p5b151831.dip0.t-ipconnect.de [91.21.24.49]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.v2201612906741603.powersrv.de (Postfix) with ESMTPSA id B3441DA100A; Fri, 6 Jan 2023 12:29:16 +0100 (CET) Message-ID: <6b55130f-d9af-6ac9-8c7f-4707e57a4cb0@weilnetz.de> Date: Fri, 6 Jan 2023 12:29:16 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 To: Thomas Huth , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org, =?UTF-8?Q?Alex_Benn=c3=a9e?= Cc: Peter Maydell , =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , Bin Meng References: <20230105204819.26992-1-thuth@redhat.com> <4ff2d01a-e6bb-5a99-356b-6b2ade61b667@linaro.org> <5a2d8ef1-a478-0b6d-3c65-d792f162feaf@redhat.com> <373666f9-7999-9628-b3ae-a749fcc2e1c3@weilnetz.de> <95c8fd9a-9dd8-249a-1509-084910fbb7de@redhat.com> Subject: Re: [PATCH] .gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job In-Reply-To: <95c8fd9a-9dd8-249a-1509-084910fbb7de@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=37.120.169.71; envelope-from=sw@weilnetz.de; helo=mail.v2201612906741603.powersrv.de X-Spam_score_int: -47 X-Spam_score: -4.8 X-Spam_bar: ---- X-Spam_report: (-4.8 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-2.939, 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: , Reply-to: Stefan Weil From: Stefan Weil via Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Am 06.01.23 um 09:19 schrieb Thomas Huth: > On 06/01/2023 09.15, Stefan Weil wrote: >> >> Download numbers from yesterday for my latest Windows installers: >> >> qemu-w32-setup-20221230.exe - 243 >> >> qemu-w64-setup-20221230.exe - 6540 >> >> On Wednesday the ratio was 288 : 3516. >> >> As expected the 64-bit variant is used much more often, but it looks >> like there is still a certain desire for the 32-bit variant. > > OK, thanks. Could you maybe also check the browser types in the logs? > ... I'm wondering whether a big part of those w32 downloads were just > automatic web crawlers? > >  Thomas I now checked all downloads of the latests installers since 2022-12-30. qemu-w32-setup-20221230.exe – 509 different IP addresses qemu-w64-setup-20221230.exe - 5471 different IP addresses 339 unique IP addresses are common for 32- and 64-bit, either crawlers or people who simply got both variants. So there remain 170 IP addresses which only downloaded the 32-bit variant in the last week. I see 437 different strings for the browser type, but surprisingly none of them looks like a crawler. Stefan