From unknown Sun Jun 22 04:07:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#36464: gstreamer test timing out Resent-From: Steffen Rytter Postas Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 01 Jul 2019 21:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 36464 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 36464@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15620167703215 (code B ref -1); Mon, 01 Jul 2019 21:33:02 +0000 Received: (at submit) by debbugs.gnu.org; 1 Jul 2019 21:32:50 +0000 Received: from localhost ([127.0.0.1]:46187 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hi3us-0000pn-9e for submit@debbugs.gnu.org; Mon, 01 Jul 2019 17:32:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:54748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hi3ba-0000Jf-97 for submit@debbugs.gnu.org; Mon, 01 Jul 2019 17:12:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50933) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hi3Rz-0002mu-II for bug-guix@gnu.org; Mon, 01 Jul 2019 17:03:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.6 required=5.0 tests=BAYES_50,RDNS_NONE autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hi3Rr-0002lT-M9 for bug-guix@gnu.org; Mon, 01 Jul 2019 17:02:53 -0400 Received: from [31.7.186.173] (port=40310 helo=necrophcodr.me) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hi3Ro-0001W8-9Z for bug-guix@gnu.org; Mon, 01 Jul 2019 17:02:50 -0400 Received: from [192.168.22.110] (static-89-239-193-119.ip.fibianet.dk [89.239.193.119]) by necrophcodr.me (Postfix) with ESMTPSA id 2B21A92A6F29 for ; Mon, 1 Jul 2019 22:55:17 +0200 (CEST) From: Steffen Rytter Postas Openpgp: preference=signencrypt Message-ID: <71f6f62b-6048-6eec-0341-9fbc3f828e02@scalehost.eu> Date: Mon, 1 Jul 2019 22:55:16 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 31.7.186.173 X-Spam-Score: -1.4 (-) X-Mailman-Approved-At: Mon, 01 Jul 2019 17:32:48 -0400 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: -2.4 (--) Hi, I've been having a few issues with the Jupyter package. First and foremost, this is my first time trying it out with Guix. Previously I have had it running using Docker, but I prefer the modularity and programmability of Guix, not to mention the rest of the amazing concepts it brings. However, nothing is perfect, and as we'll see here, that is indeed true. Let it ne known that I've tested this on my desktop, my work laptop, and my netbook, and only my netbook exhibits any issues. Both environments use the same command to execute, and are using `guix environment` to start the Jupyter notebook system: `LC_ALL=3DC guix environment -C -N --pure -m env.scm -- jupyter-notebook` The `env.scm` file used, is as follows: (define-packages '( =C2=A0=C2=A0=C2=A0 "glibc-utf8-locales" =C2=A0=C2=A0=C2=A0 "coreutils-minimal" =C2=A0=C2=A0=C2=A0 "bash" =C2=A0=C2=A0=C2=A0 "python" =C2=A0=C2=A0=C2=A0 "jupyter" =C2=A0=C2=A0=C2=A0 )) (use-modules (gnu packages)) (packages->manifest (map specification->package packages)) When attempting the above, the package "gstreamer" is attempted built (which is fine, when no substitutes are available, this is the intended behaviour of course), and takes quite a while (this is a dual core 800Mhz netbook from 2012. Not very impressive). Upon finishing the build, the gstreamer package is tested, and it has a single failure, which is the following: gst/gstelement.c:844:E:element tests:test_foreach_pad:0: (after this point) Test timeout expired Check suite gst_element ran in 30.164s (tests failed: 1) FAIL gst/gstelement (exit status: 1) As this appears to be a timeout, I am unable to reproduce this on my faster systems. Sincerely, Steffen Rytter Postas From unknown Sun Jun 22 04:07:44 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: Steffen Rytter Postas Subject: bug#36464: closed (Re: bug#36464: gstreamer test timing out) Message-ID: References: <87wo558265.fsf@devup.no> <71f6f62b-6048-6eec-0341-9fbc3f828e02@scalehost.eu> X-Gnu-PR-Message: they-closed 36464 X-Gnu-PR-Package: guix Reply-To: 36464@debbugs.gnu.org Date: Thu, 21 May 2020 20:27:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1590092822-24184-1" This is a multi-part message in MIME format... ------------=_1590092822-24184-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #36464: gstreamer test timing out 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 36464@debbugs.gnu.org. --=20 36464: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D36464 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1590092822-24184-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 36464-done) by debbugs.gnu.org; 21 May 2020 20:26:53 +0000 Received: from localhost ([127.0.0.1]:57372 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbrmH-0006Hk-Cp for submit@debbugs.gnu.org; Thu, 21 May 2020 16:26:53 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:53865) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbrmF-0006HX-4e for 36464-done@debbugs.gnu.org; Thu, 21 May 2020 16:26:51 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id DEDA35C008E; Thu, 21 May 2020 16:26:45 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 21 May 2020 16:26:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm2; bh=mft7GteZuuBOYIKWXDjhkmEnXg n6GXYXmgD3gPWxQI0=; b=yKXWF23iw+4e/O9z34u8hL7hELGtRRF+EzV7rNpOK8 0iBiaQ+Q0w0SAYkM70i/E0hz7jvpgxhrLf6yVbo7ybWPkan2LFZp+m0ZaV1wwVPA /a+v7fFFmSC3s5g9KKk7NPZZJ2l2ggBoDAKjiOGy29SUr3ZhnlDkzJ2LrJq11m6/ HwjzaCxle/qtI/saIDdZc/ieWUHGfAcQGzzJNx5FUAJomrNQFP3Q/Z10ImN7ZXxg LOIQ+wCSkUTxTZrvwFinT1EwIEpx7TzXagkCM6rkOFcqZSrjoq50FqmNUL35CLKN zQ64C2kUPDGM6I8LDM3Ss2euOTbIhY7bUwD9yPmlNvXQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=mft7Gt eZuuBOYIKWXDjhkmEnXgn6GXYXmgD3gPWxQI0=; b=UesL3lX5ci44touhZx8IO4 J2OVeMmJNYhfm69xrXnu1+ZCl+V31fcGlJJiaJBttWgqGL4/IczfVAKK+hZMLAx+ xqwqj3YuEggrdji2F71h17HI/v4HKaXDhEInaTMiSX/vO3WOWVtPc6fhQXvzJpVO +VI2fbsyd6ua1bK6GXyP5rsZR4FWSZmbvf8PjX/JvAcadoNrWwDuSl6EWnqcxvSp /BA4CvQD8nvXegn0idW0X2/mSm2QBa/4FKYBBVVQl46m/08eobObAHiQAK/mTxMH zOouYlLkDUvHAcMGVgLcQ2rkQerYe+h8+PaghXE9pMJG+BRQM0l19JkFRJ5H3v8A == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrudduuddgudegtdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufgjfhgffffkgggtsehgtd erredtredtnecuhfhrohhmpeforghrihhushcuuegrkhhkvgcuoehmsggrkhhkvgesfhgr shhtmhgrihhlrdgtohhmqeenucggtffrrghtthgvrhhnpedtvdfggeevgeeivdffueejie dttedvkedtudfggfdtgeefiedtieekffdugfeuffenucfkphepkeegrddvtddvrdeikedr jeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepmh gsrghkkhgvsehfrghsthhmrghilhdrtghomh X-ME-Proxy: Received: from localhost (ti0006q161-2604.bb.online.no [84.202.68.75]) by mail.messagingengine.com (Postfix) with ESMTPA id 0D6353280063; Thu, 21 May 2020 16:26:44 -0400 (EDT) From: Marius Bakke To: Steffen Rytter Postas , 36464-done@debbugs.gnu.org Subject: Re: bug#36464: gstreamer test timing out In-Reply-To: <71f6f62b-6048-6eec-0341-9fbc3f828e02@scalehost.eu> References: <71f6f62b-6048-6eec-0341-9fbc3f828e02@scalehost.eu> User-Agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu) Date: Thu, 21 May 2020 22:26:42 +0200 Message-ID: <87wo558265.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 36464-done 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 (-) --=-=-= Content-Type: text/plain Steffen Rytter Postas writes: > Upon finishing the build, the gstreamer package is tested, and it has a > single failure, which is the following: > > gst/gstelement.c:844:E:element tests:test_foreach_pad:0: (after this > point) Test timeout expired > Check suite gst_element ran in 30.164s (tests failed: 1) > FAIL gst/gstelement (exit status: 1) I believe this is fixed with commit f510b56a15e05b53cc19f3a4131232a6bf81eb2e, currently residing on the 'staging' branch. Thanks for the report, and sorry for the delay! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7G5AIACgkQoqBt8qM6 VPpjegf/W8gpvhJ3qSwoF1Wulg9q0/P2HncHA61PypTpUb8qHCitl7VJJPkBlLzn Y+fB4OO374gwJti2NA7Y4vLiiJsYA+KRxkKqu9MHFw5tTpy4Bu+4PitjLh+XuNuA a50+omQXb52mJ4b/PkogPHudx9zSnP6LpTGwLVZMsqHaLzi4Mn697iSWznvpUpK2 7WJUK5JU8SDOffCxRXdILFMO/rxKez+leeJ1ZtgpDpXaKOGhyWACbXFMXwzaoGge VhGZzj7+92Gwn6VSpeHqT353sDH/NPXgUsW7KNkbnFT++bavILq+2uHj1mYc3IDu xJzXARZziXXYcwxUNHvn/zLWLGBilA== =iXyO -----END PGP SIGNATURE----- --=-=-=-- ------------=_1590092822-24184-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 1 Jul 2019 21:32:50 +0000 Received: from localhost ([127.0.0.1]:46187 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hi3us-0000pn-9e for submit@debbugs.gnu.org; Mon, 01 Jul 2019 17:32:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:54748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hi3ba-0000Jf-97 for submit@debbugs.gnu.org; Mon, 01 Jul 2019 17:12:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50933) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hi3Rz-0002mu-II for bug-guix@gnu.org; Mon, 01 Jul 2019 17:03:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.6 required=5.0 tests=BAYES_50,RDNS_NONE autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hi3Rr-0002lT-M9 for bug-guix@gnu.org; Mon, 01 Jul 2019 17:02:53 -0400 Received: from [31.7.186.173] (port=40310 helo=necrophcodr.me) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hi3Ro-0001W8-9Z for bug-guix@gnu.org; Mon, 01 Jul 2019 17:02:50 -0400 Received: from [192.168.22.110] (static-89-239-193-119.ip.fibianet.dk [89.239.193.119]) by necrophcodr.me (Postfix) with ESMTPSA id 2B21A92A6F29 for ; Mon, 1 Jul 2019 22:55:17 +0200 (CEST) To: bug-guix@gnu.org From: Steffen Rytter Postas Subject: gstreamer test timing out Openpgp: preference=signencrypt Message-ID: <71f6f62b-6048-6eec-0341-9fbc3f828e02@scalehost.eu> Date: Mon, 1 Jul 2019 22:55:16 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 31.7.186.173 X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 01 Jul 2019 17:32:48 -0400 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: -2.4 (--) Hi, I've been having a few issues with the Jupyter package. First and foremost, this is my first time trying it out with Guix. Previously I have had it running using Docker, but I prefer the modularity and programmability of Guix, not to mention the rest of the amazing concepts it brings. However, nothing is perfect, and as we'll see here, that is indeed true. Let it ne known that I've tested this on my desktop, my work laptop, and my netbook, and only my netbook exhibits any issues. Both environments use the same command to execute, and are using `guix environment` to start the Jupyter notebook system: `LC_ALL=3DC guix environment -C -N --pure -m env.scm -- jupyter-notebook` The `env.scm` file used, is as follows: (define-packages '( =C2=A0=C2=A0=C2=A0 "glibc-utf8-locales" =C2=A0=C2=A0=C2=A0 "coreutils-minimal" =C2=A0=C2=A0=C2=A0 "bash" =C2=A0=C2=A0=C2=A0 "python" =C2=A0=C2=A0=C2=A0 "jupyter" =C2=A0=C2=A0=C2=A0 )) (use-modules (gnu packages)) (packages->manifest (map specification->package packages)) When attempting the above, the package "gstreamer" is attempted built (which is fine, when no substitutes are available, this is the intended behaviour of course), and takes quite a while (this is a dual core 800Mhz netbook from 2012. Not very impressive). Upon finishing the build, the gstreamer package is tested, and it has a single failure, which is the following: gst/gstelement.c:844:E:element tests:test_foreach_pad:0: (after this point) Test timeout expired Check suite gst_element ran in 30.164s (tests failed: 1) FAIL gst/gstelement (exit status: 1) As this appears to be a timeout, I am unable to reproduce this on my faster systems. Sincerely, Steffen Rytter Postas ------------=_1590092822-24184-1--