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

Builder ffmpegsos-solaris10-sparc Build #11894

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 21 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 ( 1 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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 11894 Build
codebase Build
got_revision 9ad6dca28ccbe989f615fb10626b22236b06df59 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 9ad6dca28ccbe989f615fb10626b22236b06df59 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:

StartThu Jun 12 15:35:21 2025
EndThu Jun 12 15:35:55 2025
Elapsed33 secs

All Changes:

:

  1. Change #232103

    Category ffmpeg
    Changed by Marvin Scholz <epirat07-at-gmail.comohnoyoudont@ffmpeg.org>
    Changed at Thu 12 Jun 2025 15:16:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3d7668dae12fc07a49ba19875ba4d32a4ff46289

    Comments

    avcodec/vvc/dec: fix possible null-pointer dereference
    When checking for filmgrain here, needs_fg can be true even when
    film_grain_characteristics is NULL (when aom_film_grain.enable is true),
    therefore this check could end up dereferencing film_grain_characteristics
    even though it is NULL.
    
    Fix CID 1648347

    Changed files

    • libavcodec/vvc/dec.c
  2. Change #232104

    Category ffmpeg
    Changed by Marvin Scholz <epirat07-at-gmail.comohnoyoudont@ffmpeg.org>
    Changed at Thu 12 Jun 2025 15:17:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9ad6dca28ccbe989f615fb10626b22236b06df59

    Comments

    avcodec/vvc: parse all SEI messages
    While the current code iterated over the messages, it always returned
    in the first iteration. Instead keep iterating and warn for failure to
    parse. At time of writing, none of the parsing functions seems to
    actually return an error, ever.
    
    Fix CID 1648348

    Changed files

    • libavcodec/vvc/sei.c