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

Builder ffmpeg-solaris10-sparc Build #13264

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13264 Build
codebase Build
got_revision 9d73d10c50957ed9deefbc3113136c97f5ab7f67 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 9d73d10c50957ed9deefbc3113136c97f5ab7f67 Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. zengshuang

Timing:

StartWed Mar 4 11:48:13 2026
EndWed Mar 4 11:48:31 2026
Elapsed18 secs

All Changes:

:

  1. Change #259844

    Category ffmpeg
    Changed by zengshuang <zengshuangohnoyoudont@xiaomi.com>
    Changed at Wed 04 Mar 2026 11:40:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9d73d10c50957ed9deefbc3113136c97f5ab7f67

    Comments

    avformat,avcodec: use PRI format macros for uint32_t in log messages
    Use PRIu32/PRIX32 format specifiers instead of %d/%u/%X for uint32_t
    variables in av_log calls. On some platforms (e.g. NuttX), uint32_t is
    typedef'd as unsigned long rather than unsigned int, which triggers
    -Wformat warnings despite both types being 4 bytes. Using PRI macros
    is the portable way to match the actual underlying type of uint32_t.
    
    Signed-off-by: zengshuang <zengshuang@xiaomi.com>

    Changed files

    • libavcodec/mpegaudiodec_template.c
    • libavformat/dump.c
    • libavformat/flac_picture.c
    • libavformat/mov.c
    • libavformat/mov_chan.c
    • libavformat/tls_mbedtls.c