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

Builder ffmpeg64-solaris10-sparc Build #13913

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiona1801e06ae9bc6b3dbbc7087c14d6caa60e8d55b
Got Revisiona1801e06ae9bc6b3dbbc7087c14d6caa60e8d55b
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 2 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 ( 24 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 ( 1 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 13913 Build
codebase Build
got_revision a1801e06ae9bc6b3dbbc7087c14d6caa60e8d55b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a1801e06ae9bc6b3dbbc7087c14d6caa60e8d55b 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. Diego de Souza

Timing:

StartMon Jun 15 19:10:55 2026
EndMon Jun 15 19:11:37 2026
Elapsed42 secs

All Changes:

:

  1. Change #271191

    Category ffmpeg
    Changed by Diego de Souza <ddesouzaohnoyoudont@nvidia.com>
    Changed at Mon 15 Jun 2026 18:14:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a1801e06ae9bc6b3dbbc7087c14d6caa60e8d55b

    Comments

    avcodec/nvenc: add AV1 hierarchical B-frame reference mode support
    - Check B-frame ref mode capabilities via bitmask (EACH/MIDDLE/HIERARCHICAL)
    - Expose b_ref_mode hierarchical option in AV1 encoder when supported
    
    Signed-off-by: Eshed Ram <eram@nvidia.com>
    Signed-off-by: Sergey Struzh <sstruzh@nvidia.com>
    Signed-off-by: Nathan Sala <nsala@nvidia.com>
    Signed-off-by: Diego de Souza <ddesouza@nvidia.com>

    Changed files

    • libavcodec/nvenc.c
    • libavcodec/nvenc.h
    • libavcodec/nvenc_av1.c