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

Builder ffmpeg-solaris10-sparc Build #12185

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision53da090ab7bfa6a5c7ed65bfd4339ba0e3dd6a67
Got Revision53da090ab7bfa6a5c7ed65bfd4339ba0e3dd6a67
Changes1 change

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 ( 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.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 12185 Build
codebase Build
got_revision 53da090ab7bfa6a5c7ed65bfd4339ba0e3dd6a67 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 53da090ab7bfa6a5c7ed65bfd4339ba0e3dd6a67 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

Timing:

StartTue Jun 17 11:33:25 2025
EndTue Jun 17 11:33:48 2025
Elapsed22 secs

All Changes:

:

  1. Change #236874

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Tue 17 Jun 2025 10:51:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 53da090ab7bfa6a5c7ed65bfd4339ba0e3dd6a67

    Comments

    configure: fix Microsoft tools detection
    LLVM tools print installation path upon execution. If one uses LLVM
    tools bundled with Microsoft Visual Studio installation, they would be
    incorrectly detected as Microsoft's ones.
    
    Microsoft tools can have localized names, so a more specific string
    check is not feasible, but luckily we can test if "Microsoft" is at the
    beginning of the line, as it is always the case.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • configure