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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D625C47082 for ; Mon, 31 May 2021 18:35:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 07DCA6124B for ; Mon, 31 May 2021 18:35:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231997AbhEaShc convert rfc822-to-8bit (ORCPT ); Mon, 31 May 2021 14:37:32 -0400 Received: from elephants.elehost.com ([216.66.27.132]:42980 "EHLO elephants.elehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230288AbhEaShb (ORCPT ); Mon, 31 May 2021 14:37:31 -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 14VIZnOb020632 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 31 May 2021 14:35:49 -0400 (EDT) (envelope-from rsbecker@nexbridge.com) From: "Randall S. Becker" To: Subject: [BUG] t5300 fails tests on NonStop x86 at 2.32.0-rc2 Date: Mon, 31 May 2021 14:35:44 -0400 Message-ID: <008701d7564b$c7657510$56305f30$@nexbridge.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT X-Mailer: Microsoft Outlook 16.0 Content-Language: en-ca Thread-Index: AddWSmKEBn6qYzntR323iwR7YFQaVw== Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org This one started at 2.32.0-rc1, AFIAK: expecting success of 5300.2 'pack without delta':         packname_1=$(git pack-objects --progress --window=0 test-1 \                         stderr) &&         check_deltas stderr = 0 + + git pack-objects --progress --window=0 test-1 + 0< obj-list 2> stderr packname_1= error: last command exited with $?=128 not ok 2 - pack without delta # #               packname_1=$(git pack-objects --progress --window=0 test-1 \ #                               stderr) && #               check_deltas stderr = 0 # Stderr contains: Enumerating objects: 8, done. Counting objects: 100% (8/8), done. fatal: fsync error on '.git/objects/pack/tmp_pack_Y6t3Br': Interrupted system call -- Brief whoami: NonStop developer since approximately 211288444200000000 UNIX developer since approximately 421664400 -- In my real life, I talk too much.