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

Builder ffmpegsos-solaris10-sparc Build #12593

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 12593 Build
codebase Build
got_revision cf608f6b65e4f4255f963216d5e272f15468f167 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision cf608f6b65e4f4255f963216d5e272f15468f167 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. Martin Storsjö

Timing:

StartFri Dec 19 19:51:18 2025
EndFri Dec 19 19:51:34 2025
Elapsed15 secs

All Changes:

:

  1. Change #252776

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Fri 19 Dec 2025 19:41:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ec2ceefcfa0d9e340eb0d3ecaef9be3040bddc4d

    Comments

    fate.sh: Allow specifying --ar through a separate variable
    This avoids needing to use the extra_conf variable. That variable
    is problematic for setting a value that contains spaces.
    
    This adds options for another tool in the same fashion as other
    tools were added in 523d688c2b7d5bb535bc203a2c3705d199ddf13d.

    Changed files

    • doc/fate_config.sh.template
    • tests/fate.sh
  2. Change #252777

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Fri 19 Dec 2025 19:42:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cf608f6b65e4f4255f963216d5e272f15468f167

    Comments

    checkasm: Use av_strlcatf for appending SME info after SVE
    If we had SVE enabled and formatted info about its vector lengths,
    it would be overwritten by the SME info.

    Changed files

    • tests/checkasm/checkasm.c