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

Builder ffmpegsos-solaris10-sparc Build #12622

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision0629780cf63b4fde5f2df643dc3cd278b9778bfd
Got Revision0629780cf63b4fde5f2df643dc3cd278b9778bfd
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 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 ( 6 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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12622 Build
codebase Build
got_revision 0629780cf63b4fde5f2df643dc3cd278b9778bfd Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 0629780cf63b4fde5f2df643dc3cd278b9778bfd 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. nikitalita

Timing:

StartSat Dec 27 19:21:19 2025
EndSat Dec 27 19:21:47 2025
Elapsed27 secs

All Changes:

:

  1. Change #253401

    Category ffmpeg
    Changed by nikitalita <69168929+nikitalitaohnoyoudont@users.noreply.github.com>
    Changed at Sat 27 Dec 2025 19:13:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0629780cf63b4fde5f2df643dc3cd278b9778bfd

    Comments

    avfilter/vf_libplacebo: replace preproc directive in function-like macros
    MSVC build was failing due to preprocessor directives being used within function-like macro argument lists, which is undefined behavior according to the C11 spec. Fixed by replacing the directive blocks with macro definitions outside of the macro invocations.

    Changed files

    • libavfilter/vf_libplacebo.c