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

Builder ffmpegsos-solaris10-i386 Build #13731

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision39f34ee0196b876c6b8925b8f2cad019478d7da8
Got Revision39f34ee0196b876c6b8925b8f2cad019478d7da8
Changes3 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 ( 7 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13731 Build
codebase Build
got_revision 39f34ee0196b876c6b8925b8f2cad019478d7da8 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 39f34ee0196b876c6b8925b8f2cad019478d7da8 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:

StartThu Apr 16 08:15:28 2026
EndThu Apr 16 08:15:45 2026
Elapsed16 secs

All Changes:

:

  1. Change #264618

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 16 Apr 2026 07:36:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 53a26f7d41ca7543776590345acd86b41a7856ba

    Comments

    avcodec/mpegvideo_dec: Use C version of h264chroma mc2 functions
    H.264 only uses these functions with height 2 or 4 and
    the aarch64, arm and mips versions of them optimize based
    on this. Yet this is not true when these functions are used
    by the lowres code in mpegvideo_dec.c. So revert back to
    the C versions of these functions for mpegvideo_dec so that
    the H.264 decoder can still use fully optimized functions.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/h264chroma.c
    • libavcodec/h264chroma.h
    • libavcodec/h264chroma_template.c
    • libavcodec/mpegvideo_dec.c
  2. Change #264619

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 16 Apr 2026 07:36:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3de38c6b6e2cd5ceb91c7054a8e10f26c13cd146

    Comments

    avcodec/h264chroma: Fix incorrect alignment documentation
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/h264chroma.h
    • libavcodec/h264chroma_template.c
  3. Change #264620

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 16 Apr 2026 07:36:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 39f34ee0196b876c6b8925b8f2cad019478d7da8

    Comments

    tests/checkasm/h264chroma: Use more realistic block sizes
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/checkasm/h264chroma.c