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

Builder ffmpegsos-solaris10-i386 Build #12558

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision1cbf7fc434b35b81af39246bb03a2c45e25d394b
Got Revision1cbf7fc434b35b81af39246bb03a2c45e25d394b
Changes4 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 ( 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_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 12558 Build
codebase Build
got_revision 1cbf7fc434b35b81af39246bb03a2c45e25d394b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 1cbf7fc434b35b81af39246bb03a2c45e25d394b 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 Jul 30 23:12:39 2025
EndWed Jul 30 23:12:54 2025
Elapsed15 secs

All Changes:

:

  1. Change #241366

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 30 Jul 2025 21:48:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision eefa6de7d505ecd80e4674146067b99d1b74ddbe

    Comments

    avformat/mov: export the correct initial extratada from samples with multiple stsd
    The first sample in the stsc box may not refer to the first stsd entry.
    This is the case in h264/thezerotheorem-cut.mp4, and as such the
    fate-h264_redundant_pps-side_data test is updated accordingly.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/mov.c
    • tests/ref/fate/h264_redundant_pps-side_data
  2. Change #241367

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 30 Jul 2025 21:48:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 306448756b22c718e5bbc1f3b67b48c51c837e1c

    Comments

    avformat/movenc: allow storing more than one extradata buffer per track
    This is in preparation for a following change
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/movenc.c
    • libavformat/movenc.h
  3. Change #241368

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 30 Jul 2025 21:48:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4eca8df8b8143f9c8daec07fa0bc9ff7e2babcb1

    Comments

    avformat/movenc: support writing more than one STSD entry per track
    If a packet contains new extradata within a side data entry, save for
    specific cases it means the coded stream changed. If ignored, upon
    demuxing every packet from then onwards may be undecodable.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/movenc.c
    • libavformat/movenc.h
  4. Change #241369

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 30 Jul 2025 21:48:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1cbf7fc434b35b81af39246bb03a2c45e25d394b

    Comments

    tests/fate/mov: add a test muxing multiple stsd entries
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • tests/fate/mov.mak
    • tests/ref/fate/mov-mp4-multiple-stsd-muxing