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

Builder ffmpeg-solaris10-sparc Build #12267

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisione6af82c49895825d0cbea71e24c77be6b16571c4
Got Revisione6af82c49895825d0cbea71e24c77be6b16571c4
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 1 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 12267 Build
codebase Build
got_revision e6af82c49895825d0cbea71e24c77be6b16571c4 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision e6af82c49895825d0cbea71e24c77be6b16571c4 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
  2. Timo Rothenpieler

Timing:

StartThu Jul 17 02:52:14 2025
EndThu Jul 17 02:52:34 2025
Elapsed20 secs

All Changes:

:

  1. Change #239952

    Category ffmpeg
    Changed by Jack Lau <jacklau1222ohnoyoudont@qq.com>
    Changed at Thu 17 Jul 2025 02:04:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7afe1167e5d57fe28e91744d93f1ceebba12c0f3

    Comments

    avformat/tls_openssl: set tlsext host name after init ssl
    Signed-off-by: Jack Lau <jacklau1222@qq.com>
    Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>

    Changed files

    • libavformat/tls_openssl.c
  2. Change #239953

    Category ffmpeg
    Changed by Timo Rothenpieler <timoohnoyoudont@rothenpieler.org>
    Changed at Thu 17 Jul 2025 02:20:34
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 95eae5dd507f8922250bede2ef4aef95efab1afb

    Comments

    avformat/tls_openssl: unset nonblock flag on correct URLContext during dtls handshake
    The internal BIO functions do not in fact look at this flag, only the outer
    tls_read and tls_write functions do.

    Changed files

    • libavformat/tls_openssl.c
  3. Change #239954

    Category ffmpeg
    Changed by Jack Lau <jacklau1222ohnoyoudont@qq.com>
    Changed at Thu 17 Jul 2025 02:35:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7bd3bdbd6224989edce7f27dd1e25bf25b1be619

    Comments

    avformat/whip: free udp socket after dtls free
    the SSL_shutdown in tls_close need call the url_bio_bwrite
    so we should keep udp still alive
    
    Signed-off-by: Jack Lau <jacklau1222@qq.com>
    Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>

    Changed files

    • libavformat/whip.c
  4. Change #239955

    Category ffmpeg
    Changed by Jack Lau <jacklau1222ohnoyoudont@qq.com>
    Changed at Thu 17 Jul 2025 02:35:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dda91b87e86b9261860e0ffa24ffc3fbe2c5b662

    Comments

    avformat/tls_openssl: replace 1 with TLS_ST_OK to be more clear
    Signed-off-by: Jack Lau <jacklau1222@qq.com>
    Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>

    Changed files

    • libavformat/tls_openssl.c
  5. Change #239956

    Category ffmpeg
    Changed by Jack Lau <jacklau1222ohnoyoudont@qq.com>
    Changed at Thu 17 Jul 2025 02:35:11
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e6af82c49895825d0cbea71e24c77be6b16571c4

    Comments

    avformat/tls_openssl: remove all redundant "TLS: " in log with AVClass
    Signed-off-by: Jack Lau <jacklau1222@qq.com>
    Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>

    Changed files

    • libavformat/tls_openssl.c