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

Builder ffmpegsos-solaris10-i386 Build #13952

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ( 17 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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13952 Build
codebase Build
got_revision fb5dd6ec60f42cd19ce5e59d745e72fdb73731f8 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision fb5dd6ec60f42cd19ce5e59d745e72fdb73731f8 Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Vann Harl

Timing:

StartWed May 27 13:52:34 2026
EndWed May 27 13:53:01 2026
Elapsed26 secs

All Changes:

:

  1. Change #268473

    Category ffmpeg
    Changed by Vann Harl <vannharlohnoyoudont@arcor.de>
    Changed at Wed 27 May 2026 13:41:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fb5dd6ec60f42cd19ce5e59d745e72fdb73731f8

    Comments

    avformat/tls_{openssl,gnutls,mbedtls}: gate DTLS udp helpers on CONFIG_UDP_PROTOCOL
    ff_udp_get_last_recv_addr and ff_udp_set_remote_addr are defined in
    udp.c which only compiles under CONFIG_UDP_PROTOCOL. Building with
    --disable-everything plus a protocol whitelist that excludes UDP
    left these references unresolved at link time, even though TLS
    itself uses TCP. Wrap the DTLS UDP-remote-addr blocks accordingly

    Changed files

    • libavformat/tls_gnutls.c
    • libavformat/tls_mbedtls.c
    • libavformat/tls_openssl.c