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

Builder ffmpeg64-solaris10-i386 Build #12258

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision834bedf3121e9f9d551abb7994b87e630bf5fa5a
Got Revision834bedf3121e9f9d551abb7994b87e630bf5fa5a
Changes9 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 4 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 ( 7 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 9 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.sh' failed ( 4 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12258 Build
codebase Build
got_revision 834bedf3121e9f9d551abb7994b87e630bf5fa5a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 834bedf3121e9f9d551abb7994b87e630bf5fa5a Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartFri Jun 6 17:44:58 2025
EndFri Jun 6 17:45:25 2025
Elapsed26 secs

All Changes:

:

  1. Change #231513

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 06 Jun 2025 16:21:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3cb37c0e715bfcba8ede1dd3e5829a367086ede4

    Comments

    tests/fate-run: Remove intermediate files from enc-external tests
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/fate-run.sh
  2. Change #231514

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 06 Jun 2025 16:26:35
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4bd1ce31fc72ae153b78b87d791a598f06fead9e

    Comments

    avcodec/libaomenc: Avoid code duplication when setting options
    (Some more options could be set via this method
    if the order in which the options are applied doesn't matter.)
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/libaomenc.c
  3. Change #231515

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 06 Jun 2025 16:27:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision abebdb1bdb737f92edc88aaea71395649a85e37c

    Comments

    avutil/frame: Always return error upon error
    (I don't know whether this can be triggered for a file with
    nonnegative channel count, given that src's extended data can't
    have been allocated in this case.)
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/frame.c
  4. Change #231516

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 06 Jun 2025 16:27:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2f5f2c013ceccde74a33d29c071406520634b3a1

    Comments

    avutil/frame: Use av_memdup() for duplicating extended data array
    Just do it like av_frame_replace().
    Also "fixes" the swapped order or arguments to av_malloc_array()
    (the first is supposed to be the number of elements, the second
    the size of an element) and therefore part of ticket #11620.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/frame.c
  5. Change #231517

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 06 Jun 2025 16:27:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 28c0a189b6d915f28d97af172cb4332e101118c0

    Comments

    avcodec/psymodel: Use av_memdup() where appropriate
    Also "fixes" the inverted order of arguments in the av_malloc_array()
    calls and therefore part of ticket #11620.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/psymodel.c
  6. Change #231518

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 06 Jun 2025 17:21:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f0e1a315a144c9702a0d64e0392e7044b357c58e

    Comments

    avcodec/iirfilter: Remove iirfilter, psy-preprocessing
    The iirfilter is only used in its test tool since
    01ecb7172b684f1c4b3e748f95c5a9a494ca36ec which
    stopped using it in AAC, its only user.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • configure
    • doc/mips.txt
    • libavcodec/Makefile
    • libavcodec/aacenc.c
    • libavcodec/aacenc.h
    • libavcodec/iirfilter.c
    • libavcodec/iirfilter.h
    • libavcodec/mips/Makefile
    • libavcodec/mips/iirfilter_mips.c
    • libavcodec/psymodel.c
    • libavcodec/tests/.gitignore
    • libavcodec/tests/iirfilter.c
    • tests/fate/libavcodec.mak
  7. Change #231519

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 06 Jun 2025 17:21:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d0a27e01a6492df753a6c8c5d2797f292215cd9a

    Comments

    avcodec/aacpsy: Remove always-true checks
    Possible since 03cf10164578aed33f4d0cb5b69d63669c01a538.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aacpsy.c
  8. Change #231520

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 06 Jun 2025 17:21:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 81adbd2d3d63c801d4b7d5410cf16979f475e58c

    Comments

    avcodec/huffman: Combine allocations
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/huffman.c
  9. Change #231521

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 06 Jun 2025 17:21:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 834bedf3121e9f9d551abb7994b87e630bf5fa5a

    Comments

    avutil/frame: Fix av_realloc_array() argument order
    This is not a real bug, but mostly cosmetic. Fixes ticket #11620.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/frame.c