[#314231] [test-only] p10 FAILED ffmpeg.git=4.4.3-alt1

Girar awaiter (rider) girar-builder at altlinux.org
Fri Jan 27 17:24:04 MSK 2023


https://git.altlinux.org/tasks/314231/logs/events.1.1.log

subtask  name    aarch64    armh  i586  ppc64le  x86_64
   #100  ffmpeg   failed  failed  5:14     7:23    5:32

2023-Jan-27 14:12:20 :: test-only task #314231 for p10 started by rider:
#100 build 4.4.3-alt1 from /gears/f/ffmpeg.git fetched at 2023-Jan-27 12:48:02 from sisyphus
2023-Jan-27 14:12:20 :: waiting for a shared lock on p10
2023-Jan-27 14:16:39 :: acquired a shared lock on p10
2023-Jan-27 14:16:41 :: [i586] #100 ffmpeg.git 4.4.3-alt1: build start
2023-Jan-27 14:16:41 :: [aarch64] #100 ffmpeg.git 4.4.3-alt1: build start
2023-Jan-27 14:16:41 :: [x86_64] #100 ffmpeg.git 4.4.3-alt1: build start
2023-Jan-27 14:16:41 :: [armh] #100 ffmpeg.git 4.4.3-alt1: build start
2023-Jan-27 14:16:41 :: [ppc64le] #100 ffmpeg.git 4.4.3-alt1: build start
[aarch64] libavcodec/v4l2_request_vp9.c:141:19: error: invalid use of undefined type 'struct v4l2_ctrl_vp9_frame'
[aarch64]   141 |         dec_params->lf.flags |= V4L2_VP9_LOOP_FILTER_FLAG_DELTA_UPDATE;
[aarch64] libavcodec/v4l2_request_vp9.c:141:33: error: 'V4L2_VP9_LOOP_FILTER_FLAG_DELTA_UPDATE' undeclared (first use in this function)
[aarch64]   141 |         dec_params->lf.flags |= V4L2_VP9_LOOP_FILTER_FLAG_DELTA_UPDATE;
[aarch64] libavcodec/v4l2_request_vp9.c:143:15: error: invalid use of undefined type 'struct v4l2_ctrl_vp9_frame'
[aarch64]   143 |     dec_params->lf.level = s->s.h.filter.level;
[aarch64] libavcodec/v4l2_request_vp9.c:144:15: error: invalid use of undefined type 'struct v4l2_ctrl_vp9_frame'
[aarch64]   144 |     dec_params->lf.sharpness = s->s.h.filter.sharpness;
[aarch64] libavcodec/v4l2_request_vp9.c:146:19: error: invalid use of undefined type 'struct v4l2_ctrl_vp9_frame'
[aarch64]   146 |         dec_params->lf.ref_deltas[i] = s->s.h.lf_delta.ref[i];
[aarch64] libavcodec/v4l2_request_vp9.c:148:19: error: invalid use of undefined type 'struct v4l2_ctrl_vp9_frame'
[aarch64]   148 |         dec_params->lf.mode_deltas[i] = s->s.h.lf_delta.mode[i];
[aarch64] libavcodec/v4l2_request_vp9.c:150:15: error: invalid use of undefined type 'struct v4l2_ctrl_vp9_frame'
[aarch64]   150 |     dec_params->quant.base_q_idx = s->s.h.yac_qi;
[aarch64] libavcodec/v4l2_request_vp9.c:151:15: error: invalid use of undefined type 'struct v4l2_ctrl_vp9_frame'
[aarch64]   151 |     dec_params->quant.delta_q_y_dc = s->s.h.ydc_qdelta;
[aarch64] libavcodec/v4l2_request_vp9.c:152:15: error: invalid use of undefined type 'struct v4l2_ctrl_vp9_frame'
[aarch64]   152 |     dec_params->quant.delta_q_uv_dc = s->s.h.uvdc_qdelta;
[aarch64] libavcodec/v4l2_request_vp9.c:153:15: error: invalid use of undefined type 'struct v4l2_ctrl_vp9_frame'
[aarch64]   153 |     dec_params->quant.delta_q_uv_ac = s->s.h.uvac_qdelta;
2023-Jan-27 14:19:04 :: [aarch64] ffmpeg.git 4.4.3-alt1: remote: build failed
2023-Jan-27 14:19:04 :: [aarch64] #100 ffmpeg.git 4.4.3-alt1: build FAILED
2023-Jan-27 14:19:04 :: [aarch64] requesting cancellation of task processing
[armh] libavcodec/v4l2_request_vp9.c:153:15: error: invalid use of undefined type 'struct v4l2_ctrl_vp9_frame'
[armh]   153 |     dec_params->quant.delta_q_uv_ac = s->s.h.uvac_qdelta;
[armh] libavcodec/v4l2_request_vp9.c:156:19: error: invalid use of undefined type 'struct v4l2_ctrl_vp9_frame'
[armh]   156 |         dec_params->seg.flags |= V4L2_VP9_SEGMENTATION_FLAG_ENABLED;
[armh] libavcodec/v4l2_request_vp9.c:156:34: error: 'V4L2_VP9_SEGMENTATION_FLAG_ENABLED' undeclared (first use in this function); did you mean 'V4L2_VP8_SEGMENT_FLAG_ENABLED'?
[armh]   156 |         dec_params->seg.flags |= V4L2_VP9_SEGMENTATION_FLAG_ENABLED;
[armh]       |                                  V4L2_VP8_SEGMENT_FLAG_ENABLED
[armh] libavcodec/v4l2_request_vp9.c:158:19: error: invalid use of undefined type 'struct v4l2_ctrl_vp9_frame'
[armh]   158 |         dec_params->seg.flags |= V4L2_VP9_SEGMENTATION_FLAG_UPDATE_MAP;
[armh] libavcodec/v4l2_request_vp9.c:158:34: error: 'V4L2_VP9_SEGMENTATION_FLAG_UPDATE_MAP' undeclared (first use in this function); did you mean 'V4L2_VP8_SEGMENT_FLAG_UPDATE_MAP'?
[armh]   158 |         dec_params->seg.flags |= V4L2_VP9_SEGMENTATION_FLAG_UPDATE_MAP;
[armh]       |                                  V4L2_VP8_SEGMENT_FLAG_UPDATE_MAP
[armh] libavcodec/v4l2_request_vp9.c:160:19: error: invalid use of undefined type 'struct v4l2_ctrl_vp9_frame'
[armh]   160 |         dec_params->seg.flags |= V4L2_VP9_SEGMENTATION_FLAG_TEMPORAL_UPDATE;
[armh] libavcodec/v4l2_request_vp9.c:160:34: error: 'V4L2_VP9_SEGMENTATION_FLAG_TEMPORAL_UPDATE' undeclared (first use in this function)
[armh]   160 |         dec_params->seg.flags |= V4L2_VP9_SEGMENTATION_FLAG_TEMPORAL_UPDATE;
[armh] libavcodec/v4l2_request_vp9.c:162:19: error: invalid use of undefined type 'struct v4l2_ctrl_vp9_frame'
[armh]   162 |         dec_params->seg.flags |= V4L2_VP9_SEGMENTATION_FLAG_UPDATE_DATA;
[armh] libavcodec/v4l2_request_vp9.c:162:34: error: 'V4L2_VP9_SEGMENTATION_FLAG_UPDATE_DATA' undeclared (first use in this function); did you mean 'V4L2_VP8_SEGMENT_FLAG_UPDATE_MAP'?
[armh]   162 |         dec_params->seg.flags |= V4L2_VP9_SEGMENTATION_FLAG_UPDATE_DATA;
[armh]       |                                  V4L2_VP8_SEGMENT_FLAG_UPDATE_MAP
[armh] libavcodec/v4l2_request_vp9.c:164:19: error: invalid use of undefined type 'struct v4l2_ctrl_vp9_frame'
[armh]   164 |         dec_params->seg.flags |= V4L2_VP9_SEGMENTATION_FLAG_ABS_OR_DELTA_UPDATE;
2023-Jan-27 14:20:10 :: [armh] ffmpeg.git 4.4.3-alt1: remote: build failed
2023-Jan-27 14:20:10 :: [armh] #100 ffmpeg.git 4.4.3-alt1: build FAILED
2023-Jan-27 14:21:55 :: [i586] #100 ffmpeg.git 4.4.3-alt1: build OK
2023-Jan-27 14:22:13 :: [x86_64] #100 ffmpeg.git 4.4.3-alt1: build OK
2023-Jan-27 14:24:04 :: [ppc64le] #100 ffmpeg.git 4.4.3-alt1: build OK
2023-Jan-27 14:19:04 :: [aarch64] build FAILED
2023-Jan-27 14:20:10 :: [armh] build FAILED
2023-Jan-27 14:24:04 :: task #314231 for p10 FAILED


More information about the Girar-builder-p10 mailing list