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

Builder ffmpegsos-solaris10-sparc Build #12684

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision685011003fd9656a08492a40b375bf1c2b8f0ebb
Got Revision685011003fd9656a08492a40b375bf1c2b8f0ebb
Changes4 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 ( 8 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 ( 2 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 12684 Build
codebase Build
got_revision 685011003fd9656a08492a40b375bf1c2b8f0ebb Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 685011003fd9656a08492a40b375bf1c2b8f0ebb 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:

StartSat Jan 10 23:46:20 2026
EndSat Jan 10 23:46:41 2026
Elapsed21 secs

All Changes:

:

  1. Change #254771

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 10 Jan 2026 22:47:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3bbb3269a1aa1dc1c6472a0d1d92d6f9cf42d277

    Comments

    avcodec/pngdec: Move ff_add_png_paeth_prediction() to pngdsp.c
    Also rename it to ff_png_add_paeth_prediction() so that it
    has a proper prefix.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/png.h
    • libavcodec/pngdec.c
    • libavcodec/pngdsp.c
    • libavcodec/pngdsp.h
  2. Change #254772

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 10 Jan 2026 22:47:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5f15c067fe1b912e7ab0d3909cefca7c08e154e0

    Comments

    avcodec/pngdsp: Constify
    Also constify ff_png_filter_row().
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/png.h
    • libavcodec/pngdec.c
    • libavcodec/pngdsp.c
    • libavcodec/pngdsp.h
    • libavcodec/x86/pngdsp_init.c
  3. Change #254773

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 10 Jan 2026 22:47:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 31daa7cd877c68f3503bdaae3f6e817f2e56d465

    Comments

    avcodec/pngdsp: Use proper prefix ff_add_png->ff_png_add
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/pngdec.c
    • libavcodec/pngdsp.c
    • libavcodec/pngdsp.h
    • libavcodec/x86/pngdsp.asm
    • libavcodec/x86/pngdsp_init.c
  4. Change #254774

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 10 Jan 2026 22:47:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 685011003fd9656a08492a40b375bf1c2b8f0ebb

    Comments

    avcodec/x86/pngdsp: Remove MMXEXT function overridden by SSSE3
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/pngdsp.asm
    • libavcodec/x86/pngdsp_init.c