From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, SPF_FAIL,TO_EQ_FM_DOM_SPF_FAIL autolearn=unavailable autolearn_force=no version=3.4.1 Date: Thu, 23 May 2024 08:01:02 +0000 From: "Girar awaiter (lakostis)" To: "Konstantin A. Lepikhov" Subject: [#348705] [test-only] FAILED nv-codec-headers.git=12.2.72.0-alt1 ffmpeg.git=6.1.1-alt3 Message-ID: Mail-Followup-To: Girar awaiter robot MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 348705 X-girar-task-owner: lakostis X-girar-task-repo: sisyphus X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/348705/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#348705] [test-only] FAILED nv-codec-headers.git=12.2.72.0-alt1 ffmpeg.git=6.1.1-alt3 User-Agent: Mutt/1.10.1 (2018-07-13) Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@altlinux.org X-BeenThere: sisyphus-incominger@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 May 2024 08:01:06 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/348705/logs/events.1.1.log subtask name aarch64 i586 ppc64le x86_64 #100 nv-codec-headers 39 22 49 23 #200 ffmpeg failed failed failed failed 2024-May-23 07:57:10 :: test-only task #348705 for sisyphus started by lakostis: 2024-May-23 07:57:10 :: message: Rebuild w/ new nv-codec-headers #100 build 12.2.72.0-alt1 from /people/lakostis/packages/nv-codec-headers.git fetched at 2024-May-23 07:56:19 #200 build 6.1.1-alt3 from /gears/f/ffmpeg.git fetched at 2024-May-23 07:56:29 from sisyphus #300 removed 2024-May-23 07:57:11 :: created build repo 2024-May-23 07:57:12 :: [x86_64] #100 nv-codec-headers.git 12.2.72.0-alt1: build start 2024-May-23 07:57:12 :: [ppc64le] #100 nv-codec-headers.git 12.2.72.0-alt1: build start 2024-May-23 07:57:12 :: [aarch64] #100 nv-codec-headers.git 12.2.72.0-alt1: build start 2024-May-23 07:57:12 :: [i586] #100 nv-codec-headers.git 12.2.72.0-alt1: build start 2024-May-23 07:57:34 :: [i586] #100 nv-codec-headers.git 12.2.72.0-alt1: build OK 2024-May-23 07:57:35 :: [i586] #200 ffmpeg.git 6.1.1-alt3: build start 2024-May-23 07:57:35 :: [x86_64] #100 nv-codec-headers.git 12.2.72.0-alt1: build OK 2024-May-23 07:57:35 :: [x86_64] #200 ffmpeg.git 6.1.1-alt3: build start 2024-May-23 07:57:51 :: [aarch64] #100 nv-codec-headers.git 12.2.72.0-alt1: build OK 2024-May-23 07:57:51 :: [aarch64] #200 ffmpeg.git 6.1.1-alt3: build start 2024-May-23 07:58:01 :: [ppc64le] #100 nv-codec-headers.git 12.2.72.0-alt1: build OK 2024-May-23 07:58:02 :: [ppc64le] #200 ffmpeg.git 6.1.1-alt3: build start [x86_64] libavcodec/nvenc.c: In function 'nvenc_setup_hevc_config': [x86_64] libavcodec/nvenc.c:1373:9: error: 'NV_ENC_CONFIG_HEVC' has no member named 'pixelBitDepthMinus8' [x86_64] 1373 | hevc->pixelBitDepthMinus8 = IS_10BIT(ctx->data_pix_fmt) ? 2 : 0; [x86_64] libavcodec/nvenc.c: In function 'nvenc_setup_av1_config': [x86_64] libavcodec/nvenc.c:1458:8: error: 'NV_ENC_CONFIG_AV1' has no member named 'inputPixelBitDepthMinus8' [x86_64] 1458 | av1->inputPixelBitDepthMinus8 = IS_10BIT(ctx->data_pix_fmt) ? 2 : 0; [x86_64] libavcodec/nvenc.c:1459:8: error: 'NV_ENC_CONFIG_AV1' has no member named 'pixelBitDepthMinus8' [x86_64] 1459 | av1->pixelBitDepthMinus8 = (IS_10BIT(ctx->data_pix_fmt) || ctx->highbitdepth) ? 2 : 0; [x86_64] libavcodec/nvenc.c: In function 'nvenc_map_buffer_format': [x86_64] libavcodec/nvenc.c:1692:16: error: 'NV_ENC_BUFFER_FORMAT_YV12_PL' undeclared (first use in this function); did you mean 'NV_ENC_BUFFER_FORMAT_YV12'? [x86_64] 1692 | return NV_ENC_BUFFER_FORMAT_YV12_PL; [x86_64] -- [x86_64] libavcodec/nvenc.c:1692:16: note: each undeclared identifier is reported only once for each function it appears in [x86_64] libavcodec/nvenc.c:1694:16: error: 'NV_ENC_BUFFER_FORMAT_NV12_PL' undeclared (first use in this function); did you mean 'NV_ENC_BUFFER_FORMAT_NV12'? [x86_64] 1694 | return NV_ENC_BUFFER_FORMAT_NV12_PL; [x86_64] | NV_ENC_BUFFER_FORMAT_NV12 [x86_64] libavcodec/nvenc.c:1700:16: error: 'NV_ENC_BUFFER_FORMAT_YUV444_PL' undeclared (first use in this function); did you mean 'NV_ENC_BUFFER_FORMAT_YUV444'? [x86_64] 1700 | return NV_ENC_BUFFER_FORMAT_YUV444_PL; 2024-May-23 07:58:46 :: [x86_64] ffmpeg.git 6.1.1-alt3: remote: build failed 2024-May-23 07:58:47 :: [x86_64] #200 ffmpeg.git 6.1.1-alt3: build FAILED 2024-May-23 07:58:47 :: [x86_64] requesting cancellation of task processing [i586] libavcodec/nvenc.c: In function 'nvenc_setup_hevc_config': [i586] libavcodec/nvenc.c:1373:9: error: 'NV_ENC_CONFIG_HEVC' has no member named 'pixelBitDepthMinus8' [i586] 1373 | hevc->pixelBitDepthMinus8 = IS_10BIT(ctx->data_pix_fmt) ? 2 : 0; [i586] libavcodec/nvenc.c: In function 'nvenc_setup_av1_config': [i586] libavcodec/nvenc.c:1458:8: error: 'NV_ENC_CONFIG_AV1' has no member named 'inputPixelBitDepthMinus8' [i586] 1458 | av1->inputPixelBitDepthMinus8 = IS_10BIT(ctx->data_pix_fmt) ? 2 : 0; [i586] libavcodec/nvenc.c:1459:8: error: 'NV_ENC_CONFIG_AV1' has no member named 'pixelBitDepthMinus8' [i586] 1459 | av1->pixelBitDepthMinus8 = (IS_10BIT(ctx->data_pix_fmt) || ctx->highbitdepth) ? 2 : 0; [i586] libavcodec/nvenc.c: In function 'nvenc_map_buffer_format': [i586] libavcodec/nvenc.c:1692:16: error: 'NV_ENC_BUFFER_FORMAT_YV12_PL' undeclared (first use in this function); did you mean 'NV_ENC_BUFFER_FORMAT_YV12'? [i586] 1692 | return NV_ENC_BUFFER_FORMAT_YV12_PL; [i586] -- [i586] libavcodec/nvenc.c:1692:16: note: each undeclared identifier is reported only once for each function it appears in [i586] libavcodec/nvenc.c:1694:16: error: 'NV_ENC_BUFFER_FORMAT_NV12_PL' undeclared (first use in this function); did you mean 'NV_ENC_BUFFER_FORMAT_NV12'? [i586] 1694 | return NV_ENC_BUFFER_FORMAT_NV12_PL; [i586] | NV_ENC_BUFFER_FORMAT_NV12 [i586] libavcodec/nvenc.c:1700:16: error: 'NV_ENC_BUFFER_FORMAT_YUV444_PL' undeclared (first use in this function); did you mean 'NV_ENC_BUFFER_FORMAT_YUV444'? [i586] 1700 | return NV_ENC_BUFFER_FORMAT_YUV444_PL; 2024-May-23 07:59:08 :: [i586] ffmpeg.git 6.1.1-alt3: remote: build failed 2024-May-23 07:59:08 :: [i586] #200 ffmpeg.git 6.1.1-alt3: build FAILED [aarch64] libavcodec/nvenc.c: In function 'nvenc_setup_hevc_config': [aarch64] libavcodec/nvenc.c:1373:9: error: 'NV_ENC_CONFIG_HEVC' has no member named 'pixelBitDepthMinus8' [aarch64] 1373 | hevc->pixelBitDepthMinus8 = IS_10BIT(ctx->data_pix_fmt) ? 2 : 0; [aarch64] libavcodec/nvenc.c: In function 'nvenc_setup_av1_config': [aarch64] libavcodec/nvenc.c:1458:8: error: 'NV_ENC_CONFIG_AV1' has no member named 'inputPixelBitDepthMinus8' [aarch64] 1458 | av1->inputPixelBitDepthMinus8 = IS_10BIT(ctx->data_pix_fmt) ? 2 : 0; [aarch64] libavcodec/nvenc.c:1459:8: error: 'NV_ENC_CONFIG_AV1' has no member named 'pixelBitDepthMinus8' [aarch64] 1459 | av1->pixelBitDepthMinus8 = (IS_10BIT(ctx->data_pix_fmt) || ctx->highbitdepth) ? 2 : 0; [aarch64] libavcodec/nvenc.c: In function 'nvenc_map_buffer_format': [aarch64] libavcodec/nvenc.c:1692:16: error: 'NV_ENC_BUFFER_FORMAT_YV12_PL' undeclared (first use in this function); did you mean 'NV_ENC_BUFFER_FORMAT_YV12'? [aarch64] 1692 | return NV_ENC_BUFFER_FORMAT_YV12_PL; [aarch64] -- [aarch64] libavcodec/nvenc.c:1692:16: note: each undeclared identifier is reported only once for each function it appears in [aarch64] libavcodec/nvenc.c:1694:16: error: 'NV_ENC_BUFFER_FORMAT_NV12_PL' undeclared (first use in this function); did you mean 'NV_ENC_BUFFER_FORMAT_NV12'? [aarch64] 1694 | return NV_ENC_BUFFER_FORMAT_NV12_PL; [aarch64] | NV_ENC_BUFFER_FORMAT_NV12 [aarch64] libavcodec/nvenc.c:1700:16: error: 'NV_ENC_BUFFER_FORMAT_YUV444_PL' undeclared (first use in this function); did you mean 'NV_ENC_BUFFER_FORMAT_YUV444'? [aarch64] 1700 | return NV_ENC_BUFFER_FORMAT_YUV444_PL; 2024-May-23 07:59:52 :: [aarch64] ffmpeg.git 6.1.1-alt3: remote: build failed 2024-May-23 07:59:53 :: [aarch64] #200 ffmpeg.git 6.1.1-alt3: build FAILED [ppc64le] libavcodec/nvenc.c: In function 'nvenc_setup_hevc_config': [ppc64le] libavcodec/nvenc.c:1373:9: error: 'NV_ENC_CONFIG_HEVC' has no member named 'pixelBitDepthMinus8' [ppc64le] 1373 | hevc->pixelBitDepthMinus8 = IS_10BIT(ctx->data_pix_fmt) ? 2 : 0; [ppc64le] libavcodec/nvenc.c: In function 'nvenc_setup_av1_config': [ppc64le] libavcodec/nvenc.c:1458:8: error: 'NV_ENC_CONFIG_AV1' has no member named 'inputPixelBitDepthMinus8' [ppc64le] 1458 | av1->inputPixelBitDepthMinus8 = IS_10BIT(ctx->data_pix_fmt) ? 2 : 0; [ppc64le] libavcodec/nvenc.c:1459:8: error: 'NV_ENC_CONFIG_AV1' has no member named 'pixelBitDepthMinus8' [ppc64le] 1459 | av1->pixelBitDepthMinus8 = (IS_10BIT(ctx->data_pix_fmt) || ctx->highbitdepth) ? 2 : 0; [ppc64le] libavcodec/nvenc.c: In function 'nvenc_map_buffer_format': [ppc64le] libavcodec/nvenc.c:1692:16: error: 'NV_ENC_BUFFER_FORMAT_YV12_PL' undeclared (first use in this function); did you mean 'NV_ENC_BUFFER_FORMAT_YV12'? [ppc64le] 1692 | return NV_ENC_BUFFER_FORMAT_YV12_PL; [ppc64le] -- [ppc64le] libavcodec/nvenc.c:1692:16: note: each undeclared identifier is reported only once for each function it appears in [ppc64le] libavcodec/nvenc.c:1694:16: error: 'NV_ENC_BUFFER_FORMAT_NV12_PL' undeclared (first use in this function); did you mean 'NV_ENC_BUFFER_FORMAT_NV12'? [ppc64le] 1694 | return NV_ENC_BUFFER_FORMAT_NV12_PL; [ppc64le] | NV_ENC_BUFFER_FORMAT_NV12 [ppc64le] libavcodec/nvenc.c:1700:16: error: 'NV_ENC_BUFFER_FORMAT_YUV444_PL' undeclared (first use in this function); did you mean 'NV_ENC_BUFFER_FORMAT_YUV444'? [ppc64le] 1700 | return NV_ENC_BUFFER_FORMAT_YUV444_PL; 2024-May-23 08:01:01 :: [ppc64le] ffmpeg.git 6.1.1-alt3: remote: build failed 2024-May-23 08:01:01 :: [ppc64le] #200 ffmpeg.git 6.1.1-alt3: build FAILED 2024-May-23 07:58:47 :: [x86_64] build FAILED 2024-May-23 07:59:09 :: [i586] build FAILED 2024-May-23 07:59:53 :: [aarch64] build FAILED 2024-May-23 08:01:02 :: [ppc64le] build FAILED 2024-May-23 08:01:02 :: task #348705 for sisyphus FAILED