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

Builder ffmpeg64-solaris10-sparc Build #13681

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision00ff72851272073a86a2edd74c3563935b9b7a59
Got Revision00ff72851272073a86a2edd74c3563935b9b7a59
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 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_64.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/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 13681 Build
codebase Build
got_revision 00ff72851272073a86a2edd74c3563935b9b7a59 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 00ff72851272073a86a2edd74c3563935b9b7a59 Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartFri May 15 21:22:47 2026
EndFri May 15 21:23:09 2026
Elapsed22 secs

All Changes:

:

  1. Change #267285

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 15 May 2026 20:29:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0a1faa7202b04a6c8992bf2b5ef86f9d071c3c8c

    Comments

    avfilter/vf_pp7: Constify
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavfilter/vf_pp7.c
    • libavfilter/vf_pp7.h
    • libavfilter/x86/vf_pp7.asm
    • libavfilter/x86/vf_pp7_init.c
  2. Change #267286

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 15 May 2026 20:29:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 617a9afeb4df99cd169a50d1cac9aa505cdc3009

    Comments

    avfilter/vf_pp7: Add proper PP7DSPContext
    This is in preparation for checkasm tests for dctB.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavfilter/vf_pp7.c
    • libavfilter/vf_pp7.h
    • libavfilter/vf_pp7dsp.h
    • libavfilter/x86/vf_pp7_init.c
  3. Change #267287

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 15 May 2026 20:29:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 94a49068db8d2dd9947936be6dcb70676d7f9839

    Comments

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

    Changed files

    • tests/checkasm/Makefile
    • tests/checkasm/checkasm.c
    • tests/checkasm/checkasm.h
    • tests/checkasm/vf_pp7.c
    • tests/fate/checkasm.mak
  4. Change #267288

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 15 May 2026 20:29:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fc9e63474f1c0bb7f75bfb5def61ac9b131630b1

    Comments

    avfilter/vf_pp7dsp: Add restrict
    Makes GCC optimize the scalar codepath away.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavfilter/vf_pp7dsp.h
    • libavfilter/x86/vf_pp7_init.c
  5. Change #267289

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 15 May 2026 20:29:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7971953d299e71ca3ab5d95f452dddfb2f061ad7

    Comments

    avfilter/x86/vf_pp7: Port ff_pp7_dctB_mmx to SSE2
    Unfortunately a bit slower than the MMX version due to
    the impossibility to use memory operands in paddw.
    The situation would reverse if ff_dctB_mmx() would have
    to issue emms.
    
    dctB_c:                                                  3.7 ( 1.00x)
    dctB_mmx:                                                3.3 ( 1.13x)
    dctB_sse2:                                               3.6 ( 1.03x)
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavfilter/vf_pp7.c
    • libavfilter/x86/vf_pp7.asm
    • libavfilter/x86/vf_pp7_init.c
    • tests/checkasm/vf_pp7.c
  6. Change #267290

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 15 May 2026 20:29:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 00ff72851272073a86a2edd74c3563935b9b7a59

    Comments

    avfilter/vf_pp7: Fix shadowing
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavfilter/vf_pp7.c