Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946836 - media-libs/libshumate-1.2.3 fails tests: 16 vector-expression FAIL 0.05s killed by signal 6 SIGABRT
Summary: media-libs/libshumate-1.2.3 fails tests: 16 vector-expression FAIL 0.05s kill...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: PATCH, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-12-22 18:33 UTC by Agostino Sarubbo
Modified: 2024-12-23 06:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,243.32 KB, text/plain)
2024-12-22 18:33 UTC, Agostino Sarubbo
Details
1-testlog.txt (1-testlog.txt,34.44 KB, text/plain)
2024-12-22 18:33 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-12-22 18:33:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/libshumate-1.2.3 fails tests.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-12-22 18:33:12 UTC
Created attachment 914741 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-12-22 18:33:13 UTC
Created attachment 914742 [details]
1-testlog.txt

1-testlog.txt
Comment 3 Agostino Sarubbo gentoo-dev 2024-12-22 18:33:14 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


10/16 vector-expression           FAIL            0.05s   killed by signal 6 SIGABRT
Program valgrind found: NO
Run-time dependency vapigen found: NO (tried pkgconfig and cmake)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-23 06:04:27 UTC
```
=================================== 10/16 ====================================
test:         vector-expression
start time:   10:36:49
duration:     0.05s
result:       killed by signal 6 SIGABRT
command:      MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 GIO_USE_VOLUME_MONITOR=unix GSETTINGS_BACKEND=memory LD_LIBRARY_PATH=/var/tmp/portage/media-libs/libshumate-1.2.3/work/libshumate-1.2.3-build/shumate G_TEST_BUILDDIR=/var/tmp/portage/media-libs/libshumate-1.2.3/work/libshumate-1.2.3-build/tests MESON_TEST_ITERATION=1 G_ENABLE_DIAGNOSTIC=0 MALLOC_PERTURB_=88 G_TEST_SRCDIR=/var/tmp/portage/media-libs/libshumate-1.2.3/work/libshumate-1.2.3/tests UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /var/tmp/portage/media-libs/libshumate-1.2.3/work/libshumate-1.2.3-build/tests/vector-expression
----------------------------------- stdout -----------------------------------
TAP version 14
# random seed: R02S7ba4267fe302a2b0518af7277dd870a1
1..16
# Start of vector tests
# Start of expression tests
ok 1 /vector/expression/parse
ok 2 /vector/expression/literal
ok 3 /vector/expression/number-array
ok 4 /vector/expression/nested-array-literal
ok 5 /vector/expression/interpolate
ok 6 /vector/expression/interpolate-filter
ok 7 /vector/expression/interpolate-color
ok 8 /vector/expression/interpolate-color-filter
ok 9 /vector/expression/basic-filter
ok 10 /vector/expression/variable-binding
ok 11 /vector/expression/image
ok 12 /vector/expression/feature-filter
ok 13 /vector/expression/filter-errors
ok 14 /vector/expression/format
ok 15 /vector/expression/array
not ok /vector/expression/formatted-string - shumate:ERROR:../libshumate-1.2.3/tests/vector-expression.c:599:test_vector_expression_formatted_string: assertion failed (error == NULL): <data>:2:1: Parse error: scanner: unterminated string constant (json-parser-error-quark, 0)
Bail out!
----------------------------------- stderr -----------------------------------
**
shumate:ERROR:../libshumate-1.2.3/tests/vector-expression.c:599:test_vector_expression_formatted_string: assertion failed (error == NULL): <data>:2:1: Parse error: scanner: unterminated string constant (json-parser-error-quark, 0)
```
Comment 5 Larry the Git Cow gentoo-dev 2024-12-23 06:09:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd211f9c84b4dfb4a2098eeea0c2900ab6f9f23

commit 4fd211f9c84b4dfb4a2098eeea0c2900ab6f9f23
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-12-23 06:08:52 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-12-23 06:09:04 +0000

    media-libs/libshumate: fix tests w/ newer json-glib
    
    Closes: https://bugs.gentoo.org/946836
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/libshumate-1.2.3-json-glib-1.9.2.patch   | 28 ++++++++++++++++++++++
 media-libs/libshumate/libshumate-1.2.3.ebuild      |  4 ++++
 2 files changed, 32 insertions(+)