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

Builder ffmpeg-solaris10-sparc Build #12179

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionb65fece0aa93d4c2898a3ce1e3de37ccbc87ec5e
Got Revisionb65fece0aa93d4c2898a3ce1e3de37ccbc87ec5e
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 21 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 1 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 1 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 1 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 12179 Build
codebase Build
got_revision b65fece0aa93d4c2898a3ce1e3de37ccbc87ec5e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b65fece0aa93d4c2898a3ce1e3de37ccbc87ec5e 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. Lidong Yan
  2. Tristan Matthews

Timing:

StartMon Jun 16 02:02:03 2025
EndMon Jun 16 02:02:38 2025
Elapsed34 secs

All Changes:

:

  1. Change #236729

    Category ffmpeg
    Changed by Tristan Matthews <tmatthohnoyoudont@videolan.org>
    Changed at Mon 16 Jun 2025 01:31:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5ea3adfcf92a7e229e740a4853893756b802d664

    Comments

    checkasm: add checkasm_check_dctcoef
    This is useful for tests that compare dctcoefs which will be either 2 bytes or
    4 bytes, depending on bitdepth.
    
    Reviewed-by: Martin Storsjö <martin@martin.st>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • tests/checkasm/checkasm.h
  2. Change #236730

    Category ffmpeg
    Changed by Tristan Matthews <tmatthohnoyoudont@videolan.org>
    Changed at Mon 16 Jun 2025 01:31:45
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0d9f680b698b12f89d76ea5848cc2af24373dd18

    Comments

    checkasm: h264dsp: test luma_dc_dequant
    Reviewed-by: Martin Storsjö <martin@martin.st>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • tests/checkasm/h264dsp.c
  3. Change #236731

    Category ffmpeg
    Changed by Lidong Yan <yldhome2d2ohnoyoudont@gmail.com>
    Changed at Mon 16 Jun 2025 01:31:45
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b65fece0aa93d4c2898a3ce1e3de37ccbc87ec5e

    Comments

    avformat/rtmpproto: fix rmtp packet leak in gen_connect()
    In libavformat/rtmpproto.c:gen_connect(), if check on string length
    or check on codec fourcc failed, ff_rtmp_packet_create() allocated
    data in pkt would leak. Add ff_rtmp_packet_destory before return error
    code.
    
    Signed-off-by: Lidong Yan <502024330056@smail.nju.edu.cn>
    Reviewed-by: Zhao Zhili <quinkblack@foxmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/rtmpproto.c