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

Builder ffmpeg-solaris10-sparc Build #12538

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

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 ( 10 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 ( 3 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 12538 Build
codebase Build
got_revision 9d037c54f209958d47ac376d2a9561608f98dfae Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 9d037c54f209958d47ac376d2a9561608f98dfae 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. nilfm

Timing:

StartWed Sep 3 20:13:01 2025
EndWed Sep 3 20:13:26 2025
Elapsed25 secs

All Changes:

:

  1. Change #244414

    Category ffmpeg
    Changed by nilfm <nil.fonsohnoyoudont@gmail.com>
    Changed at Wed 03 Sep 2025 19:44:02
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9d037c54f209958d47ac376d2a9561608f98dfae

    Comments

    avformat/demux: avoid unconditional ID3v2 tag consumption
    ID3v2 headers are now only parsed for formats that explicitly support them,
    avoiding premature data consumption that broke demuxing in other formats.
    
    Introduces AVFMT_FLAG_ID3V2_AUTO and applies it to mp3, aac, tta, and wav.
    
    Signed-off-by: nilfm <nil.fons@gmail.com>

    Changed files

    • libavformat/aacdec.c
    • libavformat/avformat.h
    • libavformat/demux.c
    • libavformat/mp3dec.c
    • libavformat/tta.c
    • libavformat/wavdec.c