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

Builder ffmpegsos-solaris10-sparc Build #12844

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision7e3781e3ca8a9f5cc6ba14e05cc5fd12498bbaa9
Got Revision7e3781e3ca8a9f5cc6ba14e05cc5fd12498bbaa9
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 43 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 ( 31 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_sos.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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12844 Build
codebase Build
got_revision 7e3781e3ca8a9f5cc6ba14e05cc5fd12498bbaa9 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7e3781e3ca8a9f5cc6ba14e05cc5fd12498bbaa9 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartWed Feb 11 12:47:05 2026
EndWed Feb 11 12:48:24 2026
Elapsed1 mins, 19 secs

All Changes:

:

  1. Change #257438

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

    Comments

    avcodec/adpcm: Don't set AVCodec.sample_fmts
    It is unnecessary for a decoder (the sample fmt is
    set lateron during init and the user has no choice
    over this (even for the decoders where sample_fmts
    contains two entries).
    
    (This also fixes the ADPCM_DECODER macro: It's second
    and third parameters were called "name" and "sample_fmts",
    yet the second argument always contained the sample fmts.)
    
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/adpcm.c
  2. Change #257439

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 11 Feb 2026 12:07:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 028d9d3997a540f7d038a5a0cc19ad96facc27e2

    Comments

    avcodec/sbcdec: Don't set encoder-only fields
    ch_layouts, sample_fmts and supported_samplerates
    are of no use for a decoder, so don't set them.
    In this case this fixes an inconsistency:
    ch_layouts contained mono and stereo, yet lateron
    the AVCodecContext's ch_layout is always populated
    with an AV_CHANNEL_ORDER_UNSPEC layout.
    
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/sbcdec.c
  3. Change #257440

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 11 Feb 2026 12:07:35
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 12c2a4e1175f4fc96bd6aaa5d4f2b023e992da87

    Comments

    avcodec: Don't set AVCodec.sample_fmts,ch_layouts for decoders
    It is pointless for them given that these values will
    be overridden by the decoder lateron anyway.
    The only exceptions to this are scenarios where the decoder
    actually checks request_sample_fmt or where there are both
    fixed- and floating point decoders.
    
    (IMO something like get_format() for audio would be better for
    both cases.)
    
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/8svx.c
    • libavcodec/adxdec.c
    • libavcodec/amrnbdec.c
    • libavcodec/amrwbdec.c
    • libavcodec/apac.c
    • libavcodec/apedec.c
    • libavcodec/atrac1.c
    • libavcodec/atrac3.c
    • libavcodec/bonk.c
    • libavcodec/cngdec.c
    • libavcodec/cook.c
    • libavcodec/dcadec.c
    • libavcodec/dolby_e.c
    • libavcodec/dsddec.c
    • libavcodec/dstdec.c
    • libavcodec/fastaudio.c
    • libavcodec/hcadec.c
    • libavcodec/imc.c
    • libavcodec/libcodec2.c
    • libavcodec/mace.c
    • libavcodec/metasound.c
    • libavcodec/misc4.c
    • libavcodec/mpc7.c
    • libavcodec/mpc8.c
    • libavcodec/nellymoserdec.c
    • libavcodec/on2avc.c
    • libavcodec/osq.c
    • libavcodec/pcm-bluray.c
    • libavcodec/pcm-dvd.c
    • libavcodec/qoadec.c
    • libavcodec/ralf.c
    • libavcodec/shorten.c
    • libavcodec/takdec.c
    • libavcodec/twinvqdec.c
    • libavcodec/vorbisdec.c
    • libavcodec/wmadec.c
    • libavcodec/wmalosslessdec.c
    • libavcodec/wmaprodec.c
  4. Change #257441

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 11 Feb 2026 12:07:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7e3781e3ca8a9f5cc6ba14e05cc5fd12498bbaa9

    Comments

    avcodec/libcodec2: Remove always-false checks
    Already checked via CODEC_SAMPLERATES and CODEC_SAMPLEFMTS.
    
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/libcodec2.c