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

Builder ffmpeg-solaris10-sparc Build #12502

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision70a6ad6c743e8f36921755cacff2726825021b8a
Got Revision70a6ad6c743e8f36921755cacff2726825021b8a
Changes4 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-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 ( 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 12502 Build
codebase Build
got_revision 70a6ad6c743e8f36921755cacff2726825021b8a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 70a6ad6c743e8f36921755cacff2726825021b8a 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. Marton Balint
  3. Raphaël Zumer

Timing:

StartTue Aug 26 16:52:20 2025
EndTue Aug 26 16:52:37 2025
Elapsed16 secs

All Changes:

:

  1. Change #243945

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Tue 26 Aug 2025 16:41:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a8097d32ae1406e55b4c4e2c746e75f326604a05

    Comments

    avformat/img2dec: remove deprecated glob_sequence pattern type
    "glob_sequence" was deprecated since 2012. This also changes the default pattern
    to "sequence", because "glob_sequence" was also the default.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • doc/demuxers.texi
    • libavformat/img2.h
    • libavformat/img2dec.c
  2. Change #243946

    Category ffmpeg
    Changed by Raphaël Zumer <rzumerohnoyoudont@tebako.net>
    Changed at Tue 26 Aug 2025 16:42:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d1a7a20cb130e1028b7bf3a59ec3b02cfad169da

    Comments

    avcodec/webp: fix incorrectly returning AVERROR_INVALIDDATA when building Huffman reader
    This corrects an error in commit c33f16d.
    
    Signed-off-by: Raphaël Zumer <rzumer@tebako.net>

    Changed files

    • libavcodec/webp.c
  3. Change #243947

    Category ffmpeg
    Changed by Raphaël Zumer <rzumerohnoyoudont@tebako.net>
    Changed at Tue 26 Aug 2025 16:42:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ae149301762b0a7f94400a5aa97b9ae309cb5d6a

    Comments

    avcodec/webp: simplify special-case handling when building Huffman reader
    Signed-off-by: Raphaël Zumer <rzumer@tebako.net>

    Changed files

    • libavcodec/webp.c
  4. Change #243948

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Tue 26 Aug 2025 16:44:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 70a6ad6c743e8f36921755cacff2726825021b8a

    Comments

    fftools/ffmpeg_demux: ensure the display_rotation option is honored
    If requested, it should have priotity over any coded value.
    Fixes ticket #11649.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg_demux.c