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

Builder ffmpegsos-solaris10-sparc Build #13746

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiona59498db085e3d635532397128550141ab87408a
Got Revisiona59498db085e3d635532397128550141ab87408a
Changes9 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-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 ( 11 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 ( 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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13746 Build
codebase Build
got_revision a59498db085e3d635532397128550141ab87408a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a59498db085e3d635532397128550141ab87408a 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:

StartSun Aug 2 01:25:13 2026
EndSun Aug 2 01:25:36 2026
Elapsed23 secs

All Changes:

:

  1. Change #276727

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 02 Aug 2026 02:00:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dd8730cfe354b84d60b1d70ac36c5fe23425f9dc

    Comments

    tests/checkasm/huffyuvdsp: Actually test masks
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/checkasm/huffyuvdsp.c
  2. Change #276728

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 02 Aug 2026 02:00:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b1142ed5be1f48af8b1d8989ab04fb379e24fe59

    Comments

    tests/checkasm/huffyuvdsp: Actually test width not multiple of 16
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/checkasm/huffyuvdsp.c
  3. Change #276729

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 02 Aug 2026 02:00:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3928c291b75420cc5fe7e17fb0541f6fceb7314c

    Comments

    avcodec/x86/huffyuvdsp: Remove unaligned add_int16 version
    Both source and dst are always properly aligned (to stride align)
    here; also document this fact.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffyuvdsp.h
    • libavcodec/x86/huffyuvdsp.asm
  4. Change #276730

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 02 Aug 2026 02:00:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0d342f01f03530e37e23372467c8d3b9623a19d0

    Comments

    avcodec/x86/huffyuvdsp_template: Don't push+pop reg unnecessarily
    All calling conventions on x64 have enough volatile GPRs.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/huffyuvdsp_template.asm
  5. Change #276731

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 02 Aug 2026 02:00:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d8cb1ef0e52d4b5847796b6c0e2e9a702985daa3

    Comments

    avcodec/x86/huffyuvdsp: Remove remnants of MMX
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/huffyuvdsp.asm
  6. Change #276732

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 02 Aug 2026 02:00:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision eb40b0b6b7424bb7eee66abfaab8577c5a13cb7b

    Comments

    tests/checkasm/huffyuvdsp: Add test for add_hfyu_median_pred_int16
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/checkasm/huffyuvdsp.c
  7. Change #276733

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 02 Aug 2026 02:12:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0127016c41092e53809b6548cc1487ec5a8c87d0

    Comments

    avcodec/x86/huffyuvdsp: Add SSE4 add_hfyu_median_pred_int16
    Heavily based upon the existing mmxext function, but
    it allows to use p{max,min}uw, so also supports 16bpp
    pixel formats. It is also faster:
    
      add_hfyu_median_pred_int16_c:       14368.1
      add_hfyu_median_pred_int16_mmxext:   7384.2 ( 1.94x)
      add_hfyu_median_pred_int16_sse4:     6474.4 ( 2.21x)
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/huffyuvdsp.asm
    • libavcodec/x86/huffyuvdsp_init.c
  8. Change #276734

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 02 Aug 2026 02:19:04
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c8fb970a9220f79f1e659309daba3a264da78253

    Comments

    avcodec/x86/huffyuvdsp: Remove ff_add_hfyu_median_prediction_mmxext
    Superseded by SSE4. This makes the huffyuv decoders ABI compliant,
    e.g. nothing messes up the FPU state at all any more. Therefore
    the emms_c() can be removed from huffyuvdec.c.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffyuvdec.c
    • libavcodec/x86/huffyuvdsp.asm
    • libavcodec/x86/huffyuvdsp_init.c
    • tests/checkasm/huffyuvdsp.c
  9. Change #276735

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 02 Aug 2026 02:19:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a59498db085e3d635532397128550141ab87408a

    Comments

    avcodec/huffyuvdsp: Remove pix_fmt parameter from ff_huffyuvdsp_init()
    It is unused since the mmx add_hfyu_median_pred_int16 function
    has been removed.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aarch64/huffyuvdsp_init_aarch64.c
    • libavcodec/huffyuvdec.c
    • libavcodec/huffyuvdsp.c
    • libavcodec/huffyuvdsp.h
    • libavcodec/riscv/huffyuvdsp_init.c
    • libavcodec/x86/huffyuvdsp_init.c
    • tests/checkasm/huffyuvdsp.c