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

Builder ffmpeg-solaris10-i386 Build #11550

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-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 ( 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 ( 0 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 11550 Build
codebase Build
got_revision 8e76c993013d6dd9382774d1716d8fe2421c42bd Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 8e76c993013d6dd9382774d1716d8fe2421c42bd Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Marvin Scholz

Timing:

StartSun Sep 29 10:38:37 2024
EndSun Sep 29 10:38:52 2024
Elapsed15 secs

All Changes:

:

  1. Change #209244

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Sun 29 Sep 2024 10:12:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7554346cb5cf6e8863da12f9d56e300b08d6cc23

    Comments

    avdevice/decklink_dec: fix leak on error
    In the early return when both draw_bars and signal_loss_action
    options are used, the context allocated previously was not
    properly freed.
    
    Introduced in 9bcb86b0fa58f1a5a2a8613065349e26abadb329
    
    Fixes CID1619296
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavdevice/decklink_dec.cpp
  2. Change #209246

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Sun 29 Sep 2024 10:12:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8e76c993013d6dd9382774d1716d8fe2421c42bd

    Comments

    avdevice/decklink_dec: fix leaks on error
    In case of errors in this function, the allocated context
    was not properly freed in several cases.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavdevice/decklink_dec.cpp