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

Builder ffmpegsos-solaris10-i386 Build #13564

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 12 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 ( 4 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 13564 Build
codebase Build
got_revision b20f42b156d9865bb3abdb162a895a82b46fba14 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b20f42b156d9865bb3abdb162a895a82b46fba14 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. Nariman-Sayed
  2. Philip Tang

Timing:

StartMon Mar 16 15:54:56 2026
EndMon Mar 16 15:55:21 2026
Elapsed24 secs

All Changes:

:

  1. Change #261202

    Category ffmpeg
    Changed by Philip Tang <philip.tangohnoyoudont@netint.ca>
    Changed at Mon 16 Mar 2026 15:46:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 261960392e5eadb726dbeaf700c09592c0044e40

    Comments

    avformat/whip: add timeout option for HTTP WHIP can receive timeout option to allow dropping connection attempts which would otherwise hang in the event that remote server is not replying.

    Changed files

    • doc/muxers.texi
    • libavformat/whip.c
  2. Change #261203

    Category ffmpeg
    Changed by Nariman-Sayed <narimansayed28ohnoyoudont@gmail.com>
    Changed at Mon 16 Mar 2026 15:49:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b20f42b156d9865bb3abdb162a895a82b46fba14

    Comments

    avformat/tls_openssl: fix DTLS retransmission when packet lost in blocking mode
    OpenSSL DTLS can't retransmit lost packets in blocking mode.
    Switch to non-blocking mode and use DTLSv1_handle_timeout()
    to properly handle DTLS handshake retransmissions.

    Changed files

    • libavformat/tls_openssl.c