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

Builder ffmpeg-solaris10-sparc Build #13219

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision7505cea0e913ceb78f38081a47f717f732b0b9a7
Got Revision7505cea0e913ceb78f38081a47f717f732b0b9a7
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 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 ( 7 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 0 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 13219 Build
codebase Build
got_revision 7505cea0e913ceb78f38081a47f717f732b0b9a7 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7505cea0e913ceb78f38081a47f717f732b0b9a7 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. Jack Lau
  2. Jack Lau

Timing:

StartFri Feb 27 14:34:53 2026
EndFri Feb 27 14:35:11 2026
Elapsed17 secs

All Changes:

:

  1. Change #259218

    Category ffmpeg
    Changed by Jack Lau <jacklau1222ohnoyoudont@qq.com>
    Changed at Fri 27 Feb 2026 13:42:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e7757d8f2e6ffd35dd1e224be553130382d36d7f

    Comments

    avformat/whip: add rtp history store and find method
    This patch aims to enable rtp history store for RTX
    
    Signed-off-by: Jack Lau <jacklau1222@qq.com>

    Changed files

    • doc/muxers.texi
    • libavformat/whip.c
  2. Change #259219

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Fri 27 Feb 2026 13:42:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d7820156f92a490ecff45b9e92bfe6ca2c621585

    Comments

    avformat/whip: add RTX support
    See https://datatracker.ietf.org/doc/html/rfc4588
    
    Parse sequence number from NACKs, then create RTX
    packet and send it.
    
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>
    
    avformat/whip: set NACK logs as DEBUG
    
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • libavformat/whip.c
  3. Change #259220

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Fri 27 Feb 2026 13:42:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7e48c0afc90504955e05c45e2e3f886ecea5c4d7

    Comments

    avformat/whip: add missing ":" in "a=rtcp-fb" when generate sdp
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • libavformat/whip.c
  4. Change #259221

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Fri 27 Feb 2026 13:42:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7505cea0e913ceb78f38081a47f717f732b0b9a7

    Comments

    avformat/whip: skip the unmatch nack packet through ssrc
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • libavformat/whip.c