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

Builder ffmpeg64-solaris10-i386 Build #12075

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionefa0c6252faa66ab90d0d5e60b0d4305474b7a8e
Got Revisionefa0c6252faa66ab90d0d5e60b0d4305474b7a8e
Changes2 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 ( 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 12075 Build
codebase Build
got_revision efa0c6252faa66ab90d0d5e60b0d4305474b7a8e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision efa0c6252faa66ab90d0d5e60b0d4305474b7a8e 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. Jun Zhao

Timing:

StartThu Apr 3 00:43:47 2025
EndThu Apr 3 00:44:02 2025
Elapsed14 secs

All Changes:

:

  1. Change #226445

    Category ffmpeg
    Changed by Jun Zhao <mypopydevohnoyoudont@gmail.com>
    Changed at Thu 03 Apr 2025 00:28:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 976c16109bb09ad65fbf079af9ef5120a9f91e3e

    Comments

    doc/ffmpeg: document videotoolbox in -hwaccel option
    Add videotoolbox to the list of supported hardware acceleration methods
    in the -hwaccel option documentation. This option allows users to utilize
    Apple's VideoToolbox framework for hardware-accelerated video decoding
    on macOS and iOS devices.
    
    The videotoolbox acceleration has been supported for a while, but was
    missing from the documentation.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • doc/ffmpeg.texi
  2. Change #226446

    Category ffmpeg
    Changed by Jun Zhao <mypopydevohnoyoudont@gmail.com>
    Changed at Thu 03 Apr 2025 00:29:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision efa0c6252faa66ab90d0d5e60b0d4305474b7a8e

    Comments

    fftools/cmdutils: fix error message for "ffmpeg -init_hw_device list"
    When running 'ffmpeg -init_hw_device list' to display available hardware
    devices, it incorrectly shows an error message:
    "Failed to set value 'list' for option 'init_hw_device': Immediate exit requested"
    
    This is a regression introduced by commit a50f90f1c23. The command is
    actually working as intended - it should exit after listing devices, but
    shouldn't display an error message.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • fftools/cmdutils.c