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

Builder ffmpeg-solaris10-sparc Build #13962

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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 ( 3 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 13962 Build
codebase Build
got_revision 8f3c62cb6acae5b753e609e25c141a6f31d0df19 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 8f3c62cb6acae5b753e609e25c141a6f31d0df19 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. Jack Lau
  2. James Almer

Timing:

StartTue Jun 23 17:04:30 2026
EndTue Jun 23 17:04:53 2026
Elapsed23 secs

All Changes:

:

  1. Change #272282

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Tue 23 Jun 2026 16:44:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b7db2538f6037b7465c35e32a6579fddf1a243ba

    Comments

    avformat/tls_openssl: copy the dtls code into tls_open()
    This is first step for moving dtls related code
    into tls_open() to make sure they can use common
    code in one function.
    
    Next patch should be removing dtls_start() and create
    a simple dtls_open() wrapper (set is_dtls and then call
    tls_open()) just like GnuTLS.
    
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • libavformat/tls_openssl.c
  2. Change #272283

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Tue 23 Jun 2026 16:44:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e2eee22f16744a2f60b9c0b46077478c2592bb70

    Comments

    avformat/tls_openssl: refactor dtls_start() to use common code
    Removing the dtls_start() and create a simple dtls_open()
    wrapper that just set s->is_dtls and call tls_open() to
    use common code.
    
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • libavformat/tls_openssl.c
  3. Change #272284

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Tue 23 Jun 2026 16:44:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a9e27e2e0cdc3f65751a73059677bd0e486256fe

    Comments

    avformat/tls_{openssl,mbedtls}: parse host when external_sock is true
    See 28b92b9b2e7abeb70b0aa050138e6e4b7cc26aed
    
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • libavformat/tls_mbedtls.c
    • libavformat/tls_openssl.c
  4. Change #272285

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Tue 23 Jun 2026 17:01:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8f3c62cb6acae5b753e609e25c141a6f31d0df19

    Comments

    tests/fate/hlsenc: don't write the segment output to /dev/null
    Fixes fate-hls-iframes-single-fmp4 on msys2, where #EXT-X-MAP:URI would print
    "nul" instead of "null".
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • tests/fate/hlsenc.mak
    • tests/ref/fate/hls-iframes-single-fmp4