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

Builder ffmpegsos-solaris10-sparc Build #13264

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-solaris10-sparc' 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 ( 7 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_sos.sh' failed ( 2 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 13264 Build
codebase Build
got_revision d013863f004edc26115189ad273217535272a3a9 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d013863f004edc26115189ad273217535272a3a9 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. Peter von Kaenel

Timing:

StartThu Apr 16 22:25:24 2026
EndThu Apr 16 22:25:43 2026
Elapsed19 secs

All Changes:

:

  1. Change #264714

    Category ffmpeg
    Changed by Peter von Kaenel <Peter.vonKaenelohnoyoudont@harmonicinc.com>
    Changed at Thu 16 Apr 2026 22:19:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d013863f004edc26115189ad273217535272a3a9

    Comments

    avcodec/lcevcdec: poll on LCEVC_Again from LCEVC_ReceiveDecoderPicture
    The V-Nova LCEVC pipeline processes frames on internal background
    worker threads. LCEVC_ReceiveDecoderPicture returns LCEVC_Again (-1)
    when the worker has not yet completed the frame, which is the
    documented "not ready, try again" response. The original code treated
    any non-zero return as a fatal error (AVERROR_EXTERNAL), causing decode
    to abort mid-stream.
    
    Poll until LCEVC_Success or a genuine error is returned.
    
    Signed-off-by: Peter von Kaenel <Peter.vonKaenel@harmonicinc.com>
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/lcevcdec.c