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

Builder ffmpegsos-solaris10-sparc Build #13750

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionafd059c340feb7379d33f8102b7dd7d01288fba1
Got Revisionafd059c340feb7379d33f8102b7dd7d01288fba1
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 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_sos.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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13750 Build
codebase Build
got_revision afd059c340feb7379d33f8102b7dd7d01288fba1 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision afd059c340feb7379d33f8102b7dd7d01288fba1 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. Michael Niedermayer

Timing:

StartSun Aug 2 16:25:40 2026
EndSun Aug 2 16:26:07 2026
Elapsed27 secs

All Changes:

:

  1. Change #276766

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 02 Aug 2026 18:05:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ae0e0ba3c3df840191e7a4c9b76494372ec53202

    Comments

    avformat/mov: reject a trun sample count the input cannot hold
    Fixes: OOM
    Fixes: 525088811/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5229499332231168
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg

    Changed files

    • libavformat/mov.c
  2. Change #276767

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 02 Aug 2026 18:06:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a290dec0bfe45f68880dcbf7cddea3a4939d00b2

    Comments

    avcodec/utils: factor the timecode fields out of ff_alloc_timecode_sei

    Changed files

    • libavcodec/utils.c
  3. Change #276768

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 02 Aug 2026 18:06:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5589dfd9bc0153f9c29832f39bfe1989ebf5f5aa

    Comments

    avcodec/utils: add ff_alloc_timecode_metadata_av1()

    Changed files

    • libavcodec/internal.h
    • libavcodec/utils.c
  4. Change #276769

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 02 Aug 2026 18:06:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision afd059c340feb7379d33f8102b7dd7d01288fba1

    Comments

    avcodec/nvenc: write AV1 timecode metadata in AV1 syntax
    Fixes: https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/20610
    
    Tested on 5090 by claude

    Changed files

    • libavcodec/nvenc.c