[#386196] p11 FAILED (try 2) jq.git=1.8.0-alt1 python3-module-jq.git=1.8.0-alt1

Girar awaiter (rider) girar-builder at altlinux.org
Thu Jun 5 16:05:05 MSK 2025


https://git.altlinux.org/tasks/386196/logs/events.2.1.log
https://packages.altlinux.org/tasks/386196

subtask  name               aarch64    i586  x86_64
   #200  python3-module-jq   failed  failed  failed

2025-Jun-05 13:03:31 :: task #386196 for p11 resumed by rider:
2025-Jun-05 13:03:31 :: message: security update
#100 build 1.8.0-alt1 from /gears/j/jq.git fetched at 2025-Jun-03 09:16:18 from sisyphus
#200 build 1.8.0-alt1 from /gears/p/python3-module-jq.git fetched at 2025-Jun-05 13:03:22 from sisyphus
2025-Jun-05 13:03:32 :: created build repo
2025-Jun-05 13:03:34 :: [x86_64] #100 jq.git 1.8.0-alt1: build start
2025-Jun-05 13:03:34 :: [aarch64] #100 jq.git 1.8.0-alt1: build start
2025-Jun-05 13:03:34 :: [i586] #100 jq.git 1.8.0-alt1: build start
2025-Jun-05 13:03:50 :: [i586] #100 jq.git 1.8.0-alt1: build OK (cached)
2025-Jun-05 13:03:51 :: [i586] #200 python3-module-jq.git 1.8.0-alt1: build start
2025-Jun-05 13:03:51 :: [x86_64] #100 jq.git 1.8.0-alt1: build OK (cached)
2025-Jun-05 13:03:51 :: [x86_64] #200 python3-module-jq.git 1.8.0-alt1: build start
2025-Jun-05 13:04:07 :: [aarch64] #100 jq.git 1.8.0-alt1: build OK (cached)
2025-Jun-05 13:04:07 :: [aarch64] #200 python3-module-jq.git 1.8.0-alt1: build start
[x86_64] tests/jq_old_tests.py::test_multiple_inputs_in_raw_input_are_separated_by_newlines PASSED [ 13%]
[x86_64] tests/jq_old_tests.py::test_value_error_is_raised_if_program_is_invalid FAILED [ 15%]
[x86_64] tests/jq_old_tests.py::test_value_error_is_raised_if_input_cannot_be_processed_by_program PASSED [ 16%]
[x86_64] --
[x86_64] tests/jq_tests.py::test_iterators_from_same_program_and_input_are_independent PASSED [ 56%]
[x86_64] tests/jq_tests.py::test_value_error_is_raised_if_program_is_invalid FAILED [ 58%]
[x86_64] tests/jq_tests.py::test_value_error_is_raised_if_input_cannot_be_processed_by_program PASSED [ 60%]
[x86_64] --
[x86_64] >   raise ValueError(error_store.error_string())
[x86_64] E   ValueError: jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file at <top-level>, line 1, column 1:
[x86_64] E       !
[x86_64] --
[x86_64]             assert False, "Expected error"
[x86_64]         except ValueError as error:
[x86_64]             expected_error_strs = [
[x86_64]                 # jq 1.6
[x86_64]                 "jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Unix shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error",
[x86_64]                 # jq 1.7
[x86_64]                 "jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file (Unix shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error",
[x86_64]                 # jq 1.6 -win
[x86_64]                 "jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Windows cmd shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error",
[x86_64]                 # jq 1.7 -win
[x86_64]                 "jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file (Windows cmd shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error",
[x86_64] >           assert str(error) in expected_error_strs
[x86_64] E           AssertionError: assert 'jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file at <top-level>, line 1, column 1:\n    !\n    ^\njq: 1 compile error' in ['jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Unix shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error', 'jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file (Unix shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error', 'jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Windows cmd shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error', 'jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file (Windows cmd shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error']
[x86_64] E            +  where 'jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file at <top-level>, line 1, column 1:\n    !\n    ^\njq: 1 compile error' = str(ValueError('jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file at <top-level>, line 1, column 1:\n    !\n    ^\njq: 1 compile error'))
[x86_64] tests/jq_old_tests.py:87: AssertionError
2025-Jun-05 13:04:23 :: [x86_64] python3-module-jq.git 1.8.0-alt1: remote: build failed
2025-Jun-05 13:04:23 :: [x86_64] #200 python3-module-jq.git 1.8.0-alt1: build FAILED
2025-Jun-05 13:04:23 :: [x86_64] requesting cancellation of task processing
[i586] tests/jq_old_tests.py::test_multiple_inputs_in_raw_input_are_separated_by_newlines PASSED [ 13%]
[i586] tests/jq_old_tests.py::test_value_error_is_raised_if_program_is_invalid FAILED [ 15%]
[i586] tests/jq_old_tests.py::test_value_error_is_raised_if_input_cannot_be_processed_by_program PASSED [ 16%]
[i586] --
[i586] tests/jq_tests.py::test_iterators_from_same_program_and_input_are_independent PASSED [ 56%]
[i586] tests/jq_tests.py::test_value_error_is_raised_if_program_is_invalid FAILED [ 58%]
[i586] tests/jq_tests.py::test_value_error_is_raised_if_input_cannot_be_processed_by_program PASSED [ 60%]
[i586] --
[i586] >   raise ValueError(error_store.error_string())
[i586] E   ValueError: jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file at <top-level>, line 1, column 1:
[i586] E       !
[i586] --
[i586]             assert False, "Expected error"
[i586]         except ValueError as error:
[i586]             expected_error_strs = [
[i586]                 # jq 1.6
[i586]                 "jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Unix shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error",
[i586]                 # jq 1.7
[i586]                 "jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file (Unix shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error",
[i586]                 # jq 1.6 -win
[i586]                 "jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Windows cmd shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error",
[i586]                 # jq 1.7 -win
[i586]                 "jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file (Windows cmd shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error",
[i586] >           assert str(error) in expected_error_strs
[i586] E           AssertionError: assert 'jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file at <top-level>, line 1, column 1:\n    !\n    ^\njq: 1 compile error' in ['jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Unix shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error', 'jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file (Unix shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error', 'jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Windows cmd shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error', 'jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file (Windows cmd shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error']
[i586] E            +  where 'jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file at <top-level>, line 1, column 1:\n    !\n    ^\njq: 1 compile error' = str(ValueError('jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file at <top-level>, line 1, column 1:\n    !\n    ^\njq: 1 compile error'))
[i586] tests/jq_old_tests.py:87: AssertionError
2025-Jun-05 13:04:23 :: [i586] python3-module-jq.git 1.8.0-alt1: remote: build failed
2025-Jun-05 13:04:23 :: [i586] #200 python3-module-jq.git 1.8.0-alt1: build FAILED
[aarch64] tests/jq_old_tests.py::test_multiple_inputs_in_raw_input_are_separated_by_newlines PASSED [ 13%]
[aarch64] tests/jq_old_tests.py::test_value_error_is_raised_if_program_is_invalid FAILED [ 15%]
[aarch64] tests/jq_old_tests.py::test_value_error_is_raised_if_input_cannot_be_processed_by_program PASSED [ 16%]
[aarch64] --
[aarch64] tests/jq_tests.py::test_iterators_from_same_program_and_input_are_independent PASSED [ 56%]
[aarch64] tests/jq_tests.py::test_value_error_is_raised_if_program_is_invalid FAILED [ 58%]
[aarch64] tests/jq_tests.py::test_value_error_is_raised_if_input_cannot_be_processed_by_program PASSED [ 60%]
[aarch64] --
[aarch64] >   raise ValueError(error_store.error_string())
[aarch64] E   ValueError: jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file at <top-level>, line 1, column 1:
[aarch64] E       !
[aarch64] --
[aarch64]             assert False, "Expected error"
[aarch64]         except ValueError as error:
[aarch64]             expected_error_strs = [
[aarch64]                 # jq 1.6
[aarch64]                 "jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Unix shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error",
[aarch64]                 # jq 1.7
[aarch64]                 "jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file (Unix shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error",
[aarch64]                 # jq 1.6 -win
[aarch64]                 "jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Windows cmd shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error",
[aarch64]                 # jq 1.7 -win
[aarch64]                 "jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file (Windows cmd shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error",
[aarch64] >           assert str(error) in expected_error_strs
[aarch64] E           AssertionError: assert 'jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file at <top-level>, line 1, column 1:\n    !\n    ^\njq: 1 compile error' in ['jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Unix shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error', 'jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file (Unix shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error', 'jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Windows cmd shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error', 'jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file (Windows cmd shell quoting issues?) at <top-level>, line 1:\n!\njq: 1 compile error']
[aarch64] E            +  where 'jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file at <top-level>, line 1, column 1:\n    !\n    ^\njq: 1 compile error' = str(ValueError('jq: error: syntax error, unexpected INVALID_CHARACTER, expecting end of file at <top-level>, line 1, column 1:\n    !\n    ^\njq: 1 compile error'))
[aarch64] tests/jq_old_tests.py:87: AssertionError
2025-Jun-05 13:05:04 :: [aarch64] python3-module-jq.git 1.8.0-alt1: remote: build failed
2025-Jun-05 13:05:04 :: [aarch64] #200 python3-module-jq.git 1.8.0-alt1: build FAILED
2025-Jun-05 13:04:23 :: [x86_64] build FAILED
2025-Jun-05 13:04:23 :: [i586] build FAILED
2025-Jun-05 13:05:04 :: [aarch64] build FAILED
2025-Jun-05 13:05:05 :: task #386196 for p11 FAILED


More information about the Sisyphus-incominger mailing list