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

Builder ffmpeg64-solaris10-i386 Build #12691

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiond355749ca671e4c33bdca773c32c627eefb28623
Got Revisiond355749ca671e4c33bdca773c32c627eefb28623
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ( 2 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.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/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12691 Build
codebase Build
got_revision d355749ca671e4c33bdca773c32c627eefb28623 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d355749ca671e4c33bdca773c32c627eefb28623 Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartSun Nov 2 10:17:46 2025
EndSun Nov 2 10:18:04 2025
Elapsed17 secs

All Changes:

:

  1. Change #247378

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 02 Nov 2025 09:46:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 23efbb5e2e26b39a0532a4773b2cb7cafe0e0b73

    Comments

    avcodec/x86/hevc/add_res: Remove AVX add_residual functions
    The AVX and SSE2 functions are identical except for the VEX encodings
    used since e9abef437f0a348c017d4ac8b23a122881c1dc87 and
    8b8492452d53293b2ac8c842877fadf7925fc950.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/hevc/add_res.asm
    • libavcodec/x86/hevc/dsp.h
    • libavcodec/x86/hevc/dsp_init.c
  2. Change #247379

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 02 Nov 2025 09:46:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f4d9fb0bd0a284853da04cb8bd538bb9a77e0db0

    Comments

    avcodec/x86/hevc/add_res: Reduce number of registers used
    This makes these functions use only volatile registers (even on Win64).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/hevc/add_res.asm
  3. Change #247380

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 02 Nov 2025 09:46:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d355749ca671e4c33bdca773c32c627eefb28623

    Comments

    avcodec/x86/hevc/add_res: Avoid unnecessary modification
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/hevc/add_res.asm