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

Builder ffmpegsos-solaris10-i386 Build #13558

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-solaris10-i386' 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 ( 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_sos.sh' failed ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13558 Build
codebase Build
got_revision 8172be423e05f9abe91432ec8dcb2ecf93a1e86d Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 8172be423e05f9abe91432ec8dcb2ecf93a1e86d Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. James Almer

Timing:

StartSun Mar 15 21:54:56 2026
EndSun Mar 15 21:55:19 2026
Elapsed22 secs

All Changes:

:

  1. Change #261102

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 15 Mar 2026 21:25:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 64edbb37f129f43f51cd8125d9d0b467c05f653d

    Comments

    avcodec/h2645_sei: refactor decode_registered_user_data()
    Switch statements are cleaner and will be useful for an upcoming change.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/h2645_sei.c
  2. Change #261103

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 15 Mar 2026 21:25:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3af824a54081949dd1a078fab23b475eeff7bc63

    Comments

    avcodec/h2645_sei: reindent after the previous change
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/h2645_sei.c
  3. Change #261104

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 15 Mar 2026 21:25:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8172be423e05f9abe91432ec8dcb2ecf93a1e86d

    Comments

    avcodec/h2645_sei: fix parsing payloads for UK country_code
    The correct syntax after country_code is:
    
    t35_uk_country_code_second_octet      b(8)
    t35_uk_manufacturer_code_first_octet  b(8)
    t35_uk_manufacturer_code_second_octet b(8)
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/h2645_sei.c
    • libavcodec/itut35.h