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

Builder ffmpeg-solaris10-sparc Build #12343

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision5bd7003e81c30914e8adfe46b3ab85ba99e42d0f
Got Revision5bd7003e81c30914e8adfe46b3ab85ba99e42d0f
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 1 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 3 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 5 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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12343 Build
codebase Build
got_revision 5bd7003e81c30914e8adfe46b3ab85ba99e42d0f Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5bd7003e81c30914e8adfe46b3ab85ba99e42d0f 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:

StartSun Aug 3 18:13:54 2025
EndSun Aug 3 18:14:15 2025
Elapsed20 secs

All Changes:

:

  1. Change #241737

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 03 Aug 2025 18:00:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 11a53339805950bf2d0b429cc598c5f6b83ae1c7

    Comments

    avformat/mov: free AVBPrint on error when parsing infe boxes
    Should fix memleaks.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/mov.c
  2. Change #241738

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 03 Aug 2025 18:00:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 89187a84d3e14590ae18e166e8ce76d41ca31c5e

    Comments

    avformat/mov: free streams earlier on error when parsing infe boxes
    Fixes clusterfuzz-testcase-minimized-fuzzer_loadfile-5365661771825152.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/mov.c
  3. Change #241739

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 03 Aug 2025 18:00:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 999e3e9bf80a8595f5ff65019001b3a3c0628c79

    Comments

    avformat/mov: don't set stsc_count for item streams before the array is allocated
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/mov.c
  4. Change #241740

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 03 Aug 2025 18:06:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5bd7003e81c30914e8adfe46b3ab85ba99e42d0f

    Comments

    avformat/mov: move AVC-Intra extradata generation to earlier in the stsd parsing process
    This will ensure it will be stored in the stream's private context, so it can
    be fetched and replaced as required.
    
    Fixes a regression since eefa6de7d505ecd80e4674146067b99d1b74ddbe.
    Fixes avc-intra-panasonic-AG-HPX301E.mov
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/mov.c