From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Please test the merge of the concurrency branch Date: Sat, 10 Dec 2016 19:52:42 +0200 Message-ID: <83eg1ffz85.fsf@gnu.org> References: <83oa0lgnzx.fsf@gnu.org> <87pokzlp5g.fsf@Rainer.invalid> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1481392389 16360 195.159.176.226 (10 Dec 2016 17:53:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 10 Dec 2016 17:53:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Achim Gratz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 10 18:53:05 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cFlpZ-0003BH-7C for ged-emacs-devel@m.gmane.org; Sat, 10 Dec 2016 18:53:05 +0100 Original-Received: from localhost ([::1]:52628 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFlpZ-0000sd-OZ for ged-emacs-devel@m.gmane.org; Sat, 10 Dec 2016 12:53:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFlp1-0000sR-Fu for emacs-devel@gnu.org; Sat, 10 Dec 2016 12:52:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFloy-0002st-Eh for emacs-devel@gnu.org; Sat, 10 Dec 2016 12:52:31 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFloy-0002sp-Bd; Sat, 10 Dec 2016 12:52:28 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1707 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cFlov-0007iz-KJ; Sat, 10 Dec 2016 12:52:28 -0500 In-reply-to: <87pokzlp5g.fsf@Rainer.invalid> (message from Achim Gratz on Sat, 10 Dec 2016 17:33:47 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:210243 Archived-At: > From: Achim Gratz > Date: Sat, 10 Dec 2016 17:33:47 +0100 > > Eli Zaretskii writes: > > I'd appreciate if people who can afford it checked out this branch and > > tested it on their systems, to make the probability of bad problems, > > which I estimate as low, to be even lower, and thus to avoid the > > danger of breaking master too hard. > > Just built this Emacs on openSUSE/Tumbleweed for x86_64 and will use it > instead of master from now on. Great, thanks. I have merged this feature with master about an hour ago, so you can go back to master. > The tests ran cleanly with one possible exception: network-stream-tests > hasn't finished yet and I see no network activity. Killing the > remaining process yielded: > > FAILED 1/10 connect-to-tls-ipv4-nowait > gnutls-serv: Set static Diffie-Hellman parameters, consider --dhparams. > HTTP Server listening on IPv4 0.0.0.0 port 44332...done > HTTP Server listening on IPv6 :: port 44332...done > > It seems that test fails on regular master as well, so I don't think > it's related to the changes in the test-concurrency branch. Indeed, I see the same on the GNU/Linux machine where I tested this. in my case, it dies because the address is already in use, whatever that means.