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

Builder ffmpegsos-solaris10-sparc Build #12319

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 2 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 12319 Build
codebase Build
got_revision 91512f08567eefd31e80e8bc70ca6d014a5fbaa5 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 91512f08567eefd31e80e8bc70ca6d014a5fbaa5 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. caifan3

Timing:

StartTue Oct 28 03:57:39 2025
EndTue Oct 28 03:58:00 2025
Elapsed21 secs

All Changes:

:

  1. Change #246900

    Category ffmpeg
    Changed by caifan3 <caifan3ohnoyoudont@xiaomi.com>
    Changed at Tue 28 Oct 2025 03:48:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 91512f08567eefd31e80e8bc70ca6d014a5fbaa5

    Comments

    fftools/cmdutils: Rename file_read to read_file_to_string to avoid symbol collision with NuttX
    The function name 'file_read' is too generic and conflicts with a function
    of the same name in the NuttX kernel. Since NuttX links kernel and userspace
    into a single binary, this causes a symbol collision when building FFmpeg tools.
    
    Signed-off-by: caifan3 <caifan3@xiaomi.com>

    Changed files

    • fftools/cmdutils.c
    • fftools/cmdutils.h
    • fftools/ffmpeg_filter.c
    • fftools/ffmpeg_mux_init.c
    • fftools/ffmpeg_opt.c