bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36464: gstreamer test timing out


From: Steffen Rytter Postas
Subject: bug#36464: gstreamer test timing out
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

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]