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

Builder ffmpegsos-solaris10-sparc Build #13507

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision95fe0658d7b3c2e5549ca9a41652ef8c613df8ec
Got Revision95fe0658d7b3c2e5549ca9a41652ef8c613df8ec
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 2 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 13507 Build
codebase Build
got_revision 95fe0658d7b3c2e5549ca9a41652ef8c613df8ec Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 95fe0658d7b3c2e5549ca9a41652ef8c613df8ec 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. James Almer

Timing:

StartMon Jun 1 16:32:44 2026
EndMon Jun 1 16:33:05 2026
Elapsed21 secs

All Changes:

:

  1. Change #269034

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 01 Jun 2026 14:53:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cd92ef77c95d3483b29089d09142bc1eb0b1df2b

    Comments

    avformat/mov: add support for version 1 of chnl box
    Fixes ticket #11183.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/mov.c
    • libavformat/mov_chan.c
    • libavformat/mov_chan.h
    • libavformat/version.h
  2. Change #269035

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 01 Jun 2026 14:53:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fd1c8fa0e611f03681f5fce496848da7c73651a2

    Comments

    avformat/mov_chan: keep the layout untouched on chan/chnl box failure
    Needed to keep the process going if some issue was found while parsing these boxes.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/mov_chan.c
  3. Change #269036

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 01 Jun 2026 14:53:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 95fe0658d7b3c2e5549ca9a41652ef8c613df8ec

    Comments

    avformat/mov: don't abort on unsupported or invalid chnl boxes
    They are optional and just define a channel layout, which may also be defined
    by the underlying codec.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/mov.c