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

Builder ffmpeg-solaris10-sparc Build #13236

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision862338fe3154e09ff0c410fd410d519588d47cf2
Got Revision862338fe3154e09ff0c410fd410d519588d47cf2
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 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 ( 14 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 ( 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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13236 Build
codebase Build
got_revision 862338fe3154e09ff0c410fd410d519588d47cf2 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 862338fe3154e09ff0c410fd410d519588d47cf2 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:

StartMon Mar 2 00:56:39 2026
EndMon Mar 2 00:57:07 2026
Elapsed28 secs

All Changes:

:

  1. Change #259460

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Mar 2026 00:45:11
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ecd11abcc93d03bfef672c4f1db10ca829b88c52

    Comments

    swscale/rgb2rgb_template: Remove unused uyvytoyv12_c()
    Added in 81c0590e6c88b6c0752e52ef77e003cef3eaadf5,
    but it seems to have always been unused.
    See also 5421dee0e7e0028f59a7285be26fc7f12ae42a8b.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libswscale/rgb2rgb_template.c
  2. Change #259461

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Mar 2026 00:45:11
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 862338fe3154e09ff0c410fd410d519588d47cf2

    Comments

    swscale/rgb2rgb: Remove set-but-unused functions
    yuy2toyv12, vu9_to_vu12 and yvu9_to_yuy2 are unused. Removing
    them saved 7808B of .text and 102B of .text.unlikely
    as well as 24B of .bss here.
    Thanks to James Almer for pointing out that yuy2toyv12 is unused.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libswscale/rgb2rgb.c
    • libswscale/rgb2rgb.h
    • libswscale/rgb2rgb_template.c
    • libswscale/x86/rgb2rgb.c