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

Builder ffmpegsos-solaris10-sparc Build #13819

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 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 ( 2 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 1 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 13819 Build
codebase Build
got_revision 8b4fad11acfc958dfde29fb0799d3ca1818bbbf7 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 8b4fad11acfc958dfde29fb0799d3ca1818bbbf7 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. yuanhecai

Timing:

StartThu Aug 13 19:54:08 2026
EndThu Aug 13 19:54:39 2026
Elapsed31 secs

All Changes:

:

  1. Change #278117

    Category ffmpeg
    Changed by yuanhecai <yuanhecaiohnoyoudont@loongson.cn>
    Changed at Thu 13 Aug 2026 21:25:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8b4fad11acfc958dfde29fb0799d3ca1818bbbf7

    Comments

    swscale/loongarch: fix buffer underflow in yuv2plane1_8_lsx/lasx
    The old tail paths backed the source and destination pointers up by a
    full vector and then advanced them by the remainder. When no full vector
    had been processed, this placed dest before its allocation, followed by
    a full-vector store. Process tails forward with LSX and byte stores and
    use equivalent packed arithmetic so exactly dstW bytes are written.
    
    Fixes: #23558
    Reported-by: sebastinas

    Changed files

    • libswscale/loongarch/output.S