Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 923052

Summary: dev-python/jq-1.6.0-r1 fails tests: ValueError: parse error: Invalid string: control characters from U+0000 through U+001F must be escaped at line 1, column 5
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Zac Medico <zmedico>
Status: CONFIRMED ---    
Severity: normal Keywords: TESTFAILURE
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-01-27 16:51:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/jq-1.6.0-r1 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM
Info about the system: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-27 16:51:59 UTC
Created attachment 883317 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-27 16:52:00 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E   ValueError: parse error: Invalid string: control characters from U+0000 through U+001F must be escaped at line 1, column 5
FAILED tests/jq_tests.py::TestJvToPython::test_given_json_text_then_strings_containing_null_characters_are_preserved - ValueError: parse error: Invalid string: control characters from U+0000 thr...
>   raise ValueError(u"parse error: " + message)