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

Builder ffmpegsos-solaris10-i386 Build #13110

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:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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 ( 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_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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13110 Build
codebase Build
got_revision d7ee7ac20fb714732f0b07d5d043d104fcf65c19 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d7ee7ac20fb714732f0b07d5d043d104fcf65c19 Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. James Almer

Timing:

StartWed Dec 31 00:21:29 2025
EndWed Dec 31 00:21:44 2025
Elapsed15 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