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

Builder ffmpegsos-solaris10-sparc Build #13477

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision28b92b9b2e7abeb70b0aa050138e6e4b7cc26aed
Got Revision28b92b9b2e7abeb70b0aa050138e6e4b7cc26aed
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 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 ( 10 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 13477 Build
codebase Build
got_revision 28b92b9b2e7abeb70b0aa050138e6e4b7cc26aed Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 28b92b9b2e7abeb70b0aa050138e6e4b7cc26aed 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. Aditya Banavi

Timing:

StartWed May 27 13:43:02 2026
EndWed May 27 13:43:29 2026
Elapsed26 secs

All Changes:

:

  1. Change #268471

    Category ffmpeg
    Changed by Aditya Banavi <adityabanaviohnoyoudont@gmail.com>
    Changed at Wed 27 May 2026 13:39:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision df3511db5bdfe315ac8fe553c0a70e5e1b156c69

    Comments

    avformat/tls: Moved the parsing of host uri into a separate function - ff_tls_parse_host()
    This makes the function reusable and modular
    
    Signed-off-by: Aditya Banavi <adityabanavi@gmail.com>

    Changed files

    • libavformat/tls.c
    • libavformat/tls.h
  2. Change #268472

    Category ffmpeg
    Changed by Aditya Banavi <adityabanaviohnoyoudont@gmail.com>
    Changed at Wed 27 May 2026 13:39:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 28b92b9b2e7abeb70b0aa050138e6e4b7cc26aed

    Comments

    avformat/tls_gnutls:fix crash when connecting to peer
    When ffmpeg whip client takes up dtls_active role when using gnutls,
    it tries to connect to the server over udp and intermittently crashes.
    This is because s->host is NULL, and ffmpeg is in ice controlling mode.
    The gnutls api - gnutls_server_name_set() crashes if the hostname is NULL.
    
    This commit assigns valid value to s->host in such scenarios.
    
    Signed-off-by: Aditya Banavi <adityabanavi@gmail.com>

    Changed files

    • libavformat/tls_gnutls.c