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

Builder ffmpeg-solaris10-i386 Build #11140

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision2d33d6bfcc2ab4031862aeb35bc0cb536019ac09
Got Revision2d33d6bfcc2ab4031862aeb35bc0cb536019ac09
Changes10 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-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 ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 1 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 ( 1 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 11140 Build
codebase Build
got_revision 2d33d6bfcc2ab4031862aeb35bc0cb536019ac09 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 2d33d6bfcc2ab4031862aeb35bc0cb536019ac09 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartSun Apr 7 22:33:11 2024
EndSun Apr 7 22:33:22 2024
Elapsed11 secs

All Changes:

:

  1. Change #194690

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Apr 2024 21:59:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cebf1d59a56991b775f9bea92d8efd2f810c39ba

    Comments

    avcodec/huffyuvdec: Don't zero unnecessarily
    A decoder's private data has already been zeroed (apart from options)
    before init is called.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffyuvdec.c
  2. Change #194691

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Apr 2024 21:59:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision eef5d60ac6200e0d4790d936c4e57656fe8502cc

    Comments

    avcodec/huffyuv: Inline common alloc/free functions in their callers
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffyuv.c
    • libavcodec/huffyuv.h
    • libavcodec/huffyuvdec.c
    • libavcodec/huffyuvenc.c
  3. Change #194692

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Apr 2024 21:59:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cf96c0295ea9c8f58617408ed68dbb1cba8d1682

    Comments

    avcodec/huffyuv(dec|enc): Use union for temp/temp16
    These pointers already point to the same buffers, so using
    a union is possible and avoids the overhead of syncing the
    pointers (and saves some memory).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffyuvdec.c
    • libavcodec/huffyuvenc.c
  4. Change #194693

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Apr 2024 21:59:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0e5af493fc139d057a0d81cbfb2e963d4976ebe2

    Comments

    avcodec/huffyuv: Return proper error code
    Also forward said error code in the encoder.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffyuv.c
    • libavcodec/huffyuvenc.c
  5. Change #194694

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Apr 2024 21:59:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d517c9e51be52159930668032f087e3478bf8821

    Comments

    avcodec/huffyuvenc: Avoid duplicate variables
    Also simplify assigningfake strides.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffyuvenc.c
  6. Change #194695

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Apr 2024 21:59:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5110d16f5ad5c5a3508099de15624c5568adba55

    Comments

    avcodec/huffyuvenc: Avoid code duplication
    This also fixes misindentated code.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffyuvenc.c
  7. Change #194696

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Apr 2024 21:59:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a6979e3bd2b31531276546ecf9759a986e52c3a4

    Comments

    avcodec/huffyuvenc: Deduplicate options
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffyuvenc.c
  8. Change #194697

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Apr 2024 21:59:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a6d6c8442ce9cc93a1a1202e0ceaaec11aaf77c9

    Comments

    avcodec/huffyuvdec: Use bytestream API for byte-aligned reads
    This also allows to remove the padding from these buffers.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffyuvdec.c
  9. Change #194698

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Apr 2024 21:59:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f3c8d0399acdf5dc0f0990bba3d7f0fb7c6e407c

    Comments

    avcodec/huffyuvdec: Use assert to check for things that can't fail
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffyuvdec.c
  10. Change #194699

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Apr 2024 21:59:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2d33d6bfcc2ab4031862aeb35bc0cb536019ac09

    Comments

    avcodec/dv: Don't pretend initializing work chunks can fail
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/dv.c
    • libavcodec/dv_internal.h
    • libavcodec/dvdec.c
    • libavcodec/dvenc.c