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

Builder ffmpeg-solaris10-sparc Build #10949

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 20 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 ( 7 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.sh' failed ( 3 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 10949 Build
codebase Build
got_revision ece95dc3dc82ecaa1a539b2e26c17e714225fa0d Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision ece95dc3dc82ecaa1a539b2e26c17e714225fa0d 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. Andreas Rheinhardt

Timing:

StartThu May 23 11:02:59 2024
EndThu May 23 11:03:31 2024
Elapsed32 secs

All Changes:

:

  1. Change #198041

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 23 May 2024 10:45:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 35e7fa0a2e6d9bf7c44eac3b6ee2ce5eaca21c35

    Comments

    avfilter/af_atempo: Properly check av_tx_init()
    Fixes Coverity issue #1516804.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavfilter/af_atempo.c
  2. Change #198042

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 23 May 2024 10:45:25
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 42e0e05834ba156f91d84e940fbfc8e2756954fb

    Comments

    avfilter/af_atempo: Simplify resetting
    The earlier code distinguished between a partial reset
    (yae_clear()) and a complete reset (yae_release_buffers()
    which also releases the buffers); this separation existed
    to avoid allocations, as buffers were reallocated on reconfigs.
    
    Yet it is pointless since a5704659e3e41b7698812b89f67d9a7467a74d20,
    so simply use yae_release_buffers() everywhere.
    
    Reviewed-by: Pavel Koshevoy <pkoshevoy@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavfilter/af_atempo.c
  3. Change #198043

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 23 May 2024 10:45:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ece95dc3dc82ecaa1a539b2e26c17e714225fa0d

    Comments

    avfilter/af_atempo: Fix indentation
    Forgotten after b8f74ee57a6e9e75a507adcddf30f84dd4a39d39.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavfilter/af_atempo.c