Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703046 - app-misc/jq-1.6-r3 test failure
Summary: app-misc/jq-1.6-r3 test failure
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Victor Payno
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2019-12-15 22:27 UTC by Alexey
Modified: 2019-12-16 06:35 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,155.08 KB, text/plain)
2019-12-15 22:27 UTC, Alexey
Details
emerge --info (file_703046.txt,19.48 KB, text/plain)
2019-12-15 22:28 UTC, Alexey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey 2019-12-15 22:27:33 UTC
Created attachment 599684 [details]
build.log

PASS: tests/optionaltest                                                                                                                                                                                                                                                          
FAIL: tests/base64test                                                                                                                                                                                                                                                            
FAIL: tests/utf8test                                                                                                                                                                                                                                                              
FAIL: tests/shtest                                                                                                                                                                                                                                                                
FAIL: tests/jqtest                                                                                                                                                                                                                                                                
PASS: tests/mantest

==============================
   jq 1.6: ./test-suite.log
==============================

# TOTAL: 6
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  4
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: tests/jqtest
==================

jq: jv.c:1110: jv_object_set: Assertion `jv_get_kind(key) == JV_KIND_STRING' failed.
./tests/jqtest: line 5:   149 Aborted                 $VALGRIND $Q $JQ -L "$mods" --run-tests $JQTESTDIR/jq.test
FAIL tests/jqtest (exit status: 134)

FAIL: tests/shtest
==================

jq: execute.c:1071: jq_compile_args: Assertion `jv_get_kind(args) == JV_KIND_ARRAY' failed.
./tests/shtest: line 5:   133 Aborted                 PATH=$JQBASEDIR:$PATH $JQBASEDIR/tests/jq-f-test.sh > /dev/null
FAIL tests/shtest (exit status: 134)

FAIL: tests/utf8test
====================

jq: execute.c:1071: jq_compile_args: Assertion `jv_get_kind(args) == JV_KIND_ARRAY' failed.
UTF-8 byte sequences that span the jv_load_file read buffer are mangled
FAIL tests/utf8test (exit status: 1)

FAIL: tests/base64test
======================

Testing '@base64' at line number 4
Testing '(@base64|@base64d)' at line number 9
*** Insufficient results for test at line number 11: (@base64|@base64d)
Testing '@base64' at line number 14
Testing '@base64d' at line number 18
*** Insufficient results for test at line number 20: @base64d
Testing '@base64d' at line number 23
*** Insufficient results for test at line number 25: @base64d
Testing '. | try @base64d catch .' at line number 28
*** Expected "string (\"Not base64...) is not valid base64 data", but got "base64d is not a valid format" for test at line number 30: . | try @base64d catch .
Testing '. | try @base64d catch .' at line number 33
*** Expected "string (\"QUJDa\") trailing base64 byte found", but got "base64d is not a valid format" for test at line number 35: . | try @base64d catch .
2 of 7 tests passed (0 malformed)
FAIL tests/base64test (exit status: 1)
Comment 1 Alexey 2019-12-15 22:28:05 UTC
Created attachment 599686 [details]
emerge --info