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

Builder ffmpegsos-solaris10-sparc Build #13717

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-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 ( 7 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_sos.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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13717 Build
codebase Build
got_revision 3f6bf150cb018334809bec029325b28cff8a5a9a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3f6bf150cb018334809bec029325b28cff8a5a9a 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. nyanmisaka

Timing:

StartMon Jun 29 11:23:41 2026
EndMon Jun 29 11:24:00 2026
Elapsed19 secs

All Changes:

:

  1. Change #273168

    Category ffmpeg
    Changed by nyanmisaka <nst799610810ohnoyoudont@gmail.com>
    Changed at Mon 29 Jun 2026 12:59:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3f6bf150cb018334809bec029325b28cff8a5a9a

    Comments

    avutil/hwcontext_cuda: fix yuv420p V/U plane overlap in cuda_get_buffer()
    Odd-height yuv420p result in incorrect calculations of the U-plane
    address offset. The last row of the V-plane overlapped with and was
    overwritten by the first row of the U-plane, leading to chroma artifacts.
    
    ```
    ffmpeg -init_hw_device cuda=cu -filter_hw_device cu -f lavfi -i \
    testsrc=s=1920x1081,format=yuv420p -vf hwupload -c:v hevc_nvenc \
    -vframes 1 -y <OUTPUT>
    ```
    
    Signed-off-by: nyanmisaka <nst799610810@gmail.com>

    Changed files

    • libavutil/hwcontext_cuda.c