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

Builder ffmpegsos-solaris10-i386 Build #12563

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 10 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 3 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Niklas Haas

Timing:

StartThu Jul 31 14:45:00 2025
EndThu Jul 31 14:45:24 2025
Elapsed23 secs

All Changes:

:

  1. Change #241457

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 31 Jul 2025 14:35:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 03b9180fe34ebf9165d164d4aefbee25fe54b355

    Comments

    avfilter/avfiltergraph: add logging for filter formats
    There is no convenient way, from the command line, to figure out which
    formats a filter actually supports. This commit changes that by adding a
    log output, at debug level, to simply print the list of formats each filter
    advertises on its links, before any negotiation.
    
    Furthermore, we can use the exact same helper function to also print out the
    corresponding filter links when there is an error during format negotiation.
    
    We need to use AV_BRINT_SIZE_UNLIMITED because the default format list for
    filters like vf_scale is about 1700 characters long, significantly larger than
    the the 1 kB default buffer.

    Changed files

    • libavfilter/avfiltergraph.c