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

Builder ffmpeg-solaris10-i386 Build #11581

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision496b8d7a130eaa3eba1ea315a74cc51b08b04e6f
Got Revision496b8d7a130eaa3eba1ea315a74cc51b08b04e6f
Changes29 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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 ( 7 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/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 11581 Build
codebase Build
got_revision 496b8d7a130eaa3eba1ea315a74cc51b08b04e6f Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 496b8d7a130eaa3eba1ea315a74cc51b08b04e6f Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Anton Khirnov

Timing:

StartMon Oct 7 11:09:58 2024
EndMon Oct 7 11:10:12 2024
Elapsed14 secs

All Changes:

:

  1. Change #210738

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:45:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 794308c61b386b613f7e68b317dfa7debddf2f07

    Comments

    doc/ffmpeg: rewrite the detailed description chapter
    Split it into sections that describe in detail
    * the components of the transcoding pipeline
    * the main features it handles, in order of complexity
        * streamcopy
        * transcoding
        * filtering
    
    Replace the current confusing/misleading diagrams with new ones that
    actually reflect the program components and data flow between them.

    Changed files

    • doc/ffmpeg.texi
  2. Change #210739

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:45:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a2881814b854edbae88dc6d55f1b242360db6283

    Comments

    doc/ffmpeg.texi: add a diagram for the loopback decoder example

    Changed files

    • doc/ffmpeg.texi
  3. Change #210740

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7ab1ddbaf3f45d7dfe51b1caf78b5ca55fbb2bb6

    Comments

    lavfi/vf_alphamerge: switch to query_func2()
    Simplify the implementation by using the fact that ff_set_common_*()
    will ignore those links on which the formats have already been set.

    Changed files

    • libavfilter/vf_alphamerge.c
  4. Change #210741

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 95c9c1c2becd11570359873c0698ed78f33e3693

    Comments

    lavfi/vf_boxblur: switch to query_func2()

    Changed files

    • libavfilter/vf_boxblur.c
  5. Change #210742

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 631e5bcdc7df83541c5353f7d2cf2de42888e86c

    Comments

    lavfi/vf_ciescope: switch to query_func2()

    Changed files

    • libavfilter/vf_ciescope.c
  6. Change #210743

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bc418fd8722885fb4935075eb201a53f4c279f65

    Comments

    lavfi/vf_colorspace: switch to query_func2()

    Changed files

    • libavfilter/vf_colorspace.c
  7. Change #210744

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision da8cc791e237bd739532773425619b04ac773ac2

    Comments

    lavfi/vf_copy: switch to query_func2()

    Changed files

    • libavfilter/vf_copy.c
  8. Change #210745

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a92052cb97d2a8f7104d586bb2f475f9484a5a50

    Comments

    lavfi/vf_crop: switch to query_func2()

    Changed files

    • libavfilter/vf_crop.c
  9. Change #210746

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision eff406f5dd551b55d3a98ac86b596ae3af64098d

    Comments

    lavfi/vf_datascope: switch to query_func2()

    Changed files

    • libavfilter/vf_datascope.c
  10. Change #210747

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f8574da8e5a3a33fb49111abd782c9ecedf67402

    Comments

    lavfi/vf_deband: switch to query_func2()

    Changed files

    • libavfilter/vf_deband.c
  11. Change #210748

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9ebdaa6c7d41a35192661b99c63b97076638616a

    Comments

    lavfi/vf_detelecine: switch to query_func2()

    Changed files

    • libavfilter/vf_detelecine.c
  12. Change #210749

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 87a619c549241774aa74b15ee5affe73d5ecfc4c

    Comments

    lavfi/vf_drawtext: switch to query_func2()

    Changed files

    • libavfilter/vf_drawtext.c
  13. Change #210750

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f59c1b8a0cdc5e2c47f8f01c7f07a6cb53008694

    Comments

    lavfi/vf_edgedetect: switch to query_func2()

    Changed files

    • libavfilter/vf_edgedetect.c
  14. Change #210751

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2161abaecf705cdc7b8853efed8eacf4773c55ff

    Comments

    lavfi/vf_elbg: switch to query_func2()

    Changed files

    • libavfilter/vf_elbg.c
  15. Change #210752

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 401130410275b74b62b4cec46c1b52383ee4280e

    Comments

    lavfi/vf_fade: switch to query_func2()

    Changed files

    • libavfilter/vf_fade.c
  16. Change #210753

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 637b242ec3d2a0b4de85c15a29a0c37f6088d867

    Comments

    lavfi/vf_feedback: switch to query_func2()

    Changed files

    • libavfilter/vf_feedback.c
  17. Change #210754

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4863570d49bf7370f372908d75948a9f9c8f9950

    Comments

    lavfi/vf_fieldhint: switch to query_func2()

    Changed files

    • libavfilter/vf_fieldhint.c
  18. Change #210755

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 977059718b68be39d71152e8a14849944c24ff92

    Comments

    lavfi/vf_fieldmatch: switch to query_func2()

    Changed files

    • libavfilter/vf_fieldmatch.c
  19. Change #210756

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cfbb6e9f5d8a55ab3a6be28fada54f4717698974

    Comments

    lavfi/vf_fieldorder: switch to query_func2()

    Changed files

    • libavfilter/vf_fieldorder.c
  20. Change #210757

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision eb0c9670b4a943a43d1eef493c2866e416f32162

    Comments

    lavfi/vf_format: switch to query_func2()

    Changed files

    • libavfilter/vf_format.c
  21. Change #210758

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a81061b911b69b397c337bb3ba093c3e17e4daaf

    Comments

    lavfi/vf_hwmap: switch to query_func2()

    Changed files

    • libavfilter/vf_hwmap.c
  22. Change #210759

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:46:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e0eec71a13ed8b930fea708b90de4e2d6cca8083

    Comments

    lavfi/vf_geq: switch to query_func2()

    Changed files

    • libavfilter/vf_geq.c
  23. Change #210760

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:47:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b1247e7c1ffc5c95400c2d3adce9406a6c040a8c

    Comments

    lavfi/avfilter: move AVFilterContext.ready to FFFilterContext
    This field is private to the generic filtering code.

    Changed files

    • libavfilter/avfilter.c
    • libavfilter/avfilter.h
    • libavfilter/avfilter_internal.h
    • libavfilter/avfiltergraph.c
    • libavfilter/version_major.h
  24. Change #210761

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:52:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 71f176e3ce754bc5c332caccf99e85da90896525

    Comments

    lavfi/avfilter: move AVFilterContext.{enable,var_values} to FFFilterContext
    They are private to generic filtering code.

    Changed files

    • libavfilter/avfilter.c
    • libavfilter/avfilter.h
    • libavfilter/avfilter_internal.h
  25. Change #210762

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:53:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4472bddb18f332ad95e789277b4071881ad41019

    Comments

    lavfi/avfilter: move AVFilterContext.command_queue to FFFilterContext
    It is private to generic filtering code.

    Changed files

    • libavfilter/avfilter.c
    • libavfilter/avfilter.h
    • libavfilter/avfilter_internal.h
    • libavfilter/avfiltergraph.c
  26. Change #210763

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:53:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6647e57dcb977411a55c20faa90275103d50b8b5

    Comments

    lavfi/avfilter: document AVFilterContext.is_disabled as private
    Ideally there should be three parts to the filter context - public,
    private to the filter, and private to generic code, but only the first
    and the last of these exist currently. Until the second is implemented,
    this is better than nothing.

    Changed files

    • libavfilter/avfilter.h
  27. Change #210764

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:53:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d3739dcbec29d99c73f78840742d8f55ca2d69e3

    Comments

    lavfi/avfilter: make ff_inlink_evaluate_timeline_at_frame() static
    It is not used outside of avfilter.c

    Changed files

    • libavfilter/avfilter.c
    • libavfilter/avfilter_internal.h
  28. Change #210765

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:53:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 26ae8d1891eb6537b9c7b2f4a711706dcd2d0cd8

    Comments

    lavfi/avfilter: drop ff_ prefixes from static functions

    Changed files

    • libavfilter/avfilter.c
  29. Change #210766

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 07 Oct 2024 10:53:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 496b8d7a130eaa3eba1ea315a74cc51b08b04e6f

    Comments

    fftools/ffmpeg_filter: stop setting a no-op option

    Changed files

    • fftools/ffmpeg_filter.c