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

Builder ffmpeg64-solaris10-i386 Build #12326

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision5c1e10d9958ea5d3847ad3af3107dd021d7fe29b
Got Revision5c1e10d9958ea5d3847ad3af3107dd021d7fe29b
Changes3 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-solaris10-i386' 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 ( 1 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_64.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/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12326 Build
codebase Build
got_revision 5c1e10d9958ea5d3847ad3af3107dd021d7fe29b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5c1e10d9958ea5d3847ad3af3107dd021d7fe29b 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:54:16 2025
EndThu Jun 26 23:54:38 2025
Elapsed21 secs

All Changes:

:

  1. Change #237836

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

    Comments

    fftools/textformat: narrow variable scopes
    Reviewed-by: softworkz <softworkz@hotmail.com>

    Changed files

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

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

    Comments

    fftools/textformat: remove noop free
    The tctx->hash was freed already right before.
    
    Reviewed-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/textformat/avtextformat.c
  3. Change #237838

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

    Comments

    fftools/textformat: do not return early
    This would make the goto dead code and also would not properly
    call avtext_context_close.
    
    Fix CID 1646939
    
    Reviewed-by: softworkz <softworkz@hotmail.com>

    Changed files

    • fftools/textformat/avtextformat.c