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

Builder ffmpeg64-solaris10-i386 Build #12325

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision7771a4eecb66e1aa0ab5bf09a4f4d9cf804b1dac
Got Revision7771a4eecb66e1aa0ab5bf09a4f4d9cf804b1dac
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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 ( 6 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 ( 1 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12325 Build
codebase Build
got_revision 7771a4eecb66e1aa0ab5bf09a4f4d9cf804b1dac Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7771a4eecb66e1aa0ab5bf09a4f4d9cf804b1dac Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Marvin Scholz

Timing:

StartThu Jun 26 23:34:23 2025
EndThu Jun 26 23:34:46 2025
Elapsed22 secs

All Changes:

:

  1. Change #237834

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Thu 26 Jun 2025 23:23:35
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0578d4ad2f854ff76bca7d608bc8ba37773aa2c2

    Comments

    fftools/textformat: exit early in mermaid_print_value
    Doesn't change the logic, instead of exiting in each of the two
    branches below, just exit before.
    
    Reviewed-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/textformat/tf_mermaid.c
  2. Change #237835

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Thu 26 Jun 2025 23:23:35
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7771a4eecb66e1aa0ab5bf09a4f4d9cf804b1dac

    Comments

    fftools/textformat: remove leftover comments in mermaid_print_value
    Remove some leftover commented code and an extraneous semicolon.
    
    Reviewed-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/textformat/tf_mermaid.c