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

Builder ffmpegsos-solaris10-i386 Build #13798

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision397c7c75246844211e4e8324a90dd935e2506054
Got Revision397c7c75246844211e4e8324a90dd935e2506054
Changes21 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 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 ( 12 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 ( 0 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 13798 Build
codebase Build
got_revision 397c7c75246844211e4e8324a90dd935e2506054 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 397c7c75246844211e4e8324a90dd935e2506054 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. Martin Storsjö
  2. Ramiro Polla

Timing:

StartWed Apr 29 14:03:05 2026
EndWed Apr 29 14:03:30 2026
Elapsed25 secs

All Changes:

:

  1. Change #265885

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:49:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cd7a3cd799eb365783cba5083174244ee97f0238

    Comments

    tools/indent_arm_assembly: Recognize more comment forms, for skipping lowercasing
    When we try to lowercase register names (e.g. Q0 -> q0) we avoid
    doing that for parts of the code that are comments, as comments
    occasionally contain pseudocode that contain such mentions that
    aren't register names, but pseudocode/reference code variables.
    See 7ebb6c54eb4e4ecc6c7e6121cb41babf44a04351 for more details
    about that.
    
    In addition to recognizing comments starting with //, also
    recognize /* and @ (which is a comment char in arm assembly, but
    not in aarch64).

    Changed files

    • tools/indent_arm_assembly.pl
  2. Change #265886

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:49:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ea7079074c57d41f25784b2f53314bc08f85fed9

    Comments

    tools/indent_arm_assembly: Don't indent "foo .req bar" lines like an instruction
    These are used a bit in our arm assembly, while they're used much
    less in our aarch64 assembly.

    Changed files

    • tools/indent_arm_assembly.pl
  3. Change #265887

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:49:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 946e80fde76650ddd42a17a3cac48f3a288ff3a0

    Comments

    libswscale/arm: Lowercase the "LSL" keyword

    Changed files

    • libswscale/arm/rgb2yuv_neon_common.S
  4. Change #265888

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:49:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 17765fe8312c67fdf2bea2afdedc8442cab176c2

    Comments

    arm: Reindent assembly where it was off by one char

    Changed files

    • libavcodec/arm/hevcdsp_idct_neon.S
    • libavcodec/arm/vp9itxfm_16bpp_neon.S
    • libavcodec/arm/vp9itxfm_neon.S
    • libavcodec/arm/vp9lpf_16bpp_neon.S
    • libavcodec/arm/vp9mc_16bpp_neon.S
    • libavcodec/arm/vp9mc_neon.S
  5. Change #265889

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:49:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7eaeb5ab4a4e56706f5cf2ba5e7f60e126caeb39

    Comments

    arm: Fix indentation of stray individual misaligned instructions

    Changed files

    • libavcodec/arm/hevcdsp_idct_neon.S
    • libavcodec/arm/hpeldsp_arm.S
    • libavcodec/arm/sbcdsp_neon.S
  6. Change #265890

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:49:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d94e2b0f7c0b976449d3c4cca24531a796d1043c

    Comments

    arm/hevcdsp: Fix misindented instructions in some macros

    Changed files

    • libavcodec/arm/hevcdsp_idct_neon.S
  7. Change #265891

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:49:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 25d703dd2ae7eec37bd4694851cf922780e49374

    Comments

    libavutil/arm: Fix indentation in asm.S

    Changed files

    • libavutil/arm/asm.S
  8. Change #265892

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:49:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c5a3cb00b7f02c0c1ef18f4a00b3894fd48e4b73

    Comments

    libswresample/arm: Change to the common indentation size
    These files consistently aligned instructions to 4/24 columns,
    while we commonly indent arm/aarch64 assembly to 8/24 columns.

    Changed files

    • libswresample/arm/resample.S
  9. Change #265893

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:49:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9653588441f8dc855da9805ef5abba7946c8d3cb

    Comments

    libswscale/arm: Switch consistent indentation to common style
    Some of these files aligned instructions to 4/24 columns, while
    we commonly indent arm/aarch64 assembly to 8/24 columns.
    Some of these files also used a different alignment for the
    operands.

    Changed files

    • libswscale/arm/hscale.S
    • libswscale/arm/output.S
    • libswscale/arm/rgb2yuv_neon_16.S
    • libswscale/arm/rgb2yuv_neon_32.S
    • libswscale/arm/rgb2yuv_neon_common.S
    • libswscale/arm/yuv2rgb_neon.S
  10. Change #265894

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:49:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8e199a2a9f2d52b1b1e079afe7dc4aaaec8b4b5a

    Comments

    arm/rv34dsp: Adjust macro argument indentation slightly
    The previous form did neatly align with the lines above, but doesn't
    match general indentation rules from our indentation script.

    Changed files

    • libavcodec/arm/rv34dsp_neon.S
  11. Change #265895

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:49:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b27fd61020ccba25dbac1a44a1202bb338d71d72

    Comments

    arm/simple_idct_armv5te: Reindent previously consistent code to common style
    This has manual fixups, as the indenting script wants to
    lowercase constants like W26 to w26, which breaks things.

    Changed files

    • libavcodec/arm/simple_idct_armv5te.S
  12. Change #265896

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:49:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a65ed248fdcd37c08b4a398b5daa9a81674a5073

    Comments

    arm/simple_idct_armv6: Reindent previously consistent assembly to shared style
    This has manual fixups, as the indenting script wants to
    lowercase constants like W46 to w46, which breaks things.

    Changed files

    • libavcodec/arm/simple_idct_armv6.S
  13. Change #265897

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Wed 29 Apr 2026 12:53:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8d9c1db95d88f5e11f19ef0ec16749847141e23a

    Comments

    arm/simple_idct_arm: Reindent previously unindented code

    Changed files

    • libavcodec/arm/simple_idct_arm.S
  14. Change #265898

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:53:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2325421904f4ca9be2d795ed2d47f0e319775e08

    Comments

    arm/synth_filter_vfp: Fix indentation
    This was done with manual adjustments; the reindentation
    script doesn't handle the VFP/NOVFP macros at the start of
    lines.

    Changed files

    • libavcodec/arm/synth_filter_vfp.S
  15. Change #265899

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:53:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 65d4c5bbe21cfdbd3de79885465d292042c15081

    Comments

    arm: Reindent asm that used consistent but differing styles
    The qpel_filter macros in hevcdsp_qpel_neon.S have been
    manually tweaked to keep reasonable indentation of the
    comments.

    Changed files

    • libavcodec/arm/fmtconvert_vfp.S
    • libavcodec/arm/h264qpel_neon.S
    • libavcodec/arm/hevcdsp_deblock_neon.S
    • libavcodec/arm/hevcdsp_idct_neon.S
    • libavcodec/arm/hevcdsp_qpel_neon.S
    • libavcodec/arm/hevcdsp_sao_neon.S
    • libavcodec/arm/startcode_armv6.S
    • libavcodec/arm/vp3dsp_neon.S
  16. Change #265900

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:53:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5e0f1b1edac89ce8f419da7095f7ce5311271dc0

    Comments

    arm/hevcdsp_qpel: Reindent code that seem to lack consistent indentation

    Changed files

    • libavcodec/arm/hevcdsp_qpel_neon.S
  17. Change #265901

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:53:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 10a45072fcf234a1c61f85a1459de77327e5b663

    Comments

    arm/jrevdct: Indent previously unindented assembly
    The comments have been manually tweaked to line up properly.

    Changed files

    • libavcodec/arm/jrevdct_arm.S
  18. Change #265902

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:53:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0a86aead820762476def0d11ffb1690631688889

    Comments

    arm/vc1dsp: Fix a few cases of inconsistent indentation
    The function ff_vc1_unescape_buffer_helper_neon intentionally
    uses unusual indentation, to indicate different levels of
    unrolling in the function.

    Changed files

    • libavcodec/arm/vc1dsp_neon.S
  19. Change #265903

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:53:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 963ea707e3ac34a16c5291aa8e153eafdd92855b

    Comments

    arm/rv40dsp: Add * on comment continuation lines in prototypes
    This avoids that the assembly indenter script tries to indent these
    lines as assembly code.

    Changed files

    • libavcodec/arm/rv40dsp_neon.S
  20. Change #265904

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:53:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f6b21eca5e4c9300d00ff895a6dc371c2f4411ca

    Comments

    tools/check_arm_indent: Add missing ;; in switch case, fix indentation

    Changed files

    • tools/check_arm_indent.sh
  21. Change #265905

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 29 Apr 2026 12:53:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 397c7c75246844211e4e8324a90dd935e2506054

    Comments

    tools/check_arm_indent: Run formatting on arm, in addition to aarch64
    Add exceptions for files that aren't handled well (or that would
    require more manual cleanups to make the output look good).

    Changed files

    • .forgejo/pre-commit/config.yaml
    • tools/check_arm_indent.sh