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

Builder ffmpeg-solaris10-sparc Build #13126

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionafb374f10979e8810fa9f060a964f017fe81edcd
Got Revisionafb374f10979e8810fa9f060a964f017fe81edcd
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 55 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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13126 Build
codebase Build
got_revision afb374f10979e8810fa9f060a964f017fe81edcd Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision afb374f10979e8810fa9f060a964f017fe81edcd 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. Andreas Rheinhardt

Timing:

StartThu Feb 12 11:14:51 2026
EndThu Feb 12 11:15:55 2026
Elapsed1 mins, 4 secs

All Changes:

:

  1. Change #257493

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 12 Feb 2026 10:34:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 77d7891052942f7a622635c0729bb23d62dfa4c3

    Comments

    avcodec/adpcmenc: Mark unreachable code as such
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/adpcmenc.c
  2. Change #257494

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 12 Feb 2026 10:34:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b764f40eaa426041252306ac95e2cdcd3a972526

    Comments

    avcodec/adpcmenc: Check sample rates, ch layouts generically
    This also advertises the supported sample rates/channel layouts.
    For ADPCM_IMA_AMV, it actually fixes the advertised channel layouts.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/adpcmenc.c
  3. Change #257495

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 12 Feb 2026 10:34:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 66c7bf3bf872b36df8c1f1e4809da8623c3754aa

    Comments

    avcodec/adpcmenc: Don't advertise ineffective options
    ADPCM_ARGO, ADPCM_IMA_QT and ADPCM_SWF don't use
    the block_size option at all.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/adpcmenc.c
  4. Change #257496

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 12 Feb 2026 11:06:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e3ec6322bb13a0fb756aaeb12ef772148f0c1965

    Comments

    avcodec/dpcm: Avoid trailing '_' in macro parameters
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/dpcm.c
  5. Change #257497

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 12 Feb 2026 11:06:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision afb374f10979e8810fa9f060a964f017fe81edcd

    Comments

    avcodec/dpcm: Remove unnecessary flush callbacks
    {INTERPLAY,ROQ,XAN}_DPCM does not use the stored samples at all.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/dpcm.c