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

Builder ffmpeg64-solaris10-sparc Build #12143

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision93e53e253a5b723db18cf3c804569191cb1d610a
Got Revision93e53e253a5b723db18cf3c804569191cb1d610a
Changes10 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 48 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 ( 9 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_64.sh' failed ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 12143 Build
codebase Build
got_revision 93e53e253a5b723db18cf3c804569191cb1d610a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 93e53e253a5b723db18cf3c804569191cb1d610a Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartMon Jun 2 14:05:25 2025
EndMon Jun 2 14:06:27 2025
Elapsed1 mins, 2 secs

All Changes:

:

  1. Change #231243

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 13:35:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fa45e2002976632a38d5d44ef5c8a1966d4326ec

    Comments

    tests/fate/mov: Fix fate-mov-mp4-frag-flush requirements
    Reviewed-by: Martin Storsjö <martin@martin.st>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/fate/mov.mak
  2. Change #231244

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 13:37:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9416ffd8b87945e7803c33a7e4f14e404b58ff10

    Comments

    avcodec/ac3dec: Hardcode tables to save space
    The code to initialize the ungrouped bap mantissa tables
    (bap 3 or 5) takes more bytes of .text than the tables itself;
    they have therefore been hardcoded.
    
    For GCC (14, -O3, albeit in an av_cold function), the initialization
    code takes 99B each for the fixed and floating point decoders
    (the code is currently duplicated), whereas the hardcoded tables
    only take 96B. For Clang 19 it were 374B each (I don't now what
    Clang was doing there).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/ac3dec.c
    • libavcodec/ac3dec_data.c
    • libavcodec/ac3dec_data.h
  3. Change #231245

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 13:37:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 20caa5cf2d912ebfc57c2b3335ad049d872abd7f

    Comments

    avcodec/ac3dec: Deduplicate mantissas and their init code
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/ac3dec.c
    • libavcodec/ac3dec_data.c
    • libavcodec/ac3dec_data.h
  4. Change #231246

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 13:37:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 11723b3526e05719e10ee0ce53c534c741e759de

    Comments

    avcodec/ac3: Move gain value defines to ac3defs.h
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/ac3.h
    • libavcodec/ac3defs.h
  5. Change #231247

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 13:37:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dbd2ca3580fa90ff6d7bf226e9a487f12a2ca3a3

    Comments

    avcodec/ac3{dec,enc}: Deduplicate gain levels table
    (I don't know why the encoder only uses eight of the nine values.)
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/ac3dec.c
    • libavcodec/ac3enc.c
    • libavcodec/ac3tab.c
    • libavcodec/ac3tab.h
  6. Change #231248

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 13:37:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2d5f5e8726b7cf2d4114a64f479f42f42dad9861

    Comments

    avcodec/ac3dec: Deduplicate tables
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/ac3dec.c
    • libavcodec/ac3dec_data.c
    • libavcodec/ac3dec_data.h
  7. Change #231249

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 13:41:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6d45668801db9cd22b15e9d947738b25346a691f

    Comments

    avcodec/hpeldsp: Remove duplicate pel functions
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/hpeldsp.c
  8. Change #231250

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 13:41:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 83b34691429729fea2c78bf419622ceb4a7810b2

    Comments

    avcodec/x86/hpeldsp_init: Use ff_avg_pixels16_mmxext
    avg_pixels_tab[0][0] does the same as avg_no_rnd_pixels_tab[0].
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/hpeldsp_init.c
  9. Change #231251

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 13:42:53
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 09aeeeb66323792577ffbc7faed82c1a3180553f

    Comments

    avcodec/hpeldsp_init: Detemplatize
    Since a51279bbdea0d6db920d71980262bccd0ce78226,
    hpeldsp_rnd_template.c was only included once and
    one of the two functions in rnd_template.c was
    only enabled once.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/hpeldsp_init.c
    • libavcodec/x86/hpeldsp_rnd_template.c
    • libavcodec/x86/rnd_template.c
  10. Change #231252

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 02 Jun 2025 13:43:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 93e53e253a5b723db18cf3c804569191cb1d610a

    Comments

    avcodec/vc1dsp: Fix vc1op_pixels_func semantics
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/vc1dsp.h