unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36464: gstreamer test timing out
@ 2019-07-01 20:55 Steffen Rytter Postas
  2020-05-21 20:26 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen Rytter Postas @ 2019-07-01 20:55 UTC (permalink / raw)
  To: 36464

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=C guix environment -C -N --pure -m env.scm -- jupyter-notebook`

The `env.scm` file used, is as follows:


(define-packages '(
    "glibc-utf8-locales"
    "coreutils-minimal"
    "bash"
    "python"
    "jupyter"
    ))
(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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#36464: gstreamer test timing out
  2019-07-01 20:55 bug#36464: gstreamer test timing out Steffen Rytter Postas
@ 2020-05-21 20:26 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-05-21 20:26 UTC (permalink / raw)
  To: Steffen Rytter Postas, 36464-done

[-- Attachment #1: Type: text/plain, Size: 538 bytes --]

Steffen Rytter Postas <nc@scalehost.eu> 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!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-21 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-01 20:55 bug#36464: gstreamer test timing out Steffen Rytter Postas
2020-05-21 20:26 ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).