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

Builder ffmpegsos-solaris10-sparc Build #13878

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 1 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Ayoub Nabil Boubagrat

Timing:

StartFri Aug 21 03:54:14 2026
EndFri Aug 21 03:54:34 2026
Elapsed20 secs

All Changes:

:

  1. Change #278833

    Category ffmpeg
    Changed by Ayoub Nabil Boubagrat <237098474+ayoubnabilohnoyoudont@users.noreply.github.com>
    Changed at Fri 21 Aug 2026 05:35:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 87182e2abc88969ed57998a7c11518199feaa008

    Comments

    avcodec/audiotoolbox: use 64-bit channel masks
    the channel mask expressions used an int literal, making shifts for
    channel ids 31 and above undefined before conversion to uint64_t.
    
    use a 64-bit literal in the encoder mapping and decoder layout mask.
    
    Signed-off-by: Ayoub Nabil Boubagrat <237098474+ayoubnabil@users.noreply.github.com>

    Changed files

    • libavcodec/audiotoolboxdec.c
    • libavcodec/audiotoolboxenc.c