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

Builder ffmpegsos-solaris10-sparc Build #13091

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:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 13091 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-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Nariman-Sayed
  2. Philip Tang

Timing:

StartMon Mar 16 15:54:58 2026
EndMon Mar 16 15:55:19 2026
Elapsed21 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