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

Builder ffmpeg-solaris10-sparc Build #13135

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision61b1fb1d000fd812f56df618a7b577474e157aea
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 14 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13135 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 61b1fb1d000fd812f56df618a7b577474e157aea 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 Feb 14 22:06:44 2026
EndSat Feb 14 22:06:58 2026
Elapsed14 secs

All Changes:

:

  1. Change #257811

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 14 Feb 2026 20:14:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4ef5efc2b65406b8f5da91ae4abc79c66d4969b5

    Comments

    avcodec/aacps_tablegen_template: Fix hardcoded tables with assert-level 2
    In this case an av_assert2 in lavu/softfloat.h pulls in
    a dependency on av_log(), which is not available at all,
    because the tablegen tools are created for and run on
    the host, not the target. This leads to linking failures.
    
    Fix this by undefining ASSERT_LEVEL before the inclusion
    of avassert.h.
    
    Reviewed-by: Timo Rothenpieler <timo@rothenpieler.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aacps_tablegen_template.c
  2. Change #257812

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 14 Feb 2026 20:15:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 61b1fb1d000fd812f56df618a7b577474e157aea

    Comments

    .forgejo/workflows: Test hardcoded tables
    Should detect breakages like the one caused by commit
    d8ffec5bf9a2803f55cc0822a97b7815f24bee83
    (fixed in 1d47ae65bf6df91246cbe25c997b25947f7a4d1d).
    
    Reviewed-by: Timo Rothenpieler <timo@rothenpieler.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • .forgejo/workflows/test.yml