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

Builder ffmpegsos-solaris10-i386 Build #11347

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision95568c4e316e8f5f3252596b1f01ce1de22216b6
Got Revision95568c4e316e8f5f3252596b1f01ce1de22216b6
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 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 ( 1 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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 11347 Build
codebase Build
got_revision 95568c4e316e8f5f3252596b1f01ce1de22216b6 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 95568c4e316e8f5f3252596b1f01ce1de22216b6 Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Niklas Haas

Timing:

StartFri May 3 14:33:01 2024
EndFri May 3 14:33:07 2024
Elapsed5 secs

All Changes:

:

  1. Change #196382

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 03 May 2024 14:23:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a5032dc12aaa9246a29058084d3493a0f14eaf71

    Comments

    avfilter/framesync: make framesync_class un-static
    And rename to ff_framesync_class. More convenient for downstream users.

    Changed files

    • libavfilter/framesync.c
    • libavfilter/framesync.h
  2. Change #196383

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 03 May 2024 14:23:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e82a3997cdd6c0894869b33ba42430ac3c57fb3b

    Comments

    avfilter/vf_scale: switch to FFFrameSync
    Preliminary commit, in anticipation of adding support for multiple
    inputs (with proper synchronization and activate() callback).

    Changed files

    • doc/filters.texi
    • libavfilter/vf_scale.c
  3. Change #196384

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 03 May 2024 14:23:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bb8044581366fe286e16b14515d873979133dbda

    Comments

    avfilter/vf_scale: add optional "ref" input
    This is automatically enabled if the width/height expressions reference
    any ref_* variable. This will ultimately serve as a more principled
    replacement for the fundamentally broken scale2ref.
    
    See-Also: https://trac.ffmpeg.org/ticket/10795

    Changed files

    • Changelog
    • doc/filters.texi
    • libavfilter/vf_scale.c
  4. Change #196385

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 03 May 2024 14:23:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5b5e692da636688311e792e9847713a1b339c517

    Comments

    fate/scale2ref_keep_aspect: switch to vf_scale ref_*

    Changed files

    • tests/filtergraphs/scale2ref_keep_aspect
  5. Change #196386

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 03 May 2024 14:23:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 95568c4e316e8f5f3252596b1f01ce1de22216b6

    Comments

    avfilter/scale2ref: deprecate in favor of scale=rw:rh
    And remove it from the documentation.

    Changed files

    • Changelog
    • doc/filters.texi
    • libavfilter/vf_scale.c