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

Builder ffmpeg-solaris10-sparc Build #12460

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 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 ( 2 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 12460 Build
codebase Build
got_revision 8426622bb9584ec4fc32215f006a91e7ddc480cc Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 8426622bb9584ec4fc32215f006a91e7ddc480cc 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. Valerii Zapodovnikov

Timing:

StartSun Aug 17 22:52:17 2025
EndSun Aug 17 22:52:43 2025
Elapsed25 secs

All Changes:

:

  1. Change #243141

    Category ffmpeg
    Changed by Valerii Zapodovnikov <val.zapod.vzohnoyoudont@gmail.com>
    Changed at Sun 17 Aug 2025 22:47:11
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8426622bb9584ec4fc32215f006a91e7ddc480cc

    Comments

    avformat/avio: clarify that AVSEEK_FORCE has no effect
    avio_seek() never supported SEEK_END and returned AVERROR(EINVAL) when
    specified, so the later check "(whence != SEEK_END || force)" was always true.
    
    This also means that AVSEEK_FORCE had no effect since 7a6fe01f99, that is 15
    years ago. Rather than changing behaviour, let's document instead that the flag
    has no effect.
    
    Also fixed other commit 41ed7ab45f which confused ORing / passing AVSEEK_FORCE
    and AVSEEK_SIZE in the docs.
    
    Signed-off-by: Valerii Zapodovnikov <val.zapod.vz@gmail.com>

    Changed files

    • libavformat/avio.h
    • libavformat/aviobuf.c