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

Builder ffmpeg64-solaris10-i386 Build #13465

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 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 13465 Build
codebase Build
got_revision 7516bf24dba8b66e1463208dd21ba0f20293017a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7516bf24dba8b66e1463208dd21ba0f20293017a 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. Nariman-Sayed
  2. Scott Theisen

Timing:

StartMon Mar 23 20:54:59 2026
EndMon Mar 23 20:55:20 2026
Elapsed21 secs

All Changes:

:

  1. Change #262119

    Category ffmpeg
    Changed by Nariman-Sayed <narimansayed28ohnoyoudont@gmail.com>
    Changed at Mon 23 Mar 2026 20:49:25
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2501954d493d21d02b4092f537369a075b28c220

    Comments

    avformat/rtpdec: fix RTCP RR cumulative packet loss clamping
    Per RFC 3550 Appendix A.3, the cumulative number of packets lost is a
    signed 24-bit field. Clamp to signed 24-bit range using av_clip_intp2
    and av_zero_extend to handle duplicate packets correctly.

    Changed files

    • libavformat/rtpdec.c
  2. Change #262120

    Category ffmpeg
    Changed by Scott Theisen <scott.the.elmohnoyoudont@gmail.com>
    Changed at Mon 23 Mar 2026 20:50:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7516bf24dba8b66e1463208dd21ba0f20293017a

    Comments

    libavformat/mpegts.c: pat_cb(): Ensure all PIDs are valid
    but just ignore invalid PAT entries so subsequent valid
    entries are parsed.
    
    ISO/IEC 13818-1:2021 specifies a valid range of [0x0010, 0x1FFE] in
    § 2.4.4.6 Semantic definition of fields in program association section
    and Table 2-3 – PID table
    
    ts->current_pid is always 0 since that is the PID for the PAT.

    Changed files

    • libavformat/mpegts.c