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

Builder ffmpegsos-solaris10-sparc Build #13428

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision9e71ea2d601d504204f43e88a9c64fd3c9f2dd2a
Got Revision9e71ea2d601d504204f43e88a9c64fd3c9f2dd2a
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 33 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 ( 8 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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13428 Build
codebase Build
got_revision 9e71ea2d601d504204f43e88a9c64fd3c9f2dd2a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 9e71ea2d601d504204f43e88a9c64fd3c9f2dd2a 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. Tim Walker

Timing:

StartWed May 20 14:42:41 2026
EndWed May 20 14:43:25 2026
Elapsed43 secs

All Changes:

:

  1. Change #267838

    Category ffmpeg
    Changed by Tim Walker <tdskywalkerohnoyoudont@gmail.com>
    Changed at Wed 20 May 2026 14:31:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6181195d1f137252f0ebe6134b02a6d27ec0fc2b

    Comments

    avformat/movenc: use sample_rate to determine audio stsd version. timescale should be equal sample_rate, but the latter is the actual source field used when writing the stsd atom since 3b5d4428acf6eab60410358a5dbf931a17300ecf

    Changed files

    • libavformat/movenc.c
  2. Change #267839

    Category ffmpeg
    Changed by Tim Walker <tdskywalkerohnoyoudont@gmail.com>
    Changed at Wed 20 May 2026 14:31:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9e71ea2d601d504204f43e88a9c64fd3c9f2dd2a

    Comments

    avformat/movenc: write stsd v2 atom when nb_channels > 2 Required by the QuickTime File Format specification.

    Changed files

    • libavformat/movenc.c