Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder ffmpeg-solaris10-sparc Build #12040

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision48c0dba23b3ce8c2bcb180bd2c8029c3c2875424
Got Revision48c0dba23b3ce8c2bcb180bd2c8029c3c2875424
Changes7 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 36 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 1 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 42 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 2 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 1 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12040 Build
codebase Build
got_revision 48c0dba23b3ce8c2bcb180bd2c8029c3c2875424 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 48c0dba23b3ce8c2bcb180bd2c8029c3c2875424 Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Michael Niedermayer
  2. Romain Beauxis
  3. Shiyou Yin

Timing:

StartWed Apr 30 00:30:55 2025
EndWed Apr 30 00:32:21 2025
Elapsed1 mins, 26 secs

All Changes:

:

  1. Change #228674

    Category ffmpeg
    Changed by Shiyou Yin <yinshiyou-hfohnoyoudont@loongson.cn>
    Changed at Tue 29 Apr 2025 22:59:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ab8e160f71f486f516cc06e4a930c4180c3c41df

    Comments

    avcodec: Fix fate-checkasm-hevc_pel failed on LA.
    Some loop counters were initialized incorrectly.
    This patch enhances the handling of loop iterations and residual parts.
    
    Reviewed-by: 陈昊 <chenhao@loongson.cn>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/loongarch/hevc_mc_bi_lsx.c
    • libavcodec/loongarch/hevc_mc_uni_lsx.c
    • libavcodec/loongarch/hevcdsp_init_loongarch.c
    • libavcodec/loongarch/hevcdsp_lsx.c
    • libavcodec/loongarch/hevcdsp_lsx.h
  2. Change #228675

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Tue 29 Apr 2025 22:59:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2352145e416c7cbdcf9679ea690c9c1dee4a7936

    Comments

    avformat/hls: Add cmfv and cmfa to allowed_extensions
    Fixes: www.nicovideo.jp
    Fixes: Ticket11526
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/hls.c
  3. Change #228676

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Tue 29 Apr 2025 22:59:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0da6ddfc0135df970f2fca2d110aea78ce73e92c

    Comments

    avformat/hls: Point user to how to easily contribute a fix for missing extensions
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/hls.c
  4. Change #228677

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Tue 29 Apr 2025 22:59:24
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 68644994fd7cf55613e8b17bcc95b29226285ec5

    Comments

    avformat/hls: Add ec3 to allowed_extensions
    Fixes part of Ticket11435
    Fixes: Elisa Viihde (Finnish online recording service)
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/hls.c
  5. Change #228678

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Tue 29 Apr 2025 22:59:24
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d82016c7302e0ede8626fc3d92f1418c567fbab4

    Comments

    avformat/hls: add fmp4 to allowed_extensions
    Fixes: yt-dlp/issues/12700
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/hls.c
  6. Change #228679

    Category ffmpeg
    Changed by Romain Beauxis <romain.beauxisohnoyoudont@gmail.com>
    Changed at Wed 30 Apr 2025 00:03:00
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2431fd0b275869f055ca69db021270998e42362e

    Comments

    tests: Add stream dump test API util, use it to dump stream data for chained ogg/{vorbis, opus, flac} streams.
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • tests/Makefile
    • tests/api/Makefile
    • tests/api/api-dump-stream-meta-test.c
    • tests/fate/ogg-flac.mak
    • tests/fate/ogg-opus.mak
    • tests/fate/ogg-vorbis.mak
    • tests/ref/fate/ogg-flac-chained-meta.txt
    • tests/ref/fate/ogg-opus-chained-meta.txt
    • tests/ref/fate/ogg-vorbis-chained-meta.txt
  7. Change #228680

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Wed 30 Apr 2025 00:06:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 48c0dba23b3ce8c2bcb180bd2c8029c3c2875424

    Comments

    avformat/hls: Fix Youtube AAC
    Fixes: Ticket11435
    Fixes: yt-dlp -f 234+270 https://www.youtube.com/live/l8PMl7tUDIE
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/hls.c