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

Builder ffmpeg-solaris10-i386 Build #13344

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision23a58c6c3651885ec56e9dc7da1253dd7ba4abd6
Got Revision23a58c6c3651885ec56e9dc7da1253dd7ba4abd6
Changes2 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-solaris10-i386' 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 ( 13 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 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/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 13344 Build
codebase Build
got_revision 23a58c6c3651885ec56e9dc7da1253dd7ba4abd6 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 23a58c6c3651885ec56e9dc7da1253dd7ba4abd6 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartTue Mar 3 13:44:46 2026
EndTue Mar 3 13:45:10 2026
Elapsed23 secs

All Changes:

:

  1. Change #259702

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 03 Mar 2026 13:07:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 49e57c6c8504a13a1f6dedb2c1c96839c7b54f52

    Comments

    avcodec/error_resilience: Initialize error resilience context earlier
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/error_resilience.c
    • libavcodec/error_resilience.h
    • libavcodec/h264dec.c
    • libavcodec/mpeg_er.c
  2. Change #259703

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 03 Mar 2026 13:07:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 23a58c6c3651885ec56e9dc7da1253dd7ba4abd6

    Comments

    avcodec/h264dec,mpeg_er: Move allocating er buffers to ff_er_init()
    (This also stops zero-allocating er_temp_buffer for H.264,
    reverting back to the behavior from before commit
    0a1dc817237b8546189960efd523257b4f62e1ab.)
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/error_resilience.c
    • libavcodec/error_resilience.h
    • libavcodec/h264dec.c
    • libavcodec/mpeg_er.c