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

Builder ffmpegsos-solaris10-sparc Build #11226

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 21 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 ( 2 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 6 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 11226 Build
codebase Build
got_revision c98810ab47fa1cf339b16045e27fbe12b3a19951 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision c98810ab47fa1cf339b16045e27fbe12b3a19951 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. Lynne
  2. Marvin Scholz

Timing:

StartFri Oct 18 11:28:41 2024
EndFri Oct 18 11:29:13 2024
Elapsed31 secs

All Changes:

:

  1. Change #212080

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Fri 18 Oct 2024 11:18:35
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dfaade76db1c7370f47685f2cd34161ddcf57b47

    Comments

    vulkan: move buffer allocation av_log message
    Its more useful when buffers are allocated, not in the
    pool.

    Changed files

    • libavutil/vulkan.c
  2. Change #212081

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Fri 18 Oct 2024 11:18:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c98810ab47fa1cf339b16045e27fbe12b3a19951

    Comments

    avcodec/hw_base_encode: fix use after free on close
    The way the linked list of images was freed caused a
    use after free, by accessing pic->next after pic was
    already freed.
    
    Regression from 48a1a12968345bf673db1e1cbb5c64bd3529c50c
    
    Fix CID1633236

    Changed files

    • libavcodec/hw_base_encode.c