Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sRoq5-001LKT-DO for pgsql-hackers@arkaria.postgresql.org; Thu, 11 Jul 2024 08:07:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sRoq3-00CAjC-Ry for pgsql-hackers@arkaria.postgresql.org; Thu, 11 Jul 2024 08:07:39 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sRoq3-00CAj4-Gn for pgsql-hackers@lists.postgresql.org; Thu, 11 Jul 2024 08:07:39 +0000 Received: from meldrar.postgresql.org ([2a02:c0:301:0:ffff::31]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sRopz-001VIp-LH for pgsql-hackers@postgresql.org; Thu, 11 Jul 2024 08:07:38 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Content-Transfer-Encoding:Content-Type: Mime-Version:From:Subject:To:Message-Id:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:In-Reply-To:References; bh=NSpU/yEA3RVjJVzRPHgDTN5egb4EjZJMy9cv9+CM8cg=; b=5r/Hz0sE4aKD1Dj4V0GB6bi2Te sja8Bbi4QOSeyH1wDw07m0mD8HUBh6Spk1m8l2URLL8U/jNNVHFkezVz3pnTlwVPaU2KYq2LnDo61 oQvN0StPhRhwZ/1dQbmtnedvwtiV3XgPLhIjgms1IbAdTfcUEWgef5RpgYvSvPZ1OHb1646rMSjF+ KwbLkFxraV0X8B2FLiz0RV8gcJoGmJ8806RRQt1lyb1u9ejAbF5dKLqcwEaZvEIDEUQkEBiNiFoDJ mmU7ThR1DcZQYtqTKO8y21q0sqfCpHsiNAcTB/9LR76/pC4oqxjqR28CS5YIVXGFhfg7sxxP8+exD c0y6o6hQ==; Received: from [2409:11:4120:300:6199:c247:c7b0:139] (helo=localhost) by meldrar.postgresql.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (Exim 4.94.2) (envelope-from ) id 1sRopv-0035YP-Lv for pgsql-hackers@postgresql.org; Thu, 11 Jul 2024 08:07:34 +0000 Date: Thu, 11 Jul 2024 17:07:20 +0900 (JST) Message-Id: <20240711.170720.1296086192573312138.ishii@postgresql.org> To: pgsql-hackers@postgresql.org Subject: CFbot failed on Windows platform From: Tatsuo Ishii X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 2409:11:4120:300:6199:c247:c7b0:139 (failed) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi, A cfbot test suddenly failed with regression test error. http://cfbot.cputube.org/highlights/all.html#4460 Following the link "regress" shows: https://api.cirrus-ci.com/v1/artifact/task/5428792720621568/testrun/build/testrun/recovery/027_stream_regress/data/regression.diffs diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/collate.windows.win1252.out C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/collate.windows.win1252.out --- C:/cirrus/src/test/regress/expected/collate.windows.win1252.out 2024-07-11 02:44:08.385966100 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/collate.windows.win1252.out 2024-07-11 02:49:51.280212100 +0000 @@ -21,10 +21,10 @@ ); \d collate_test1 Table "collate_tests.collate_test1" - Column | Type | Collation | Nullable | Default + Column | Type | Collation | Nullable | Default --------+---------+-----------+----------+--------- - a | integer | | | - b | text | en_US | not null | + a | integer | | | + b | text | en_US | not null | : : The differences are that the result has an extra space at the end of line. I am not familiar with Windows and has no idea why this could happen (I haven't changed the patch set since May 24. The last succeeded test was on July 9 14:58:44 (I am not sure about time zone). Also I see exactly the same test failures in some other tests (for example http://cfbot.cputube.org/highlights/all.html#4337) Any idea? Best reagards, -- Tatsuo Ishii SRA OSS LLC English: http://www.sraoss.co.jp/index_en/ Japanese:http://www.sraoss.co.jp