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

Builder ffmpeg64-solaris10-sparc Build #13667

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision4851060ccd2881d2f19abda3b19ff0bd5a72f3ea
Got Revision4851060ccd2881d2f19abda3b19ff0bd5a72f3ea
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 1 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 2 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 2 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 ( 3 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.sh' failed ( 1 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 13667 Build
codebase Build
got_revision 4851060ccd2881d2f19abda3b19ff0bd5a72f3ea Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 4851060ccd2881d2f19abda3b19ff0bd5a72f3ea 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. Andreas Rheinhardt
  2. Marvin Scholz

Timing:

StartTue May 12 17:22:50 2026
EndTue May 12 17:23:18 2026
Elapsed28 secs

All Changes:

:

  1. Change #266886

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 12 May 2026 16:11:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e626b02a01093b90fe6ab0d3a3d3acbf094b0b91

    Comments

    avformat/id3v2: Avoid temporary buffer
    Reviewed-by: Romain Beauxis <toots@rastageeks.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/id3v2.c
  2. Change #266887

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 12 May 2026 16:12:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 356e427d5cf4079fb9208ab205a9b9d3f89abf2a

    Comments

    avformat/id3v2: Use proper logcontext
    Otherwise one could not associate log messages with inputs.
    
    Reviewed-by: Romain Beauxis <toots@rastageeks.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/id3v2.c
  3. Change #266888

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 12 May 2026 16:12:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c29d1b9df58358a7349780c8daab7e62d837a75e

    Comments

    avformat/id3v2: Fix indentation
    Forgotten after e9c372362cb736240dcd87658a027ecfb7b9d240.
    
    Reviewed-by: Romain Beauxis <toots@rastageeks.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/id3v2.c
  4. Change #266895

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Tue 12 May 2026 17:17:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3dbc3c6954e74d0c614a7572bd6176fc6c7eb302

    Comments

    avcodec/libvorbisenc: conditionally set initial_padding
    Only set initial_padding when vorbis_analysis_blockout succeeds,
    this avoids passing uninitialized data/garbage pointer to
    av_vorbis_parse_frame.
    
    Fix Coverity Issue 1681345

    Changed files

    • libavcodec/libvorbisenc.c
  5. Change #266896

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Tue 12 May 2026 17:18:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 37ff8fad47fa43976a4e00380c8794e5489cfb0d

    Comments

    avutil: hdr_dynamic_metadata: handle allocation failure
    Handle allocation failure properly in
    av_dynamic_hdr_smpte2094_app5_from_t35.
    
    Fixes Coverity issue #1691448

    Changed files

    • libavutil/hdr_dynamic_metadata.c
  6. Change #266897

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Tue 12 May 2026 17:18:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4851060ccd2881d2f19abda3b19ff0bd5a72f3ea

    Comments

    avutil: hdr_dynamic_metadata: fix error code
    When s is NULL in av_dynamic_hdr_smpte2094_app5_from_t35, that's not an
    allocation error but just invalid API usage. If there is any allocation
    failure beforehand that would lead to this, the caller has to check it,
    like is already done in all usages of this function in FFmpeg itself.

    Changed files

    • libavutil/hdr_dynamic_metadata.c