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

Builder ffmpeg64-solaris10-i386 Build #12693

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiona2914a1ec32d1438a8112e5d52f0f52f64a7b52e
Got Revisiona2914a1ec32d1438a8112e5d52f0f52f64a7b52e
Changes3 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-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 ( 10 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 ( 4 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartSun Nov 2 12:29:51 2025
EndSun Nov 2 12:30:14 2025
Elapsed23 secs

All Changes:

:

  1. Change #247385

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 02 Nov 2025 12:05:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2be1b2ea96fc8ef79aa4eda26545895fa40a8118

    Comments

    avcodec/x86/hpeldsp: Actually use constants in registers
    Forgotten in 36f92206bb90d6f0268749bd6fe6aa57974442db.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/hpeldsp.asm
  2. Change #247386

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 02 Nov 2025 12:05:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c5e94a564cc18bafebbd85d613a8069e93525f65

    Comments

    avcodec/x86/hpeldsp: Don't use saturated addition when unnecessary
    The numbers here are small (sums of values unpacked from bytes).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/hpeldsp.asm
  3. Change #247387

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 02 Nov 2025 12:05:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a2914a1ec32d1438a8112e5d52f0f52f64a7b52e

    Comments

    avcodec/x86/hpeldsp: Don't use PAVGB macro
    It was only needed for MMX and there are no MMX functions here any more.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/hpeldsp.asm