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

Builder ffmpeg64-solaris10-sparc Build #13959

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-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 ( 18 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_64.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/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 13959 Build
codebase Build
got_revision e999ea73bcb09eaec2f894039df26519bb9c5ab9 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision e999ea73bcb09eaec2f894039df26519bb9c5ab9 Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Kacper Michajłow

Timing:

StartMon Jun 22 23:04:10 2026
EndMon Jun 22 23:04:40 2026
Elapsed29 secs

All Changes:

:

  1. Change #272152

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 22 Jun 2026 23:02:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e999ea73bcb09eaec2f894039df26519bb9c5ab9

    Comments

    configure: keep -march=native for --cpu=host
    --cpu=host resolved =native to the concrete CPU name and passed that to
    the compiler. The name is a strict superset of the actual machine: it
    discards the per-feature adjustments the compiler makes for =native
    (e.g. AVX-512 left disabled by the OS or a VM), so the build could emit
    instructions that fault at runtime.
    
    Keep the resolved name for per-arch feature gating, but feed
    -march/-mcpu=native for the codegen so that information is preserved.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • configure