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

Builder ffmpeg-solaris10-sparc Build #12431

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision3ef2ea890bcd4ea98469b01a77dbb5d9b3848942
Got Revision3ef2ea890bcd4ea98469b01a77dbb5d9b3848942
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 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.sh' failed ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12431 Build
codebase Build
got_revision 3ef2ea890bcd4ea98469b01a77dbb5d9b3848942 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3ef2ea890bcd4ea98469b01a77dbb5d9b3848942 Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. James Almer

Timing:

StartTue Aug 12 22:02:31 2025
EndTue Aug 12 22:02:56 2025
Elapsed24 secs

All Changes:

:

  1. Change #242833

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Tue 12 Aug 2025 21:59:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4b39d776c39f3a049932c8be0d46f48a4a3a0a7c

    Comments

    avcodec/cbs_apv: store derived tile information in a per frame basis
    If a single fragment contains more than one frame unit, the tile information stored
    in the private context will only correspond to one of them.
    
    Fixes: crash (out of array access)
    Fixes: 435489659/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APV_fuzzer-6194885205229568
    
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/apv_decode.c
    • libavcodec/cbs_apv.c
    • libavcodec/cbs_apv.h
    • libavcodec/cbs_apv_syntax_template.c
  2. Change #242834

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Tue 12 Aug 2025 21:59:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 084b67f6e3f1495732579ca7f9008cf98c3f38fe

    Comments

    avcodec/apv: port to the receive_frame() API
    You can technically feed the decoder a single packet with more than one AU in
    it, even if a demuxer is unlikely to ever export such a thing.
    Given the parser does no packetization to ensure we get a single AU, in order
    to not discard any frame beyond the first, the decoupled input/output API
    should be used.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/apv_decode.c
  3. Change #242835

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Tue 12 Aug 2025 21:59:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3ef2ea890bcd4ea98469b01a77dbb5d9b3848942

    Comments

    avcodec/apv_decode: set decoder as skip frame fill param capable
    No need to decode potentially huge frames just to get stream params.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/apv_decode.c