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

Builder ffmpeg-solaris10-sparc Build #14119

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 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 ( 15 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 14119 Build
codebase Build
got_revision df86c5ef3a5524b92c4083473bf816f7df8a1df4 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision df86c5ef3a5524b92c4083473bf816f7df8a1df4 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. Andreas Rheinhardt

Timing:

StartSat Aug 15 18:14:10 2026
EndSat Aug 15 18:14:40 2026
Elapsed29 secs

All Changes:

:

  1. Change #278314

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 15 Aug 2026 18:51:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision df86c5ef3a5524b92c4083473bf816f7df8a1df4

    Comments

    swresample/tests/swresample: Avoid av_assert2, remove ASSERT_LEVEL override
    Said #define ASSERT_LEVEL 2 was ineffective because it followed
    the inclusion of avassert.h. It only leads to warnings when
    ASSERT_LEVEL is defined to something other than 2 (it is not
    defined by default).
    
    Also avoid using av_assert2() in a test tool: These are supposed to
    be picky, so using always-enabled av_assert0 is appropriate.
    This was probably the intention of the ASSERT_LEVEL override
    all along.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libswresample/tests/swresample.c