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

Builder ffmpeg64-solaris10-sparc Build #10874

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 32 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_64.sh' failed ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Haihao Xiang
  2. Mandava, Mounika

Timing:

StartTue May 7 05:22:54 2024
EndTue May 7 05:23:37 2024
Elapsed43 secs

All Changes:

:

  1. Change #196555

    Category ffmpeg
    Changed by Haihao Xiang <haihao.xiangohnoyoudont@intel.com>
    Changed at Tue 07 May 2024 05:06:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision df76c3756d41e909b78565f49928c43c0f84caf0

    Comments

    lavc/qsvenc: always allocate the array to store mfxExtBuffer points
    This allows us to append mfxExtBuffer per user's settings
    
    Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>

    Changed files

    • libavcodec/qsvenc.c
    • libavcodec/qsvenc.h
  2. Change #196556

    Category ffmpeg
    Changed by Mandava, Mounika <mounika.mandavaohnoyoudont@intel.com>
    Changed at Tue 07 May 2024 05:06:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b1037d4ebe7b7f9548ce1ed24a2929aedbe9a27a

    Comments

    lavc/qsvenc: add support for oneVPL string API
    A new option -qsv_params <str> is added, where <str> is a :-separated
    list of key=value parameters.
    
    Example:
    $ ffmpeg -y -f lavfi -i testsrc -vf "format=nv12" -c:v h264_qsv -qsv_params
    "TargetUsage=1:GopPicSize=30:GopRefDist=2:TargetKbps=5000" -f null -
    
    Signed-off-by: Mounika Mandava <mounika.mandava@intel.com>
    Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>

    Changed files

    • Changelog
    • configure
    • doc/encoders.texi
    • libavcodec/qsvenc.c
    • libavcodec/qsvenc.h