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

Builder ffmpeg64-solaris10-i386 Build #13371

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision32b42dfd9bd4458d1c8c71ceafb4c383eb98c7a7
Got Revision32b42dfd9bd4458d1c8c71ceafb4c383eb98c7a7
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 ( 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_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/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 13371 Build
codebase Build
got_revision 32b42dfd9bd4458d1c8c71ceafb4c383eb98c7a7 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 32b42dfd9bd4458d1c8c71ceafb4c383eb98c7a7 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:

StartMon Mar 9 08:14:58 2026
EndMon Mar 9 08:15:13 2026
Elapsed15 secs

All Changes:

:

  1. Change #260354

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 09 Mar 2026 07:28:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f0a28cf9ce452241a5e8d4c5a3532ab28f1ebb5c

    Comments

    avcodec/x86/pngdsp: Don't use mmx register in ff_add_bytes_l2_sse2()
    This change has no measurable impact on performance here;
    it is intended to avoid unpredictable behavior with floating
    point operation like the one that led to commit
    57a29f2e7dd2374a1df27316c6cf7c0225e86758.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/pngdsp.asm
    • tests/checkasm/png.c
  2. Change #260355

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 09 Mar 2026 07:28:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a8679f456ff75250becc7c5b5a4e51ae09359900

    Comments

    avcodec/x86/pngdsp: Avoid jump
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/pngdsp.asm
  3. Change #260356

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 09 Mar 2026 07:28:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 32b42dfd9bd4458d1c8c71ceafb4c383eb98c7a7

    Comments

    avcodec/x86/pngdsp: Don't use 64bit unnecessarily
    The automatic zero-extensions when assigning a 32bit register
    make using 64bits unnecessary.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/pngdsp.asm