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

Builder ffmpegsos-solaris10-sparc Build #12282

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 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 ( 38 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 12282 Build
codebase Build
got_revision 09856e4e483f14125d38e5c84e908f623bb1a888 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 09856e4e483f14125d38e5c84e908f623bb1a888 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. Zhao Zhili

Timing:

StartMon Sep 8 22:57:55 2025
EndMon Sep 8 22:58:54 2025
Elapsed58 secs

All Changes:

:

  1. Change #244645

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Mon 08 Sep 2025 22:43:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 09856e4e483f14125d38e5c84e908f623bb1a888

    Comments

    doc/examples/vaapi_encode: fix invalid check on fwrite
    enc_pkt->size is 0 after av_packet_unref, which makes the check invalid.
    
    Fix regression from 3e4bfff2.
    
    Co-Authored-by: Jin Bo <jinbo@loongson.cn>
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • doc/examples/vaapi_encode.c