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

Builder ffmpegsos-solaris10-sparc Build #12580

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision1d662641c5b62559810b2ca1ee5ef0e5872f47fd
Got Revision1d662641c5b62559810b2ca1ee5ef0e5872f47fd
Changes2 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-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 ( 8 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 2 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 12580 Build
codebase Build
got_revision 1d662641c5b62559810b2ca1ee5ef0e5872f47fd Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 1d662641c5b62559810b2ca1ee5ef0e5872f47fd 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

Timing:

StartTue Dec 16 15:31:19 2025
EndTue Dec 16 15:31:42 2025
Elapsed22 secs

All Changes:

:

  1. Change #252379

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Tue 16 Dec 2025 14:38:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1c804b349eb36b96b4d337af64f9da9249f49533

    Comments

    avcodec/jpegxs_parser: fix bitstream assembly logic
    JPEG-XS streams can have the bytes corresponding to certain markers as part of
    slice data, and no considerations were made for it, so we need to add checks
    for false positives.
    
    This fixes assembling several samples.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/jpegxs_parser.c
  2. Change #252380

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Tue 16 Dec 2025 14:38:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1d662641c5b62559810b2ca1ee5ef0e5872f47fd

    Comments

    tests/fate/demux: add a raw JPEG-XS demux test
    Use the concat protocol, to test the parser's capabilities to differentiate between
    EOC maker before SOC marker, on top of false EOC marker positives and EOC maker on EOF.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • tests/Makefile
    • tests/fate/demux.mak
    • tests/ref/fate/jxs-concat-demux