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

Builder ffmpeg-solaris10-sparc Build #12767

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision932a872dbc1a300a45b085cd0195ce6ab8e0b3fa
Got Revision932a872dbc1a300a45b085cd0195ce6ab8e0b3fa
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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.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 12767 Build
codebase Build
got_revision 932a872dbc1a300a45b085cd0195ce6ab8e0b3fa Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 932a872dbc1a300a45b085cd0195ce6ab8e0b3fa 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. Kacper Michajłow
  2. Lynne

Timing:

StartSun Nov 30 23:17:55 2025
EndSun Nov 30 23:18:14 2025
Elapsed18 secs

All Changes:

:

  1. Change #250561

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sun 30 Nov 2025 23:07:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 17456c553ebefb15e52ff1a11234098d173cda64

    Comments

    tests/checkasm: fix check for 32-bit Windows build
    With --disable-asm, ARCH_X86_32 is set to 0, but we still build the
    checkasm binary. Update the check so it is config.h agnostic.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • tests/checkasm/checkasm.h
  2. Change #250562

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Sun 30 Nov 2025 23:11:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 932a872dbc1a300a45b085cd0195ce6ab8e0b3fa

    Comments

    hwcontext_vulkan: fix VkImageToMemoryCopyEXT.sType
    It was copy pasted from the upload path.
    Somehow, it was missed, despite god knows how many validation layer runs.

    Changed files

    • libavutil/hwcontext_vulkan.c