https://git.altlinux.org/tasks/302095/logs/events.1.1.log
subtask name aarch64 armh i586 ppc64le x86_64
#100 libowt-tg - - failed - failed
2022-Jun-15 03:37:58 :: test-only task #302095 for sisyphus started by lav:
#100 build 4.3.0.7-alt1 from /people/lav/packages/libowt-tg.git fetched at
2022-Jun-15 03:37:56
2022-Jun-15 03:37:59 :: [aarch64] #100 libowt-tg.git 4.3.0.7-alt1: build start
2022-Jun-15 03:37:59 :: [armh] #100 libowt-tg.git 4.3.0.7-alt1: build start
2022-Jun-15 03:37:59 :: [i586] #100 libowt-tg.git 4.3.0.7-alt1: build start
2022-Jun-15 03:37:59 :: [ppc64le] #100 libowt-tg.git 4.3.0.7-alt1: build start
2022-Jun-15 03:37:59 :: [x86_64] #100 libowt-tg.git 4.3.0.7-alt1: build start
2022-Jun-15 03:38:13 :: [aarch64] #100 libowt-tg.git 4.3.0.7-alt1: build SKIPPED
2022-Jun-15 03:38:15 :: [ppc64le] #100 libowt-tg.git 4.3.0.7-alt1: build SKIPPED
2022-Jun-15 03:38:20 :: [armh] #100 libowt-tg.git 4.3.0.7-alt1: build SKIPPED
[x86_64] 22 | if (!(x)) { \
[x86_64]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:107:63:
error: 'struct webrtc::H265PpsParser::PpsState' has no member named
'num_ref_idx_l0_default_active_minus1'
[x86_64] 107 |
RETURN_EMPTY_ON_FAIL(bit_buffer->ReadExponentialGolomb(&pps.num_ref_idx_l0_default_active_minus1));
[x86_64] --
[x86_64] 22 | if (!(x)) { \
[x86_64]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:109:63:
error: 'struct webrtc::H265PpsParser::PpsState' has no member named
'num_ref_idx_l1_default_active_minus1'
[x86_64] 109 |
RETURN_EMPTY_ON_FAIL(bit_buffer->ReadExponentialGolomb(&pps.num_ref_idx_l1_default_active_minus1));
[x86_64] --
[x86_64] 22 | if (!(x)) { \
[x86_64]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:135:50:
error: 'struct webrtc::H265PpsParser::PpsState' has no member named
'weighted_pred_flag'
[x86_64] 135 |
RETURN_EMPTY_ON_FAIL(bit_buffer->ReadBits(&pps.weighted_pred_flag, 1));
[x86_64] --
[x86_64] 22 | if (!(x)) { \
[x86_64]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:137:50:
error: 'struct webrtc::H265PpsParser::PpsState' has no member named
'weighted_bipred_flag'
[x86_64] 137 |
RETURN_EMPTY_ON_FAIL(bit_buffer->ReadBits(&pps.weighted_bipred_flag, 1));
[x86_64] --
[x86_64] 22 | if (!(x)) { \
[x86_64]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:196:50:
error: 'struct webrtc::H265PpsParser::PpsState' has no member named
'lists_modification_present_flag'
[x86_64] 196 |
RETURN_EMPTY_ON_FAIL(bit_buffer->ReadBits(&pps.lists_modification_present_flag,
1));
[x86_64] --
[x86_64]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:
At global scope:
[x86_64]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:205:6:
error: no declaration matches 'bool
webrtc::H265PpsParser::ParsePpsIdsInternal(rtc::BitBuffer*, uint32_t*,
uint32_t*)'
[x86_64] 205 | bool H265PpsParser::ParsePpsIdsInternal(rtc::BitBuffer*
bit_buffer,
2022-Jun-15 03:39:30 :: [x86_64] libowt-tg.git 4.3.0.7-alt1: remote: build
failed
2022-Jun-15 03:39:30 :: [x86_64] #100 libowt-tg.git 4.3.0.7-alt1: build FAILED
2022-Jun-15 03:39:30 :: [x86_64] requesting cancellation of task processing
[i586] 22 | if (!(x)) { \
[i586]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:101:50:
error: 'struct webrtc::H265PpsParser::PpsState' has no member named
'num_extra_slice_header_bits'
[i586] 101 |
RETURN_EMPTY_ON_FAIL(bit_buffer->ReadBits(&pps.num_extra_slice_header_bits, 3));
[i586] --
[i586] 22 | if (!(x)) { \
[i586]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:105:50:
error: 'struct webrtc::H265PpsParser::PpsState' has no member named
'cabac_init_present_flag'
[i586] 105 |
RETURN_EMPTY_ON_FAIL(bit_buffer->ReadBits(&pps.cabac_init_present_flag, 1));
[i586] --
[i586] 22 | if (!(x)) { \
[i586]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:107:63:
error: 'struct webrtc::H265PpsParser::PpsState' has no member named
'num_ref_idx_l0_default_active_minus1'
[i586] 107 |
RETURN_EMPTY_ON_FAIL(bit_buffer->ReadExponentialGolomb(&pps.num_ref_idx_l0_default_active_minus1));
[i586] --
[i586] 22 | if (!(x)) { \
[i586]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:109:63:
error: 'struct webrtc::H265PpsParser::PpsState' has no member named
'num_ref_idx_l1_default_active_minus1'
[i586] 109 |
RETURN_EMPTY_ON_FAIL(bit_buffer->ReadExponentialGolomb(&pps.num_ref_idx_l1_default_active_minus1));
[i586] --
[i586] 22 | if (!(x)) { \
[i586]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:135:50:
error: 'struct webrtc::H265PpsParser::PpsState' has no member named
'weighted_pred_flag'
[i586] 135 |
RETURN_EMPTY_ON_FAIL(bit_buffer->ReadBits(&pps.weighted_pred_flag, 1));
[i586] --
[i586] 22 | if (!(x)) { \
[i586]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:137:50:
error: 'struct webrtc::H265PpsParser::PpsState' has no member named
'weighted_bipred_flag'
[i586] 137 |
RETURN_EMPTY_ON_FAIL(bit_buffer->ReadBits(&pps.weighted_bipred_flag, 1));
[i586] --
[i586] 22 | if (!(x)) { \
[i586]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:196:50:
error: 'struct webrtc::H265PpsParser::PpsState' has no member named
'lists_modification_present_flag'
[i586] 196 |
RETURN_EMPTY_ON_FAIL(bit_buffer->ReadBits(&pps.lists_modification_present_flag,
1));
[i586] --
[i586]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:
At global scope:
[i586]
/usr/src/RPM/BUILD/libowt-tg-4.3.0.7/src/common_video/h265/h265_pps_parser.cc:205:6:
error: no declaration matches 'bool
webrtc::H265PpsParser::ParsePpsIdsInternal(rtc::BitBuffer*, uint32_t*,
uint32_t*)'
[i586] 205 | bool H265PpsParser::ParsePpsIdsInternal(rtc::BitBuffer*
bit_buffer,
2022-Jun-15 03:39:53 :: [i586] libowt-tg.git 4.3.0.7-alt1: remote: build failed
2022-Jun-15 03:39:53 :: [i586] #100 libowt-tg.git 4.3.0.7-alt1: build FAILED
2022-Jun-15 03:39:30 :: [x86_64] build FAILED
2022-Jun-15 03:39:53 :: [i586] build FAILED
2022-Jun-15 03:39:53 :: task #302095 for sisyphus FAILED
_______________________________________________
Sisyphus-incominger mailing list
[email protected]
https://lists.altlinux.org/mailman/listinfo/sisyphus-incominger