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

Builder ffmpeg64-solaris10-sparc Build #12078

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision1f2b8d7238eff4ab8a4d8d6177e250b8180d51f4
Got Revision1f2b8d7238eff4ab8a4d8d6177e250b8180d51f4
Changes15 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-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 ( 9 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 ( 8 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 12078 Build
codebase Build
got_revision 1f2b8d7238eff4ab8a4d8d6177e250b8180d51f4 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 1f2b8d7238eff4ab8a4d8d6177e250b8180d51f4 Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. softworkz

Timing:

StartThu May 15 23:25:05 2025
EndThu May 15 23:25:34 2025
Elapsed28 secs

All Changes:

:

  1. Change #229915

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Thu 15 May 2025 23:04:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8f42d90413f64574b8e15de27fc2430102843dbf

    Comments

    fftools/textformat: Apply formatting and whitespace changes
    Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/textformat/avtextformat.c
    • fftools/textformat/avtextformat.h
    • fftools/textformat/avtextwriters.h
    • fftools/textformat/tf_compact.c
    • fftools/textformat/tf_default.c
    • fftools/textformat/tf_flat.c
    • fftools/textformat/tf_ini.c
    • fftools/textformat/tf_json.c
    • fftools/textformat/tf_xml.c
  2. Change #229916

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Thu 15 May 2025 23:04:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5f90eea8a8d97bf07f6ee101f8a786ef3e3a1d43

    Comments

    fftools/textformat: Apply quality improvements
    Perform multiple improvements to increase code robustness.
    In particular:
    - favor unsigned counters for loops
    - add missing checks
    - avoid possible leaks
    - move variable declarations to inner scopes when feasible
    - provide explicit type-casting when needed
    
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/textformat/avtextformat.c
    • fftools/textformat/avtextformat.h
    • fftools/textformat/tf_default.c
    • fftools/textformat/tf_ini.c
    • fftools/textformat/tf_json.c
    • fftools/textformat/tf_xml.c
    • fftools/textformat/tw_avio.c
  3. Change #229917

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Thu 15 May 2025 23:04:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4baeb9ffe9891a53fc52050ca2ce06d8f95b3a5a

    Comments

    fftools/textformat: Remove unused print_rational() pointer from AVTextFormatter
    Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/textformat/avtextformat.h
    • fftools/textformat/avtextwriters.h
  4. Change #229918

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Thu 15 May 2025 23:04:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d22592870369857c141200445c44f0a8b142cc5c

    Comments

    fftools/textformat: Rename name param to key for API consistency
    Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/textformat/avtextformat.c
    • fftools/textformat/avtextformat.h
  5. Change #229919

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Thu 15 May 2025 23:04:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4ff90f05c7a964b7ec651d494efc43eabcf8d60b

    Comments

    fftools/avtextformat: Re-use BPrint in loop
    Instead of initializing a new BPrint in case of UTF decode error,
    re-use the same BPrint struct and just clear it
    for each iteration.
    
    Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/textformat/avtextformat.c
  6. Change #229920

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Thu 15 May 2025 23:04:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e4830b8c5e589ae77d4e1c9dc68a1a6240cfc3c3

    Comments

    fftools/textformat: Introduce AVTextFormatOptions for avtext_context_open()
    This allows future addition of options without
    changes to the signature of avtext_context_open().
    
    Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/ffprobe.c
    • fftools/textformat/avtextformat.c
    • fftools/textformat/avtextformat.h
  7. Change #229921

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Thu 15 May 2025 23:04:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cee7b8a051739d9fa6b41f961ecec480cdaa02bd

    Comments

    fftools/textformat: Introduce common header and deduplicate code
    Also change writer_printf signature in AVTextWriter to use va_list,
    so that it can be called by the new function writer_printf()
    in tf_internal.h.
    
    Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/textformat/avtextwriters.h
    • fftools/textformat/tf_compact.c
    • fftools/textformat/tf_default.c
    • fftools/textformat/tf_flat.c
    • fftools/textformat/tf_ini.c
    • fftools/textformat/tf_internal.h
    • fftools/textformat/tf_json.c
    • fftools/textformat/tf_xml.c
    • fftools/textformat/tw_avio.c
    • fftools/textformat/tw_buffer.c
    • fftools/textformat/tw_stdout.c
  8. Change #229922

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Thu 15 May 2025 23:04:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bb3a14489e017f3638f145f08ad541ace08fe200

    Comments

    fftools/tf_internal: Use av_default_item_name
    Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/textformat/tf_internal.h
  9. Change #229923

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Thu 15 May 2025 23:04:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b71b444a3ad24eec28ca92545cc613360251e34e

    Comments

    fftools/textformat: Add flags param to function avtext_print_integer()
    Make this function work analog to avtext_print_string() which already
    has a flags parameter.
    
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/ffprobe.c
    • fftools/textformat/avtextformat.c
    • fftools/textformat/avtextformat.h
  10. Change #229924

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Thu 15 May 2025 23:04:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 34bb7f5d8787e4979720dd74f0726da19186d1d9

    Comments

    fftools/ffmpeg_filter: Move some declaration to new header file
    to allow filtergraph printing to access the information.
    
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/ffmpeg_filter.c
    • fftools/ffmpeg_filter.h
  11. Change #229925

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Thu 15 May 2025 23:04:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e2f39671ae2b644eddc14f0b5d997569729c7843

    Comments

    avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • doc/APIchanges
    • libavfilter/avfilter.c
    • libavfilter/avfilter.h
  12. Change #229926

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Thu 15 May 2025 23:08:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 517a8055655798970d94a4c5ea912511362520ea

    Comments

    fftools/resources: Add resource manager files with build-time compression
    Compression requires zlib to be available, otherwise resources will
    be included uncompressed - in either case via BIN2C.
    
    It can also be disabled via
    
    ./configure --disable-resource-compression
    
    Size figures:
    
    graph.css         7752
    graph.css.min     6655 (css is always minified)
    graph.html        2153
    
    No Compression
    
    graph.css.c      40026
    graph.css.o       9344 (6688)
    graph.html.c     13016
    graph.html.o      4848 (2186)
    
    With Compression
    
    graph.css.c      10206
    graph.css.o       4368 (1718)
    graph.html.c      5725
    graph.html.o      3632 (971)
    
    Numbers in brackets: .rodata size from 'size -Ax -d *.o'
    
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • configure
    • ffbuild/common.mak
    • fftools/Makefile
    • fftools/resources/.gitignore
    • fftools/resources/Makefile
    • fftools/resources/graph.css
    • fftools/resources/graph.html
    • fftools/resources/resman.c
    • fftools/resources/resman.h
  13. Change #229927

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Thu 15 May 2025 23:08:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 50fcc0ce5fa1b8835fad16223093b64dc5151581

    Comments

    fftools/ffmpeg_mux: Make ms_from_ost() inline
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/ffmpeg_mux.h
  14. Change #229928

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Thu 15 May 2025 23:09:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 45926bc09ac9712e165664554ab03fc7395a715a

    Comments

    fftools/graphprint: Add execution graph printing
    The key benefits are:
    
    - Different to other graph printing methods, this is outputting:
      - all graphs with runtime state
        (including auto-inserted filters)
      - each graph with its inputs and outputs
      - all filters with their in- and output pads
      - all connections between all input- and output pads
      - for each connection:
        - the runtime-negotiated format and media type
        - the hw context
        - if video hw context, both: hw pixfmt + sw pixfmt
    - Output can either be printed to stdout or written to specified file
    - Output is machine-readable
    - Use the same output implementation as ffprobe, supporting multiple
      formats
    
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • doc/ffmpeg.texi
    • fftools/Makefile
    • fftools/ffmpeg.c
    • fftools/ffmpeg.h
    • fftools/ffmpeg_filter.c
    • fftools/ffmpeg_opt.c
    • fftools/graph/graphprint.c
    • fftools/graph/graphprint.h
    • fftools/textformat/avtextformat.c
    • fftools/textformat/avtextformat.h
    • fftools/textformat/tf_mermaid.c
    • fftools/textformat/tf_mermaid.h
  15. Change #229929

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Thu 15 May 2025 23:11:08
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1f2b8d7238eff4ab8a4d8d6177e250b8180d51f4

    Comments

    fftools/graphprint: Now, make it a Killer-Feature!
    remember this: -sg   <= means Show Graph
    
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • doc/ffmpeg.texi
    • fftools/Makefile
    • fftools/ffmpeg.c
    • fftools/ffmpeg.h
    • fftools/ffmpeg_filter.c
    • fftools/ffmpeg_opt.c
    • fftools/graph/filelauncher.c
    • fftools/graph/graphprint.c
    • fftools/graph/graphprint.h