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

Builder ffmpeg64-solaris10-i386 Build #12104

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision75d5672b4bff50ff47f9ce6835c1c059588dfc44
Got Revision75d5672b4bff50ff47f9ce6835c1c059588dfc44
Changes15 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 ( 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_64.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/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12104 Build
codebase Build
got_revision 75d5672b4bff50ff47f9ce6835c1c059588dfc44 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 75d5672b4bff50ff47f9ce6835c1c059588dfc44 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:

StartSun Apr 13 23:24:05 2025
EndSun Apr 13 23:24:18 2025
Elapsed13 secs

All Changes:

:

  1. Change #227235

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 13 Apr 2025 22:47:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c8c4e55b2b56f9b95b26eebdb047ec8c57c32476

    Comments

    avcodec/motionpixels: Avoid av_unused
    Easily possible now that -Wdeclaration-after-statement is gone.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/motionpixels.c
  2. Change #227236

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 13 Apr 2025 22:47:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f81ace52f8e7338224c4ae7663128ae654f58a58

    Comments

    avutil/aes: Make aes_init_static() av_cold
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/aes.c
  3. Change #227237

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 13 Apr 2025 22:47:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 516bcfc169ac4ba934aa12ca384c82e51fdb617c

    Comments

    avutil/aes: Use #if checks instead of if (ARCH_X86)
    Reviewed-by: James Almer <jamrial@gmail.com>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/aes.c
  4. Change #227238

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 13 Apr 2025 22:49:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ab1bc2f745740bdec047e5b2decc7006eed9881d

    Comments

    avcodec/aacenc: Remove always-false check
    The sample rates have already been checked generically
    via AVCodec.supported_samplerates.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aacenc.c
    • libavcodec/aacenctab.c
    • libavcodec/aacenctab.h
    • libavcodec/mpeg4audio_sample_rates.h
  5. Change #227239

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 13 Apr 2025 22:49:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 044bfc7785650102f1e3e27868dc40b023d90d5f

    Comments

    avcodec/aac{enc,}tab: Deduplicate swb tables
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aacenctab.c
    • libavcodec/aactab.c
    • libavcodec/aactab.h
  6. Change #227240

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 13 Apr 2025 22:49:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 35fcdb21322d8e18af28f6c89f909ddc39d89cc8

    Comments

    swscale/x86/rgb2rgb: Deduplicate ASM constants
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libswscale/x86/rgb2rgb.c
  7. Change #227241

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 13 Apr 2025 22:49:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 413905bff2ea23b3e6943f354460082e4d9aabfe

    Comments

    avcodec/opus/tab: Deduplicate arrays
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/opus/tab.c
    • libavcodec/opus/tab.h
  8. Change #227242

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 13 Apr 2025 22:49:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 66310f8a2204dcef966b3cbfefdd5ac9c8b17240

    Comments

    avformat/asf_tags: Deduplicate tags
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/asf.h
    • libavformat/asf_tags.c
  9. Change #227243

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 13 Apr 2025 22:49:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 13a0d0ade16824bb1e1d55fdf1792ae51e7b1b2d

    Comments

    avcodec/mpegaudioenc_template: Remove always-false branch
    The sample rates here have already been checked generically
    via CODEC_SAMPLERATES().
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/mpegaudioenc_template.c
  10. Change #227244

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 13 Apr 2025 22:49:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision db75955d6023ead1bc306c9b0969054efa29c3e7

    Comments

    avcodec/mpegaudioenc_{fixed,float}: Merge encoders
    Most of the encoders is the same. So deduplicate them.
    This reduces code size from 22410B to 12637B here.
    The data in mpegaudiotab.h is also automatically deduplicated.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/Makefile
    • libavcodec/mpegaudioenc.c
    • libavcodec/mpegaudioenc_fixed.c
    • libavcodec/mpegaudioenc_float.c
    • libavcodec/mpegaudioenc_template.c
  11. Change #227245

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 13 Apr 2025 22:49:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6f7ebeff708b271acead9324fc6c8da38b996e1b

    Comments

    avcodec/mpegaudioenc: Combine writing scale factors
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/mpegaudioenc.c
  12. Change #227246

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 13 Apr 2025 22:49:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 87f3e20931444a4c57c8e06576b71eb57014d5cb

    Comments

    avcodec/mpegaudioenc: Avoid intermediate buffer
    We know the final size before encoding, so we can switch to
    ff_get_encode_buffer() which avoids an implicit memcpy().
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/mpegaudioenc.c
  13. Change #227247

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 13 Apr 2025 22:49:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 62e1abcf0dfd7a105c12f73ce965f1946312be2c

    Comments

    avcodec/mpegaudioenc: Don't pad one bit at a time
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/mpegaudioenc.c
  14. Change #227248

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 13 Apr 2025 22:49:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7915e2a095861e0fffa265a3aad80ca694552421

    Comments

    avcodec/mpegaudioenc: Move PutBitContext to stack
    Avoids keeping dangling pointers in the context.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/mpegaudioenc.c
  15. Change #227249

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 13 Apr 2025 22:49:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 75d5672b4bff50ff47f9ce6835c1c059588dfc44

    Comments

    avcodec/mpegaudioenc: Rename MPA_encode_* -> mpa_encode_*
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/mpegaudioenc.c