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

Builder ffmpeg-solaris10-sparc Build #13614

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiondba0b078c810e6d62f14758b23f6e56274b69955
Got Revisiondba0b078c810e6d62f14758b23f6e56274b69955
Changes6 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-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 ( 10 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.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13614 Build
codebase Build
got_revision dba0b078c810e6d62f14758b23f6e56274b69955 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision dba0b078c810e6d62f14758b23f6e56274b69955 Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jun Zhao
  2. Kacper Michajłow
  3. zhanghongyuan

Timing:

StartSat May 2 02:22:44 2026
EndSat May 2 02:23:07 2026
Elapsed23 secs

All Changes:

:

  1. Change #266108

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Fri 01 May 2026 17:45:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ea3e09bfb10b67822ee29668289b729a43274f22

    Comments

    fate/filter-video: use run $(FFMPEG) for scale-zero-dim test
    $(FFMPEG) expands to "ffmpeg.exe" on Windows/MSYS2, and the bare
    $(FFMPEG) call falls through to PATH lookup, picking up an externally
    installed ffmpeg instead of the freshly built binary in $target_path.
    That stale binary lacked the rejection added in a45fe72c9d, causing
    msys2-clang64/clangarm64/ucrt64 slots to silently produce 250x2
    instead of failing at 500x0.
    
    Wrap with fate-run.sh's run() so $target_exec and $target_path are
    resolved correctly on all platforms, matching the convention used by
    e.g. fate-id3v2-invalid-tags, and avoiding the ffmpeg() helper's
    unrelated default flags.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • tests/fate/filter-video.mak
  2. Change #266109

    Category ffmpeg
    Changed by zhanghongyuan <zhanghongyuanohnoyoudont@uniontech.com>
    Changed at Sat 02 May 2026 01:37:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7e5eb2b65ce5e1b16a8b2bb406ed947c094214dd

    Comments

    fftools/opt_common: Use enum for encoder/decoder selection
    Replace magic numbers (0 and 1) with SHOW_DECODER and SHOW_ENCODER
    enum values throughout the opt_common.c file.

    Changed files

    • fftools/opt_common.c
  3. Change #266110

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sat 02 May 2026 01:58:40
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d768bd564ee66a57d1ebd828d05fa1347ca94f12

    Comments

    avformat/hls: avoid casting callback functions type
    Technically it's is UB to call function of different type.
    
    Fixes:
    src/libavformat/utils.c:531:9: runtime error: call to function handle_variant_args through pointer to incorrect function type 'void (*)(void *, const char *, int, char **, int *)'
    src/libavformat/hls.c:379: note: handle_variant_args defined here
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavformat/hls.c
  4. Change #266111

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sat 02 May 2026 01:58:40
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1bb12370b04bceaee715e1fe1d99bd106488f428

    Comments

    avformat/httpauth: avoid casting callback functions type
    Technically it's is UB to call function of different type.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavformat/httpauth.c
  5. Change #266112

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sat 02 May 2026 01:59:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 688f68bffa8101e2f6e210b352d874dafa5c4ad3

    Comments

    avcodec/vaapi_av1: fix leak of ref frames on init failure
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/vaapi_av1.c
  6. Change #266113

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sat 02 May 2026 01:59:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dba0b078c810e6d62f14758b23f6e56274b69955

    Comments

    avcodec/vaapi_av1: reorder functions to avoid fwd decl

    Changed files

    • libavcodec/vaapi_av1.c