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

Builder ffmpeg64-solaris10-i386 Build #12349

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision019ca5f01370942ca638f76c16cb4e35b37c7e80
Got Revision019ca5f01370942ca638f76c16cb4e35b37c7e80
Changes11 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ( 7 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 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 12349 Build
codebase Build
got_revision 019ca5f01370942ca638f76c16cb4e35b37c7e80 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 019ca5f01370942ca638f76c16cb4e35b37c7e80 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. Daniel N Pettersson
  2. Marvin Scholz

Timing:

StartMon Jul 7 02:23:49 2025
EndMon Jul 7 02:24:04 2025
Elapsed14 secs

All Changes:

:

  1. Change #238552

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Mon 07 Jul 2025 01:33:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d9eb63724ed5a65d36257185118986de0a5be46d

    Comments

    avutil/hwcontext_videotoolbox: fix unused variable warning
    Resolves an unused variable warning when targeting a recent appleOS
    version.

    Changed files

    • libavutil/hwcontext_videotoolbox.c
  2. Change #238553

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Mon 07 Jul 2025 01:45:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ba9817df9df5911ceb2edff37d9ec970c29329e2

    Comments

    avformat/tls: move common client options into their own define
    Used in a future commit to not duplicate options.

    Changed files

    • libavformat/tls.h
  3. Change #238554

    Category ffmpeg
    Changed by Daniel N Pettersson <danielnpohnoyoudont@axis.com>
    Changed at Mon 07 Jul 2025 01:45:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e1ef33d3615347fa23529511b1b609962cbd6438

    Comments

    avformat/rtsp: add TLS options
    Add TLS options to RTSP for when TLS is used for the lower protocol.
    
    Signed-off-by: Marvin Scholz <epirat07@gmail.com>
    Co-authored-by: Marvin Scholz <epirat07@gmail.com>

    Changed files

    • libavformat/rtsp.c
    • libavformat/rtsp.h
  4. Change #238555

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Mon 07 Jul 2025 01:52:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f256487cd8f29f24036efa5d91a84a26b048861a

    Comments

    configure: require at least OpenSSL 1.1.0
    Given that OPENSSL_init_ssl was introduced in 1.1.0 means we can rely on
    that to ensure we have at least 1.1.0.

    Changed files

    • configure
  5. Change #238556

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Mon 07 Jul 2025 01:52:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f0913b3f16c31f96f626fd43b85ac8762376b06f

    Comments

    avformat: tls: drop support for OpenSSL < 1.1.0

    Changed files

    • libavformat/network.c
    • libavformat/tls_openssl.c
  6. Change #238557

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Mon 07 Jul 2025 01:52:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1702becd64ea7aac2a1d04ba23b01bc94e3420e3

    Comments

    avformat/tls_openssl: remove now unnecessary define
    This was used previously when multiple OpenSSL versions were supported
    that required this to be handled differently.

    Changed files

    • libavformat/tls_openssl.c
  7. Change #238558

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Mon 07 Jul 2025 01:52:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 816dad231f5b312fd98e81cc6a6cbaf47c1e26a5

    Comments

    avformat/tls_openssl: properly get new BIO index
    As noted in the OpenSSL documentation, BIO_get_new_index must be
    used to get a new BIO index. This is ORd with the proper type flag
    BIO_TYPE_SOURCE_SINK.

    Changed files

    • libavformat/tls_openssl.c
  8. Change #238559

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Mon 07 Jul 2025 01:52:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3abc8d507b0616d644166418a9269c42e574c6a4

    Comments

    avformat/tls_openssl: remove leftover comment

    Changed files

    • libavformat/tls_openssl.c
  9. Change #238560

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Mon 07 Jul 2025 01:52:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision aaffa9bc72e0e926cb23752d4864db9c5e4bc80b

    Comments

    avformat/tls_openssl: remove unnecessary checks
    Calling av_free with NULL is a no-op so this check is not needed.

    Changed files

    • libavformat/tls_openssl.c
  10. Change #238561

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Mon 07 Jul 2025 01:52:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fb38d8759b00cd597a678e91518499a05acf6901

    Comments

    avformat/tls_openssl: use TLS_[client|server]_method
    SSLv23_*_method was just a define for these anyway since OpenSSL 1.1.0
    and the old functions are deprecated.

    Changed files

    • libavformat/tls_openssl.c
  11. Change #238562

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Mon 07 Jul 2025 01:52:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 019ca5f01370942ca638f76c16cb4e35b37c7e80

    Comments

    avformat/tls_openssl: use SSL_CTX_set_min_proto_version
    Using SSL_CTX_set_options to disallow specific versions is
    discouraged by the documentation, which recommends to use
    SSL_CTX_set_min_proto_version instead.

    Changed files

    • libavformat/tls_openssl.c