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

Builder ffmpegsos-solaris10-i386 Build #13635

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision5c88f46c92c9803fd99777573981580f79086f66
Got Revision5c88f46c92c9803fd99777573981580f79086f66
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ( 7 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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13635 Build
codebase Build
got_revision 5c88f46c92c9803fd99777573981580f79086f66 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5c88f46c92c9803fd99777573981580f79086f66 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. Andreas Rheinhardt

Timing:

StartSun Mar 29 00:04:54 2026
EndSun Mar 29 00:05:08 2026
Elapsed13 secs

All Changes:

:

  1. Change #262709

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 28 Mar 2026 23:25:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4c179adeaf2e2bd501ac5d75576cdebd11b848ae

    Comments

    avcodec/Makefile: Add avformat->h2645_parse.o lcevctab.o dependencies
    Fixes static --disable-everything builds.
    Forgotten in 053822d9ce76ed82b28bc57a9885c2057d47ea6d
    and 49c449b33a33cba279c6074d4a78b89e23396b0d.
    
    Reviewed-by: Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/Makefile
  2. Change #262710

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 28 Mar 2026 23:25:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5c88f46c92c9803fd99777573981580f79086f66

    Comments

    avutil/x86/aes: Only assemble iff HAVE_AESNI_EXTERNAL
    This avoids relying on DCE and works around a NASM bug [1].
    
    [1]: https://github.com/netwide-assembler/nasm/issues/216
    
    Reviewed-by: Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/aes.c
    • libavutil/x86/Makefile
    • libavutil/x86/aes.asm