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

Builder ffmpeg64-solaris10-sparc Build #13520

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision411484e8c939054b68f0d64dfe1f5b3a858f3c7d
Got Revision411484e8c939054b68f0d64dfe1f5b3a858f3c7d
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 2 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 2 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 31 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 ( 1 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 13520 Build
codebase Build
got_revision 411484e8c939054b68f0d64dfe1f5b3a858f3c7d Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 411484e8c939054b68f0d64dfe1f5b3a858f3c7d Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jun Zhao

Timing:

StartMon Apr 13 00:25:04 2026
EndMon Apr 13 00:25:58 2026
Elapsed54 secs

All Changes:

:

  1. Change #264245

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Mon 13 Apr 2026 00:15:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 57397a683d6807416f7d05a4ea553f8ca6b2e0a9

    Comments

    lavc/videotoolboxenc: return SEI parse errors
    Return the actual find_sei_end() error when SEI appending fails instead of
    reusing the previous status code. This preserves the real parse failure for
    callers instead of reporting malformed SEI handling as success.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavcodec/videotoolboxenc.c
  2. Change #264246

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Mon 13 Apr 2026 00:15:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 411484e8c939054b68f0d64dfe1f5b3a858f3c7d

    Comments

    lavc/videotoolbox_vp9: fix vpcC flags offset
    Write the 24-bit vpcC flags field at the current cursor position after
    the version byte. The previous code wrote to p+1 instead of p, leaving
    one byte uninitialized between version and flags and shifting all
    subsequent fields (profile, level, bitdepth, etc.) by one byte.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavcodec/videotoolbox_vp9.c