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

Builder ffmpeg-solaris10-sparc Build #13847

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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 ( 6 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 ( 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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13847 Build
codebase Build
got_revision b20c4c6f987bcc37f00ebb57ee6ab929d9f52a21 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b20c4c6f987bcc37f00ebb57ee6ab929d9f52a21 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. Martin Storsjö

Timing:

StartTue Jun 9 20:09:10 2026
EndTue Jun 9 20:09:24 2026
Elapsed13 secs

All Changes:

:

  1. Change #270214

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Tue 09 Jun 2026 19:57:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b3bcd320f5f9f66d587871ebe2eb63d3c1fe3d9f

    Comments

    Squashed 'tests/checkasm/ext/' changes from 0df02535c7..e13b0bb3ff
    e13b0bb3ff x86: Skip the vzeroupper checks when built with MSVC
    3cbf066c51 longjmp: Use raw arch defines for checking for x86_32
    54817bd68f include: Fix a mismatched include guard comment
    162f15c861 github: Build the UWP job as WINAPI_FAMILY_PHONE_APP
    34d920e8bb arm/cpu: Avoid the Windows registry API in UWP builds
    9a0cb83b69 utils: Avoid the GetStdHandle and GetConsoleScreenBufferInfo APIs in UWP builds
    8d1609d583 ci: Test building ffmpeg with the latest checkasm
    d93232845f ci: Test building latest dav1d and dav2d with the current checkasm
    e15a8efbfc readme: Add me to the list of maintainers
    01b4334a95 meson: Bump version to v1.3.0
    
    git-subtree-dir: tests/checkasm/ext
    git-subtree-split: e13b0bb3ff0935b7d2a1c2cc91163370f2cc8f40

    Changed files

    • .github/workflows/build.yml
    • .gitlab-ci.yml
    • README.md
    • include/checkasm/header_config.h
    • meson.build
    • src/arm/cpu.c
    • src/longjmp.h
    • src/utils.c
    • src/x86/cpu.c
  2. Change #270215

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Tue 09 Jun 2026 19:57:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b20c4c6f987bcc37f00ebb57ee6ab929d9f52a21

    Comments

    checkasm: Update to the latest upstream version
    This update was done by running this command:
    
        $ git subtree pull --squash --prefix=tests/checkasm/ext \
          https://code.ffmpeg.org/FFmpeg/checkasm.git master
    
    This includes fixes for a couple regressions noted after integrating
    the new external checkasm into ffmpeg:
    
    - Fixes spurious errors about missing vzeroupper in C code generated
      by MSVC, fixing https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/23360
    - Fixes building for WINAPI_FAMILY_PHONE_APP, and for UWP with older
      Windows SDKs, https://code.videolan.org/videolan/checkasm/-/work_items/37
    - Fixes building in x86_32 mode for Windows with --disable-asm,
      https://code.videolan.org/videolan/checkasm/-/work_items/36

    Changed files

    • no files