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

Builder ffmpeg64-solaris10-i386 Build #13603

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision9ab37ef91834632c460bb5c68f45ad6102f460d7
Got Revision9ab37ef91834632c460bb5c68f45ad6102f460d7
Changes8 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 ( 2 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_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 13603 Build
codebase Build
got_revision 9ab37ef91834632c460bb5c68f45ad6102f460d7 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 9ab37ef91834632c460bb5c68f45ad6102f460d7 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. Andreas Rheinhardt

Timing:

StartThu Apr 16 21:45:33 2026
EndThu Apr 16 21:45:55 2026
Elapsed21 secs

All Changes:

:

  1. Change #264697

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 16 Apr 2026 21:27:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0ee1947d9b141480cfdd15a2714f3fd16f675bcc

    Comments

    avcodec/lcevcdec: Use pool to avoid allocations of FFLCEVCFrame
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/decode.c
    • libavcodec/lcevcdec.c
    • libavcodec/lcevcdec.h
  2. Change #264698

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 16 Apr 2026 21:27:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2d062dd0c6bfc372026c67c70e16a496ce8cc88a

    Comments

    avcodec/decode: Make post_process_opaque a RefStruct reference
    Avoids the post_process_opaque_free callback; the only user of
    this is already a RefStruct reference and presumably other users
    would want to use a pool for this, too, so they would use
    RefStruct-objects, too.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/decode.c
    • libavcodec/decode.h
    • libavcodec/lcevcdec.c
    • libavcodec/lcevcdec.h
  3. Change #264699

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 16 Apr 2026 21:27:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 312bfd512d73929bc6b9d2fc51191694e7dba409

    Comments

    avcodec/decode: Remove always-true checks
    dc->lcevc.ctx is only != NULL for video.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/decode.c
  4. Change #264700

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 16 Apr 2026 21:27:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f99e4a0f2395f8314e7e519b87c91b9d0338c103

    Comments

    avcodec/decode: Optimize call away if possible
    post_process_opaque is only used by LCEVC, so it is unused
    on most builds.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/decode.c
  5. Change #264701

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 16 Apr 2026 21:27:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b595b3075e8738fa8febd370928745028f5e84dc

    Comments

    avcodec/decode: Fix shadowing
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/decode.c
  6. Change #264702

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 16 Apr 2026 21:27:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a85709537e457e846d7a456319488c878a3e5e80

    Comments

    avcodec/decode: Avoid temporary frame in ff_reget_buffer()
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/decode.c
  7. Change #264703

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 16 Apr 2026 21:27:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4b5e1d25c343cc8501653f430da9e4a82445afd5

    Comments

    avcodec/decode: Short-circuit side-data processing
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/decode.c
  8. Change #264704

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 16 Apr 2026 21:27:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9ab37ef91834632c460bb5c68f45ad6102f460d7

    Comments

    avcodec/packet: Remove always-true check
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/packet.c