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

Builder ffmpeg-solaris10-sparc Build #12346

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiond5f7a428b1e73b192fa9c9f2447790fbde675663
Got Revisiond5f7a428b1e73b192fa9c9f2447790fbde675663
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 ( 1 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 12346 Build
codebase Build
got_revision d5f7a428b1e73b192fa9c9f2447790fbde675663 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d5f7a428b1e73b192fa9c9f2447790fbde675663 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. Marton Balint

Timing:

StartSun Aug 3 21:52:19 2025
EndSun Aug 3 21:52:37 2025
Elapsed18 secs

All Changes:

:

  1. Change #241762

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sun 03 Aug 2025 21:33:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 74f470c05c3ea76091b6d85d8fbf54ea3db1805b

    Comments

    avcodec/dvbsubenc: fix end of 8-bit/pixel-code-string
    Fixes ticket #11606.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavcodec/dvbsubenc.c
  2. Change #241763

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sun 03 Aug 2025 21:33:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision aeb6ea51f5079d1456546ac28edc6549d45de1f2

    Comments

    avcodec/dvbsubdec: convert dvbsub_read_8bit_string to bytestream reader
    No change in functionality.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavcodec/dvbsubdec.c
  3. Change #241764

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sun 03 Aug 2025 21:33:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d5f7a428b1e73b192fa9c9f2447790fbde675663

    Comments

    avcodec/dvbsubenc: fix 256 color rle decoding
    The end of 8-bit/pixel_code_string() is signalled with two zero bytes, so we
    should read those from the buffer instead of one. We keep supporting though our
    own buggy encoder which only put one zero byte there.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavcodec/dvbsubdec.c