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

Builder ffmpegsos-solaris10-sparc Build #11728

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiona888975a3c25760027cd59932f5c1ad04368db8b
Got Revisiona888975a3c25760027cd59932f5c1ad04368db8b
Changes11 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 3 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 1 mins, 58 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 2 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_sos.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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 11728 Build
codebase Build
got_revision a888975a3c25760027cd59932f5c1ad04368db8b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a888975a3c25760027cd59932f5c1ad04368db8b Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartWed Apr 16 09:14:38 2025
EndWed Apr 16 09:17:03 2025
Elapsed2 mins, 25 secs

All Changes:

:

  1. Change #227425

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 16 Apr 2025 06:05:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2ab10212647bd8cce73f4ff98879691e6ff5916c

    Comments

    fftools/textformat/avtextformat: Simplify avtext_print_rational()
    Use snprintf() directly instead of initializing an AVBPrint
    just for this.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/textformat/avtextformat.c
  2. Change #227426

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 16 Apr 2025 06:11:45
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c9dc6ca02b72b8609aa37845a6905f0d4911528b

    Comments

    fftools/textformat: Use "", not <> for lavu headers
    Also remove unused headers.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • 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
  3. Change #227427

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 16 Apr 2025 06:11:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 395c91347f15913bcb8aa4a6f3f11628387a9659

    Comments

    fftools/textformat/tw_avio: Remove unused private class
    This AVTextWriter does not have any options.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/textformat/tw_avio.c
  4. Change #227428

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 16 Apr 2025 06:11:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 79fa31d159765bb94b24d209a396e867fe995dcc

    Comments

    fftools/textformat/tw_avio: Don't flush unnecessarily
    avio_close() automatically flushes the AVIOContext.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/textformat/tw_avio.c
  5. Change #227429

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 16 Apr 2025 06:12:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f73badbf47e7dc302f5914629a22e1f16ef0cfd3

    Comments

    fftools/textformat/tw_avio: Use avio_closep()
    Avoids leaving dangling pointers behind.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/textformat/tw_avio.c
  6. Change #227430

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 16 Apr 2025 06:12:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b9450583bcdd6bc4f7a7e3550a0fae97e12aa381

    Comments

    textformat/tw_avio: Remove close_on_uninit param from create_file
    avtextwriter_create_file() creates an AVIOContext whose pointer
    resides in its private context. If it were not always closed on
    uninit, the AVIOContext would leak, so it makes no sense
    to have this parameter.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/ffprobe.c
    • fftools/textformat/avtextwriters.h
    • fftools/textformat/tw_avio.c
  7. Change #227431

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 16 Apr 2025 06:12:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7ee7632cb846c31b59f4e563790586fe97edf88a

    Comments

    fftools/textformat/avtextformat: Fix segfault upon allocation error
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/textformat/avtextformat.c
  8. Change #227432

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 16 Apr 2025 06:12:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 50ef4b2a6b799247133503157ff1b97056b1b6d5

    Comments

    fftools/textformat/avtextformat: Fix segfault upon allocation error
    Would happen if an AVTextFormatContext's private context
    could not be allocated.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/textformat/avtextformat.c
  9. Change #227433

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 16 Apr 2025 06:12:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f873734f84a81ddd04ad41571f939dcd7048d014

    Comments

    fftools/textformat/avtextformat: Initialize stuff earlier
    avtext_context_close() calls av_opt_free() on an AVTextFormatContext
    as well as av_bprint_finalize() on the containing section_pbuf
    AvBPrints, yet it can happen that the AVBPrints have not been
    initialized (only zeroed) and that av_opt_set_defaults() has
    not been called. This works, but it is not really documented to do so.
    So ensure that the options and the AVBPrints have been initialized
    when avtext_context_close() is called.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/textformat/avtextformat.c
  10. Change #227434

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 16 Apr 2025 06:13:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 37635d31cbbf14c0ed7b918babc12cff8d03be5a

    Comments

    fftools/textformat/avtextformat: Add missing AVERROR()
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/textformat/avtextformat.c
  11. Change #227435

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 16 Apr 2025 06:13:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a888975a3c25760027cd59932f5c1ad04368db8b

    Comments

    fftools/textformat/avtextformat: Make close functions return void
    Just like normal close functions.
    
    Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/ffprobe.c
    • fftools/textformat/avtextformat.c
    • fftools/textformat/avtextformat.h
    • fftools/textformat/avtextwriters.h