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

Builder ffmpeg-solaris10-i386 Build #12863

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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 ( 11 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/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 12863 Build
codebase Build
got_revision b98179cec637e380d755fcfa2a461709278139d2 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b98179cec637e380d755fcfa2a461709278139d2 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Martin Storsjö

Timing:

StartWed Dec 3 13:37:49 2025
EndWed Dec 3 13:38:08 2025
Elapsed18 secs

All Changes:

:

  1. Change #250807

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 03 Dec 2025 12:53:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b98179cec637e380d755fcfa2a461709278139d2

    Comments

    avcodec/{arm,neon}/mpegvideo: Readd a missed initialization
    This was accidentally removed in
    357fc5243c32300bba91c096488e86558beed4c8.
    
    This fixes test failures when built with Clang and MSVC;
    surprisingly, the checkasm test did seem to pass when built with
    GCC. Clang and MSVC also warn about the use of the uninitialized
    variable, while GCC didn't.

    Changed files

    • libavcodec/neon/mpegvideo.c