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

Builder ffmpegsos-solaris10-i386 Build #11362

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionf5d2dc7b4bd2430c7a3d977b22bd20ef3508505c
Got Revisionf5d2dc7b4bd2430c7a3d977b22bd20ef3508505c
Changes11 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 1 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 1 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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 11362 Build
codebase Build
got_revision f5d2dc7b4bd2430c7a3d977b22bd20ef3508505c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision f5d2dc7b4bd2430c7a3d977b22bd20ef3508505c Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartTue May 7 00:13:28 2024
EndTue May 7 00:13:36 2024
Elapsed7 secs

All Changes:

:

  1. Change #196544

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 06 May 2024 23:56:40
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e6bf5400485a42ff197ea8a0f378ed6ab08856f7

    Comments

    avcodec/aactab: Provide ff_ltp_coef, ff_tns_tmp2_map unconditionally
    The fixed point decoder needs it since
    905fdb06010e554262fca3c12b362bb69a11de85.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aactab.c
  2. Change #196545

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 06 May 2024 23:57:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 44474dd7b9e1d2ac842935fc139d9e8517c53002

    Comments

    avcodec/aacsbr: Fix type mismatch
    ff_aac_sbr_apply() and ff_aac_sbr_apply_fixed() still used
    pointers to INTFLOAT which is float or int depending upon
    whether USE_FIXED is set or not; in particular, according
    to these declarations both functions have the same type.
    But that is wrong and given that aacdec.c sets USE_FIXED,
    it sees the wrong type for ff_aac_sbr_apply().
    This leads to a -Wlto-type-mismatch warning when using lto [1].
    Fix this by avoiding INTFLOAT in aacsbr.h (which also means
    that aac_defines.h need not be included there any more).
    
    [1]: https://fate.ffmpeg.org/log.cgi?slot=x86_64-archlinux-gcc-lto&time=20240506022217&log=compile
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aac/aacdec.c
    • libavcodec/aacsbr.h
  3. Change #196546

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 06 May 2024 23:58:08
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e4e9144a5c6fbf42c0d48bbd323c12bc7d5409d8

    Comments

    avcodec/aac/aacdec: Remove unnecessary ff_thread_once()
    ff_aacdec_common_init_once() already uses its own AVOnce.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aac/aacdec.c
  4. Change #196547

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 06 May 2024 23:58:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ef16882e8f95e99ba44e7d27f01bbc8d4572ea92

    Comments

    avcodec/aac/aacdec: Move channel number check out of init_dsp()
    Also move initializing random_state.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aac/aacdec.c
  5. Change #196548

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 06 May 2024 23:58:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 41ea317ced70cc4da17ea814be124de650c3f0af

    Comments

    avcodec/aac/aacdec: Avoid branch to set sample_fmt
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aac/aacdec.c
  6. Change #196549

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 06 May 2024 23:59:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c13b5d96c8ad4be1e5d954649b635f192c8c76d7

    Comments

    avcodec/aac/aacdec_float: Call ff_aac_float_common_init() only once
    That's enough.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aac/aacdec_float.c
  7. Change #196550

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 06 May 2024 23:59:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 41922bef7a4f898ba61bcf082379b4b19922827b

    Comments

    avcodec/aac/aacdec_(fixed|float): Avoid AAC_RENAME, INTFLOAT
    Unnecessary now that this has been detemplatized.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aac/aacdec_fixed.c
    • libavcodec/aac/aacdec_float.c
  8. Change #196551

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 06 May 2024 23:59:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d4fb110f5c68dd3ecfc3d6a46d382cbbbf4952ed

    Comments

    avcodec/aac/aacdec: Mark flush as cold
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aac/aacdec.c
  9. Change #196552

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 07 May 2024 00:00:04
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0fc3d8e4d6d38da5f456ca958647b4ac34926c67

    Comments

    avcodec/aac/aacdec: Avoid compiling latm decoder if disabled
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aac/aacdec.c
  10. Change #196553

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 07 May 2024 00:01:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8762aa4d62522f993a6f4b03902feb3e6a875b32

    Comments

    avcodec/aac/aacdec: Move init functions to aacdec_fixed/float
    This allows to merge it with AACDecDSP.init and remove the latter
    (it is called only once anyway); it also allows to make
    the fixed/float AACDecDSP and AACDecProc implementations internal
    to aacdec_fixed/float.c (which also fixes a violation of our
    naming conventions). And it some linker errors when either decoder
    is disabled.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aac/aacdec.c
    • libavcodec/aac/aacdec.h
    • libavcodec/aac/aacdec_dsp_template.c
    • libavcodec/aac/aacdec_fixed.c
    • libavcodec/aac/aacdec_float.c
    • libavcodec/aac/aacdec_latm.h
    • libavcodec/aac/aacdec_proc_template.c
  11. Change #196554

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 07 May 2024 00:02:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f5d2dc7b4bd2430c7a3d977b22bd20ef3508505c

    Comments

    avcodec/aac/aacdec_(fixed|float): Set AACDecDSP, AACDecProc directly
    This is more in line with how we initialize DSP functions
    and avoids tables of function pointers as well as relocations
    for these.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aac/aacdec_dsp_template.c
    • libavcodec/aac/aacdec_fixed.c
    • libavcodec/aac/aacdec_float.c
    • libavcodec/aac/aacdec_proc_template.c