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

Builder ffmpeg-solaris10-sparc Build #13234

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision561f37c0232f3d73237a461a7fc7557bd278451d
Got Revision561f37c0232f3d73237a461a7fc7557bd278451d
Changes10 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 18 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 1 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 1 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 18 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 13234 Build
codebase Build
got_revision 561f37c0232f3d73237a461a7fc7557bd278451d Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 561f37c0232f3d73237a461a7fc7557bd278451d 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:

StartSun Mar 1 12:58:49 2026
EndSun Mar 1 12:59:32 2026
Elapsed43 secs

All Changes:

:

  1. Change #259401

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 01 Mar 2026 11:56:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1fa48a8b5ba55348a9bd88ed3e344fff3a80eff8

    Comments

    avcodec/huffyuvenc: Calculate mask only once
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffyuvenc.c
  2. Change #259402

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 01 Mar 2026 11:56:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5de95f7731f0dc8592a13ee5b346e42572956d19

    Comments

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

    Changed files

    • libavcodec/huffyuvenc.c
  3. Change #259403

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 01 Mar 2026 11:56:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2268ba89f0acd76f73321d08b4cd7cfa1a6ba9a5

    Comments

    avcodec/huffyuvencdsp: Pass bpp, not AVPixelFormat for init
    Avoids having to get a pixel format descriptor.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffyuvenc.c
    • libavcodec/huffyuvencdsp.c
    • libavcodec/huffyuvencdsp.h
    • libavcodec/x86/huffyuvencdsp_init.c
  4. Change #259404

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 01 Mar 2026 11:56:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fd44e277c84c349b18cbd41245587f9dd8a7261c

    Comments

    tests/checkasm: Add huffyuvencdsp test
    Only covers sub_hfyu_median_pred_int16 for now.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/checkasm/Makefile
    • tests/checkasm/checkasm.c
    • tests/checkasm/checkasm.h
    • tests/checkasm/huffyuvencdsp.c
    • tests/fate/checkasm.mak
  5. Change #259405

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 01 Mar 2026 11:56:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2b910f71bb595816e17f54c31b10a50f22dce3b5

    Comments

    tests/checkasm: Fix huffyuvdsp test criterion
    Use CONFIG_HUFFYUVDSP, not CONFIG_HUFFYUV_DECODER
    (although they are equivalent).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/checkasm/Makefile
    • tests/checkasm/checkasm.c
  6. Change #259406

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 01 Mar 2026 11:58:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6834762d7b61ad93c128268b16222455b295bce5

    Comments

    avcodec/huffyuvencdsp: Add width parameter to init
    This allows to only use certain functions using wide registers
    if there is enough work to do and if one can even read a whole
    register wide without overreading.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffyuvenc.c
    • libavcodec/huffyuvencdsp.c
    • libavcodec/huffyuvencdsp.h
    • libavcodec/x86/huffyuvencdsp_init.c
    • tests/checkasm/huffyuvencdsp.c
  7. Change #259407

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 01 Mar 2026 12:03:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e575c2d496efde0b552f3be37f8bd6f84fac030f

    Comments

    avcodec/x86/huffyuvencdsp: Add SSE2 sub_hfyu_median_pred_int16
    Contrary to the MMXEXT version this version does not overread at all
    (the MMXEXT version processes the input of 2*w bytes in eight byte
    chunks and overreads by a further six bytes, because it loads
    the next left and left top values at the end of the loop,
    i.e. it reads FFALIGN(2*w,8)+6 bytes instead of 2*w).
    
    Benchmarks:
    sub_hfyu_median_pred_int16_9bpp_c:                   12673.6 ( 1.00x)
    sub_hfyu_median_pred_int16_9bpp_mmxext:               1947.7 ( 6.51x)
    sub_hfyu_median_pred_int16_9bpp_sse2:                  993.9 (12.75x)
    sub_hfyu_median_pred_int16_9bpp_aligned_c:           12596.1 ( 1.00x)
    sub_hfyu_median_pred_int16_9bpp_aligned_mmxext:       1956.1 ( 6.44x)
    sub_hfyu_median_pred_int16_9bpp_aligned_sse2:          989.4 (12.73x)
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/huffyuvencdsp.asm
    • libavcodec/x86/huffyuvencdsp_init.c
  8. Change #259408

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 01 Mar 2026 12:04:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 154bcd10540f15a1c62cfefff1364a18a7ec4272

    Comments

    avcodec/x86/huffyuvencdsp: Add AVX2 sub_hfyu_median_pred_int16
    This version can also process 16bpp.
    
    Benchmarks:
    sub_hfyu_median_pred_int16_9bpp_c:                   12667.7 ( 1.00x)
    sub_hfyu_median_pred_int16_9bpp_mmxext:               1966.5 ( 6.44x)
    sub_hfyu_median_pred_int16_9bpp_sse2:                  997.6 (12.70x)
    sub_hfyu_median_pred_int16_9bpp_avx2:                  474.8 (26.68x)
    sub_hfyu_median_pred_int16_9bpp_aligned_c:           12604.6 ( 1.00x)
    sub_hfyu_median_pred_int16_9bpp_aligned_mmxext:       1964.6 ( 6.42x)
    sub_hfyu_median_pred_int16_9bpp_aligned_sse2:          981.9 (12.84x)
    sub_hfyu_median_pred_int16_9bpp_aligned_avx2:          462.6 (27.25x)
    sub_hfyu_median_pred_int16_16bpp_c:                  12592.5 ( 1.00x)
    sub_hfyu_median_pred_int16_16bpp_avx2:                 465.6 (27.04x)
    sub_hfyu_median_pred_int16_16bpp_aligned_c:          12587.5 ( 1.00x)
    sub_hfyu_median_pred_int16_16bpp_aligned_avx2:         462.5 (27.22x)
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/huffyuvencdsp.asm
    • libavcodec/x86/huffyuvencdsp_init.c
  9. Change #259409

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 01 Mar 2026 12:04:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d345e902d2ea8c013e8bcd31ffe4fa65d33910c9

    Comments

    avcodec/x86/huffyuvencdsp: Remove MMX sub_hfyu_median_pred_int16
    Superseded by SSE2 and AVX2.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffyuvenc.c
    • libavcodec/x86/huffyuvencdsp.asm
    • libavcodec/x86/huffyuvencdsp_init.c
    • tests/checkasm/huffyuvencdsp.c
  10. Change #259410

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 01 Mar 2026 12:04:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 561f37c0232f3d73237a461a7fc7557bd278451d

    Comments

    avcodec/x86/huffyuvencdsp_init: Remove pointless av_unused
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/huffyuvencdsp_init.c