ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#348705] [test-only] FAILED nv-codec-headers.git=12.2.72.0-alt1 ffmpeg.git=6.1.1-alt3
@ 2024-05-23  8:01 Girar awaiter (lakostis)
  0 siblings, 0 replies; only message in thread
From: Girar awaiter (lakostis) @ 2024-05-23  8:01 UTC (permalink / raw)
  To: Konstantin A. Lepikhov; +Cc: sisyphus-incominger, girar-builder-sisyphus

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-23  8:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-23  8:01 [#348705] [test-only] FAILED nv-codec-headers.git=12.2.72.0-alt1 ffmpeg.git=6.1.1-alt3 Girar awaiter (lakostis)

ALT Linux Girar Builder robot reports

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
		sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
	public-inbox-index sisyphus-incominger

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git