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

Builder ffmpeg-solaris10-sparc Build #12146

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 49 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 ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 1 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 12146 Build
codebase Build
got_revision 167e343bbe75515a80db8ee72ffa0c607c944a00 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 167e343bbe75515a80db8ee72ffa0c607c944a00 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:

StartWed Jun 4 05:25:01 2025
EndWed Jun 4 05:26:01 2025
Elapsed59 secs

All Changes:

:

  1. Change #231332

    Category ffmpeg
    Changed by Jack Lau <jacklau1222ohnoyoudont@qq.com>
    Changed at Wed 04 Jun 2025 05:17:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 167e343bbe75515a80db8ee72ffa0c607c944a00

    Comments

    avformat/whip: Add WHIP muxer support for subsecond latency streaming
    0. WHIP Version 3.
    1. The WHIP muxer has been renamed and refined,
        with improved logging context and error messages for SSL, DTLS, and RTC.
    2. Magic numbers have been replaced with macros and extracted to functions,
        and log levels have been altered for better clarity.
    3. DTLS curve list has been updated,
        and SRTP profile names have been refined for FFmpeg and OpenSSL.
    4. ICE STUN magic number has been refined,
        and RTP payload types have been updated based on Chrome's definition.
    5. Fixed frame size has been refined to rtc->audio_par->frame_size,
        and h264_mp4toannexb is now used to convert MP4/ISOM to annexb.
    6. OPUS timestamp issue has been addressed,
        and marker setting has been corrected after utilizing BSF.
    7. DTLS handshake and ICE handling have been optimized for improved performance,
        with a single handshake timeout and server role to prevent ARQ.
    8. Consolidated ICE request/response handling and DTLS handshake into a single function,
        and fixed OpenSSL build errors to work with Pion.
    9. Merge TLS & DTLS implementation, shared BIO callbacks, read, write,
        print_ssl_error, openssl_init_ca_key_cert,
        init_bio_method function and shared same data structure
    10. Modify configure that whip is enabled only dtls is
        enabled(just support openssl for now) to fix build error
    
    Co-authored-by: winlin <winlinvip@gmail.com>
    Co-authored-by: yangrtc <yangrtc@aliyun.com>
    Co-authored-by: cloudwebrtc <duanweiwei1982@gmail.com>
    Co-authored-by: Haibo Chen <495810242@qq.com>
    Co-authored-by: Steven Liu <lq@chinaffmpeg.org>
    Co-authored-by: Jun Zhao <barryjzhao@tencent.com>
    Signed-off-by: Jack Lau <jacklau1222@qq.com>
    Signed-off-by: Steven Liu <lq@chinaffmpeg.org>

    Changed files

    • configure
    • doc/muxers.texi
    • libavformat/Makefile
    • libavformat/allformats.c
    • libavformat/avio.c
    • libavformat/http.c
    • libavformat/http.h
    • libavformat/protocols.c
    • libavformat/srtp.h
    • libavformat/tls.c
    • libavformat/tls.h
    • libavformat/tls_openssl.c
    • libavformat/whip.c