After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 747663 - osx test failures: cerbero check gstreamer-1.0
osx test failures: cerbero check gstreamer-1.0
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Mac OS
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-10 23:45 UTC by Joe Gorse
Modified: 2018-11-03 12:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
simple-launch-lines stack trace (43.68 KB, text/plain)
2015-04-12 18:50 UTC, Joe Gorse
Details
gstbin stack trace (44.23 KB, text/plain)
2015-04-12 18:51 UTC, Joe Gorse
Details
multiqueue stack trace (46.87 KB, text/plain)
2015-04-12 18:52 UTC, Joe Gorse
Details
multiqueue valgrind (118.89 KB, application/zip)
2015-04-12 19:51 UTC, Joe Gorse
Details

Description Joe Gorse 2015-04-10 23:45:11 UTC
FAIL: gst/gstvalue
FAIL: pipelines/simple-launch-lines
FAIL: gst/gstbin
FAIL: elements/multiqueue

OS X 10.10.2

# Custom cerbero config file for "uninstalled" style build:
from cerbero.config import Architecture

target_arch=Architecture.X86_64
prefix='/Users/jhg/work/Library/Frameworks/GStreamer.framework/Versions/1.0'

allow_parallel_build = True


# Test command:
./cerbero-uninstalled -c osx-x86-64.cbc check gstreamer-1.0


===================================================
   GStreamer 1.5.0.1: tests/check/test-suite.log
===================================================

# TOTAL: 96
# PASS:  92
# SKIP:  0
# XFAIL: 0
# FAIL:  4
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: gst/gstvalue
==================

Running suite(s): GstValue
97%: Checks: 35, Failures: 1, Errors: 0
gst/gstvalue.c:490:F:general:test_deserialize_bitmask:0: could not deserialize 0xffffffffffffffff (0)
FAIL gst/gstvalue (exit status: 1)

FAIL: pipelines/simple-launch-lines
===================================

Running suite(s): Pipelines
50%: Checks: 4, Failures: 0, Errors: 2
pipelines/simple-launch-lines.c:55:E:linear:test_2_elements:0: (after this point) Received signal 11 (Segmentation fault: 11)
pipelines/simple-launch-lines.c:55:E:linear:test_typefind_force_sink_caps:0: (after this point) Received signal 11 (Segmentation fault: 11)
FAIL pipelines/simple-launch-lines (exit status: 2)

FAIL: gst/gstbin
================

Running suite(s): GstBin
95%: Checks: 20, Failures: 0, Errors: 1
gst/gstbin.c:184:E:bin tests:test_eos:0: (after this point) Received signal 11 (Segmentation fault: 11)
FAIL gst/gstbin (exit status: 1)

FAIL: elements/multiqueue
=========================

FIXME: skipping test test_output_order because it's broken
Running suite(s): multiqueue
88%: Checks: 9, Failures: 0, Errors: 1
elements/multiqueue.c:151:E:general:test_simple_shutdown_while_running:0: (after this point) Received signal 11 (Segmentation fault: 11)
FAIL elements/multiqueue (exit status: 1)
Comment 1 Joe Gorse 2015-04-12 03:01:32 UTC
gstvalue is fixed with https://bugzilla.gnome.org/show_bug.cgi?id=747690
Comment 2 Joe Gorse 2015-04-12 03:09:40 UTC
pipelines/simple-launch-lines appears to be intermittent.

pipelines/simple-launch-lines.c:55:E:linear:test_2_elements:0: (after this point) Received signal 11 (Segmentation fault: 11)

pipelines/simple-launch-lines.c:55:E:linear:test_typefind_force_sink_caps:0: (after this point) Received signal 11 (Segmentation fault: 11)

pipelines/simple-launch-lines.c:55:
  fail_if (bus == NULL);

If there is a timeout, perhaps we can lengthen it so that the pipeline may have time to come up to satisfy adding a bus and then the NULL test.
Comment 3 Tim-Philipp Müller 2015-04-12 16:46:16 UTC
What is the stack trace please?
Comment 4 Joe Gorse 2015-04-12 18:50:09 UTC
Created attachment 301417 [details]
simple-launch-lines stack trace
Comment 5 Joe Gorse 2015-04-12 18:51:14 UTC
Created attachment 301418 [details]
gstbin stack trace
Comment 6 Joe Gorse 2015-04-12 18:52:05 UTC
Created attachment 301419 [details]
multiqueue stack trace
Comment 7 Joe Gorse 2015-04-12 19:51:11 UTC
Created attachment 301429 [details]
multiqueue valgrind
Comment 8 GStreamer system administrator 2018-11-03 12:26:46 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/105.