From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22088: Non-deterministic daemon protocol errors Date: Fri, 04 Dec 2015 11:40:38 +0200 Message-ID: <87wpsuo8kp.fsf@gnu.org> References: <874mfztcuo.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4msQ-0002OQ-F6 for bug-guix@gnu.org; Fri, 04 Dec 2015 04:42:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4msN-00089v-8r for bug-guix@gnu.org; Fri, 04 Dec 2015 04:42:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4msN-00089q-5e for bug-guix@gnu.org; Fri, 04 Dec 2015 04:42:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1a4msN-0006DZ-1Z for bug-guix@gnu.org; Fri, 04 Dec 2015 04:42:03 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <874mfztcuo.fsf@netris.org> (Mark H. Weaver's message of "Thu, 03 Dec 2015 16:57:03 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Mark H Weaver Cc: 22088-done@debbugs.gnu.org Mark H Weaver skribis: > Since updating my guix client (but not yet my server) to include the > recent commits related to the protocol update, I'm seeing these errors > non-deterministically while building things. Retrying usually results > in success. > > mhw@jojen:~/guix$ guix build -K openssl --cores=3D1 > substitute: updating list of substitutes from 'http://hydra.gnu.org'... 1= 00.0% > The following derivation will be built: > /gnu/store/5hzf27bgygjp5ah3bfy8m0aa93yazgk3-openssl-1.0.2e.drv > guix build: error: build failed: EOF expected (protocol error?) This is because the =E2=80=98build-things=E2=80=99 RPC would always use the= new protocol, even when talking to old daemons. Fixed in 2734cbb. Thanks, and sorry for the confusion! Ludo=E2=80=99.