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

Builder ffmpegsos-solaris10-sparc Build #11946

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 mins, 57 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 58 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 30 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 4 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 42 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_sos.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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 11946 Build
codebase Build
got_revision 7d384869751b45d4d057df67dde9050a82590a6e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7d384869751b45d4d057df67dde9050a82590a6e Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Marvin Scholz

Timing:

StartSat Jun 28 15:35:35 2025
EndSat Jun 28 15:45:53 2025
Elapsed10 mins, 17 secs

All Changes:

:

  1. Change #237942

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Sat 28 Jun 2025 15:16:45
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7d384869751b45d4d057df67dde9050a82590a6e

    Comments

    avcodec/vvc/refs: remove early return
    The ret value is checked later on again, so this check
    is redundant and would cause the frame to not be unrefd on
    failure as well.
    
    So remove this check and add one before av_frame_remove_side_data
    to ensure it is not called with an invalid frame.
    
    Fix CID 1648350
    
    Reviewed-by: Frank Plowman <post@frankplowman.com>

    Changed files

    • libavcodec/vvc/refs.c