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

Builder ffmpeg-solaris10-sparc Build #13637

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision7fc335cb2770caadbf0dd24f4e49f1b4e438b7da
Got Revision7fc335cb2770caadbf0dd24f4e49f1b4e438b7da
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 35 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.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13637 Build
codebase Build
got_revision 7fc335cb2770caadbf0dd24f4e49f1b4e438b7da Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7fc335cb2770caadbf0dd24f4e49f1b4e438b7da 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. Gyan Doshi

Timing:

StartTue May 5 10:03:27 2026
EndTue May 5 10:04:13 2026
Elapsed46 secs

All Changes:

:

  1. Change #266323

    Category ffmpeg
    Changed by Gyan Doshi <ffmpegohnoyoudont@gyani.pro>
    Changed at Tue 05 May 2026 09:21:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7623379a770c3149da2565bf351f38e193c84b8c

    Comments

    avformat: add av_program_add_stream_index2()
    av_program_add_stream_index() added in 526efa10534
    may fail to carry out its purpose but the lack of
    a return value stops callers from catching any error.
    
    Fixed in new function.

    Changed files

    • doc/APIchanges
    • libavformat/avformat.c
    • libavformat/avformat.h
    • libavformat/version.h
  2. Change #266324

    Category ffmpeg
    Changed by Gyan Doshi <ffmpegohnoyoudont@gyani.pro>
    Changed at Tue 05 May 2026 09:24:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5c557dd5d554c0510de36a12d3dec1e8c84efc9d

    Comments

    avformat: add av_program_copy()
    Helper to transfer programs from one muxing context to another.

    Changed files

    • doc/APIchanges
    • libavformat/avformat.c
    • libavformat/avformat.h
    • libavformat/version.h
  3. Change #266325

    Category ffmpeg
    Changed by Gyan Doshi <ffmpegohnoyoudont@gyani.pro>
    Changed at Tue 05 May 2026 09:24:40
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0005b36eb73a53d89a351c436f621c4ee120faed

    Comments

    avformat/hlsenc: relay programs to child muxers

    Changed files

    • libavformat/hlsenc.c
  4. Change #266326

    Category ffmpeg
    Changed by Gyan Doshi <ffmpegohnoyoudont@gyani.pro>
    Changed at Tue 05 May 2026 09:24:40
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1b82e58a3a26fec4d80b35d7feaf836e2a010c01

    Comments

    avformat/segment: relay programs to child muxers

    Changed files

    • libavformat/segment.c
  5. Change #266327

    Category ffmpeg
    Changed by Gyan Doshi <ffmpegohnoyoudont@gyani.pro>
    Changed at Tue 05 May 2026 09:24:40
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7fc335cb2770caadbf0dd24f4e49f1b4e438b7da

    Comments

    avformat/tee: relay programs to child muxers

    Changed files

    • libavformat/tee.c