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

Builder ffmpeg-solaris10-i386 Build #13636

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionfcffc0e1c5f82aa134d476fcbbc65e291a0ec958
Got Revisionfcffc0e1c5f82aa134d476fcbbc65e291a0ec958
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 13636 Build
codebase Build
got_revision fcffc0e1c5f82aa134d476fcbbc65e291a0ec958 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision fcffc0e1c5f82aa134d476fcbbc65e291a0ec958 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:

StartSat Apr 18 00:48:11 2026
EndSat Apr 18 00:48:26 2026
Elapsed15 secs

All Changes:

:

  1. Change #264866

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 17 Apr 2026 23:52:53
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 25ce544d4b27e5a4fdfc481f3f41ee1d631f0b3e

    Comments

    avformat/matroskaenc: Increase size of EBML_WRITER array
    7faa6ee2aa01e3bd747ce6c55e6d44c2ba7b0bb8 added support
    for writing AV_PKT_DATA_DYNAMIC_HDR_SMPTE_2094_APP5,
    yet forgot to update the size of the EBML element buffer.
    
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/matroskaenc.c
  2. Change #264868

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 17 Apr 2026 23:53:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 38df985fba3a5d5072d60afc67f164f1e2bd4211

    Comments

    avformat/matroskaenc: Use separate buffer for SMPTE 2094 blockadditional
    Otherwise the buffer for the hdr10+ blockadditional would
    be clobbered if both are present (the buffers can only be
    reused after the ebml_writer_write() call).
    
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/matroskaenc.c
  3. Change #264869

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 17 Apr 2026 23:53:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fcffc0e1c5f82aa134d476fcbbc65e291a0ec958

    Comments

    avformat/matroskaenc: Remove pointless side-data size checks
    Just presume that we any present side data is actually valid.
    
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/matroskaenc.c