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

Builder ffmpeg64-solaris10-i386 Build #12428

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionb7946098b19af4f06661213d591a5ed9cd3d26ff
Got Revisionb7946098b19af4f06661213d591a5ed9cd3d26ff
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 ( 9 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/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12428 Build
codebase Build
got_revision b7946098b19af4f06661213d591a5ed9cd3d26ff Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b7946098b19af4f06661213d591a5ed9cd3d26ff 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. Niklas Haas

Timing:

StartThu Jul 31 13:42:55 2025
EndThu Jul 31 13:43:13 2025
Elapsed18 secs

All Changes:

:

  1. Change #241450

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 31 Jul 2025 13:32:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b7946098b19af4f06661213d591a5ed9cd3d26ff

    Comments

    swscale/alphablend: don't overread alpha plane on subsampled odd size
    This function overreads the input plane for odd dimensions, because the
    chroma plane is always rounded up, which means (xy << subsample) + 1 exceeds
    the actual alpha plane size.
    
    To verify:
      valgrind ffmpeg -pix_fmt yuva420p -f lavfi -i color -vf \
      "scale=1x1,format=yuva420p,scale=alphablend=uniform_color,format=yuv420p \
      -vframes 1 -f null -
    
    Fixes: https://trac.ffmpeg.org/ticket/11692

    Changed files

    • libswscale/alphablend.c