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

Builder ffmpeg-solaris10-sparc Build #13145

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisioneb36dce742c32140a1ea1de83013b88a681595ed
Got Revisioneb36dce742c32140a1ea1de83013b88a681595ed
Changes8 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 26 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 ( 34 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13145 Build
codebase Build
got_revision eb36dce742c32140a1ea1de83013b88a681595ed Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision eb36dce742c32140a1ea1de83013b88a681595ed 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. James Almer

Timing:

StartWed Feb 18 00:24:53 2026
EndWed Feb 18 00:26:01 2026
Elapsed1 mins, 7 secs

All Changes:

:

  1. Change #257970

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 18 Feb 2026 00:17:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dd9756286d0c98959dea77a79920063716d3c5c1

    Comments

    avcodec/encode: add a helper to convert from a duration to samples
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/encode.h
  2. Change #257971

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 18 Feb 2026 00:17:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e3061be971395f126822a0381d1315a5d61c6846

    Comments

    avcodec/libfdk-aacenc: rescale packet duration when calculating discarded samples
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/libfdk-aacenc.c
  3. Change #257972

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 18 Feb 2026 00:17:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5863cab885c3c92ae45c7b80633bfe67c19e3052

    Comments

    avcodec/libmp3lame: rescale packet duration when calculating discarded samples
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/libmp3lame.c
  4. Change #257973

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 18 Feb 2026 00:17:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 84bb5b074817abe9cb39a1cd6a8e07f665351b7f

    Comments

    avcodec/libopusenc: rescale packet duration when calculating discarded samples
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/libopusenc.c
  5. Change #257974

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 18 Feb 2026 00:17:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0aa3a6fe41baec832da5df88a8bb097e75857999

    Comments

    avcodec/libvorbisenc: rescale packet duration when calculating discarded samples
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/libvorbisenc.c
  6. Change #257975

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 18 Feb 2026 00:17:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7c877b2e80cfcd43beb539b88109f99dcda0b4e3

    Comments

    avcodec/opus/enc: rescale packet duration when calculating discarded samples
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/opus/enc.c
  7. Change #257976

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 18 Feb 2026 00:19:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 14097ee1cd53979cfb31b231efc08b8bc6fdf63e

    Comments

    avfilter/framepool: add a few padding lines by aligning height
    Fixes segfaults when handling files with odd chroma subsampled dimensions in
    some scenarios like using the hstack filter.
    
    ./ffmpeg -lavfi testsrc=s=255x31,format=yuv420p -vframes 1 -y in.jpg && \
    ./ffmpeg -i in.jpg -i in.jpg -i in.jpg -i in.jpg -filter_complex "xstack=inputs=4:grid=2x2" -y out.png
    
    Fixes issue #21739.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavfilter/framepool.c
  8. Change #257977

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Wed 18 Feb 2026 00:19:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision eb36dce742c32140a1ea1de83013b88a681595ed

    Comments

    avfilter/video: reduce potential amount of pool reinitializations
    Given we now align both dimensions when allocating buffers, don't reinitialize
    the pool when dealing with dimension changes that will not affect the existing
    pool size.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavfilter/video.c