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

Builder ffmpeg64-solaris10-sparc Build #13008

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 8 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 ( 4 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 13008 Build
codebase Build
got_revision 8bd5594a0f81604457f327f4b6a116c017566e86 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 8bd5594a0f81604457f327f4b6a116c017566e86 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:

StartMon Jan 19 14:49:43 2026
EndMon Jan 19 14:50:06 2026
Elapsed22 secs

All Changes:

:

  1. Change #255655

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Mon 19 Jan 2026 14:34:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d15a9d5961e6f9a0cb8c1c9d692ce9b985b58db2

    Comments

    avformat/whip: fix memleak when avio_alloc_context() fails
    The buffer is prepared for avio, so we need to free
    the buffer at the end when avio_alloc_context() fails,
    otherwise, it will cause memleak.
    
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • libavformat/whip.c
  2. Change #255656

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Mon 19 Jan 2026 14:37:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5e730270990e00bb068e8bb876aedaf55404c5ac

    Comments

    avfotmat/whip: remove ssl_error_message since it's no longer in use
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • libavformat/whip.c
  3. Change #255657

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Mon 19 Jan 2026 14:37:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5bc9e76ec62830aa798a2c99145e81b591a1ce79

    Comments

    avformat/whip: fix parameter order of ELAPSED
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • libavformat/whip.c
  4. Change #255658

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Mon 19 Jan 2026 14:37:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8bd5594a0f81604457f327f4b6a116c017566e86

    Comments

    avformat/whip: fix potential out of bound read in is_dtls_packet
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • libavformat/whip.c