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

Builder ffmpeg-solaris10-sparc Build #12171

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 5 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 ( 25 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 12171 Build
codebase Build
got_revision 26807592e12546daecd97296711c745c9eeaa688 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 26807592e12546daecd97296711c745c9eeaa688 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:

StartThu Jun 12 13:41:10 2025
EndThu Jun 12 13:42:45 2025
Elapsed1 mins, 34 secs

All Changes:

:

  1. Change #232091

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Thu 12 Jun 2025 13:17:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 43dc443446e48614323bd1f083e90ae11ea66827

    Comments

    avutil/intmath: use AV_HAS_BUILTIN to detect builtin availability
    Fixes use of bultins on clang x86_64-pc-windows-msvc which does not
    define any __GNUC__. Also on other targets __GNUC__ is defined to 4 by
    default, so any feature testing based on version is not really valid.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • libavutil/intmath.h
    • libavutil/x86/intmath.h
  2. Change #232092

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Thu 12 Jun 2025 13:17:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 26807592e12546daecd97296711c745c9eeaa688

    Comments

    avformat/internal: add missing __clang__ check
    Clang x86_64-pc-windows-msvc doesn't define __GNUC__.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • libavformat/internal.h