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

Builder ffmpegsos-solaris10-i386 Build #14152

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:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-solaris10-i386' 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 ( 22 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 ( 32 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14152 Build
codebase Build
got_revision e999ea73bcb09eaec2f894039df26519bb9c5ab9 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision e999ea73bcb09eaec2f894039df26519bb9c5ab9 Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Kacper Michajłow

Timing:

StartMon Jun 22 23:04:09 2026
EndMon Jun 22 23:05:11 2026
Elapsed1 mins, 1 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