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

Builder ffmpeg-solaris10-sparc Build #12445

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-solaris10-sparc' 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 ( 12 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 12445 Build
codebase Build
got_revision 47c6af7d299c96b2e65f5f10526e0f34e00b23c8 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 47c6af7d299c96b2e65f5f10526e0f34e00b23c8 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 Aug 14 21:52:47 2025
EndThu Aug 14 21:53:13 2025
Elapsed26 secs

All Changes:

:

  1. Change #242986

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Thu 14 Aug 2025 21:42:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 47c6af7d299c96b2e65f5f10526e0f34e00b23c8

    Comments

    avutil/avassert: always implement av_assume with av_unreachable
    One of the design goals of this macro is the ability to support static
    inline predicate functions. Which is emitting warning in clang that a
    function may have side-effects and the condition will be ignored. MSVC
    doesn't emit warning, but also ignore predicate in such cases.
    
    Instead of using assume builtins, implement it using unreachable. Which
    solves this case for MSVC and Clang.
    
    This reverts ea56fe60acc139a4dc7c531f2cb9f5319cef7a09, but also extends
    it to MSVC, which is affected in the similar way.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavutil/avassert.h