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

Builder ffmpeg64-solaris10-i386 Build #12084

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision37a319fb95bc558c9ed882a8577cab1ed5cc1fd8
Got Revision37a319fb95bc558c9ed882a8577cab1ed5cc1fd8
Changes5 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 5 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 ( 7 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_64.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/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12084 Build
codebase Build
got_revision 37a319fb95bc558c9ed882a8577cab1ed5cc1fd8 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 37a319fb95bc558c9ed882a8577cab1ed5cc1fd8 Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Michael Niedermayer

Timing:

StartFri Apr 4 20:53:39 2025
EndFri Apr 4 20:53:53 2025
Elapsed13 secs

All Changes:

:

  1. Change #226634

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Fri 04 Apr 2025 20:30:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f1235f4bc17e3d19a80376a28d5a98a6e179f160

    Comments

    avcodec/ffv1enc: run1start variables should fit in 32bit
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/ffv1enc.c
  2. Change #226636

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Fri 04 Apr 2025 20:30:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b67cf79683d431725ac522312df216b91ebd0746

    Comments

    avcodec/ffv1: Allocate unit only when needed and only as large as needed
    That is instead of a fixed 65536, we now allocate only as many as there
    are pixels.
    We also allocate only for the encoder and only when remapping is enabled
    and only for 32bit per sample
    
    This should reduce memory consumption, the 2nd array will be
    dealt with in a future commit
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/ffv1.h
    • libavcodec/ffv1enc.c
  3. Change #226637

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Fri 04 Apr 2025 20:30:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 06c00f9355dff0bf6e1983e331ae4694d37fcc9d

    Comments

    avcodec/ffv1: Only allocate fltmap* and bitmap when needed
    This reduces memory requirements
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/ffv1.c
    • libavcodec/ffv1.h
    • libavcodec/ffv1dec.c
    • libavcodec/ffv1enc.c
    • libavcodec/ffv1enc_template.c
  4. Change #226638

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Fri 04 Apr 2025 20:30:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2d9c9dae1488c2a1e6ff8a254214d5b3afd3b08c

    Comments

    avcodec/ffv1dec: Limit size of fltmap* to pixel number
    This reduces needed memory and also removes the 65536 maximum for remap
    on the decoder side
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/ffv1.c
    • libavcodec/ffv1.h
    • libavcodec/ffv1dec.c
  5. Change #226639

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Fri 04 Apr 2025 20:30:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 37a319fb95bc558c9ed882a8577cab1ed5cc1fd8

    Comments

    avcodec/ffv1enc: Consider 2s x s slice configurations
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/ffv1enc.c