From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 4D31B1F8C6 for ; Mon, 16 Aug 2021 18:08:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229968AbhHPSJ0 convert rfc822-to-8bit (ORCPT ); Mon, 16 Aug 2021 14:09:26 -0400 Received: from elephants.elehost.com ([216.66.27.132]:62450 "EHLO elephants.elehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbhHPSJ0 (ORCPT ); Mon, 16 Aug 2021 14:09:26 -0400 X-Virus-Scanned: amavisd-new at elehost.com Received: from gnash (cpe00fc8d49d843-cm00fc8d49d840.cpe.net.cable.rogers.com [173.33.197.34]) (authenticated bits=0) by elephants.elehost.com (8.15.2/8.15.2) with ESMTPSA id 17GI8iXY076192 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 16 Aug 2021 14:08:44 -0400 (EDT) (envelope-from rsbecker@nexbridge.com) From: "Randall S. Becker" To: "'Jeff King'" Cc: "'Junio C Hamano'" , References: <009101d7904e$a3703e50$ea50baf0$@nexbridge.com> In-Reply-To: Subject: RE: [ANNOUNCE] Git v2.33.0-rc2 (Build/Test Report) Date: Mon, 16 Aug 2021 14:08:38 -0400 Message-ID: <01b401d792c9$c083e4b0$418bae10$@nexbridge.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT X-Mailer: Microsoft Outlook 16.0 Content-Language: en-ca Thread-Index: AQMBTs001OO8pWyP/FbVHKiIK4dspwGtgrwqqRWJPbA= Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On August 13, 2021 12:07 PM, Jeff King wrote: >On Fri, Aug 13, 2021 at 10:22:19AM -0400, Randall S. Becker wrote: > >> >Just a report that t0301.9 hung again on 2.32.0-rc1 on the NonStop >> >ia64 platform, and t5563.8 hung on the x86 platform. These did not > >We don't seem to have a t5563. Do you mean t5562? Yes. > >> 2.32.0-rc2 passes on the NonStop x86 platform. ia64 is slower and >> still running. The test failure is t9001 because there is no sendmail >> on the platform. Is there a suitable dependency that I can use add to >> bypass this test? > >Hmm, we shouldn't be depending on platform sendmail for the tests (after all, we do not want to actually send mail!). What does the >failure look like? This looks strange. There is no signal 34 defined by the platform. test_must_fail: died by signal 34: git send-email --from=Example --to=nobody@example.com --smtp-server=/home/git/git/t/trash directory.t9001-send-email/fake.sendmail --transfer-encoding=8bit 0001-Second.patch longline.patch not ok 33 - reject long lines # # z8=zzzzzzzz && # z64=$z8$z8$z8$z8$z8$z8$z8$z8 && # z512=$z64$z64$z64$z64$z64$z64$z64$z64 && # clean_fake_sendmail && # cp $patches longline.patch && # cat >>longline.patch <<-EOF && # $z512$z512 # not a long line # $z512$z512 # EOF # test_must_fail git send-email \ # --from="Example " \ # --to=nobody@example.com \ # --smtp-server="$(pwd)/fake.sendmail" \ # --transfer-encoding=8bit \ # $patches longline.patch \ # 2>actual && # cat >expect <<-\EOF && # fatal: longline.patch:35 is longer than 998 characters # warning: no patches were sent # EOF # test_cmp expect actual # /