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

Builder ffmpegsos-solaris10-sparc Build #12437

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 52 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 ( 1 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 12 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_sos.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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12437 Build
codebase Build
got_revision 43abd1ced9424d7f9ff340d1fe01b3a43411b849 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 43abd1ced9424d7f9ff340d1fe01b3a43411b849 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartFri Nov 21 12:30:08 2025
EndFri Nov 21 12:32:18 2025
Elapsed2 mins, 9 secs

All Changes:

:

  1. Change #249558

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 21 Nov 2025 11:55:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 25867633762aa96e98f85d4bfacfcc988360b3e7

    Comments

    avcodec/mpeg12: Inline ff_mpeg1_clean_buffers() into its callers
    This function is extremely small, so inlining it is appropriate (and
    actually beneficial size-wise here). It furthermore allows to remove
    the mpeg12codecs.h header and the mpeg12-encoders->mpeg12.o dependency.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/Makefile
    • libavcodec/mpeg12.c
    • libavcodec/mpeg12codecs.h
    • libavcodec/mpeg12dec.c
    • libavcodec/mpeg12enc.h
    • libavcodec/mpegvideo_enc.c
  2. Change #249559

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 21 Nov 2025 11:55:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b497de698cd6c2e42380c889765c176b78f1f6b7

    Comments

    avcodec/Makefile: Remove mpegvideo_parser->mpeg12.o dependency
    Forgotten in 3ceffe783965767e62d59e8e68ecd265c98460ec.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/Makefile
  3. Change #249560

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 21 Nov 2025 11:55:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 43abd1ced9424d7f9ff340d1fe01b3a43411b849

    Comments

    avcodec/mpegvideo: Move last_dc to {H263Dec,Mpeg12Slice,MPVEnc}Context
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/dnxhdenc.c
    • libavcodec/h263dec.c
    • libavcodec/h263dec.h
    • libavcodec/ituh263dec.c
    • libavcodec/mjpegenc.c
    • libavcodec/mpeg12dec.c
    • libavcodec/mpeg12enc.c
    • libavcodec/mpeg12enc.h
    • libavcodec/mpeg4videodec.c
    • libavcodec/mpegvideo.h
    • libavcodec/mpegvideo_enc.c
    • libavcodec/mpegvideoenc.h
    • libavcodec/msmpeg4dec.c
    • libavcodec/rv10.c
    • libavcodec/speedhqenc.c