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

Builder ffmpegsos-solaris10-sparc Build #12538

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 8 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 12538 Build
codebase Build
got_revision 4baa5e638b783ea54bfec7cf32a94cfee878f0bc Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 4baa5e638b783ea54bfec7cf32a94cfee878f0bc 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. Andreas Rheinhardt

Timing:

StartTue Dec 9 04:08:02 2025
EndTue Dec 9 04:08:22 2025
Elapsed19 secs

All Changes:

:

  1. Change #251535

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 09 Dec 2025 04:03:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4baa5e638b783ea54bfec7cf32a94cfee878f0bc

    Comments

    tests/checkasm/checkasm: Don't test 3dnow
    The last 3dnow functions have been removed in commit
    5ef613bcb0508f16bd5b190168183326391de9b0, so don't test
    it in checkasm.
    
    (This will affect only one test, namely scalarproduct_and_madd_int16
    from lossless_audiodsp: It does not use an SSSE3 function when
    the 3dnow flag is set. So for old AMDs (which advertise support for
    3dnow), said SSSE3 function is never tested. Now it will.)
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/checkasm/checkasm.c