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

Builder ffmpeg64-solaris10-i386 Build #13558

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-solaris10-i386' 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 ( 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_64.sh' failed ( 0 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 13558 Build
codebase Build
got_revision 5c35d0b880156bef542d7221a6d96fe46f6d22aa Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5c35d0b880156bef542d7221a6d96fe46f6d22aa Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Timo Rothenpieler

Timing:

StartWed Apr 8 14:35:25 2026
EndWed Apr 8 14:35:49 2026
Elapsed23 secs

All Changes:

:

  1. Change #263988

    Category ffmpeg
    Changed by Timo Rothenpieler <timoohnoyoudont@rothenpieler.org>
    Changed at Wed 08 Apr 2026 14:26:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5c35d0b880156bef542d7221a6d96fe46f6d22aa

    Comments

    avformat/tls_gnutls: actually send client cert if one is provided
    Without setting this flag, apparently gnutls will only send the client
    certificate according some logic based on what it thinks the server
    accepts.
    This is not the case a lot of times.
    Just force it to send the client cert the user supplied, if one was
    supplied, no matter what.
    
    Fixes #22707

    Changed files

    • libavformat/tls_gnutls.c