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

Builder ffmpegsos-solaris10-sparc Build #11719

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision30996b71950317feae506a8abf87af286f3cedd3
Got Revision30996b71950317feae506a8abf87af286f3cedd3
Changes5 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-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 ( 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 ( 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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 11719 Build
codebase Build
got_revision 30996b71950317feae506a8abf87af286f3cedd3 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 30996b71950317feae506a8abf87af286f3cedd3 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. Andreas Rheinhardt

Timing:

StartSat Apr 12 10:23:40 2025
EndSat Apr 12 10:23:56 2025
Elapsed16 secs

All Changes:

:

  1. Change #227175

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 12 Apr 2025 09:57:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9bb617b3e7dbdc8d22047f86d1d80ccd33a01fc9

    Comments

    avcodec/asvenc: Don't use FF_INPUT_BUFFER_MIN_SIZE
    ASV-1/2 does not really have a header and so using
    FF_INPUT_BUFFER_MIN_SIZE is wasteful as well as ugly
    (such bounds should be codec-specific).
    
    Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/asvenc.c
  2. Change #227176

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 12 Apr 2025 09:58:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6a202c343139d74b1cba4208b04e05c57cff28d7

    Comments

    avcodec/asvenc: Use tighter MAX_MB_SIZE constant
    Also document the constant.
    
    Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/asvenc.c
  3. Change #227177

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 12 Apr 2025 09:58:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 88d8150de71cdb5588c42027b7fc516049a92c51

    Comments

    avcodec/h261dec: Export key frame information
    Implements ticket #8343.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/h261dec.c
  4. Change #227178

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 12 Apr 2025 09:58:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cf1c52c5c6cc82a27080fdaee53354f026401c7f

    Comments

    avcodec/h261dec: Set pict_type during init
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/h261dec.c
  5. Change #227179

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 12 Apr 2025 09:58:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 30996b71950317feae506a8abf87af286f3cedd3

    Comments

    avcodec/avcodec: Remove always-false check
    avcodec_free_context() only calls ff_codec_close() if there
    is an AVCodecContext and avcodec_open2() unconditionally
    dereferences the AVCodecContext*.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/avcodec.c