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

Builder ffmpegsos-solaris10-i386 Build #12552

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-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 ( 9 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_sos.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/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 12552 Build
codebase Build
got_revision 7c5319e6924fd82772eff890df191f973767d38e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7c5319e6924fd82772eff890df191f973767d38e Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Frank Plowman

Timing:

StartMon Jul 28 21:57:30 2025
EndMon Jul 28 21:57:47 2025
Elapsed17 secs

All Changes:

:

  1. Change #241068

    Category ffmpeg
    Changed by Frank Plowman <postohnoyoudont@frankplowman.com>
    Changed at Mon 28 Jul 2025 21:45:45
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ce172bc362f09a12dc422283d81313bde4920f51

    Comments

    lavc/vvc: Don't discard palette_subblock_data return code
    Signed-off-by: Frank Plowman <post@frankplowman.com>

    Changed files

    • libavcodec/vvc/ctu.c
  2. Change #241069

    Category ffmpeg
    Changed by Frank Plowman <postohnoyoudont@frankplowman.com>
    Changed at Mon 28 Jul 2025 21:46:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7c5319e6924fd82772eff890df191f973767d38e

    Comments

    lavc/vvc: Add max parameter to kth_order_egk_decode
    Prior to this patch, kth_order_egk_decode could read arbitrarily
    large values which then overflowed and caused various issues.
    Patch fixes this by making kth_order_egk_decode falliable,
    requiring the caller to specify an upper bound and returning an
    error if the read value would exceed that bound.
    
    This patch resolves the same issue as
    eb52251c0ab025b6b40b28994bc9dc616813b190, but I think this is the proper
    fix as it also addresses issues with syntax elements besides
    ff_vvc_num_signalled_palette_entries.
    
    Signed-off-by: Frank Plowman <post@frankplowman.com>

    Changed files

    • libavcodec/vvc/cabac.c
    • libavcodec/vvc/cabac.h
    • libavcodec/vvc/ctu.c