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

Builder ffmpegsos-solaris10-sparc Build #12686

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionb0fe52ba4ee6a826bafaf4c6a14b33ecb1d77b7a
Got Revisionb0fe52ba4ee6a826bafaf4c6a14b33ecb1d77b7a
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 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_sos.sh' failed ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jack Lau

Timing:

StartSun Jan 11 05:26:16 2026
EndSun Jan 11 05:26:40 2026
Elapsed23 secs

All Changes:

:

  1. Change #254790

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Sun 11 Jan 2026 05:24:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b0fe52ba4ee6a826bafaf4c6a14b33ecb1d77b7a

    Comments

    avformat/tls_gnutls: add gnutls_pull_timeout() for dtls
    See https://gnutls.org/manual/gnutls.html#index-gnutls_005ftransport_005fset_005fpull_005ftimeout_005ffunction
    
    This callback is necessary for enforcing the DTLS mode timeouts when in blocking mode.
    
    Otherwise the dtls pull function won't work.
    
    The gnutls_pull_timeout() implementation refers to gnutls example:
    https://gnutls.org/manual/gnutls.html#DTLS-echo-server-with-X_002e509-authentication-1
    
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • libavformat/tls_gnutls.c