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

Builder ffmpeg-solaris10-sparc Build #12557

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionfbbb2996d573844a2f4c901b704d8361a384766b
Got Revisionfbbb2996d573844a2f4c901b704d8361a384766b
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 25 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 ( 22 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.sh' failed ( 12 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12557 Build
codebase Build
got_revision fbbb2996d573844a2f4c901b704d8361a384766b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision fbbb2996d573844a2f4c901b704d8361a384766b Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. DE-AI
  2. Niklas Haas

Timing:

StartMon Sep 8 16:23:12 2025
EndMon Sep 8 16:25:18 2025
Elapsed2 mins, 6 secs

All Changes:

:

  1. Change #244618

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Mon 08 Sep 2025 15:42:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1f2de0f61888e4d16b9e124fc4b4728dd3642981

    Comments

    avfilter/vf_libplacebo: ensure linear tex is blittable
    Required to clear textures to a background color.

    Changed files

    • libavfilter/vf_libplacebo.c
  2. Change #244619

    Category ffmpeg
    Changed by DE-AI <max.christophohnoyoudont@pentaxmedical.com>
    Changed at Mon 08 Sep 2025 16:03:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fbbb2996d573844a2f4c901b704d8361a384766b

    Comments

    vc1_parser: Reset unesc_index after extracting header with complete frames
    When PARSER_FLAG_COMPLETE_FRAMES is set (e.g. in Matroska),
    unesc_index is not reset after the first frame, which causes
    subsequent frames to inherit leftover header data.
    
    This leads to incorrect keyframe marking and broken decoding.
    
    See also this bug report: https://trac.ffmpeg.org/ticket/8515
    
    Signed-off-by: DE-AI <max.christoph@pentaxmedical.com>

    Changed files

    • libavcodec/vc1_parser.c