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

Builder ffmpegsos-solaris10-sparc Build #12517

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiond3953237d127f82889d27d1a5094cc32fc09d328
Got Revisiond3953237d127f82889d27d1a5094cc32fc09d328
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 ( 1 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 12517 Build
codebase Build
got_revision d3953237d127f82889d27d1a5094cc32fc09d328 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d3953237d127f82889d27d1a5094cc32fc09d328 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. Zhao Zhili

Timing:

StartFri Dec 5 14:57:49 2025
EndFri Dec 5 14:58:09 2025
Elapsed19 secs

All Changes:

:

  1. Change #251122

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Fri 05 Dec 2025 14:54:08
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d3953237d127f82889d27d1a5094cc32fc09d328

    Comments

    avcodec/h264_slice: don't force ff_get_format unconditionally after flush
    h->context_initialized is zero after flush, which triggers call to
    ff_get_format unconditionally. ff_get_format can be heavy with
    ff_hwaccel_uninit and hwaccel_init. For example, it takes 20 ms on
    macOS with videotoolbox. ff_get_format should not be called if
    nothing changed. ff_get_format is guarantee to be called at the
    first time and when video information changed with
    (must_reinit || needs_reinit).
    
    Fix #20760.

    Changed files

    • libavcodec/h264_slice.c