hughsie/libxmlb

installed xb-self-test fails due to missing test data

Closed this issue · 2 comments

t-8ch commented
$ /usr/lib/xb-self-test
[...]
/libxmlb/builder{node-vfunc-remove}: (/usr/lib/xb-self-test:2914): XbSilo-DEBUG: 20:24:26.992: compiling a5d360ee37015a0ebc788bab978631ad3579da71:func-id=RemoveGimp?
** (/usr/lib/xb-self-test:2914): DEBUG: 20:24:26.992: ignoring (null)
** (/usr/lib/xb-self-test:2914): DEBUG: 20:24:26.992: ignoring components
** (/usr/lib/xb-self-test:2914): DEBUG: 20:24:26.992: ignoring id
** (/usr/lib/xb-self-test:2914): DEBUG: 20:24:26.992: ignoring id
<components><component><id>inkscape.desktop</id></component></components>
OK
/libxmlb/builder{node-vfunc-depth}: (/usr/lib/xb-self-test:2914): XbSilo-DEBUG: 20:24:26.992: compiling 46392a15166065fccfec86a39694f0bdc26ea8e5:func-id=OnlyRoot@0?
** (/usr/lib/xb-self-test:2914): DEBUG: 20:24:26.992: >(null)<
OK
/libxmlb/builder{node-vfunc-error}: (/usr/lib/xb-self-test:2914): XbSilo-DEBUG: 20:24:26.993: compiling 952396367660d09d8b00ec3baf7fa8100269a169:func-id=AlwaysError?
OK
/libxmlb/builder{ignore-invalid}: (/usr/lib/xb-self-test:2914): XbSilo-DEBUG: 20:24:26.993: compiling e446bd1c5b6c26283409df9eadafeb4463415f94?
(/usr/lib/xb-self-test:2914): XbSilo-DEBUG: 20:24:26.993: compiling 0bb31de2141de8d7e4b888bd4a11d2a60c32bcd7?
(/usr/lib/xb-self-test:2914): XbSilo-DEBUG: 20:24:26.993: ignoring invalid file 0bb31de2141de8d7e4b888bd4a11d2a60c32bcd7: Mismatched XML
<book><id>foobar</id></book>
OK
/libxmlb/builder{custom-mime}: (/usr/lib/xb-self-test:2914): XbSilo-DEBUG: 20:24:26.993: attempting to load /tmp/temp.xmlb
(/usr/lib/xb-self-test:2914): XbSilo-DEBUG: 20:24:26.993: file: bd626763-6d72-51a4-aa94-6f72287379a0, current:22f17b3c-5012-5a2f-9650-c5db4a57c0ef, cached: (null)
(/usr/lib/xb-self-test:2914): XbSilo-DEBUG: 20:24:26.993: compiling /tmp/temp.desktop:ctime=1557771866.991790?
<component type="desktop"><id>temp.desktop</id></component>OK
/libxmlb/builder{chained-adapters}: **
ERROR:../libxmlb-0.1.9/src/xb-self-test.c:462:xb_builder_chained_adapters_func: assertion failed (error == NULL): Error when getting information for file ?/build/libxmlb/src/libxmlb-0.1.9/data/test.xml.gz.gz.gz?: No such file or directory (g-io-error-quark, 1)
[1]    2914 abort (core dumped)  /usr/lib/xb-self-test

@t-8ch does ^^ fix things for you?

t-8ch commented

Yes, looks fine. Thanks!