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

Builder ffmpeg-solaris10-sparc Build #12392

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision75aeffb1c62af276c493d7731e73a05f9959aa81
Got Revision75aeffb1c62af276c493d7731e73a05f9959aa81
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 45 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 ( 8 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12392 Build
codebase Build
got_revision 75aeffb1c62af276c493d7731e73a05f9959aa81 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 75aeffb1c62af276c493d7731e73a05f9959aa81 Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Lynne

Timing:

StartFri Aug 8 11:32:54 2025
EndFri Aug 8 11:33:53 2025
Elapsed59 secs

All Changes:

:

  1. Change #242428

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Fri 08 Aug 2025 11:29:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c0bf1382a757a4dd45b0c5f8ab70578e7126beca

    Comments

    lavc/vp9dec: use cbs_vp9 to parse the frame header

    Changed files

    • configure
    • libavcodec/cbs_vp9.h
    • libavcodec/cbs_vp9_syntax_template.c
    • libavcodec/vp9.c
    • libavcodec/vp9dec.h
    • libavcodec/vp9shared.h
    • tests/ref/fate/cbs-vp9-vp90-2-03-deltaq
    • tests/ref/fate/cbs-vp9-vp90-2-05-resize
    • tests/ref/fate/cbs-vp9-vp90-2-06-bilinear
    • tests/ref/fate/cbs-vp9-vp90-2-09-lf_deltas
    • tests/ref/fate/cbs-vp9-vp90-2-10-show-existing-frame
    • tests/ref/fate/cbs-vp9-vp90-2-10-show-existing-frame2
    • tests/ref/fate/cbs-vp9-vp90-2-segmentation-aq-akiyo
    • tests/ref/fate/cbs-vp9-vp90-2-segmentation-sf-akiyo
    • tests/ref/fate/cbs-vp9-vp90-2-tiling-pedestrian
    • tests/ref/fate/cbs-vp9-vp91-2-04-yuv440
    • tests/ref/fate/cbs-vp9-vp91-2-04-yuv444
    • tests/ref/fate/cbs-vp9-vp92-2-20-10bit-yuv420
    • tests/ref/fate/cbs-vp9-vp93-2-20-10bit-yuv422
    • tests/ref/fate/cbs-vp9-vp93-2-20-12bit-yuv444
  2. Change #242429

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Fri 08 Aug 2025 11:29:40
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2caf23e7c4d36c711d853903662f8dc965b5f1bd

    Comments

    vp9: add Vulkan VP9 hwaccel

    Changed files

    • configure
    • libavcodec/Makefile
    • libavcodec/hwaccels.h
    • libavcodec/vp9.c
    • libavcodec/vulkan_decode.c
    • libavcodec/vulkan_decode.h
    • libavcodec/vulkan_vp9.c
    • libavutil/hwcontext_vulkan.c
    • libavutil/vulkan_functions.h
    • libavutil/vulkan_loader.h
  3. Change #242430

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Fri 08 Aug 2025 11:29:40
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b2928971e82950fad80aa2f252db5cc092ab48f7

    Comments

    lavc: add an av1_vulkan encoder
    This commit adds a Vulkan AV1 encoder, using the native acceleration API.

    Changed files

    • configure
    • libavcodec/Makefile
    • libavcodec/allcodecs.c
    • libavcodec/vulkan_encode_av1.c
    • libavcodec/vulkan_video.c
    • libavcodec/vulkan_video.h
    • libavutil/hwcontext_vulkan.c
    • libavutil/vulkan_functions.h
    • libavutil/vulkan_loader.h
  4. Change #242431

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Fri 08 Aug 2025 11:29:40
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5674879db5ea411b42e55c3906fa586f540bf637

    Comments

    proresdsp: add idct_put_bayer
    This commit adds a 12-bit DCT function to directly write to Bayer
    images. Will be used in the following commit.

    Changed files

    • libavcodec/proresdsp.c
    • libavcodec/proresdsp.h
  5. Change #242432

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Fri 08 Aug 2025 11:29:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 589b3ed943d46ba163cea383634d67319af11cba

    Comments

    lavc: add a ProRes RAW decoder

    Changed files

    • configure
    • libavcodec/Makefile
    • libavcodec/allcodecs.c
    • libavcodec/prores_raw.c
    • libavcodec/prores_raw.h
  6. Change #242433

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Fri 08 Aug 2025 11:29:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 75aeffb1c62af276c493d7731e73a05f9959aa81

    Comments

    lavc: add a ProRes RAW Vulkan hwaccel
    This commit adds a ProRes RAW hardware implementation written in Vulkan.
    Both version 0 and version 1 streams are supported.
    The implementation is highly parallelized, with 512 invocations dispatched
    per every tile, with generally 4k tiles on a 5.8k stream.
    
    Thanks to unlord for the 8-point iDCT.
    
    Benchmark for a generic 5.8k RAW HQ file:
    6900XT: 63fps
    7900XTX: 84fps
    6000 Ada: 120fps
    Intel: 9fps

    Changed files

    • configure
    • libavcodec/Makefile
    • libavcodec/hwaccels.h
    • libavcodec/prores_raw.c
    • libavcodec/vulkan/Makefile
    • libavcodec/vulkan/prores_raw.comp
    • libavcodec/vulkan_decode.c
    • libavcodec/vulkan_prores_raw.c