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

Builder ffmpeg-solaris10-sparc Build #13123

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiond07d2a4ee132e8349fb290ca460e28488f4a6a1c
Got Revisiond07d2a4ee132e8349fb290ca460e28488f4a6a1c
Changes5 changes

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 ( 9 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 ( 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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13123 Build
codebase Build
got_revision d07d2a4ee132e8349fb290ca460e28488f4a6a1c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d07d2a4ee132e8349fb290ca460e28488f4a6a1c 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. John Chadwick
  2. Nicolas Gaullier
  3. Rost Kurylo

Timing:

StartWed Feb 11 21:44:42 2026
EndWed Feb 11 21:45:05 2026
Elapsed22 secs

All Changes:

:

  1. Change #257469

    Category ffmpeg
    Changed by John Chadwick <johnohnoyoudont@jchw.io>
    Changed at Wed 11 Feb 2026 21:35:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a469598191d630e3c0706146f7af68d72f77ff55

    Comments

    avcodec/psd: Support auxiliary channels
    Photoshop documents can contain additional "auxiliary" channels that
    don't take part in layer compositing, therefore, using the channel count
    to determine the presence of an alpha channel in the merged image is
    incorrect. Instead, as per the PSD specification, use the sign of the
    layer count (present in the layers and masks section) to determine if
    there is an alpha channel, then determine the number of primary channels
    using both the presence of the alpha channel and the pixel format.

    Changed files

    • libavcodec/psd.c
  2. Change #257470

    Category ffmpeg
    Changed by John Chadwick <johnohnoyoudont@jchw.io>
    Changed at Wed 11 Feb 2026 21:35:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8b9b71494b7a149dfe9c733dae5e875f41def6e7

    Comments

    tests/fate/image: Add psd-rgbxx
    This is an rgb test image with two auxilliary channels and no alpha
    channels.

    Changed files

    • tests/fate/image.mak
    • tests/ref/fate/psd-rgbxx
  3. Change #257471

    Category ffmpeg
    Changed by Nicolas Gaullier <nicolas.gaullierohnoyoudont@cji.paris>
    Changed at Wed 11 Feb 2026 21:39:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f9bf45b8fdf2239fde7081e7bd42f653f54de9fc

    Comments

    avformat/isom_tags: add specific fourccs for in24/in32 LE
    Add support for decoding 42ni and 23ni in mov/mp4.
    
    Note that in24/in32 can be either LE or BE thanks to enda atom,
    so this patch leaves the muxer unchanged.
    
    Fixes #21445.
    
    Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris>

    Changed files

    • libavformat/isom_tags.c
    • libavformat/version.h
  4. Change #257472

    Category ffmpeg
    Changed by Rost Kurylo <rost.kuryloohnoyoudont@netint.ca>
    Changed at Wed 11 Feb 2026 21:41:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 95101ecc6502a0fcc2aab7736b326a8044d20a0f

    Comments

    avformat/unix: Fix 'operation unsupported' error when reading from unixgram sockets
    Sockets of type SOCK_DGRAM don't support listen(), so it was
    impossible to read from "unixgram" sockets in ffmpeg.
    
    Signed-off-by: Rost Kurylo <rost.kurylo@netint.ca>

    Changed files

    • libavformat/unix.c
  5. Change #257473

    Category ffmpeg
    Changed by Rost Kurylo <rost.kuryloohnoyoudont@netint.ca>
    Changed at Wed 11 Feb 2026 21:41:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d07d2a4ee132e8349fb290ca460e28488f4a6a1c

    Comments

    doc/protocols: Document type option for unix domain sockets
    Signed-off-by: Rost Kurylo <rost.kurylo@netint.ca>

    Changed files

    • doc/protocols.texi