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

Builder ffmpeg-solaris10-sparc Build #12651

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision01b105bb06f30d275c3a1932de4d03a4767f8a18
Got Revision01b105bb06f30d275c3a1932de4d03a4767f8a18
Changes8 changes

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 ( 8 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 ( 2 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 12651 Build
codebase Build
got_revision 01b105bb06f30d275c3a1932de4d03a4767f8a18 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 01b105bb06f30d275c3a1932de4d03a4767f8a18 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. Niklas Haas

Timing:

StartThu Nov 6 21:37:55 2025
EndThu Nov 6 21:38:17 2025
Elapsed21 secs

All Changes:

:

  1. Change #247775

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 06 Nov 2025 17:34:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c1717cb6669f986a8bd04c8bfc5e37927c12769d

    Comments

    avfilter/format: add print_list() to AVFilterFormatsMerger
    So that the generic code can correctly print format lists for failing mergers.

    Changed files

    • libavfilter/formats.c
    • libavfilter/formats.h
  2. Change #247776

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 06 Nov 2025 17:48:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f5bc9704edb3254e65c108509052f19eb77622c1

    Comments

    avfilter/formats: constify ff_filter_get_negotiation

    Changed files

    • libavfilter/formats.c
    • libavfilter/formats.h
  3. Change #247777

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 06 Nov 2025 18:01:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ad5b151f88aed49b4c36e764186214c13e0788ac

    Comments

    avfilter/formats: add name field to AVFilterFormatMerger
    Needed to properly print format lists on format configuration failure.

    Changed files

    • libavfilter/formats.c
    • libavfilter/formats.h
  4. Change #247778

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 06 Nov 2025 18:01:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7b564e2efc295ca205642c5c2ddfe5d8e77ecf08

    Comments

    avfilter/avfiltergraph: print all format lists on config failure
    Instead of just printing the pixel/sample formats.

    Changed files

    • libavfilter/avfiltergraph.c
  5. Change #247779

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 06 Nov 2025 18:09:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6c3a63112be927526b08c0154b2df786fa7bce3d

    Comments

    avfilter/avfiltergraph: only print format lists for failing mergers
    Instead of printing all format lists on a link negotiation error, just print
    the relevant/failing format lists.

    Changed files

    • libavfilter/avfiltergraph.c
  6. Change #247780

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 06 Nov 2025 18:16:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 84b365d522a59c5e80fb0b3f960d1c36a2674797

    Comments

    avfilter/avfiltergraph: print both failing links on conversion error
    This is more informative than the current behavior, because when the first
    MERGE() succeeds but the second fails, the original link already has
    merged formats and thus the error message is confusing.

    Changed files

    • libavfilter/avfiltergraph.c
  7. Change #247781

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 06 Nov 2025 21:34:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9a386078cc0484f064e6cc4309a2a9048bd25fae

    Comments

    tests/swscale: use av_log() where appropriate
    We can't use ANSI color codes inside av_log(), so fall back to printf()
    for these; but match the INFO verbosity level.
    
    Also change the format slightly to drop SSIM numbers down to just below
    VERBOSE level, since VERBOSE tends to generate a lot of swscale related
    spam.

    Changed files

    • libswscale/tests/swscale.c
  8. Change #247782

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 06 Nov 2025 21:34:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 01b105bb06f30d275c3a1932de4d03a4767f8a18

    Comments

    tests/fate/swscale: add swscale self-test
    This one takes about 2.93s on my machine, but ensures that every pixel
    format conversion roundtrips correctly. Note that due to existing bugs in
    libswscale, this one only passes when using the new format conversion code.
    
    Restrict the test to -v 16 (AV_LOG_ERROR) to avoid excess amounts of output.

    Changed files

    • tests/fate/libswscale.mak
    • tests/ref/fate/sws-unscaled