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

Builder ffmpeg-solaris10-sparc Build #12170

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Marvin Scholz

Timing:

StartWed Jun 11 19:49:27 2025
EndWed Jun 11 19:49:58 2025
Elapsed31 secs

All Changes:

:

  1. Change #232039

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Wed 11 Jun 2025 19:26:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2c3ac6e0faab98651085bbda825130c4b98ee615

    Comments

    lavfi/f_sendcmd: add helper to clear Command
    Makes clearing the Command more explicit and
    consistent.

    Changed files

    • libavfilter/f_sendcmd.c
  2. Change #232040

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Wed 11 Jun 2025 19:26:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 089e69dfe49ac22c1bde8758f12aa7b692a896ab

    Comments

    lavfi/f_sendcmd: clear Command on alloc failure
    If the command array failed to allocate, the current parsed
    Command has to be cleared, else memory allocated for it
    would be leaked.
    
    Fix CID 1638635

    Changed files

    • libavfilter/f_sendcmd.c
  3. Change #232041

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Wed 11 Jun 2025 19:32:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f019dd69f0f5ecd89add139784cf37148af56bd0

    Comments

    ffmpeg_demux: init resume_warn variable
    Fixes an uninitialized read introduced with
    6232f416b172358c9dd82462037953f02743df27
    
    Fix CID 1643162 Uninitialized scalar variable

    Changed files

    • fftools/ffmpeg_demux.c