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

Builder ffmpegsos-solaris10-sparc Build #12534

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision04a46a2ae4c6fd54e28bcafecea4bc8e31b5043b
Got Revision04a46a2ae4c6fd54e28bcafecea4bc8e31b5043b
Changes10 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 12534 Build
codebase Build
got_revision 04a46a2ae4c6fd54e28bcafecea4bc8e31b5043b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 04a46a2ae4c6fd54e28bcafecea4bc8e31b5043b 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. Kacper Michajłow

Timing:

StartMon Dec 8 22:38:33 2025
EndMon Dec 8 22:38:52 2025
Elapsed19 secs

All Changes:

:

  1. Change #251494

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 08 Dec 2025 22:31:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1fa5e001bce15dd33c7296b4a38fd23ab81689f9

    Comments

    avfilter/vf_neighbor_opencl: add error condition when filter name doesn't match
    This cannot really happen, but to suppress compiler warnings, we can
    just return AVERROR_BUG here.
    
    Fixes: warning: variable 'kernel_name' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavfilter/vf_neighbor_opencl.c
  2. Change #251495

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 08 Dec 2025 22:31:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cca872b6fdee84e423404d79b9afee51e7cc2382

    Comments

    avfilter/vf_libopencv: make sure there is space for null-terminator in shape_str
    Fixes: warning: 'sscanf' may overflow; destination buffer in argument 7 has size 32, but the corresponding specifier may require size 33 [-Wfortify-source]
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavfilter/vf_libopencv.c
  3. Change #251496

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 08 Dec 2025 22:31:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 490af2d4cf279ffc096a8ea9c9c702126f5c5cb3

    Comments

    avcodec/libaomdec: add explicit enum cast to suppress compiler warnings
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/libaomdec.c
  4. Change #251497

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 08 Dec 2025 22:31:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision eaa2b3d4be8053c732910054d0f498eade22b7e7

    Comments

    avcodec/libsvtav1: add explicit enum cast to suppress compiler warnings
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/libsvtav1.c
  5. Change #251498

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 08 Dec 2025 22:31:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1f7182a991c78932fcedd56451251d60cb537574

    Comments

    avcodec/libx265: add explicit enum cast to suppress compiler warnings
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/libx265.c
  6. Change #251499

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 08 Dec 2025 22:31:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 018041f150dc6bfe38cc818db5904db98ba9b4a8

    Comments

    swresample/soxr_resample: pass initialized data to soxr_process() in flush()
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libswresample/soxr_resample.c
  7. Change #251500

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 08 Dec 2025 22:31:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6083c9bb8c838c6242b9077a6d5775317b769325

    Comments

    avutil/hwcontext_vaapi: mark try_all with av_unused to suppres warning
    Fixes: warning: variable 'try_all' set but not used [-Wunused-but-set-variable]
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavutil/hwcontext_vaapi.c
  8. Change #251501

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 08 Dec 2025 22:31:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5b2bd6f88de227cc64b09acd95b717e2f352da8f

    Comments

    avcodec/d3d12va_encode_av1: remove unused variables
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/d3d12va_encode_av1.c
  9. Change #251502

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 08 Dec 2025 22:31:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f4fc14fb38f84e509e60f15fd6e4a45170f8aaf4

    Comments

    avcodec/d3d12va_encode_av1: fix size_t format specifier

    Changed files

    • libavcodec/d3d12va_encode_av1.c
  10. Change #251503

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 08 Dec 2025 22:31:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 04a46a2ae4c6fd54e28bcafecea4bc8e31b5043b

    Comments

    avcodec/d3d12va_encode_av1: don't ignore return value
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/d3d12va_encode_av1.c