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

Builder ffmpegsos-solaris10-sparc Build #12299

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 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 ( 6 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 3 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12299 Build
codebase Build
got_revision 3115c0c0e6c27c689a02a7267dcf8e61fa2ac425 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3115c0c0e6c27c689a02a7267dcf8e61fa2ac425 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. Bin Peng

Timing:

StartFri Oct 24 17:37:39 2025
EndFri Oct 24 17:38:04 2025
Elapsed24 secs

All Changes:

:

  1. Change #246650

    Category ffmpeg
    Changed by Bin Peng <pengbinohnoyoudont@visionular.com>
    Changed at Fri 24 Oct 2025 17:32:35
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3115c0c0e6c27c689a02a7267dcf8e61fa2ac425

    Comments

    lavc/aarch64: Fix addp overflow in ff_pred16x16_plane_neon_10
    The mismatch between neon and C functions can be reproduced
    using the following bitstream and command line on aarch64 devices.
    
    wget https://streams.videolan.org/ffmpeg/incoming/replay_intra_pred_16x16.h264
     ./ffmpeg -cpuflags 0  -threads 1 -i replay_intra_pred_16x16.h264  -f framemd5 -y md5_ref
     ./ffmpeg              -threads 1 -i replay_intra_pred_16x16.h264 -f framemd5 -y md5_neon
    
    Signed-off-by: Bin Peng <pengbin@visionular.com>

    Changed files

    • libavcodec/aarch64/h264pred_neon.S