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

Builder ffmpeg-solaris10-sparc Build #12129

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionb7d44dde3b894a3b360220cdbf7fdc2bd93cd531
Got Revisionb7d44dde3b894a3b360220cdbf7fdc2bd93cd531
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 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 ( 11 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12129 Build
codebase Build
got_revision b7d44dde3b894a3b360220cdbf7fdc2bd93cd531 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b7d44dde3b894a3b360220cdbf7fdc2bd93cd531 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. Timo Rothenpieler
  2. softworkz

Timing:

StartWed May 28 01:18:35 2025
EndWed May 28 01:19:06 2025
Elapsed31 secs

All Changes:

:

  1. Change #230884

    Category ffmpeg
    Changed by Timo Rothenpieler <timoohnoyoudont@rothenpieler.org>
    Changed at Wed 28 May 2025 01:02:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4cb42551d4ad18baa67c775afa802469f8f228f9

    Comments

    fftools/resources: add missing extensions to .gitignore
    Reviewed-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/resources/.gitignore
  2. Change #230885

    Category ffmpeg
    Changed by Timo Rothenpieler <timoohnoyoudont@rothenpieler.org>
    Changed at Wed 28 May 2025 01:02:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision af943831248d135532e2ec620145e48f5263ca4e

    Comments

    ffbuild: correctly silence and tag new css/html steps
    Reviewed-by: softworkz <softworkz@hotmail.com>

    Changed files

    • ffbuild/common.mak
  3. Change #230886

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Wed 28 May 2025 01:02:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision aa38270630f570729e06239fd1b0eeff18417aa3

    Comments

    fftools/makefile: Remove resources from ffprobe
    Even though it doesn't have any effect, that line is not needed (yet).
    
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/Makefile
  4. Change #230887

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Wed 28 May 2025 01:02:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 75a5e0959f5855ae50385e948cbd9fd13f0acf85

    Comments

    fftools/ffmpeg: Free print_graph option variables
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/ffmpeg.c
  5. Change #230888

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Wed 28 May 2025 01:02:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a0ac89e46c705f763e2aadd353c33f65c9c8042b

    Comments

    fftools/graphprint: Fix memory leaks
    - uninit resource manager
    - free strings before overwriting
    - unref hw_frames_context
    
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/graph/graphprint.c
  6. Change #230889

    Category ffmpeg
    Changed by softworkz <softworkzohnoyoudont@hotmail.com>
    Changed at Wed 28 May 2025 01:02:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b7d44dde3b894a3b360220cdbf7fdc2bd93cd531

    Comments

    fftools/tf_mermaid: Add missing uninit and fix leaks
    - merge forgotten uninit from work branch
    - add set_str() function to free before overwriting
    - fix some other leaks
    
    Signed-off-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/textformat/tf_mermaid.c