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

Builder ffmpegsos-solaris10-sparc Build #13721

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:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 4 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 13721 Build
codebase Build
got_revision 4552f31db8b72b90d140180c23db9375b843e9af Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 4552f31db8b72b90d140180c23db9375b843e9af 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. Kacper Michajłow

Timing:

StartMon Jun 29 21:43:47 2026
EndMon Jun 29 21:44:08 2026
Elapsed20 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