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

Builder ffmpeg64-solaris10-sparc Build #13025

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionba3cbc2b4ac5a451ffb4e1a9cbea0e6f54c24766
Got Revisionba3cbc2b4ac5a451ffb4e1a9cbea0e6f54c24766
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 36 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 2 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 11 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_64.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/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 13025 Build
codebase Build
got_revision ba3cbc2b4ac5a451ffb4e1a9cbea0e6f54c24766 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision ba3cbc2b4ac5a451ffb4e1a9cbea0e6f54c24766 Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jack Lau

Timing:

StartWed Jan 21 10:26:42 2026
EndWed Jan 21 10:27:33 2026
Elapsed51 secs

All Changes:

:

  1. Change #255898

    Category ffmpeg
    Changed by Jack Lau <jacklau1222ohnoyoudont@qq.com>
    Changed at Wed 21 Jan 2026 09:52:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ddf3e5651455a80bea86480c6c2e3911753251e3

    Comments

    avformat/whip: correct the ice time log
    The ICE handshake actually finished after recieve
    and handle binding request from peer when the peer
    is not ice lite mode.
    
    Log the ice status when it really done.
    
    Signed-off-by: Jack Lau <jacklau1222@qq.com>

    Changed files

    • libavformat/whip.c
  2. Change #255899

    Category ffmpeg
    Changed by Jack Lau <jacklau1222ohnoyoudont@qq.com>
    Changed at Wed 21 Jan 2026 09:52:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 42596578ee033a830a75a9a34ca59a85db08e0d2

    Comments

    avformat/whip: put dtls init code into dtls_initialize
    Signed-off-by: Jack Lau <jacklau1222@qq.com>

    Changed files

    • libavformat/whip.c
  3. Change #255900

    Category ffmpeg
    Changed by Jack Lau <jacklau1222ohnoyoudont@qq.com>
    Changed at Wed 21 Jan 2026 09:52:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bbd63b5a82fff38814274b50e53c3f8e2cef82d4

    Comments

    avformat/whip: handle the error of dtls_initialize
    Correct the log level to AV_LOG_ERROR when dtls fails
    
    Signed-off-by: Jack Lau <jacklau1222@qq.com>

    Changed files

    • libavformat/whip.c
  4. Change #255901

    Category ffmpeg
    Changed by Jack Lau <jacklau1222ohnoyoudont@qq.com>
    Changed at Wed 21 Jan 2026 09:52:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 69b6af0e6864900cb95b319497876c033e4e38c2

    Comments

    avformat/whip: remove redundant NONBLOCK set for dtls
    DTLS handshake already force set BLOCK mode.
    
    Signed-off-by: Jack Lau <jacklau1222@qq.com>

    Changed files

    • libavformat/whip.c
  5. Change #255902

    Category ffmpeg
    Changed by Jack Lau <jacklau1222ohnoyoudont@qq.com>
    Changed at Wed 21 Jan 2026 10:18:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ba3cbc2b4ac5a451ffb4e1a9cbea0e6f54c24766

    Comments

    avformat/whip: fix hard code in SDP BUNDLE
    In early code, the BUNDLE always has two stream
    id "a=group:BUNDLE 0 1" even though there's only
    one stream.
    
    This patch aims to dynamically set BUNDLE value.
    
    Signed-off-by: Jack Lau <jacklau1222@qq.com>

    Changed files

    • libavformat/whip.c