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

Builder ffmpeg-solaris10-i386 Build #11610

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionf46415f37332c4291882ae1b403aaf8179e3ea49
Got Revisionf46415f37332c4291882ae1b403aaf8179e3ea49
Changes7 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-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 ( 6 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/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 11610 Build
codebase Build
got_revision f46415f37332c4291882ae1b403aaf8179e3ea49 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision f46415f37332c4291882ae1b403aaf8179e3ea49 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. Jonathan Baecker
  2. Marth64

Timing:

StartSun Oct 13 17:18:48 2024
EndSun Oct 13 17:19:01 2024
Elapsed13 secs

All Changes:

:

  1. Change #211512

    Category ffmpeg
    Changed by Jonathan Baecker <jonbae77ohnoyoudont@gmail.com>
    Changed at Sun 13 Oct 2024 16:59:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 425c3234206c042273e001c8865391a53ce5855e

    Comments

    avformat/hlsenc: Respect `append_list` flag in subtitle
    Ensure that when the `-hls_flags append_list` option is set,
    that *.vtt files in stream_vtt.m3u8 are correctly updated.
    This fixes https://trac.ffmpeg.org/ticket/11208
    
    Reviewed-by: Steven Liu <lq@chinaffmpeg.org>

    Changed files

    • libavformat/hlsenc.c
  2. Change #211513

    Category ffmpeg
    Changed by Jonathan Baecker <jonbae77ohnoyoudont@gmail.com>
    Changed at Sun 13 Oct 2024 17:01:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c7cf0df4948cc0df8fed1c10252ab232898bb41c

    Comments

    avformat/hlsenc: Respect `omit_endlist` flag in subtitle playlists
    Ensure that when the `-hls_flags omit_endlist` option is set,
    the `#EXT-X-ENDLIST` tag is also omitted from the `stream_vtt.m3u8`
    subtitle playlist. This maintains consistency with the behavior
    in other playlists when `omit_endlist` is specified.
    
    Reviewed-by: Steven Liu <lq@chinaffmpeg.org>

    Changed files

    • libavformat/hlsenc.c
  3. Change #211514

    Category ffmpeg
    Changed by Jonathan Baecker <jonbae77ohnoyoudont@gmail.com>
    Changed at Sun 13 Oct 2024 17:01:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e6e9cb3ce74b48bd0f93f54df84440c4d6266c4d

    Comments

    libavformat/hlsplaylist: add subtitle_varname for naming subtitle streams
    If 'sname:*' is set in the var_stream_map variable, use it as
    the NAME attribute for subtitles. This improves the naming of
    subtitle streams in HTML players, providing clearer and more
    descriptive labels for users.
    
    Reviewed-by: Steven Liu <lq@chinaffmpeg.org>

    Changed files

    • doc/muxers.texi
    • libavformat/hlsenc.c
    • libavformat/hlsplaylist.c
    • libavformat/hlsplaylist.h
  4. Change #211515

    Category ffmpeg
    Changed by Marth64 <marth64ohnoyoudont@proxyid.net>
    Changed at Sun 13 Oct 2024 17:03:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6ee7555a909d263080de8490628e92bf0c5cdb15

    Comments

    avformat/dashdec: return ret directly in open_demux_for_component()
    Signed-off-by: Marth64 <marth64@proxyid.net>
    Reviewed-by: Steven Liu <lq@chinaffmpeg.org>

    Changed files

    • libavformat/dashdec.c
  5. Change #211516

    Category ffmpeg
    Changed by Marth64 <marth64ohnoyoudont@proxyid.net>
    Changed at Sun 13 Oct 2024 17:03:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7acc2ebd5d9e09198ea235870f8e6a9a5de667f8

    Comments

    avformat/dashdec: check return code of avcodec_parameters_copy()
    Signed-off-by: Marth64 <marth64@proxyid.net>
    Reviewed-by: Steven Liu <lq@chinaffmpeg.org>

    Changed files

    • libavformat/dashdec.c
  6. Change #211517

    Category ffmpeg
    Changed by Marth64 <marth64ohnoyoudont@proxyid.net>
    Changed at Sun 13 Oct 2024 17:03:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 95bb47de7dc564ad8a36d6c0770400815a9b39c2

    Comments

    avformat/dashdec: format open_demux_for_component()
    Signed-off-by: Marth64 <marth64@proxyid.net>
    Reviewed-by: Steven Liu <lq@chinaffmpeg.org>

    Changed files

    • libavformat/dashdec.c
  7. Change #211518

    Category ffmpeg
    Changed by Marth64 <marth64ohnoyoudont@proxyid.net>
    Changed at Sun 13 Oct 2024 17:04:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f46415f37332c4291882ae1b403aaf8179e3ea49

    Comments

    avformat/hlsenc: check return value of avcodec_parameters_copy()
    Written in the dominant style of the surrounding code block.
    
    Signed-off-by: Marth64 <marth64@proxyid.net>
    Reviewed-by: Steven Liu <lq@chinaffmpeg.org>

    Changed files

    • libavformat/hlsenc.c