Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2663923pxb; Thu, 11 Feb 2021 20:08:06 -0800 (PST) X-Google-Smtp-Source: ABdhPJzsoXmJjuiYjR8W/kCFVzfbaTyUbdZ2BMHEXRDDyrVWPfsgH97a1wq85wg5z6jKSVHIaGNQ X-Received: by 2002:aa7:d513:: with SMTP id y19mr1374133edq.229.1613102886166; Thu, 11 Feb 2021 20:08:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613102886; cv=none; d=google.com; s=arc-20160816; b=vgfIQDwJpSraSR2P86pnb2y/TVyBuVncyPLdiDQlwDY+QYYGBWctW+U5/PQDh1r24Y NqkOEpRo0wGGSIVkaazugWo8GrJylRlKmX+GQRXl7bthnRH4uvyWIztTm6rEN+j/2ZQo Oka+KdbWyQkBa34sPW1WQ8ofkdh88x8Y4dM9z0V4bRqO7/z9oYjuWbyjjWkYlNpZ1e3D nY1kb8G5BhKsluuoL6A0r5VtK/qpiM6qDPdaftaC63xYIB6+ibrcznrHqmgBL3MLL1na 73orw7OqL/wE2wwPoTHyQaX85qFNCBMSzhIrSpKqgEymBJtN/4ZDi2qBEsKcyDVFGPW7 Sm/Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=4fsZFOSAQJ49etgJTrk7DAorWb1DnpQL/TnL6QaUrMA=; b=T2Uj2tFLCrqwY22iey0iY9hBNNQLL1JBj2ZDD77MezGcXj9al6JHKZbqIEzDi5ANEA RDfTJi+52xduCVKS2iUFFPNeCnZiOAFk7iEr54qwHmprtOYq04rcAhkS3eQZa5USgQw8 8nOPBfUXVZVTPqPoO3lFHJgDbEZlsxhhGUbI2sBig8DZF2F0aQDcYR6aTAC+EOuoezrD cK5VzDbClLUb6jFx6o8/uUmrB+91GYK6NJWbSq0ciIJ//qQ1cvEypgBhN8/SCQgVNZaT 5QA9QLGz0yCFXXFTPoS/7KTldaW319uTXRLTQnoxd06IVCyJDm37CtiQ6QQGvTEgnGbq XLoQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m19si6727543edd.202.2021.02.11.20.07.25; Thu, 11 Feb 2021 20:08:06 -0800 (PST) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229467AbhBLEEX (ORCPT + 99 others); Thu, 11 Feb 2021 23:04:23 -0500 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:34695 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229457AbhBLEEV (ORCPT ); Thu, 11 Feb 2021 23:04:21 -0500 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 11C43Ujo025536 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 11 Feb 2021 23:03:30 -0500 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 1C35015C3601; Thu, 11 Feb 2021 23:03:30 -0500 (EST) Date: Thu, 11 Feb 2021 23:03:30 -0500 From: "Theodore Ts'o" To: Drew DeVault Cc: linux-ext4@vger.kernel.org Subject: Re: j_recover_fast_commit: : failed on musl-riscv64 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Thu, Feb 11, 2021 at 03:48:11PM -0500, Drew DeVault wrote: > Hiya! I'm not really sure how to interpret this test failure with > e2fsprogs 1.46.1. Any ideas? It doesn't fail on musl-amd64 on Debian: {/tmp/e} 1006% make -j16 ... t_mmp_2off: disable MMP using tune2fs: ok 370 tests succeeded 0 tests failed make[1]: Leaving directory '/tmp/e/tests' {/tmp/e} 1007% ./config.status --version config.status configured by /usr/projects/e2fsprogs/e2fsprogs/configure, generated by GNU Autoconf 2.69, with options "'CC=musl-gcc'" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. {/tmp/e} 1008% dpkg -l musl\* Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-==================================== ii musl:amd64 1.2.2-1 amd64 standard C library ii musl-dev:amd64 1.2.2-1 amd64 standard C library development files ii musl-tools 1.2.2-1 amd64 standard C library tools {/tmp/e} 1009% gcc --version gcc (Debian 10.2.1-6) 10.2.1 20210110 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Can you try using glibc on RiscV and see if it passes with glibc? - Ted