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

Builder ffmpeg-solaris10-i386 Build #13847

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 10 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 3 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 1 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 13847 Build
codebase Build
got_revision c591ddd453c77e2387d1c67d640d9e9b96ed70f8 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision c591ddd453c77e2387d1c67d640d9e9b96ed70f8 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tim Walker

Timing:

StartThu May 28 06:02:48 2026
EndThu May 28 06:03:11 2026
Elapsed23 secs

All Changes:

:

  1. Change #268629

    Category ffmpeg
    Changed by Tim Walker <tdskywalkerohnoyoudont@gmail.com>
    Changed at Thu 28 May 2026 05:22:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d4125bbce70f21fc5606f8e2a01c86602295b4da

    Comments

    avformat/movenc: add channel layout mappings for a few codecs These codecs cannot self-report layout in the bitstream, and are known or expected to use a libavutil-compatible channel order, and as such can use mov_ch_layouts_wav for tag lookup.

    Changed files

    • libavformat/mov_chan.c
    • tests/ref/lavf-fate/qtrle_mace6.mov
    • tests/ref/lavf/mov
    • tests/ref/lavf/mov_hybrid_frag
    • tests/ref/lavf/mov_rtphint
  2. Change #268630

    Category ffmpeg
    Changed by Tim Walker <tdskywalkerohnoyoudont@gmail.com>
    Changed at Thu 28 May 2026 05:22:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 55ba902d71511672ca6614284576ef1333bf1d85

    Comments

    avformat/movenc: re-indent mov_codec_ch_layouts

    Changed files

    • libavformat/mov_chan.c
  3. Change #268631

    Category ffmpeg
    Changed by Tim Walker <tdskywalkerohnoyoudont@gmail.com>
    Changed at Thu 28 May 2026 05:22:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 29bb6a771ad61fd397d48435dc58fbc14603bc8f

    Comments

    avformat/movenc: re-order mov_codec_ch_layouts

    Changed files

    • libavformat/mov_chan.c
  4. Change #268632

    Category ffmpeg
    Changed by Tim Walker <tdskywalkerohnoyoudont@gmail.com>
    Changed at Thu 28 May 2026 05:22:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c591ddd453c77e2387d1c67d640d9e9b96ed70f8

    Comments

    avformat/movenc: don't write a 'chan' atom with an incorrect channel bitmap or description.

    Changed files

    • libavformat/mov_chan.c
    • libavformat/movenc.c