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

Builder ffmpegsos-solaris10-sparc Build #12681

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 20 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 ( 1 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 40 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12681 Build
codebase Build
got_revision 6f2d23a009284460590c21df49b31ad1d7c52630 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 6f2d23a009284460590c21df49b31ad1d7c52630 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:

StartSat Jan 10 06:39:59 2026
EndSat Jan 10 06:41:09 2026
Elapsed1 mins, 9 secs

All Changes:

:

  1. Change #254715

    Category ffmpeg
    Changed by Jack Lau <jacklau1222ohnoyoudont@qq.com>
    Changed at Sat 10 Jan 2026 06:30:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6f2d23a009284460590c21df49b31ad1d7c52630

    Comments

    avformat/tls_gnutls: implement dtls handshake logic
    Get and set remote addr when dtls server mode.
    (Refer to url_bio_bread in tls_openssl.c)
    
    add tls_handshake function to handle the dtls
    or tls handshake
    
    TODO:
    add gnutls_pull_timeout function to make dtls
    handshake really work.
    
    Signed-off-by: Jack Lau <jacklau1222@qq.com>

    Changed files

    • libavformat/tls_gnutls.c