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

Builder ffmpeg-solaris10-sparc Build #12508

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision0828a3b6366042a2d65188c89a1f5bf0ae52ec75
Got Revision0828a3b6366042a2d65188c89a1f5bf0ae52ec75
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 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.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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12508 Build
codebase Build
got_revision 0828a3b6366042a2d65188c89a1f5bf0ae52ec75 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 0828a3b6366042a2d65188c89a1f5bf0ae52ec75 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. Daniil Cherednik

Timing:

StartFri Aug 29 14:32:13 2025
EndFri Aug 29 14:32:36 2025
Elapsed22 secs

All Changes:

:

  1. Change #244074

    Category ffmpeg
    Changed by Daniil Cherednik <dan.cherednikohnoyoudont@gmail.com>
    Changed at Fri 29 Aug 2025 14:29:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0828a3b6366042a2d65188c89a1f5bf0ae52ec75

    Comments

    avcodec/atrac3: fix inconsistent band num calculation
    'decode_spectrum' reads 5 bits from bitstream to get
    number of encoded subbands – so 31 means all 32
    subbands are encoded. This value also is used to
    determinate the number of used band in the hybrid
    filterbank.
    
    'subband_tab' array contains 33 values of MDCT spec
    line positions started from 0 line and used to map
    subband number in to the range of mdct lines.
    
    Since the subband_num returned by decode_spectrum
    actually is number – 1 and subband_tab started from 0
    we need to add 1 to make num_bands calculation correct.

    Changed files

    • libavcodec/atrac3.c
    • tests/fate/atrac.mak