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

Builder ffmpeg-solaris10-sparc Build #12491

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 39 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 ( 10 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 12491 Build
codebase Build
got_revision b3ea5584929f16785cc45ad386998ff42fa72110 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b3ea5584929f16785cc45ad386998ff42fa72110 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:

StartSun Aug 24 11:22:37 2025
EndSun Aug 24 11:23:29 2025
Elapsed51 secs

All Changes:

:

  1. Change #243811

    Category ffmpeg
    Changed by Jack Lau <jacklau1222ohnoyoudont@qq.com>
    Changed at Sat 23 Aug 2025 11:20:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b3ea5584929f16785cc45ad386998ff42fa72110

    Comments

    avformat/whip: fix ssrc might be same
    use audio_ssrc + 1 for video_ssrc to avoid ssrc collision
    
    See RFC 3550 Section 8,
    The SSRC identifier carried in the RTP header and in various fields
    of RTCP packets is a random 32 bit number that is required to be
    globally unique within an RTP session.
    
    simply + 1 also can get an unique ssrc, and faster than generating
    new unique ssrc.
    
    Signed-off-by: Jack Lau <jacklau1222@qq.com>

    Changed files

    • libavformat/whip.c