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

Builder ffmpeg-solaris10-sparc Build #12496

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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 ( 7 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 12496 Build
codebase Build
got_revision 2ffc138e8ab2ab87a383e5e875307ee35313d5ed Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 2ffc138e8ab2ab87a383e5e875307ee35313d5ed 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. James Almer
  2. Muiz Yusuff

Timing:

StartMon Aug 25 04:35:23 2025
EndMon Aug 25 04:35:42 2025
Elapsed18 secs

All Changes:

:

  1. Change #243851

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 25 Aug 2025 04:23:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7df9fae4f78bcc46324a10b270849434e5fba970

    Comments

    Changelog: move the latest entries to the correct section
    They are not in 8.0
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • Changelog
  2. Change #243852

    Category ffmpeg
    Changed by Muiz Yusuff <muizohnoyoudont@google.com>
    Changed at Mon 25 Aug 2025 04:25:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2ffc138e8ab2ab87a383e5e875307ee35313d5ed

    Comments

    mov demuxer: use int64_t for next_ts
    d1b96c380826c505a8c7e655b5ad4fdb0c2de167 fixes some hevc seeking issues
    but will int overflow when timestamp is >int_max.

    Changed files

    • libavformat/mov.c