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

Builder ffmpeg64-solaris10-i386 Build #12350

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiond2828ab28463fa2062e7d254f549cb434974c963
Got Revisiond2828ab28463fa2062e7d254f549cb434974c963
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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_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 12350 Build
codebase Build
got_revision d2828ab28463fa2062e7d254f549cb434974c963 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d2828ab28463fa2062e7d254f549cb434974c963 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. Marvin Scholz

Timing:

StartMon Jul 7 16:52:06 2025
EndMon Jul 7 16:52:22 2025
Elapsed15 secs

All Changes:

:

  1. Change #238635

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

    Comments

    lavf/rtpdec: fix RTCP SR packet length check
    The minimum valid packet length is 28, given that the length includes
    the packet header.
    
    This didn't cause any issues so far as the code did not care about the
    last two fields in the SR section, but will be relevant in a future
    commit.

    Changed files

    • libavformat/rtpdec.c
  2. Change #238636

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Mon 07 Jul 2025 16:14:02
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 74aa710879689bf9ba569fbd13fb5074a666e92b

    Comments

    lavf: add and use AVRTCPSenderReport struct
    This will be used in a future commit to expose the SR as side-data.

    Changed files

    • libavcodec/defs.h
    • libavformat/rtpdec.c
    • libavformat/rtpdec.h
    • libavformat/rtspdec.c
  3. Change #238637

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

    Comments

    avcodec: add AV_PKT_DATA_RTCP_SR side data type

    Changed files

    • libavcodec/packet.c
    • libavcodec/packet.h
  4. Change #238638

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

    Comments

    avformat: rtsp: export AV_PKT_DATA_RTCP_SR

    Changed files

    • libavformat/rtpdec.c