diff mbox series

[FFmpeg-devel] 回复: 回复: [PATCH 2/2] fate: add raw IAMF tests

Message ID TYWP286MB217246AB3DA24D339CD06530CA752@TYWP286MB2172.JPNP286.PROD.OUTLOOK.COM
State New
Headers show
Series [FFmpeg-devel] 回复: 回复: [PATCH 2/2] fate: add raw IAMF tests | expand

Checks

Context Check Description
yinshiyou/configure_loongarch64 warning Failed to apply patch
andriy/configure_x86 warning Failed to apply patch

Commit Message

Wu Jianhua Jan. 22, 2024, 4:23 p.m. UTC
> 发件人: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> 代表 James Almer <jamrial@gmail.com>
> 发送时间: 2024年1月22日 8:10
> 收件人: ffmpeg-devel@ffmpeg.org
> 主题: Re: [FFmpeg-devel] 回复: [PATCH 2/2] fate: add raw IAMF tests
>
> On 1/22/2024 1:02 PM, Wu Jianhua wrote:
>>> 发件人: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> 代表 James Almer <jamrial@gmail.com>
>>> 发送时间: 2024年1月20日 4:22
>>> 收件人: ffmpeg-devel@ffmpeg.org
>>> 主题: [FFmpeg-devel] [PATCH 2/2] fate: add raw IAMF tests
>>>
>>> Covers muxing from raw pcm audio input into FLAC, using several scalable layouts,
>>> and demuxing the result.
>>>
>>
>> Hi there.
>>
>> Test iamf-7_1_4 failed. Look at tests/data/fate/iamf-7_1_4.err for details.
>> make: *** [tests/Makefile:317: fate-iamf-7_1_4] Error 234
>> Test iamf-5_1_4 failed. Look at tests/data/fate/iamf-5_1_4.err for details.
>> make: *** [tests/Makefile:317: fate-iamf-5_1_4] Error 234
>>
>> These tests failed on my machine and looks like some machines on http://fate.ffmpeg.org/ failed as well.
>>
>> Can you help check what the problem is?
>
> What is your system (The shell, mainly)? And what is the error you get?
>

My OS is Ubuntu 22.04.3 LTS and the compiler is gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) .

Here is the full error message:
TEST    seek-acodec-adpcm-ima_wav-trellis
Test iamf-7_1_4 failed. Look at tests/data/fate/iamf-7_1_4.err for details.
make: *** [tests/Makefile:317: fate-iamf-7_1_4] Error 234

ffmpeg version git-2024-01-22-ab39cc36c7 Copyright (c) 2000-2024 the FFmpeg developers
  built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
  configuration:
  libavutil      58. 36.101 / 58. 36.101
  libavcodec     60. 37.100 / 60. 37.100
  libavformat    60. 20.100 / 60. 20.100
  libavdevice    60.  4.100 / 60.  4.100
  libavfilter     9. 17.100 /  9. 17.100
  libswscale      7.  6.100 /  7.  6.100
  libswresample   4. 13.100 /  4. 13.100
