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

Builder ffmpegsos-solaris10-i386 Build #13498

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 11 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 ( 0 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartSat Mar 7 20:54:55 2026
EndSat Mar 7 20:55:13 2026
Elapsed18 secs

All Changes:

:

  1. Change #260218

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 07 Mar 2026 20:14:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ee72731722ca93f7d57e62788ffed24d5f5b8f7a

    Comments

    tests/fate/vcodec: Test intra_dc_precision
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/fate/vcodec.mak
    • tests/ref/seek/vsynth_lena-mpeg2-idct-int
    • tests/ref/vsynth/vsynth1-mpeg2-idct-int
    • tests/ref/vsynth/vsynth2-mpeg2-idct-int
    • tests/ref/vsynth/vsynth3-mpeg2-idct-int
    • tests/ref/vsynth/vsynth_lena-mpeg2-idct-int
  2. Change #260219

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 07 Mar 2026 20:14:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9051caa12c1fe0bcab575786a45a76d5ed228bf6

    Comments

    avcodec/mpegvideo_enc: Inline intra_dc_precision when known
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/mjpegenc.c
    • libavcodec/mpegvideo_enc.c
  3. Change #260220

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 07 Mar 2026 20:14:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 27d95c3cf83250ec76fdfc36ce73ff95d106afe2

    Comments

    avcodec/mpegvideo_enc: Move dimension-alignment check to rv10enc.c
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/mpegvideo_enc.c
    • libavcodec/rv10enc.c
  4. Change #260221

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 07 Mar 2026 20:14:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8a431cd8babf43f727cb1ea1f683d85c07243753

    Comments

    avcodec/rv10enc: Check dimensions once during init
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/rv10enc.c
  5. Change #260222

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 07 Mar 2026 20:14:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 76a005dccff28ee46a5413f381817c4de06c9cf6

    Comments

    avcodec/rv10enc: Set encode_picture_header in rv10_encode_init()
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/mpegvideo_enc.c
    • libavcodec/rv10enc.c
    • libavcodec/rv10enc.h
    • libavcodec/rv20enc.c
    • libavcodec/rv20enc.h
  6. Change #260223

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 07 Mar 2026 20:14:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cdc632efb3e633dd81ff08d26b18a1eb51583a53

    Comments

    avcodec/mpegvideo_enc: Ignore intra_dc_precision for non-MPEG-2
    This option is only allowed to be set for MPEG-2, so ignore it
    except for MPEG-2 and move handling of it to mpeg12enc.c.
    This is in preparation for deprecating the AVCodecContext option.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/mpeg12enc.c
    • libavcodec/mpeg12enc.h
    • libavcodec/mpegvideo_enc.c
  7. Change #260224

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 07 Mar 2026 20:14:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f37cfb370f87e2598c500f3d51b47577c6dbbcb5

    Comments

    avcodec/avcodec: Deprecate intra_dc_precision
    It is only used by the MPEG-2 encoder, so replace it
    by a private option instead. Use a more elaborate term
    for it: intra_dc_precision ("dc" could be anything).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • doc/APIchanges
    • libavcodec/avcodec.h
    • libavcodec/mpeg12enc.c
    • libavcodec/options_table.h
    • libavcodec/version.h
    • libavcodec/version_major.h
    • tests/fate/lavf-container.mak
    • tests/fate/vcodec.mak
  8. Change #260225

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 07 Mar 2026 20:14:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2f9d3ce5a259412bf407916f260da01c69af1a12

    Comments

    avcodec/h261dec: Don't pretend decoding a skipped macroblock can fail
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/h261dec.c