Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923052 - 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
Summary: dev-python/jq-1.6.0-r1 fails tests: ValueError: parse error: Invalid string: ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-01-27 16:51 UTC by Agostino Sarubbo
Modified: 2024-01-27 16:52 UTC (History)
0 users

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


Attachments
build.log (build.log,62.13 KB, text/plain)
2024-01-27 16:51 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-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)