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

Builder ffmpeg-solaris10-sparc Build #12398

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiond132b63dd9833427c97d74de91366e0b5c6cc64e
Got Revisiond132b63dd9833427c97d74de91366e0b5c6cc64e
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 3 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 12398 Build
codebase Build
got_revision d132b63dd9833427c97d74de91366e0b5c6cc64e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d132b63dd9833427c97d74de91366e0b5c6cc64e 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. Benjamin Cheng
  2. Lynne

Timing:

StartFri Aug 8 17:12:55 2025
EndFri Aug 8 17:13:17 2025
Elapsed22 secs

All Changes:

:

  1. Change #242465

    Category ffmpeg
    Changed by Benjamin Cheng <benohnoyoudont@bcheng.me>
    Changed at Fri 08 Aug 2025 16:45:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4042609dcf172d084c1016445712bc750b25d8a3

    Comments

    vulkan_vp9: Fix frame threading
    The original cleanup of frame_id_alloc_mask was done in free_frame_priv
    which may be called after the start_frame for the next few frames,
    causing the frame_id slots to be exhausted. Instead, decide the in-use
    frame_id slots by checking the frame_id present in the DPB as we need it.

    Changed files

    • libavcodec/vulkan_vp9.c
  2. Change #242466

    Category ffmpeg
    Changed by Benjamin Cheng <benohnoyoudont@bcheng.me>
    Changed at Fri 08 Aug 2025 16:45:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f7a5128109b302a193ea9eaaee4346239195a881

    Comments

    vulkan_av1: Fix frame threading
    Basically do the same thing that was done for VP9, and remove the
    vestigial frame_id_alloc_mask in the context.

    Changed files

    • libavcodec/vulkan_av1.c
    • libavcodec/vulkan_decode.c
    • libavcodec/vulkan_decode.h
  3. Change #242467

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Fri 08 Aug 2025 17:07:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision eb9e000584a7ca50c53c9ba666b49bab22ecc421

    Comments

    vulkan_decode: add ifdefs around VP9 definitions and privatize profile struct
    The struct is not referenced anywhere else.

    Changed files

    • libavcodec/vulkan_decode.c
    • libavcodec/vulkan_decode.h
  4. Change #242468

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Fri 08 Aug 2025 17:07:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6f97c9384b67ef24972069ff7c66c44dcd615f19

    Comments

    configure: enable Vulkan VP9 decoding and AV1 encoding if the headers support it

    Changed files

    • configure
  5. Change #242469

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Fri 08 Aug 2025 17:07:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d132b63dd9833427c97d74de91366e0b5c6cc64e

    Comments

    vulkan_encode_av1: properly give an FPS value for ff_av1_guess_level

    Changed files

    • libavcodec/vulkan_encode_av1.c