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

Builder ffmpeg-solaris10-sparc Build #13141

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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.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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13141 Build
codebase Build
got_revision cbdb3254244069d0a1ca1ffa7148ccc494d8ae03 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision cbdb3254244069d0a1ca1ffa7148ccc494d8ae03 Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jack Lau

Timing:

StartTue Feb 17 15:04:38 2026
EndTue Feb 17 15:04:55 2026
Elapsed17 secs

All Changes:

:

  1. Change #257954

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Tue 17 Feb 2026 14:58:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 479c40f595da3e2b89fbcd526747e11f994670c7

    Comments

    avformat/tls_openssl: use EINVAL when X509_digest failed
    This function just calculate and copy the fingerprint
    to the provided buf, will not allocate memory.
    
    It fails when the input (such as cert) is invalid.
    
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • libavformat/tls_openssl.c
  2. Change #257955

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Tue 17 Feb 2026 14:58:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cbdb3254244069d0a1ca1ffa7148ccc494d8ae03

    Comments

    avformat/tls_openssl: update the outdated comments
    Loading CA certificate is supported.
    
    Remove unrelated comments.
    
    The underlying socket can be tcp or udp.
    
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • libavformat/tls_openssl.c