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

Builder ffmpeg-solaris10-sparc Build #13265

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 21 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 1 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 ( 34 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 13265 Build
codebase Build
got_revision cef2fbfd4bdf8f674d50c86c5ab3dffda21c3525 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision cef2fbfd4bdf8f674d50c86c5ab3dffda21c3525 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. Niklas Haas

Timing:

StartWed Mar 4 12:37:48 2026
EndWed Mar 4 12:38:49 2026
Elapsed1 mins, 0 secs

All Changes:

:

  1. Change #259847

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Wed 04 Mar 2026 11:53:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5b39be1f0aa803634f649de3c2bfa2b25aaf4323

    Comments

    swscale: fix build on --disable-unstable
    By excluding the Vulkan makefile entirely when --disable-unstable is passed.
    This also correctly avoids compiling e.g. unused GLSL compilers.
    
    Fixes: #22295
    See-Also: #22366
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/Makefile
    • libswscale/swscale.c
    • libswscale/utils.c
  2. Change #259848

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Wed 04 Mar 2026 12:04:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1512e52cb412b66be2d3c73eb57603df3227ddea

    Comments

    swscale: switch to refstruct for hw_priv
    This is a bit more forward-facing than a bare allocation, and importantly,
    allows the `swscale/utils.c` code to remain agnostic about how to correctly
    uninit this struct.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/swscale_internal.h
    • libswscale/utils.c
    • libswscale/vulkan/ops.c
    • libswscale/vulkan/ops.h
  3. Change #259849

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Wed 04 Mar 2026 12:04:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cef2fbfd4bdf8f674d50c86c5ab3dffda21c3525

    Comments

    swscale/vulkan: fix include order (cosmetic)
    Non-local includes before local includes.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/vulkan/ops.c