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

Builder ffmpeg64-solaris10-i386 Build #12070

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiond8ae11365c31dba406ec5a9bf6743f1a2d0747fc
Got Revisiond8ae11365c31dba406ec5a9bf6743f1a2d0747fc
Changes4 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 ( 7 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 3 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.sh' failed ( 1 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 12070 Build
codebase Build
got_revision d8ae11365c31dba406ec5a9bf6743f1a2d0747fc Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d8ae11365c31dba406ec5a9bf6743f1a2d0747fc 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. Martin Storsjö

Timing:

StartTue Apr 1 17:33:33 2025
EndTue Apr 1 17:33:52 2025
Elapsed18 secs

All Changes:

:

  1. Change #226301

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Tue 01 Apr 2025 17:28:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1129957ae2ba47f04af13ed50dacb99dd145a274

    Comments

    configure: Add a dependency for the audiotoolbox outdev
    The audiotoolbox outdev uses APIs that only are available on macOS,
    not on iOS or tvOS. Check for them in configure, and make sure the
    outdev is disabled otherwise.
    
    This allows building for iOS without explicitly having to disable
    the audiotoolbox outdev.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • configure
  2. Change #226302

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Tue 01 Apr 2025 17:28:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 19a4719f3b5a9f807902033ccee188366f66a2d2

    Comments

    libavfilter: metal: Fix the version condition for iOS
    MTLDevice supportsFamily is available since iOS 13, not 11, see
    https://developer.apple.com/documentation/metal/mtldevice/supportsfamily(_:)?language=objc.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • libavfilter/metal/utils.m
  3. Change #226303

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Tue 01 Apr 2025 17:28:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d7d6e9ae696f07c879d3b4855fd659db3919efbf

    Comments

    videotoolboxenc: Add an iOS version condition for VTCopySupportedPropertyDictionaryForEncoder
    This fixes building for iOS versions older than 11.0.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • libavcodec/videotoolboxenc.c
  4. Change #226304

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Tue 01 Apr 2025 17:28:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d8ae11365c31dba406ec5a9bf6743f1a2d0747fc

    Comments

    configure: Check for an actual function in VideoToolbox
    This makes sure to disable VideoToolbox if building with an SDK
    that does contain VideoToolbox, but targeting an older version of
    the OS where it is unavailable. Previously, we would enable
    VideoToolbox as long as the framework itself was found, which only
    require the framework to exist in the SDK.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • configure