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

Builder ffmpeg-solaris10-sparc Build #12927

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionfb72a3d567f3300b69b2f45227a3e8a6b75314ac
Got Revisionfb72a3d567f3300b69b2f45227a3e8a6b75314ac
Changes14 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 6 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 ( 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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12927 Build
codebase Build
got_revision fb72a3d567f3300b69b2f45227a3e8a6b75314ac Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision fb72a3d567f3300b69b2f45227a3e8a6b75314ac 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:

StartFri Jan 2 19:21:53 2026
EndFri Jan 2 19:22:12 2026
Elapsed18 secs

All Changes:

:

  1. Change #253948

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 02 Jan 2026 18:30:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 15e1e61888805f128894be199b257e8ab6cb686b

    Comments

    avcodec/wmv2: Don't initialize BlockDSPContext redundantly
    ff_mpv_common_init() already does it for us.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/wmv2.c
  2. Change #253949

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 02 Jan 2026 18:30:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4f4cbed928725ce4499ecd61d285a8d22a8b8135

    Comments

    avcodec/msmpeg4: Initialize WMV2 generically
    WMV1 and WMV2 use other scantables and therefore
    ff_msmpeg4_common_init() reinitializes them. Yet WMV2
    also uses a different IDCT overwriting the ordinary one,
    so that the IDCT permutation changes and therefore
    ff_wmv2_common_init() (called after ff_msmpeg4_common_init())
    needs to reinitialize the scantables again.
    
    Avoid this by calling ff_wmv2_common_init() in
    ff_msmpeg4_common_init().
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/msmpeg4.c
    • libavcodec/wmv2.c
    • libavcodec/wmv2dec.c
    • libavcodec/wmv2enc.c
  3. Change #253950

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 02 Jan 2026 18:30:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 11b32b780f9d573fdd3afc2255ce99abc28c4fc8

    Comments

    avcodec/msmpeg4: Avoid branch
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/msmpeg4.c
  4. Change #253951

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 02 Jan 2026 18:30:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 224473b676173a651d52d0b56a92c9c5ddbb5eae

    Comments

    avcodec/wmv2dec: Don't put skip_type in context
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/wmv2dec.c
  5. Change #253952

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 02 Jan 2026 18:30:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1674ff14e9364154c75d2f6d47cd0fc17751884b

    Comments

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

    Changed files

    • libavcodec/wmv2dec.c
  6. Change #253953

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 02 Jan 2026 18:39:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 70b58e770dc809d6917047dd3c06b613aef60b24

    Comments

    avcodec/msmpeg4: Mark unreachable code as unreachable
    Reviewed-by: Ramiro Polla <ramiro.polla@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/msmpeg4.c
  7. Change #253954

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 02 Jan 2026 18:39:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 956bfec1152c89c935a9f754f0013bf435bbabd9

    Comments

    avcodec/wmv2: Move ff_msmpel_motion() to the decoder
    mspel is not supported by the encoder.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/mpegvideo_motion.c
    • libavcodec/wmv2.c
    • libavcodec/wmv2.h
    • libavcodec/wmv2dec.c
    • libavcodec/wmv2dec.h
  8. Change #253955

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 02 Jan 2026 18:39:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 34c9438bbe6ca2dd6014853055f514a04a9eb16d

    Comments

    avcodec/wmv2dsp: Move mspel motion functions out of WMV2DSPContext
    They are only used by the decoder (which has them twice, because
    the IntraX8Context contains a WMV2DSPContext whose put_mspel_pixels
    functions were unused), so move them there.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • configure
    • libavcodec/wmv2dec.c
    • libavcodec/wmv2dsp.c
    • libavcodec/wmv2dsp.h
  9. Change #253956

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 02 Jan 2026 18:39:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f02f948ed011cfb3be72f4f9eda5dd69d8e4c974

    Comments

    avcodec/wmv2dsp: Modify IDCTDSPContext directly
    This allows to remove ff_wmv2_common_init() altogether.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • configure
    • libavcodec/Makefile
    • libavcodec/intrax8.c
    • libavcodec/intrax8.h
    • libavcodec/mips/wmv2dsp_init_mips.c
    • libavcodec/mips/wmv2dsp_mips.h
    • libavcodec/msmpeg4.c
    • libavcodec/wmv2.c
    • libavcodec/wmv2.h
    • libavcodec/wmv2dec.c
    • libavcodec/wmv2dsp.c
    • libavcodec/wmv2dsp.h
  10. Change #253957

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 02 Jan 2026 18:39:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 90191e8ab96b4b01575e0521025699d529f7382b

    Comments

    avcodec/wmv2: Remove WMV2Context
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/wmv2.h
    • libavcodec/wmv2dec.c
    • libavcodec/wmv2enc.c
  11. Change #253958

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 02 Jan 2026 18:39:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c9c452688bf54ec48f28b964f2fbb912b07d2973

    Comments

    avcodec/wmv2dec: Avoid indirection
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/wmv2dec.c
  12. Change #253959

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 02 Jan 2026 18:39:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3946e577976f1e7c3e32cba1b5efb5e96535533c

    Comments

    avcodec/mpegvideo: Move permutated_intra scans to {H263Dec,MPVEnc}Ctx
    Only used by these two.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/h263dec.c
    • libavcodec/h263dec.h
    • libavcodec/ituh263dec.c
    • libavcodec/ituh263enc.c
    • libavcodec/mpeg4videodec.c
    • libavcodec/mpeg4videoenc.c
    • libavcodec/mpegvideo.c
    • libavcodec/mpegvideo.h
    • libavcodec/mpegvideoenc.h
    • libavcodec/msmpeg4.c
    • libavcodec/msmpeg4.h
    • libavcodec/msmpeg4dec.c
    • libavcodec/msmpeg4enc.c
  13. Change #253960

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 02 Jan 2026 18:39:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0d2ab41ec82e01e9f47deef20ecba8902f6a24d9

    Comments

    avcodec/h261: Remove H261Context
    It only contains a single field, so add this directly to MPVContext
    and remove private_ctx. This avoids an indirection in
    ff_h261_loop_filter().
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/h261.c
    • libavcodec/h261.h
    • libavcodec/h261dec.c
    • libavcodec/h261enc.c
    • libavcodec/mpegvideo.h
  14. Change #253961

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 02 Jan 2026 18:39:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fb72a3d567f3300b69b2f45227a3e8a6b75314ac

    Comments

    avcodec/vc1_block: Simplify vc1_coded_block_pred()
    Make it already apply the prediction, avoiding the pointer indirection.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/vc1_block.c