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

Builder ffmpeg-solaris10-i386 Build #12744

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiondd092f7fd966c62598c05555667144ca91642340
Got Revisiondd092f7fd966c62598c05555667144ca91642340
Changes12 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-solaris10-i386' 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 ( 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/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 12744 Build
codebase Build
got_revision dd092f7fd966c62598c05555667144ca91642340 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision dd092f7fd966c62598c05555667144ca91642340 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartFri Nov 7 18:59:43 2025
EndFri Nov 7 19:00:02 2025
Elapsed18 secs

All Changes:

:

  1. Change #247925

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 07 Nov 2025 18:54:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8a46fe1a7dbaa8f801efe11172bb988202af48a6

    Comments

    avcodec/libaomenc: Avoid av_unused
    pict_type is always used since 5e0eac3d4566839598f6d6fe5d77770023d6713a;
    ctx in set_pix_fmt() seems to have been always unused.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/libaomenc.c
  2. Change #247926

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 07 Nov 2025 18:54:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ec239259a7d4d6109d946f7aa61ab8629ae9b53c

    Comments

    avcodec/libx265: Remove stray FF_ENABLE_DEPRECATION_WARNINGS
    Forgotten in 7d07723db5c18bb762f8eeb2a844a677986b8dcc.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/libx265.c
  3. Change #247927

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 07 Nov 2025 18:54:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 08e75b821103e2682ac024eb582079df39080ac6

    Comments

    avcodec/packet: Move ff_side_data_set_encoder_stats() to encode.c
    And rename it to ff_encode_add_stats_side_data() and move its
    declaration to encode.h. Also constify the error pointee.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/dnxhdenc.c
    • libavcodec/encode.c
    • libavcodec/encode.h
    • libavcodec/libaomenc.c
    • libavcodec/libkvazaar.c
    • libavcodec/liboapvenc.c
    • libavcodec/libsvtav1.c
    • libavcodec/libvpxenc.c
    • libavcodec/libx264.c
    • libavcodec/libx265.c
    • libavcodec/libxavs.c
    • libavcodec/libxeve.c
    • libavcodec/libxvid.c
    • libavcodec/mpegvideo_enc.c
    • libavcodec/nvenc.c
    • libavcodec/packet.c
    • libavcodec/packet_internal.h
    • libavcodec/qsvenc.c
    • libavcodec/snowenc.c
    • libavcodec/svq1enc.c
  4. Change #247928

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 07 Nov 2025 18:54:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a2210902ffd18e22cf8824c390bbcd87833d0211

    Comments

    avcodec/encode: Use enum AVPictureType in ff_encode_add_stats_side_data
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/encode.c
    • libavcodec/encode.h
    • libavcodec/libkvazaar.c
    • libavcodec/libsvtav1.c
    • libavcodec/libvpxenc.c
    • libavcodec/libx264.c
    • libavcodec/libx265.c
    • libavcodec/libxavs.c
    • libavcodec/libxeve.c
    • libavcodec/libxvid.c
    • libavcodec/mpegvideo.h
  5. Change #247929

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 07 Nov 2025 18:55:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1d68ae7389fd2b2f59b1eb795de12151875abd45

    Comments

    avcodec/avcodec: Remove always-true branches
    avcodec_get_supported_config() always sets a dummy for
    the pointer to the number of entries in case it is not set.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/avcodec.c
  6. Change #247930

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 07 Nov 2025 18:55:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision df1b6f9cfd7b33f85b3536c79d271b7f7ac3d5b6

    Comments

    avcodec/avcodec: Avoid relocations for color ranges
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/avcodec.c
  7. Change #247931

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 07 Nov 2025 18:55:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ab70751c8aad9e3fb7a29b0b5871ec3e57664979

    Comments

    avcodec/codec_internal: Use bitfield for alpha_modes
    Right now, FFCodec contains a dedicated pointer for
    alpha_mode; this is wasteful, as there is only a very limited
    range of options for this value, namely four.
    So store it as a two-bit bitfield like color_ranges.
    This reduces sizeof(FFCodec) by 16 here (the placement
    of alpha_mode entailed unnecessary padding) and
    saves 11328B of .data.rel.ro here (on a standard build with
    no external libraries).
    
    (If it were not for effective-type violations, one could
    share the code and the table with AV_CODEC_CONFIG_COLOR_RANGE.)
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/avcodec.c
    • libavcodec/codec_internal.h
    • libavcodec/exrenc.c
    • libavcodec/libjxlenc.c
    • libavcodec/pngenc.c
  8. Change #247932

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 07 Nov 2025 18:55:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ef3e337079e4da4bc3c73f59fab61a631f87e12b

    Comments

    avcodec/tests/avcodec: Test color_ranges and alpha_modes
    Test that they are only set by video codecs.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/tests/avcodec.c
  9. Change #247933

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 07 Nov 2025 18:55:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2523235a3161c4ed7c33c54cf6d458710d1e6923

    Comments

    avcodec/amfdec: Don't set AVCodec.pix_fmts
    It is not supposed to be set by decoders (where format negotiation
    happens via the get_format callback).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/amfdec.c
  10. Change #247934

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 07 Nov 2025 18:55:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e9be8b831d0439fbde7f7a7a017ab6dea79988e4

    Comments

    avcodec/tests/avcodec: Test that decoders don't set encoder-only fields
    For decoders, the pixel format is negotiated via the get_format callback
    (if there is a choice at all), so decoders should not set pix_fmts.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/tests/avcodec.c
  11. Change #247935

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 07 Nov 2025 18:55:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 946a1dbd94f5e896f3dce57addcf95d1d15b9c4a

    Comments

    avcodec/tests/avcodec: Check codec {pix,sample}_fmt etc. arrays
    E.g. check that the ordinary entries are valid (e.g. no negative sample
    rates, must have pix fmt descriptor) and also that the sentinels
    are valid where they contain redundant information.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/tests/avcodec.c
  12. Change #247936

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 07 Nov 2025 18:55:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dd092f7fd966c62598c05555667144ca91642340

    Comments

    avcodec/avcodec: Simplify sentinel checks
    There is no need to check the whole AVChannelLayout; checking
    its nb_channels is enough.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/avcodec.c