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

Builder ffmpeg64-solaris10-sparc Build #10828

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 10828 Build
codebase Build
got_revision 9d675bb60d2542631f37613aa92b7e1144bbeaa1 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 9d675bb60d2542631f37613aa92b7e1144bbeaa1 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 Felix de Souza

Timing:

StartThu Apr 25 00:43:17 2024
EndThu Apr 25 00:43:38 2024
Elapsed20 secs

All Changes:

:

  1. Change #195895

    Category ffmpeg
    Changed by Diego Felix de Souza <ddesouzaohnoyoudont@nvidia.com>
    Changed at Thu 25 Apr 2024 00:33:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9d675bb60d2542631f37613aa92b7e1144bbeaa1

    Comments

    avcodec/nvenc: add high bit depth encoding for HEVC
    Adding 10-bit encoding support for HEVC if the input is 8-bit. In
    case of 8-bit input content, NVENC performs an internal CUDA 8 to
    10-bit conversion of the input prior to encoding. Currently, only
    AV1 supports encoding 8-bit content as 10-bit.
    
    Signed-off-by: Diego Felix de Souza <ddesouza@nvidia.com>
    Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>

    Changed files

    • libavcodec/nvenc.c
    • libavcodec/nvenc_hevc.c