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

Builder ffmpeg-solaris10-sparc Build #12266

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision2869cce163fd7cb0a7c7a989c45d1d6fabf17ac9
Got Revision2869cce163fd7cb0a7c7a989c45d1d6fabf17ac9
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 30 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 ( 2 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 25 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 2 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12266 Build
codebase Build
got_revision 2869cce163fd7cb0a7c7a989c45d1d6fabf17ac9 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 2869cce163fd7cb0a7c7a989c45d1d6fabf17ac9 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. Kacper Michajłow
  2. Kacper Michajłow

Timing:

StartThu Jul 17 00:45:02 2025
EndThu Jul 17 00:46:06 2025
Elapsed1 mins, 3 secs

All Changes:

:

  1. Change #239949

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Thu 17 Jul 2025 00:28:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ec51162bb6221b6af20348ade6c52e38c1e5e4b8

    Comments

    checkasm/swscale: fix function prototypes
    This aligns declared function types in checkasm with real definition.
    
    Fixes FATE: checkasm-{sw_rgb,sw_scale,sw_yuv2rgb,sw_yuv2yuv}
    
    Fixes: runtime error: call to function <func> through pointer to incorrect function type
    Fixes: c1a0e657638f7007dcc807a2d985c22631fcd6d3
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • tests/checkasm/sw_rgb.c
    • tests/checkasm/sw_scale.c
    • tests/checkasm/sw_yuv2rgb.c
    • tests/checkasm/sw_yuv2yuv.c
  2. Change #239950

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93-at-gmail.comohnoyoudont@ffmpeg.org>
    Changed at Thu 17 Jul 2025 00:28:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2869cce163fd7cb0a7c7a989c45d1d6fabf17ac9

    Comments

    configure: add -Wl when linker is called indirectly
    It's possible to call linker indirectly through driver like Clang. In
    which cases linker args has to be prefixed with -Wl.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • configure