From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: john muhl Newsgroups: gmane.emacs.devel Subject: make check failing since d65534d254b3965ea82a9300c12c5c07f88818b7 Date: Mon, 27 Dec 2021 13:13:30 -0600 Message-ID: <8410a009479077a9dbceac25e9936ffec4f8da7e.camel@johnmuhl.mx> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7721"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 27 20:16:24 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n1vTr-0001mU-RU for ged-emacs-devel@m.gmane-mx.org; Mon, 27 Dec 2021 20:16:24 +0100 Original-Received: from localhost ([::1]:33874 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n1vTq-0007L0-Qr for ged-emacs-devel@m.gmane-mx.org; Mon, 27 Dec 2021 14:16:22 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60448) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1vRL-0005hk-4a for emacs-devel@gnu.org; Mon, 27 Dec 2021 14:13:47 -0500 Original-Received: from out0.migadu.com ([94.23.1.103]:24805) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1vRB-0002Eq-RY for emacs-devel@gnu.org; Mon, 27 Dec 2021 14:13:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=johnmuhl.mx; s=key1; t=1640632413; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=5xdvRNShu9WcJXJhi3LE0x7s4JTGgtTS7WmylfUIFsE=; b=chKUgauc3RrIEFbjah174XvlrL08YKVf4PLq8jJIZ/kyZmb1Oz0771KC1Slp6WC8hWq/qt MmK+rvGERQY61JsDEhRXdR4ePQnb8vXanxd4WoF9sNEu0HS10dtOqlPgepO5Ztpm+OgNxl vqnuwKx+SumWUJGWXocnB5zB5sN8S+U= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: johnmuhl.mx Received-SPF: pass client-ip=94.23.1.103; envelope-from=email@johnmuhl.mx; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:283446 Archived-At: SUMMARY OF TEST RESULTS ----------------------- Files examined: 386 Ran 5799 tests, 5703 results as expected, 0 unexpected, 96 skipped 2 files did not contain any tests: lisp/emacs-lisp/eieio-tests/eieio-tests.log lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.log make[2]: *** [Makefile:344: check-doit] Error 2 make[2]: Leaving directory '/home/jm/Public/emacs-git/test' make[1]: *** [Makefile:313: check] Error 2 make[1]: Leaving directory '/home/jm/Public/emacs-git/test' make: *** [Makefile:1014: check] Error 2 --- a fresh checkout or `git clean -dx` might be needed for reproduction. fails on latest stable Debian and Fedora. d65534d: https://builds.sr.ht/~johnmuhl/job/657955#bottom 4fedbfb: https://builds.sr.ht/~johnmuhl/job/657956#bottom