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

Builder ffmpegsos-solaris10-sparc Build #12564

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionb8ee68cffe8cbc5b0de984046f4f1cdd86e38c54
Got Revisionb8ee68cffe8cbc5b0de984046f4f1cdd86e38c54
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 1 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 11 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12564 Build
codebase Build
got_revision b8ee68cffe8cbc5b0de984046f4f1cdd86e38c54 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b8ee68cffe8cbc5b0de984046f4f1cdd86e38c54 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. James Almer
  2. Tomasz Szumski
  3. jess

Timing:

StartSat Dec 13 23:31:30 2025
EndSat Dec 13 23:31:56 2025
Elapsed25 secs

All Changes:

:

  1. Change #252094

    Category ffmpeg
    Changed by Tomasz Szumski <tomasz.szumskiohnoyoudont@intel.com>
    Changed at Sat 13 Dec 2025 22:45:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4243e6c870e41e57ff97552f290ded45f7f46ff7

    Comments

    avcodec/codec_id: add JPEG-XS
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/codec_desc.c
    • libavcodec/codec_id.h
  2. Change #252095

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 13 Dec 2025 22:45:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 52c097065cb59927c532a09cfbcfbfb7948e3092

    Comments

    avcodec: add a JPEG-XS parser
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • Changelog
    • libavcodec/Makefile
    • libavcodec/jpegxs.h
    • libavcodec/jpegxs_parser.c
    • libavcodec/parsers.c
  3. Change #252096

    Category ffmpeg
    Changed by Tomasz Szumski <tomasz.szumskiohnoyoudont@intel.com>
    Changed at Sat 13 Dec 2025 23:00:35
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 08db85015977af1dbcf3feb9597f36b377bfcfe5

    Comments

    avcodec: add JPEG-XS decoder and encoder using libsvtjpegxs
    Co-Authored-by: James Almer <jamrial@gmail.com>
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • Changelog
    • configure
    • libavcodec/Makefile
    • libavcodec/allcodecs.c
    • libavcodec/libsvtjpegxsdec.c
    • libavcodec/libsvtjpegxsenc.c
    • libavcodec/version.h
  4. Change #252097

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 13 Dec 2025 23:03:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3b1214a89767ccd4ccdf0561952c79566cbc5b7d

    Comments

    avformat: add a raw JPEG-XS muxer and demuxer
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • Changelog
    • libavformat/allformats.c
    • libavformat/img2.c
    • libavformat/img2dec.c
    • libavformat/img2enc.c
    • libavformat/version.h
  5. Change #252098

    Category ffmpeg
    Changed by jess <jessohnoyoudont@mediaexcel.com>
    Changed at Sat 13 Dec 2025 23:03:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 536475ea058245e71f5c2e7f3d5c39b0cad465e5

    Comments

    avformat/mpegts: add support for JPEG-XS streams
    Co-Authored-by: James Almer <jamrial@gmail.com>
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/mpegts.c
    • libavformat/mpegts.h
    • libavformat/mpegtsenc.c
  6. Change #252099

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 13 Dec 2025 23:04:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b8ee68cffe8cbc5b0de984046f4f1cdd86e38c54

    Comments

    doc/APIchanges: add an entry for JPEG-XS codec id
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • doc/APIchanges