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

Builder ffmpeg-solaris10-i386 Build #14088

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-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 ( 9 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Kacper Michajłow

Timing:

StartMon Jun 29 21:43:46 2026
EndMon Jun 29 21:44:06 2026
Elapsed19 secs

All Changes:

:

  1. Change #273251

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 29 Jun 2026 23:22:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision abb2a04649d383f171305f406fc6733205a22cf5

    Comments

    Makefile: skip STRIP step when stripping is disabled
    Instead of showing `STRIP` followed by `skipping strip`.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • Makefile
    • configure
    • ffbuild/library.mak
  2. Change #273252

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 29 Jun 2026 23:22:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cbdbb07900aa545ebab95310a61db402a970e697

    Comments

    Makefile: hide verbose command from linking step
    They are part of LD(XX) step, and shouldn't be shown if verbose output
    is not enabled.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • ffbuild/library.mak
  3. Change #273253

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 29 Jun 2026 23:22:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4552f31db8b72b90d140180c23db9375b843e9af

    Comments

    ffbuild/common.mak: fix source path prefix stripping in INSTALL output
    Use $(SRC_PATH), the source tree root, for consistent
    repository-relative paths. SRC_DIR used before was undefined and this
    macro only stripped leading /.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • ffbuild/common.mak