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

Builder ffmpeg64-solaris10-i386 Build #14080

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionf5f7959dac76e19d1a080030c09ee407b1c56c73
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 6 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 14080 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision f5f7959dac76e19d1a080030c09ee407b1c56c73 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. yuanhecai

Timing:

StartSun Sep 6 20:44:31 2026
EndSun Sep 6 20:44:37 2026
Elapsed6 secs

All Changes:

:

  1. Change #280928

    Category ffmpeg
    Changed by yuanhecai <yuanhecaiohnoyoudont@loongson.cn>
    Changed at Sun 06 Sep 2026 22:23:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f5f7959dac76e19d1a080030c09ee407b1c56c73

    Comments

    tests/checkasm/sw_scale: add guard and short widths to yuv2yuv1 test
    Cover the short SIMD tail paths of yuv2plane1 and detect writes outside
    the destination window via paired guard regions on either side of the
    output: a leading guard catches a whole-vector store below the start of
    dst, and the trailing guard starts at the project-wide 16-byte alignment
    above dstW, the longest whole-vector write any current yuv2plane1 may
    make.

    Changed files

    • tests/checkasm/sw_scale.c