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

Builder ffmpegsos-solaris10-sparc Build #11936

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 34 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 ( 32 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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 11936 Build
codebase Build
got_revision 64fce7202cfcdcb962527002b9166fd586e0f377 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 64fce7202cfcdcb962527002b9166fd586e0f377 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dmitrii Ovchinnikov
  2. nyanmisaka

Timing:

StartThu Jun 26 14:04:48 2025
EndThu Jun 26 14:05:59 2025
Elapsed1 mins, 10 secs

All Changes:

:

  1. Change #237816

    Category ffmpeg
    Changed by nyanmisaka <nst799610810ohnoyoudont@gmail.com>
    Changed at Thu 26 Jun 2025 13:48:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b2c0d37be5c0fc80fbe2e2dcd04d43d7915b1bcf

    Comments

    avcodec/amfdec: Add VP9 AMF decoder

    Changed files

    • configure
    • libavcodec/Makefile
    • libavcodec/allcodecs.c
    • libavcodec/amfdec.c
  2. Change #237817

    Category ffmpeg
    Changed by Dmitrii Ovchinnikov <ovchinnikov.dmitriiohnoyoudont@gmail.com>
    Changed at Thu 26 Jun 2025 13:48:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 64fce7202cfcdcb962527002b9166fd586e0f377

    Comments

    acvodec/amfenc: Enable use of AMF Surface in multiple encoders
    Fixes the behavior of AMF encoders when the same AMF surface is passed
    to multiple encoder objects.
    for example when using -filter_complex

    Changed files

    • libavcodec/amfenc.c
    • libavcodec/amfenc.h
    • libavutil/hwcontext_amf.h