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

Builder ffmpeg-solaris10-sparc Build #13621

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 2 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 1 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 8 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.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 13621 Build
codebase Build
got_revision 702b0784b73d22da4004757a1f4f3b4cbae5f969 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 702b0784b73d22da4004757a1f4f3b4cbae5f969 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. Kacper Michajłow

Timing:

StartSun May 3 09:32:39 2026
EndSun May 3 09:33:16 2026
Elapsed36 secs

All Changes:

:

  1. Change #266150

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sun 03 May 2026 09:30:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision be207a0d66c3fdd4e294aa6dc6db13e8cf699a26

    Comments

    avformat/concat: change concat_data::total_size to int64_t
    It's both initialized as int64_t in concat_open() and returned as
    int64_t in concat_seek().

    Changed files

    • libavformat/concat.c
  2. Change #266151

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sun 03 May 2026 09:30:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 702b0784b73d22da4004757a1f4f3b4cbae5f969

    Comments

    avformat/concat: guard total_size overflow
    Fixes: 466797413/clusterfuzz-testcase-minimized-fuzzer_options_parser-6015183727427584
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavformat/concat.c