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

Builder ffmpeg64-solaris10-i386 Build #12276

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:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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_64.sh' failed ( 4 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12276 Build
codebase Build
got_revision 26807592e12546daecd97296711c745c9eeaa688 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 26807592e12546daecd97296711c745c9eeaa688 Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Kacper Michajłow

Timing:

StartThu Jun 12 13:41:23 2025
EndThu Jun 12 13:41:48 2025
Elapsed24 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