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

Builder ffmpeg-solaris10-sparc Build #12915

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 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 ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12915 Build
codebase Build
got_revision d7ee7ac20fb714732f0b07d5d043d104fcf65c19 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d7ee7ac20fb714732f0b07d5d043d104fcf65c19 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. James Almer

Timing:

StartWed Dec 31 00:21:26 2025
EndWed Dec 31 00:21:48 2025
Elapsed22 secs

All Changes:

:

  1. Change #253619

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 31 Dec 2025 00:14:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c6e7243f1171b1128b850ffb82b91af2b8fa7a6a

    Comments

    avutil/opt: fix av_opt_is_set_to_default() for array options with no default value
    If AVOptionArrayDef.def is NULL, av_opt_is_set_to_default() should return true
    when the field in the object is NULL.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavutil/opt.c
    • libavutil/version.h
    • tests/ref/fate/opt
  2. Change #253620

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 31 Dec 2025 00:15:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d7ee7ac20fb714732f0b07d5d043d104fcf65c19

    Comments

    avutil/iamf: remove default value from demixing_matrix_def
    It's not required sice the previous commit, and fixes memleaks introduced by
    a6e5fa3fbb5562f14a666964b77cb7560e1a92cd.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavutil/iamf.c
    • libavutil/version.h