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

Builder ffmpeg-solaris10-sparc Build #12158

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 24 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 ( 12 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.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12158 Build
codebase Build
got_revision 869e288b3a82f54be5309eabfcb6be5705385c8b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 869e288b3a82f54be5309eabfcb6be5705385c8b 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. Michael Niedermayer

Timing:

StartSun Jun 8 00:49:35 2025
EndSun Jun 8 00:50:15 2025
Elapsed40 secs

All Changes:

:

  1. Change #231607

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 07 Jun 2025 19:36:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 21fd1b5ba5fc6f2d7a13d97b056c615b1e237558

    Comments

    avformat/dhav: Do not evaluate avio_size() multiple times
    Code like FFMIN(MAX_DURATION_BUFFER_SIZE, avio_size(s->pb)) is not safe
    as FFMIN() is a macro and avio_size() is thus evaluated multiple
    times
    
    Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/dhav.c
  2. Change #231608

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 07 Jun 2025 20:00:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 869e288b3a82f54be5309eabfcb6be5705385c8b

    Comments

    avformat/framecrcenc: List types and checksums for for side data
    This allows detecting changes and regressions in side data related code, same as what
    framecrc does for before already for packet data itself.
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/framecrcenc.c
    • tests/ref/fate/autorotate
    • tests/ref/fate/cover-art-mp3-id3v2-remux
    • tests/ref/fate/ffmpeg-bsf-input
    • tests/ref/fate/ffmpeg-spec-disposition
    • tests/ref/fate/force_key_frames-source
    • tests/ref/fate/force_key_frames-source-drop
    • tests/ref/fate/force_key_frames-source-dup
    • tests/ref/fate/gapless-mp3
    • tests/ref/fate/h264_redundant_pps-side_data
    • tests/ref/fate/id3v2-priv-remux
    • tests/ref/fate/matroska-hdr10-plus-remux
    • tests/ref/fate/matroska-ogg-opus-remux
    • tests/ref/fate/matroska-opus-remux
    • tests/ref/fate/matroska-vp8-alpha-remux
    • tests/ref/fate/mov-cover-image
    • tests/ref/fate/segment-mp4-to-ts
    • tests/ref/fate/shortest
    • tests/ref/fate/webm-hdr10-plus-remux
    • tests/ref/fate/webm-webvtt-remux