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

Builder ffmpegsos-solaris10-i386 Build #13552

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisione33573813d58a67b01a159220ac1d1e671b52f75
Got Revisione33573813d58a67b01a159220ac1d1e671b52f75
Changes7 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ( 10 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 4 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 3 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 13552 Build
codebase Build
got_revision e33573813d58a67b01a159220ac1d1e671b52f75 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision e33573813d58a67b01a159220ac1d1e671b52f75 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 14 21:15:16 2026
EndSat Mar 14 21:15:41 2026
Elapsed24 secs

All Changes:

:

  1. Change #261047

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 14 Mar 2026 19:31:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4300931e232222d549b85bba4745da969000afc1

    Comments

    avcodec/apv_decode: Fix pixel format selection
    The current code just happens to work for 10 and 12.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/apv_decode.c
  2. Change #261048

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 14 Mar 2026 19:31:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6b5b0d6a505649ae5a4828a6dcfb82edee1881cd

    Comments

    avcodec/apv_decode: Remove always-false branches
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/apv_decode.c
  3. Change #261049

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 14 Mar 2026 19:31:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 99339f7b2b9123d3f41d32ed8a8c79cf074c257e

    Comments

    avcodec/apv_decode: Remove unused array entries
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/apv_decode.c
  4. Change #261050

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 14 Mar 2026 19:31:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 506ea84c1c7569e7e935f44fef6fc90ce43397be

    Comments

    avcodec/apv_decode: Don't rely on AV_PIX_FMT_YUV420 == 0
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/apv_decode.c
  5. Change #261051

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 14 Mar 2026 19:31:45
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 59b119023fcb7ae72eda2852aa30b11467728208

    Comments

    avcodec/apv_dsp: Remove dead 8 bit code
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/apv_dsp.c
    • libavcodec/x86/apv_dsp.asm
    • tests/checkasm/apv_dsp.c
  6. Change #261052

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 14 Mar 2026 19:31:45
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 691f9cd4289c9db3167b666f8ca9dcf694aa40e9

    Comments

    avcodec/apv_dsp: Reindent after previous commit
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/apv_dsp.c
  7. Change #261053

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 14 Mar 2026 19:31:45
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e33573813d58a67b01a159220ac1d1e671b52f75

    Comments

    avcodec/x86/apv_dsp: Don't clip unnecessarily
    It is redundant due to packusdw.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/apv_dsp.asm