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

Builder ffmpegsos-solaris10-i386 Build #13667

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision1e031d4af713168259ea3fd82c54a25f30b7bada
Got Revision1e031d4af713168259ea3fd82c54a25f30b7bada
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 9 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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13667 Build
codebase Build
got_revision 1e031d4af713168259ea3fd82c54a25f30b7bada Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 1e031d4af713168259ea3fd82c54a25f30b7bada 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. Kacper Michajłow

Timing:

StartThu Apr 2 18:48:19 2026
EndThu Apr 2 18:48:38 2026
Elapsed18 secs

All Changes:

:

  1. Change #263326

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Thu 02 Apr 2026 18:37:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 43be5cccd82b9807c51b2661af4503259eff142f

    Comments

    configure: add llvm toolchain option
    This uses llvm tools. `clang-*` toolchain is left mostly for backward
    compatibility, although it doesn't use llvm tools, only clang. On top of
    that it's for enabling sanitizers. While `llvm` toolchain can be use
    without sanitizer suffix.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • configure
  2. Change #263327

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Thu 02 Apr 2026 18:37:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 740dc9e02723ae416c496072a4b5d47665a51324

    Comments

    configure: test if -lm is available on host compiler
    Fixes host binaries compilation on platforms without math lib.
    
    Fixes clang host compilation, which replaces `-lm` with `m.lib` that
    does not exist:
    LINK : fatal error LNK1181: cannot open input file 'm.lib'
    clang: error: linker command failed with exit code 1181 (use -v to see invocation)
    
    Fixes MSVC (cl) host warning:
    cl : Command line warning D9002 : ignoring unknown option '-lm'
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • configure
  3. Change #263328

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Thu 02 Apr 2026 18:37:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1e031d4af713168259ea3fd82c54a25f30b7bada

    Comments

    configure: treat unrecognized option warnings as errors in test_ld
    This fixes dummy warnings when link/lld-link is called by the clang:
    lld-link: warning: ignoring unknown argument '--as-needed'
    lld-link: warning: ignoring unknown argument '-rpath-link=:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil'
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • configure