From unknown Sun Jun 22 00:52:20 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56343: =?UTF-8?Q?=E2=80=98tests/services/telephony.scm=E2=80=99?= fails to run Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: maxim.cournoyer@gmail.com, bug-guix@gnu.org Resent-Date: Fri, 01 Jul 2022 21:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56343 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 56343@debbugs.gnu.org Cc: Maxim Cournoyer X-Debbugs-Original-To: bug-guix@gnu.org X-Debbugs-Original-Xcc: Maxim Cournoyer Received: via spool by submit@debbugs.gnu.org id=B.165671128329593 (code B ref -1); Fri, 01 Jul 2022 21:35:01 +0000 Received: (at submit) by debbugs.gnu.org; 1 Jul 2022 21:34:43 +0000 Received: from localhost ([127.0.0.1]:39237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7OHj-0007hE-0B for submit@debbugs.gnu.org; Fri, 01 Jul 2022 17:34:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:53678) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7OHh-0007h7-7D for submit@debbugs.gnu.org; Fri, 01 Jul 2022 17:34:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50886) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7OHh-00005b-1U for bug-guix@gnu.org; Fri, 01 Jul 2022 17:34:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40692) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7OHg-0003PL-Ok for bug-guix@gnu.org; Fri, 01 Jul 2022 17:34:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=L7NMG+RibN9JlmRKdgfkPAi+hWRqEsRizPbJ8+qni+I=; b=V2YJOtARjeeUjN mr496KC3/QHBC3jq3UDoVBPykdA7njWDbfyVO1s26YSF5Plthlor+Oc8kGFTSjWliSWncUbEmKzKZ n6RUFlxwk9JRu1D1cJOa9HdqlJup7Ypir+HoY85iC6l3v8js8kVLOAZIZyQDMN+e2aF09sIXMVvU6 nIFVr69Kusrmj8frDDcBRdFxSNx/Cu6V3NyQ1/YhSBPKlWAXZbdqi5+B+QYojqABdfRKUL9Sdb/lD T/oXs0jPCslXcYhg7YF8Cmbl09gUyZBTGf45GOPbuv+uP3yOWkrCYW7VrtAikwjFkAAgahh1Zl/ds /r1DAaVbs5J4z4AarYZg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:63783 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7OHg-0004E9-Cr for bug-guix@gnu.org; Fri, 01 Jul 2022 17:34:40 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Tridi 13 Messidor an 230 de la =?UTF-8?Q?R=C3=A9volution,?= jour de la =?UTF-8?Q?Girofl=C3=A9e?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 01 Jul 2022 23:34:37 +0200 Message-ID: <87czeo34b6.fsf@inria.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, The =E2=80=98tests/services/telephony.scm=E2=80=99 file exercises procedure= s that were removed from (gnu build jami-service) in 85b4dabd94d53f8179f31a42046cd83fc3a352fc, which prevents =E2=80=98make chec= k=E2=80=99 from proceeding: --8<---------------cut here---------------start------------->8--- $ make check -j5 [...] PASS: tests/services/file-sharing.scm PASS: tests/services.scm PASS: tests/services/linux.scm make[4]: *** [Makefile:6079: tests/services/telephony.log] Error 1 make[4]: *** Waiting for unfinished jobs.... PASS: tests/sets.scm PASS: tests/packages.scm PASS: tests/pack.scm PASS: tests/lint.scm make[4]: Leaving directory '/home/ludo/src/guix' make[3]: *** [Makefile:6061: check-TESTS] Error 2 --8<---------------cut here---------------end--------------->8--- Should we keep some of the tests in this file, or has it become obsolete entirely? Thanks, Ludo=E2=80=99. From unknown Sun Jun 22 00:52:20 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56343: =?UTF-8?Q?=E2=80=98tests/services/telephony.scm=E2=80=99?= fails to run Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 02 Jul 2022 07:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56343 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 56343@debbugs.gnu.org, ludo@gnu.org X-Debbugs-Original-To: debbugs-submit@debbugs.gnu.org, Ludovic =?UTF-8?Q?Court=C3=A8s?= , 56343@debbugs.gnu.org Received: via spool by 56343-submit@debbugs.gnu.org id=B56343.165674737519799 (code B ref 56343); Sat, 02 Jul 2022 07:37:02 +0000 Received: (at 56343) by debbugs.gnu.org; 2 Jul 2022 07:36:15 +0000 Received: from localhost ([127.0.0.1]:39646 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7Xfr-000594-5o for submit@debbugs.gnu.org; Sat, 02 Jul 2022 03:36:15 -0400 Received: from mail-qt1-f178.google.com ([209.85.160.178]:39806) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7Xfk-00058d-4F; Sat, 02 Jul 2022 03:36:09 -0400 Received: by mail-qt1-f178.google.com with SMTP id h19so2748260qtp.6; Sat, 02 Jul 2022 00:36:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:subject:user-agent:in-reply-to:references:message-id :mime-version:content-transfer-encoding; bh=sh8b5gF5wf/I065ZyEeg09QWfVRkfVIRMxUyZ5Mqoek=; b=lhyjMb3XabbNpXkp9GHV69wqy/05KRgBftznbJfzYFoMvfUWvx9f20F4wR4khY67F2 fDppZmqg/tZWF2wbcoGQfNnXzcHon2dJXDqxrrSQscgzSMlftUwTvIMFbQGc5sajLuGm IBKs9Ys/XSIRtZ1kyzZtBcyQfhy0RbCXOI4WOGzzEoYUuwNoww7qnL86J+mk0KJnNbTI 9dCIuGXy4zWKlpBFad/9QNLqYuvNpC1U2/qMOOkf6AhRTh86TDZ/7HAqIGtc34gmKDVq qtHhxCHQAqED7yoo/BEH1T4t2ywaITYDyuoDNJOpsoK2xwPAwVTTwCVNOV5qMFvP8oFy 4jLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:user-agent:in-reply-to :references:message-id:mime-version:content-transfer-encoding; bh=sh8b5gF5wf/I065ZyEeg09QWfVRkfVIRMxUyZ5Mqoek=; b=dFeRCIyNK6j/Wxvwa3qq3JoYH9Qoha8dxb/q+pTMYZzv0v03sFN4TQCqd6zR8twxXi keb7z85r0xzzy7r6HPFNNYK+dQis1Dv2m8I5ccfe657kQPljybDhOHhPxxrdhjmLTqTK uG+IKQzabbuuy2BFlZtZBeoB15FZexjkVguv+R2hybfDSN3dVf/npJ8jtjQ+Ugnz8Aya zeNU5JTj5dS2OD+v+Ubo/A7kNYk4P6OkGVhmujmN2FzSu72k3CzK3DD9jOFvS6TeQBKA D1l9qRNvw2rkY59/DS92uy3yNqVkhZUbzhtJ2jD/70wSW6Fmz1wULLp1QRF7W7gwjsLC zzoA== X-Gm-Message-State: AJIora8pyZpOhDYaDULnKYbt6AfJxRks5bewo3omSA8zW9iUVGi5e/IV q7YNLr1ymcqiQq+3J9Xo2phGgkDWp2c= X-Google-Smtp-Source: AGRyM1tszYADnXuM/OvSMosyNfVxFG5J1KPj+Nt8xLk/Nz7N9rh0pCuAP51fvSstFTtPUE3HClH+ew== X-Received: by 2002:ad4:5e8a:0:b0:470:57b4:33e2 with SMTP id jl10-20020ad45e8a000000b0047057b433e2mr20595513qvb.66.1656747362281; Sat, 02 Jul 2022 00:36:02 -0700 (PDT) Received: from [127.0.0.1] (pool-96-255-150-192.washdc.fios.verizon.net. [96.255.150.192]) by smtp.gmail.com with ESMTPSA id l6-20020a37bb06000000b006a981a2c483sm18706737qkf.39.2022.07.02.00.36.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 02 Jul 2022 00:36:01 -0700 (PDT) Date: Sat, 02 Jul 2022 03:35:58 -0400 From: Maxim Cournoyer User-Agent: K-9 Mail for Android In-Reply-To: <87czeo34b6.fsf@inria.fr> References: <87czeo34b6.fsf@inria.fr> Message-ID: <4F922EF9-673A-4EFA-A6C1-54A3140B008F@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On July 1, 2022 5:34:37 PM EDT, "Ludovic Court=C3=A8s" wro= te: >Hi, > >The =E2=80=98tests/services/telephony=2Escm=E2=80=99 file exercises proce= dures that were >removed from (gnu build jami-service) in >85b4dabd94d53f8179f31a42046cd83fc3a352fc, which prevents =E2=80=98make ch= eck=E2=80=99 >from proceeding: > >--8<---------------cut here---------------start------------->8--- >$ make check -j5 > >[=2E=2E=2E] > >PASS: tests/services/file-sharing=2Escm >PASS: tests/services=2Escm >PASS: tests/services/linux=2Escm >make[4]: *** [Makefile:6079: tests/services/telephony=2Elog] Error 1 >make[4]: *** Waiting for unfinished jobs=2E=2E=2E=2E >PASS: tests/sets=2Escm >PASS: tests/packages=2Escm >PASS: tests/pack=2Escm >PASS: tests/lint=2Escm >make[4]: Leaving directory '/home/ludo/src/guix' >make[3]: *** [Makefile:6061: check-TESTS] Error 2 >--8<---------------cut here---------------end--------------->8--- > >Should we keep some of the tests in this file, or has it become obsolete >entirely? It isn't obsolete, but I had forgotten there were both unit and functional= (system) tests for our Jami seevice=2E It's probably easy to adjust, I can= look into it when I'm back from travels in a few days=2E Cheers, Maxim Hi, From unknown Sun Jun 22 00:52:20 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56343: =?UTF-8?Q?=E2=80=98tests/services/telephony.scm=E2=80=99?= fails to run Resent-From: Lars-Dominik Braun Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 05 Jul 2022 09:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56343 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxim Cournoyer Cc: 56343@debbugs.gnu.org, Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 56343-submit@debbugs.gnu.org id=B56343.165701327225968 (code B ref 56343); Tue, 05 Jul 2022 09:28:01 +0000 Received: (at 56343) by debbugs.gnu.org; 5 Jul 2022 09:27:52 +0000 Received: from localhost ([127.0.0.1]:49325 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8eqV-0006kl-Rw for submit@debbugs.gnu.org; Tue, 05 Jul 2022 05:27:52 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]:33630) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8eqT-0006kV-7u for 56343@debbugs.gnu.org; Tue, 05 Jul 2022 05:27:50 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4Lccld6rybz9sR8; Tue, 5 Jul 2022 11:27:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1657013262; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jOxWR/S9U/BYgVh8JUW+WcLmc39eSf6KKprysJzmnzw=; b=QXqZc1Nzemsj905qIgb7p+bdRtczRt5cz93tlL69TMsE49JT539Y7KK5yTGKY2alagSB4c uxFIN+f25KxOJ9jhXhHBeKW/fxDWVEZ/W83vfH4i/IRJuptSOPTwnX9YhmZ2bPNjdowLfZ Y8FtxloM/q5m90YwOpQ5+u7OhTL/PqyAYoceWp544UkQ/3Pz2roB/yTOFKA/V/sU9J+Jho z29kxEKPDJI97hHBncBYWX/79V260cKEX1M90LfumQeWyx3LV9XiDBK9i+ul7IvUdUjohR CYpCYjwa1aELRbAa2jgXyRRcF6bZYFonCeb8h4GFXLKiaTefXvCzlxpoSEiTeg== Date: Tue, 5 Jul 2022 11:27:39 +0200 From: Lars-Dominik Braun Message-ID: References: <87czeo34b6.fsf@inria.fr> <4F922EF9-673A-4EFA-A6C1-54A3140B008F@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4F922EF9-673A-4EFA-A6C1-54A3140B008F@gmail.com> X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi Maxim, > It isn't obsolete, but I had forgotten there were both unit and functional (system) tests for our Jami seevice. It's probably easy to adjust, I can look into it when I'm back from travels in a few days. I had to remove tests/services/telephony.scm from Makefile.am, so we could update the guix package to fix other issues. Please revert c23e0aa65d511a29f31da876f905594c0f8bce00 once you’ve fixed the tests. Thanks, Lars From unknown Sun Jun 22 00:52:20 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#56343: closed (Re: bug#56343: =?UTF-8?Q?=E2=80=98tests/services/telephony.scm=E2=80=99?= fails to run) Message-ID: References: <87a69l0ynv.fsf@gmail.com> <87czeo34b6.fsf@inria.fr> X-Gnu-PR-Message: they-closed 56343 X-Gnu-PR-Package: guix Reply-To: 56343@debbugs.gnu.org Date: Thu, 07 Jul 2022 14:46:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1657205162-20208-1" This is a multi-part message in MIME format... ------------=_1657205162-20208-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #56343: =E2=80=98tests/services/telephony.scm=E2=80=99 fails to run which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 56343@debbugs.gnu.org. --=20 56343: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D56343 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1657205162-20208-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 56343-done) by debbugs.gnu.org; 7 Jul 2022 14:45:33 +0000 Received: from localhost ([127.0.0.1]:57547 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9Sl3-0005FA-Hy for submit@debbugs.gnu.org; Thu, 07 Jul 2022 10:45:33 -0400 Received: from mail-qt1-f178.google.com ([209.85.160.178]:41642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9Sl2-0005Ev-4t for 56343-done@debbugs.gnu.org; Thu, 07 Jul 2022 10:45:32 -0400 Received: by mail-qt1-f178.google.com with SMTP id c20so733071qtw.8 for <56343-done@debbugs.gnu.org>; Thu, 07 Jul 2022 07:45:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=FDuYWgzWSBRPq2MVrxyI/4c6LRrKHNgKHmGW3fcio8s=; b=LA0L9Pok9XP5PF+0eLpPvoPWsAUt0DTaGT7qtIaWzfk7jaXlwjd5nUxJiStgek613a VbklZZ9VyMxLnvfVo0y+YBT5k0/+lzy5OOPKzDf6qgQwyTO04t/azVNwyynXYGv5JYcj wWTuIHxWptuHwPdXIyTH8o+gRBCBdgMeMIJOnK0wML8IspDR5RRFsTXWLivIqrPZiOd2 xMpVjxHjaCPVlNJuLeDeaE/5vlfN2ycF/i1VZVj6ILXlkdyoh4xNiLigBQwSRLZ5+jiN 5ZkFtDDip+ujWSk05GXbrrTWFfM9SDplaSo6AU0UfKs/OnD87jvzVKRL1S6Ow/8gLUtm /yOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=FDuYWgzWSBRPq2MVrxyI/4c6LRrKHNgKHmGW3fcio8s=; b=KeI5mH13rw0TgDHK7hFwv2Wq5LACLlJq+23epI50FqOoOiwUusl6Prz+xgBXMXCh6K zHmjQYRQUpdPfsxrnJhq/rf2zlSK+jSA5kLBwBfexGthPQnscdHnjVXAoiz5Tk/1WFOP GlS4NVs1I10dUQuf9xnrVURCrTkZeuCm0OkWp9OoEGTu5W0yeE1Ivnmazl8EfeD5bYsK /omtp4+aNgdYfSR40ch4lIffU7Gx7boFerdXiPdQWehIcEXxlIfbahs++XpGOIpRScxI XBVmNk1Skzacmne2olV2GV46uwR/aRVfdsEvF2JgmncXaPIU3mLJgZwy+B+6qbYbC9ri j3gA== X-Gm-Message-State: AJIora+jjkk8eKI+7UCkDEVJx1Jk6m1mQ1KNf8MWtLlGTv6Cdql7d5JS fTyM3p4wPIHZ0jlAnsNRQDy0VTVDNa9vHw== X-Google-Smtp-Source: AGRyM1uo0nMvyL09IMlNZKqCt5Ev0s38VaieFVY+k65jI/j8JPiFN1ZCuIavtGH60exH3L43N0uHIQ== X-Received: by 2002:ac8:5f96:0:b0:31d:3db0:a7a0 with SMTP id j22-20020ac85f96000000b0031d3db0a7a0mr23604647qta.563.1657205126321; Thu, 07 Jul 2022 07:45:26 -0700 (PDT) Received: from hurd (dsl-153-127.b2b2c.ca. [66.158.153.127]) by smtp.gmail.com with ESMTPSA id u4-20020a05620a430400b006a6d7c3a82esm32522421qko.15.2022.07.07.07.45.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Jul 2022 07:45:25 -0700 (PDT) From: Maxim Cournoyer To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#56343: =?utf-8?Q?=E2=80=98tests=2Fservices=2Ftelephony=2E?= =?utf-8?Q?scm=E2=80=99?= fails to run References: <87czeo34b6.fsf@inria.fr> Date: Thu, 07 Jul 2022 10:45:24 -0400 In-Reply-To: <87czeo34b6.fsf@inria.fr> ("Ludovic =?utf-8?Q?Court=C3=A8s=22?= =?utf-8?Q?'s?= message of "Fri, 01 Jul 2022 23:34:37 +0200") Message-ID: <87a69l0ynv.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56343-done Cc: 56343-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, Ludovic Court=C3=A8s writes: > Hi, > > The =E2=80=98tests/services/telephony.scm=E2=80=99 file exercises procedu= res that were > removed from (gnu build jami-service) in > 85b4dabd94d53f8179f31a42046cd83fc3a352fc, which prevents =E2=80=98make ch= eck=E2=80=99 > from proceeding: > > $ make check -j5 > > [...] > > PASS: tests/services/file-sharing.scm > PASS: tests/services.scm > PASS: tests/services/linux.scm > make[4]: *** [Makefile:6079: tests/services/telephony.log] Error 1 > make[4]: *** Waiting for unfinished jobs.... > PASS: tests/sets.scm > PASS: tests/packages.scm > PASS: tests/pack.scm > PASS: tests/lint.scm > make[4]: Leaving directory '/home/ludo/src/guix' > make[3]: *** [Makefile:6061: check-TESTS] Error 2 > > Should we keep some of the tests in this file, or has it become obsolete > entirely? I've remove all the parsing tests and kept the others; see 258bc4c4e668e9817471d04d052bc0a8e2d43fa0. Thanks for the heads-up! Closing. Maxim ------------=_1657205162-20208-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 1 Jul 2022 21:34:43 +0000 Received: from localhost ([127.0.0.1]:39237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7OHj-0007hE-0B for submit@debbugs.gnu.org; Fri, 01 Jul 2022 17:34:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:53678) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7OHh-0007h7-7D for submit@debbugs.gnu.org; Fri, 01 Jul 2022 17:34:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50886) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7OHh-00005b-1U for bug-guix@gnu.org; Fri, 01 Jul 2022 17:34:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40692) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7OHg-0003PL-Ok for bug-guix@gnu.org; Fri, 01 Jul 2022 17:34:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=L7NMG+RibN9JlmRKdgfkPAi+hWRqEsRizPbJ8+qni+I=; b=V2YJOtARjeeUjN mr496KC3/QHBC3jq3UDoVBPykdA7njWDbfyVO1s26YSF5Plthlor+Oc8kGFTSjWliSWncUbEmKzKZ n6RUFlxwk9JRu1D1cJOa9HdqlJup7Ypir+HoY85iC6l3v8js8kVLOAZIZyQDMN+e2aF09sIXMVvU6 nIFVr69Kusrmj8frDDcBRdFxSNx/Cu6V3NyQ1/YhSBPKlWAXZbdqi5+B+QYojqABdfRKUL9Sdb/lD T/oXs0jPCslXcYhg7YF8Cmbl09gUyZBTGf45GOPbuv+uP3yOWkrCYW7VrtAikwjFkAAgahh1Zl/ds /r1DAaVbs5J4z4AarYZg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:63783 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7OHg-0004E9-Cr for bug-guix@gnu.org; Fri, 01 Jul 2022 17:34:40 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: bug-guix@gnu.org Subject: =?utf-8?Q?=E2=80=98tests=2Fservices=2Ftelephony=2Escm=E2=80=99?= fails to run X-Debbugs-Cc: Maxim Cournoyer X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Tridi 13 Messidor an 230 de la =?utf-8?Q?R=C3=A9volu?= =?utf-8?Q?tion=2C?= jour de la =?utf-8?Q?Girofl=C3=A9e?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 01 Jul 2022 23:34:37 +0200 Message-ID: <87czeo34b6.fsf@inria.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, The =E2=80=98tests/services/telephony.scm=E2=80=99 file exercises procedure= s that were removed from (gnu build jami-service) in 85b4dabd94d53f8179f31a42046cd83fc3a352fc, which prevents =E2=80=98make chec= k=E2=80=99 from proceeding: --8<---------------cut here---------------start------------->8--- $ make check -j5 [...] PASS: tests/services/file-sharing.scm PASS: tests/services.scm PASS: tests/services/linux.scm make[4]: *** [Makefile:6079: tests/services/telephony.log] Error 1 make[4]: *** Waiting for unfinished jobs.... PASS: tests/sets.scm PASS: tests/packages.scm PASS: tests/pack.scm PASS: tests/lint.scm make[4]: Leaving directory '/home/ludo/src/guix' make[3]: *** [Makefile:6061: check-TESTS] Error 2 --8<---------------cut here---------------end--------------->8--- Should we keep some of the tests in this file, or has it become obsolete entirely? Thanks, Ludo=E2=80=99. ------------=_1657205162-20208-1-- From unknown Sun Jun 22 00:52:20 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56343: =?UTF-8?Q?=E2=80=98tests/services/telephony.scm=E2=80=99?= fails to run Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 08 Jul 2022 08:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56343 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxim Cournoyer Cc: 56343-done@debbugs.gnu.org Received: via spool by 56343-done@debbugs.gnu.org id=D56343.1657269492349 (code D ref 56343); Fri, 08 Jul 2022 08:39:01 +0000 Received: (at 56343-done) by debbugs.gnu.org; 8 Jul 2022 08:38:12 +0000 Received: from localhost ([127.0.0.1]:58704 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9jV5-00005X-SP for submit@debbugs.gnu.org; Fri, 08 Jul 2022 04:38:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39762) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9jV4-000055-Lo for 56343-done@debbugs.gnu.org; Fri, 08 Jul 2022 04:38:10 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40304) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o9jUz-0000Ro-Df; Fri, 08 Jul 2022 04:38:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=aBT9nrfLAtwl9O7FKb43+9vqQ9ZutoilJXwLojggMJI=; b=RUw47SpZEvlHyiJTw+Dw pPS1L8+kfoZDlInbX4lXagmNL1ULJK2E7Z20yfCgvy1Kuim6q4opvppaKUOWBuQgtoCNrxA4Bc1xo aVs70wQI4fhl2jd5UIK3VSdIFQJUiWYzRCawasVkgLLkb+mZDQtzf4NmC4HdmLa4hWMWMjdTE8DkZ iJw88VH/aOmBj9LA/UiiccJKc4ZjCSeakiLMoL+e22Hy7ryImzTY3la44q7iKRGGFisxrqrkO9VwI u3+HuE5DeXKss4dHU8Dx6cQLES1SmeajGPk/a/si60DXJ7cALiPW+S4h4YEFC7YQrwoIOqayd1Yrv QpJMkXOWPSISXA==; Received: from [193.50.110.235] (port=42798 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o9jUy-0004PM-Kt; Fri, 08 Jul 2022 04:38:04 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87czeo34b6.fsf@inria.fr> <87a69l0ynv.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: =?UTF-8?Q?D=C3=A9cadi?= 20 Messidor an 230 de la =?UTF-8?Q?R=C3=A9volution,?= jour du Parc X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 08 Jul 2022 10:38:02 +0200 In-Reply-To: <87a69l0ynv.fsf@gmail.com> (Maxim Cournoyer's message of "Thu, 07 Jul 2022 10:45:24 -0400") Message-ID: <87let4xamt.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Maxim Cournoyer skribis: > I've remove all the parsing tests and kept the others; see > 258bc4c4e668e9817471d04d052bc0a8e2d43fa0. Great, thank you! Ludo=E2=80=99.