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

Builder ffmpegsos-solaris10-sparc Build #12318

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision5b388f28384a76acf6e83ba4418863d9a7a2cad2
Got Revision5b388f28384a76acf6e83ba4418863d9a7a2cad2
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Lynne

Timing:

StartTue Oct 28 03:17:47 2025
EndTue Oct 28 03:18:09 2025
Elapsed22 secs

All Changes:

:

  1. Change #246891

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Tue 28 Oct 2025 02:58:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ed5b694ebeb4af5669f638d9045efe1f138bc538

    Comments

    lavu/pixfmt: add grayscale 10 and 12-bit MSB padded variants

    Changed files

    • libavutil/pixdesc.c
    • libavutil/pixfmt.h
    • tests/ref/fate/imgutils
    • tests/ref/fate/sws-pixdesc-query
  2. Change #246892

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Tue 28 Oct 2025 02:59:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e42c7698f5375a5ca53a135b0f1f33c9a338872f

    Comments

    lavu/pixfmt: add 420 and 422, 10 and 12-bit MSB padded variants
    Vulkan has defined all its 3-plane formats as MSB padded.

    Changed files

    • libavutil/pixdesc.c
    • libavutil/pixfmt.h
    • tests/ref/fate/imgutils
    • tests/ref/fate/sws-pixdesc-query
  3. Change #246893

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Tue 28 Oct 2025 02:59:40
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a5be0ecbfdab24632a10c8a6714844530f76d368

    Comments

    swscale: add support for 10/12-bit grayscale MSB pixfmts

    Changed files

    • libswscale/format.c
    • libswscale/input.c
    • libswscale/swscale_unscaled.c
    • tests/ref/fate/filter-pixdesc-gray10msbbe
    • tests/ref/fate/filter-pixdesc-gray10msble
    • tests/ref/fate/filter-pixdesc-gray12msbbe
    • tests/ref/fate/filter-pixdesc-gray12msble
    • tests/ref/fate/filter-pixfmts-copy
    • tests/ref/fate/filter-pixfmts-crop
    • tests/ref/fate/filter-pixfmts-field
    • tests/ref/fate/filter-pixfmts-fieldorder
    • tests/ref/fate/filter-pixfmts-hflip
    • tests/ref/fate/filter-pixfmts-il
    • tests/ref/fate/filter-pixfmts-null
    • tests/ref/fate/filter-pixfmts-pad
    • tests/ref/fate/filter-pixfmts-scale
    • tests/ref/fate/filter-pixfmts-transpose
    • tests/ref/fate/filter-pixfmts-vflip
  4. Change #246894

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Tue 28 Oct 2025 02:59:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bc0ee8b7cc608e8e500f353db959d94320c8841d

    Comments

    swscale: add support for 10/12-bit 422 and 444 MSB pixfmts

    Changed files

    • libswscale/format.c
    • libswscale/input.c
    • libswscale/swscale_unscaled.c
    • tests/ref/fate/filter-pixdesc-yuv420p10msbbe
    • tests/ref/fate/filter-pixdesc-yuv420p10msble
    • tests/ref/fate/filter-pixdesc-yuv420p12msbbe
    • tests/ref/fate/filter-pixdesc-yuv420p12msble
    • tests/ref/fate/filter-pixdesc-yuv422p10msbbe
    • tests/ref/fate/filter-pixdesc-yuv422p10msble
    • tests/ref/fate/filter-pixdesc-yuv422p12msbbe
    • tests/ref/fate/filter-pixdesc-yuv422p12msble
    • tests/ref/fate/filter-pixfmts-copy
    • tests/ref/fate/filter-pixfmts-crop
    • tests/ref/fate/filter-pixfmts-field
    • tests/ref/fate/filter-pixfmts-fieldorder
    • tests/ref/fate/filter-pixfmts-hflip
    • tests/ref/fate/filter-pixfmts-il
    • tests/ref/fate/filter-pixfmts-null
    • tests/ref/fate/filter-pixfmts-pad
    • tests/ref/fate/filter-pixfmts-scale
    • tests/ref/fate/filter-pixfmts-transpose
    • tests/ref/fate/filter-pixfmts-vflip
  5. Change #246895

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Tue 28 Oct 2025 02:59:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dc34d0764f66001272152a35a22c638dadd6c81b

    Comments

    lavu: bump minor and add APIchanges entry for the new pixfmts

    Changed files

    • doc/APIchanges
    • libavutil/version.h
  6. Change #246896

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Tue 28 Oct 2025 02:59:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 471acedec28078307d9f76c0469a2bf5a1f5c0d9

    Comments

    hwcontext_vulkan: fix grayscale 10 and 12-bit formats using the new MSB formats

    Changed files

    • libavcodec/vulkan_decode.c
    • libavcodec/vulkan_video.c
    • libavutil/hwcontext_vulkan.c
    • libavutil/vulkan.c
  7. Change #246897

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Tue 28 Oct 2025 02:59:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 41ecb203c58145a7de06108737e7b85d3f7cc1c7

    Comments

    hwcontext_vulkan: fix 3-plane 444 10 and 12-bit formats using the new MSB formats
    We previously tried to fudge this somehow, but the pixel formats
    are simply broken and we cannot use them without declaring them as MSB.

    Changed files

    • libavcodec/vulkan_decode.c
    • libavcodec/vulkan_video.c
    • libavutil/hwcontext_vulkan.c
    • libavutil/vulkan.c
  8. Change #246898

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Tue 28 Oct 2025 02:59:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 98ee3f671813bfb704df1626113899d0dba555de

    Comments

    hwcontext_vulkan: fix planar 10 and 12-bit RGB formats using the new MSB formats

    Changed files

    • libavcodec/ffv1enc_vulkan.c
    • libavcodec/vulkan_decode.c
    • libavcodec/vulkan_ffv1.c
    • libavutil/hwcontext_vulkan.c
    • libavutil/vulkan.c
  9. Change #246899

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Tue 28 Oct 2025 02:59:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5b388f28384a76acf6e83ba4418863d9a7a2cad2

    Comments

    hwcontext_vulkan: remove unsupported/broken pixel formats
    We have no use for 14-bit pixel formats for now, so remove support for gray14,
    which was broken due to the LSB padding issue.
    
    Similarly YUVA at 10/12 bit was broken for the same reason.

    Changed files

    • libavcodec/ffv1enc_vulkan.c
    • libavcodec/vulkan_ffv1.c
    • libavutil/hwcontext_vulkan.c
    • libavutil/vulkan.c