[aist#0:0/pcm_s16le @ 0x55b531643b40] Guessed Channel Layout: 7.1.4
Input #0, wav, from '/FFmpeg/tests/data/asynth-44100-12.wav':
  Duration: 00:00:06.00, bitrate: 8467 kb/s
  Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, 7.1.4, s16, 8467 kb/s
[in#0/wav @ 0x55b531607500] Codec AVOption idct (select IDCT implementation) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some decoder which was not actually used for any stream.
[out#0/iamf @ 0x55b53164f500] Codec AVOption dct (DCT algorithm) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
[out#0/iamf @ 0x55b53164f500] Codec AVOption idct (select IDCT implementation) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
[out#0/iamf @ 0x55b53164f500] Invalid or missing stream group index in submix element specification "stg=0:parameter_id=100:headphones_rendering_mode=stereo:annotations=en-us=Scalable_Submix"
Error opening output file /FFmpeg/tests/data/fate/iamf-7_1_4.iamf.
Error opening output files: Invalid argument
threads=1

Comments

James Almer Jan. 22, 2024, 4:49 p.m. UTC | #1
On 1/22/2024 1:23 PM, Wu Jianhua wrote:
>> 发件人: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> 代表 James Almer <jamrial@gmail.com>
>> 发送时间: 2024年1月22日 8:10
>> 收件人: ffmpeg-devel@ffmpeg.org
>> 主题: Re: [FFmpeg-devel] 回复: [PATCH 2/2] fate: add raw IAMF tests
>>
>> On 1/22/2024 1:02 PM, Wu Jianhua wrote:
>>>> 发件人: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> 代表 James Almer <jamrial@gmail.com>
>>>> 发送时间: 2024年1月20日 4:22
>>>> 收件人: ffmpeg-devel@ffmpeg.org
>>>> 主题: [FFmpeg-devel] [PATCH 2/2] fate: add raw IAMF tests
>>>>
>>>> Covers muxing from raw pcm audio input into FLAC, using several scalable layouts,
>>>> and demuxing the result.
>>>>
>>>
>>> Hi there.
>>>
>>> Test iamf-7_1_4 failed. Look at tests/data/fate/iamf-7_1_4.err for details.
>>> make: *** [tests/Makefile:317: fate-iamf-7_1_4] Error 234
>>> Test iamf-5_1_4 failed. Look at tests/data/fate/iamf-5_1_4.err for details.
>>> make: *** [tests/Makefile:317: fate-iamf-5_1_4] Error 234
>>>
>>> These tests failed on my machine and looks like some machines on http://fate.ffmpeg.org/ failed as well.
>>>
>>> Can you help check what the problem is?
>>
>> What is your system (The shell, mainly)? And what is the error you get?
>>
> 
> My OS is Ubuntu 22.04.3 LTS and the compiler is gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) .

Can you check again with current git head?
Wu Jianhua Jan. 22, 2024, 5:33 p.m. UTC | #2
>发件人: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> 代表 James Almer <jamrial@gmail.com>
>发送时间: 2024年1月22日 8:49
>收件人: ffmpeg-devel@ffmpeg.org
>主题: Re: [FFmpeg-devel] 回复: 回复: [PATCH 2/2] fate: add raw IAMF tests
>
> On 1/22/2024 1:23 PM, Wu Jianhua wrote:
>>> 发件人: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> 代表 James Almer <jamrial@gmail.com>
>>> 发送时间: 2024年1月22日 8:10
>>> 收件人: ffmpeg-devel@ffmpeg.org
>>> 主题: Re: [FFmpeg-devel] 回复: [PATCH 2/2] fate: add raw IAMF tests
>>>
>>> On 1/22/2024 1:02 PM, Wu Jianhua wrote:
>>>>> 发件人: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> 代表 James Almer <jamrial@gmail.com>
>>>>> 发送时间: 2024年1月20日 4:22
>>>>> 收件人: ffmpeg-devel@ffmpeg.org
>>>>> 主题: [FFmpeg-devel] [PATCH 2/2] fate: add raw IAMF tests
>>>>>
>>>>> Covers muxing from raw pcm audio input into FLAC, using several scalable layouts,
>>>>> and demuxing the result.
>>>>>
>>>>
>>>> Hi there.
>>>>
>>>> Test iamf-7_1_4 failed. Look at tests/data/fate/iamf-7_1_4.err for details.
>>>> make: *** [tests/Makefile:317: fate-iamf-7_1_4] Error 234
>>>> Test iamf-5_1_4 failed. Look at tests/data/fate/iamf-5_1_4.err for details.
>>>> make: *** [tests/Makefile:317: fate-iamf-5_1_4] Error 234
>>>>
>>>> These tests failed on my machine and looks like some machines on http://fate.ffmpeg.org/ failed as well.
>>>>
>>>> Can you help check what the problem is?
>>>
>>> What is your system (The shell, mainly)? And what is the error you get?
>>>
>>
>> My OS is Ubuntu 22.04.3 LTS and the compiler is gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) .
> 
> Can you check again with current git head?

The issue is fixed. Thanks for the quick fix.
diff mbox series

Patch

--- ./tests/ref/fate/iamf-stereo	2024-01-23 00:17:30.109846236 +0800
+++ tests/data/fate/iamf-stereo	2024-01-23 00:18:16.857845219 +0800
@@ -1,18 +0,0 @@ 
-ace731a4fbc302e24498d6b64daa16e7 *tests/data/fate/iamf-stereo.iamf
-14426 tests/data/fate/iamf-stereo.iamf
-#extradata 0:       34, 0x40a802c6
-#tb 0: 1/44100
-#media_type 0: audio
-#codec_id 0: flac
-#sample_rate 0: 44100
-#channel_layout_name 0: stereo
-0,          0,          0,     4608,     1399, 0x6e89566e
-0,       4608,       4608,     4608,     1442, 0x6c3c5b13
-0,       9216,       9216,     4608,     1380, 0xc497571b
-0,      13824,      13824,     4608,     1383, 0x48e9510f
-0,      18432,      18432,     4608,     1572, 0x9a514719
-0,      23040,      23040,     4608,     1391, 0x74ac5014
-0,      27648,      27648,     4608,     1422, 0x2f9d47c5
-0,      32256,      32256,     4608,     1768, 0x2a044b99
-0,      36864,      36864,     4608,     1534, 0xb0b35a3f
-0,      41472,      41472,     4608,      926, 0xc26a5eae
Test iamf-stereo failed. Look at tests/data/fate/iamf-stereo.err for details.
make: *** [tests/Makefile:317: fate-iamf-stereo] Error 234
make: *** Waiting for unfinished jobs....
TEST    seek-acodec-adpcm-ms
--- ./tests/ref/fate/iamf-5_1_4	2024-01-23 00:17:30.109846236 +0800
+++ tests/data/fate/iamf-5_1_4	2024-01-23 00:18:16.845845219 +0800
@@ -1,98 +0,0 @@ 
-c447cbbc8943cfb751fdf1145a094250 *tests/data/fate/iamf-5_1_4.iamf
-85603 tests/data/fate/iamf-5_1_4.iamf
-#extradata 0:       34, 0x40a802c6
-#extradata 1:       34, 0x40a802c6
-#extradata 2:       34, 0x407c02c4
-#extradata 3:       34, 0x407c02c4
-#extradata 4:       34, 0x40a802c6
-#extradata 5:       34, 0x40a802c6
-#tb 0: 1/44100
-#media_type 0: audio
-#codec_id 0: flac
-#sample_rate 0: 44100
-#channel_layout_name 0: stereo
-#tb 1: 1/44100
-#media_type 1: audio
-#codec_id 1: flac
-#sample_rate 1: 44100
-#channel_layout_name 1: stereo
-#tb 2: 1/44100
-#media_type 2: audio
-#codec_id 2: flac
-#sample_rate 2: 44100
-#channel_layout_name 2: mono
-#tb 3: 1/44100
-#media_type 3: audio
-#codec_id 3: flac
-#sample_rate 3: 44100
-#channel_layout_name 3: mono
-#tb 4: 1/44100
-#media_type 4: audio
-#codec_id 4: flac
-#sample_rate 4: 44100
-#channel_layout_name 4: stereo
-#tb 5: 1/44100
-#media_type 5: audio
-#codec_id 5: flac
-#sample_rate 5: 44100
-#channel_layout_name 5: stereo
-0,          0,          0,     4608,     1399, 0x6e89566e
-1,          0,          0,     4608,     1399, 0x6e89566e
-2,          0,          0,     4608,     1396, 0x0dcb5677
-3,          0,          0,     4608,     1396, 0x0dcb5677
-4,          0,          0,     4608,     1399, 0x6e89566e
-5,          0,          0,     4608,     1399, 0x6e89566e
-0,       4608,       4608,     4608,     1442, 0x6c3c5b13
-1,       4608,       4608,     4608,     1442, 0x6c3c5b13
-2,       4608,       4608,     4608,     1439, 0xc46b5ac5
-3,       4608,       4608,     4608,     1439, 0xc46b5ac5
-4,       4608,       4608,     4608,     1442, 0x6c3c5b13
-5,       4608,       4608,     4608,     1442, 0x6c3c5b13
-0,       9216,       9216,     4608,     1380, 0xc497571b
-1,       9216,       9216,     4608,     1380, 0xc497571b
-2,       9216,       9216,     4608,     1377, 0x5b2a55fe
-3,       9216,       9216,     4608,     1377, 0x5b2a55fe
-4,       9216,       9216,     4608,     1380, 0xc497571b
-5,       9216,       9216,     4608,     1380, 0xc497571b
-0,      13824,      13824,     4608,     1383, 0x48e9510f
-1,      13824,      13824,     4608,     1383, 0x48e9510f
-2,      13824,      13824,     4608,     1380, 0x045550d3
-3,      13824,      13824,     4608,     1380, 0x045550d3
-4,      13824,      13824,     4608,     1383, 0x48e9510f
-5,      13824,      13824,     4608,     1383, 0x48e9510f
-0,      18432,      18432,     4608,     1572, 0x9a514719
-1,      18432,      18432,     4608,     1572, 0x9a514719
-2,      18432,      18432,     4608,     1568, 0xa2bc45f4
-3,      18432,      18432,     4608,     1568, 0xa2bc45f4
-4,      18432,      18432,     4608,     1572, 0x9a514719
-5,      18432,      18432,     4608,     1572, 0x9a514719
-0,      23040,      23040,     4608,     1391, 0x74ac5014
-1,      23040,      23040,     4608,     1391, 0x74ac5014
-2,      23040,      23040,     4608,     1388, 0x96c85007
-3,      23040,      23040,     4608,     1388, 0x96c85007
-4,      23040,      23040,     4608,     1391, 0x74ac5014
-5,      23040,      23040,     4608,     1391, 0x74ac5014
-0,      27648,      27648,     4608,     1422, 0x2f9d47c5
-1,      27648,      27648,     4608,     1422, 0x2f9d47c5
-2,      27648,      27648,     4608,     1419, 0x4d4d466a
-3,      27648,      27648,     4608,     1419, 0x4d4d466a
-4,      27648,      27648,     4608,     1422, 0x2f9d47c5
-5,      27648,      27648,     4608,     1422, 0x2f9d47c5
-0,      32256,      32256,     4608,     1768, 0x2a044b99
-1,      32256,      32256,     4608,     1768, 0x2a044b99
-2,      32256,      32256,     4608,     1765, 0xacb84b24
-3,      32256,      32256,     4608,     1765, 0xacb84b24
-4,      32256,      32256,     4608,     1768, 0x2a044b99
-5,      32256,      32256,     4608,     1768, 0x2a044b99
-0,      36864,      36864,     4608,     1534, 0xb0b35a3f
-1,      36864,      36864,     4608,     1534, 0xb0b35a3f
-2,      36864,      36864,     4608,     1531, 0x996458aa
-3,      36864,      36864,     4608,     1531, 0x996458aa
-4,      36864,      36864,     4608,     1534, 0xb0b35a3f
-5,      36864,      36864,     4608,     1534, 0xb0b35a3f
-0,      41472,      41472,     4608,      926, 0xc26a5eae
-1,      41472,      41472,     4608,      926, 0xc26a5eae
-2,      41472,      41472,     4608,      923, 0xa7225edf
-3,      41472,      41472,     4608,      923, 0xa7225edf
-4,      41472,      41472,     4608,      926, 0xc26a5eae
-5,      41472,      41472,     4608,      926, 0xc26a5eae
Test iamf-5_1_4 failed. Look at tests/data/fate/iamf-5_1_4.err for details.
make: *** [tests/Makefile:318: fate-iamf-5_1_4] Error 234
--- ./tests/ref/fate/iamf-7_1_4	2024-01-23 00:17:30.109846236 +0800
+++ tests/data/fate/iamf-7_1_4	2024-01-23 00:18:16.857845219 +0800
@@ -1,114 +0,0 @@ 
-157c3185684e12cc8385ee7c3ef2fb4c *tests/data/fate/iamf-7_1_4.iamf
-99851 tests/data/fate/iamf-7_1_4.iamf
-#extradata 0:       34, 0x40a802c6
-#extradata 1:       34, 0x40a802c6
-#extradata 2:       34, 0x407c02c4
-#extradata 3:       34, 0x407c02c4
-#extradata 4:       34, 0x40a802c6
-#extradata 5:       34, 0x40a802c6
-#extradata 6:       34, 0x40a802c6
-#tb 0: 1/44100
-#media_type 0: audio
-#codec_id 0: flac
-#sample_rate 0: 44100
-#channel_layout_name 0: stereo
-#tb 1: 1/44100
-#media_type 1: audio
-#codec_id 1: flac
-#sample_rate 1: 44100
-#channel_layout_name 1: stereo
-#tb 2: 1/44100
-#media_type 2: audio
-#codec_id 2: flac
-#sample_rate 2: 44100
-#channel_layout_name 2: mono
-#tb 3: 1/44100
-#media_type 3: audio
-#codec_id 3: flac
-#sample_rate 3: 44100
-#channel_layout_name 3: mono
-#tb 4: 1/44100
-#media_type 4: audio
-#codec_id 4: flac
-#sample_rate 4: 44100
-#channel_layout_name 4: stereo
-#tb 5: 1/44100
-#media_type 5: audio
-#codec_id 5: flac
-#sample_rate 5: 44100
-#channel_layout_name 5: stereo
-#tb 6: 1/44100
-#media_type 6: audio
-#codec_id 6: flac
-#sample_rate 6: 44100
-#channel_layout_name 6: stereo
-0,          0,          0,     4608,     1399, 0x6e89566e
-1,          0,          0,     4608,     1399, 0x6e89566e
-2,          0,          0,     4608,     1396, 0x0dcb5677
-3,          0,          0,     4608,     1396, 0x0dcb5677
-4,          0,          0,     4608,     1399, 0x6e89566e
-5,          0,          0,     4608,     1399, 0x6e89566e
-6,          0,          0,     4608,     1399, 0x6e89566e
-0,       4608,       4608,     4608,     1442, 0x6c3c5b13
-1,       4608,       4608,     4608,     1442, 0x6c3c5b13
-2,       4608,       4608,     4608,     1439, 0xc46b5ac5
-3,       4608,       4608,     4608,     1439, 0xc46b5ac5
-4,       4608,       4608,     4608,     1442, 0x6c3c5b13
-5,       4608,       4608,     4608,     1442, 0x6c3c5b13
-6,       4608,       4608,     4608,     1442, 0x6c3c5b13
-0,       9216,       9216,     4608,     1380, 0xc497571b
-1,       9216,       9216,     4608,     1380, 0xc497571b
-2,       9216,       9216,     4608,     1377, 0x5b2a55fe
-3,       9216,       9216,     4608,     1377, 0x5b2a55fe
-4,       9216,       9216,     4608,     1380, 0xc497571b
-5,       9216,       9216,     4608,     1380, 0xc497571b
-6,       9216,       9216,     4608,     1380, 0xc497571b
-0,      13824,      13824,     4608,     1383, 0x48e9510f
-1,      13824,      13824,     4608,     1383, 0x48e9510f
-2,      13824,      13824,     4608,     1380, 0x045550d3
-3,      13824,      13824,     4608,     1380, 0x045550d3
-4,      13824,      13824,     4608,     1383, 0x48e9510f
-5,      13824,      13824,     4608,     1383, 0x48e9510f
-6,      13824,      13824,     4608,     1383, 0x48e9510f
-0,      18432,      18432,     4608,     1572, 0x9a514719
-1,      18432,      18432,     4608,     1572, 0x9a514719
-2,      18432,      18432,     4608,     1568, 0xa2bc45f4
-3,      18432,      18432,     4608,     1568, 0xa2bc45f4
-4,      18432,      18432,     4608,     1572, 0x9a514719
-5,      18432,      18432,     4608,     1572, 0x9a514719
-6,      18432,      18432,     4608,     1572, 0x9a514719
-0,      23040,      23040,     4608,     1391, 0x74ac5014
-1,      23040,      23040,     4608,     1391, 0x74ac5014
-2,      23040,      23040,     4608,     1388, 0x96c85007
-3,      23040,      23040,     4608,     1388, 0x96c85007
-4,      23040,      23040,     4608,     1391, 0x74ac5014
-5,      23040,      23040,     4608,     1391, 0x74ac5014
-6,      23040,      23040,     4608,     1391, 0x74ac5014
-0,      27648,      27648,     4608,     1422, 0x2f9d47c5
-1,      27648,      27648,     4608,     1422, 0x2f9d47c5
-2,      27648,      27648,     4608,     1419, 0x4d4d466a
-3,      27648,      27648,     4608,     1419, 0x4d4d466a
-4,      27648,      27648,     4608,     1422, 0x2f9d47c5
-5,      27648,      27648,     4608,     1422, 0x2f9d47c5
-6,      27648,      27648,     4608,     1422, 0x2f9d47c5
-0,      32256,      32256,     4608,     1768, 0x2a044b99
-1,      32256,      32256,     4608,     1768, 0x2a044b99
-2,      32256,      32256,     4608,     1765, 0xacb84b24
-3,      32256,      32256,     4608,     1765, 0xacb84b24
-4,      32256,      32256,     4608,     1768, 0x2a044b99
-5,      32256,      32256,     4608,     1768, 0x2a044b99
-6,      32256,      32256,     4608,     1768, 0x2a044b99
-0,      36864,      36864,     4608,     1534, 0xb0b35a3f
-1,      36864,      36864,     4608,     1534, 0xb0b35a3f
-2,      36864,      36864,     4608,     1531, 0x996458aa
-3,      36864,      36864,     4608,     1531, 0x996458aa
-4,      36864,      36864,     4608,     1534, 0xb0b35a3f
-5,      36864,      36864,     4608,     1534, 0xb0b35a3f
-6,      36864,      36864,     4608,     1534, 0xb0b35a3f
-0,      41472,      41472,     4608,      926, 0xc26a5eae
-1,      41472,      41472,     4608,      926, 0xc26a5eae
-2,      41472,      41472,     4608,      923, 0xa7225edf
-3,      41472,      41472,     4608,      923, 0xa7225edf
-4,      41472,      41472,     4608,      926, 0xc26a5eae
-5,      41472,      41472,     4608,      926, 0xc26a5eae
-6,      41472,      41472,     4608,      926, 0xc26a5eae