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

Builder ffmpegsos-solaris10-sparc Build #12571

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision6f9849cbe533feac03ff62eabd4eb316ea12ea1c
Got Revision6f9849cbe533feac03ff62eabd4eb316ea12ea1c
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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 ( 8 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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12571 Build
codebase Build
got_revision 6f9849cbe533feac03ff62eabd4eb316ea12ea1c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 6f9849cbe533feac03ff62eabd4eb316ea12ea1c 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:

StartSun Dec 14 21:31:25 2025
EndSun Dec 14 21:31:47 2025
Elapsed22 secs

All Changes:

:

  1. Change #252175

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 14 Dec 2025 21:05:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9ed64db6a5b08ca9d051776d2fbc1d13d0e1edcc

    Comments

    avcodec/libsvtjpegxs{dec,enc}: Don't get log level multiple times
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/libsvtjpegxsdec.c
    • libavcodec/libsvtjpegxsenc.c
  2. Change #252176

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 14 Dec 2025 21:05:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 47179c3452341090d39fd16c3f3d6b865025e803

    Comments

    avcodec/libsvtjpegxsenc: Remove dead code
    The pixel format has already been checked generically.
    This also fixes the bug that the earlier code ignored
    the return value of set_pix_fmt().
    
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/libsvtjpegxsenc.c
  3. Change #252177

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 14 Dec 2025 21:05:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision af70b24692e9b72548d96896e01fbd31193b7af5

    Comments

    avcodec/libsvtjpegxs{dec,enc}: Don't call av_cpu_count() multiple times
    (Like the old code, the new code limits the number of threads to 64,
    even when the user explicitly set a higher thread count. I don't know
    whether it is intentional to apply this limit even when the user
    explicitly supplied the number of threads.)
    
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/libsvtjpegxsdec.c
    • libavcodec/libsvtjpegxsenc.c
  4. Change #252178

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 14 Dec 2025 21:06:00
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7efd09813f71c6817342a23902bdc4c7e5f68db3

    Comments

    avcodec/libsvtjpegxsenc: Don't copy unnecessarily
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/libsvtjpegxsenc.c
  5. Change #252179

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 14 Dec 2025 21:06:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6f9849cbe533feac03ff62eabd4eb316ea12ea1c

    Comments

    avcodec/libsvtjpegxsenc: Replace divisions by shifts
    Also simplify setting alloc_size.
    
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/libsvtjpegxsenc.c