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

Builder ffmpeg64-solaris10-i386 Build #13878

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision4569ab7eaa0d709fa9b578bc86d703212638a16c
Got Revision4569ab7eaa0d709fa9b578bc86d703212638a16c
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ( 6 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 ( 0 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 13878 Build
codebase Build
got_revision 4569ab7eaa0d709fa9b578bc86d703212638a16c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 4569ab7eaa0d709fa9b578bc86d703212638a16c 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. Andreas Rheinhardt
  2. Martin Storsjö

Timing:

StartThu Jun 4 20:32:40 2026
EndThu Jun 4 20:32:52 2026
Elapsed11 secs

All Changes:

:

  1. Change #269510

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 04 Jun 2026 19:43:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5b9d8901a953ad1ba90e88319376fe8eb2d81b81

    Comments

    avformat/shared: use av_fallthrough to mark fallthroughs
    Reviewed-by: Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/shared.c
  2. Change #269511

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Thu 04 Jun 2026 20:26:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c2f499d9797d49e79dcfb555cb11448f721b41f1

    Comments

    configure: Fix a mismatched include guard end comment

    Changed files

    • configure
  3. Change #269512

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Thu 04 Jun 2026 20:26:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4569ab7eaa0d709fa9b578bc86d703212638a16c

    Comments

    configure: Provide checkasm_header_config_generated.h as well
    This is required for overriding defines that exist in the public
    headers of checkasm, when e.g. building with assembly disabled
    for an architecture where we normally would use the checked_call
    wrapper.
    
    This fixes a leftover in how checkasm is integrated into the
    ffmpeg build system; there were many different approaches
    considered for fixing --disable-asm, and the ffmpeg configure
    integration didn't end up matching the final solution.
    
    This fixes building with --disable-asm.

    Changed files

    • configure
    • tests/checkasm/Makefile