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

Builder ffmpeg-solaris10-i386 Build #13939

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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.sh' failed ( 2 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 13939 Build
codebase Build
got_revision 2576e09434d8026aab1769481b7b2fb43aa567c3 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 2576e09434d8026aab1769481b7b2fb43aa567c3 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. Ramiro Polla

Timing:

StartWed Jun 10 01:59:22 2026
EndWed Jun 10 01:59:41 2026
Elapsed18 secs

All Changes:

:

  1. Change #270237

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Wed 10 Jun 2026 01:46:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 692951d1c22faf5a51ca1467aae474e5d0f69193

    Comments

    swscale/tests/sws_ops_aarch64: fix skipping of scaling ops
    Scaling ops were add to ff_sws_enum_op_lists() in 1d841635. But the
    code that skipped scaling ops in convert_to_aarch64_impl() wasn't
    taking into consideration that, in sws_ops_aarch64, the scaling ops
    aren't folded into read ops.
    
    Also updates libswscale/aarch64/ops_entries.c with the new entries.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/aarch64/ops_entries.c
    • libswscale/aarch64/ops_impl_conv.c
    • libswscale/tests/sws_ops_aarch64.c
  2. Change #270238

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Wed 10 Jun 2026 01:46:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ecba7e1d42913cb9d8300957917b9b256413c586

    Comments

    swscale/aarch64/rasm: split conditional and unconditional branch instructions
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/aarch64/rasm.h
    • libswscale/aarch64/rasm_print.c
  3. Change #270239

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Wed 10 Jun 2026 01:46:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 061dc9ab6d3122b61f50d0ec9592e6a2f7a59749

    Comments

    swscale/aarch64/rasm: add blr instruction
    And a64op_lr() helper for LR register.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/aarch64/rasm.h
    • libswscale/aarch64/rasm_print.c
  4. Change #270240

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Wed 10 Jun 2026 01:47:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 19250a184601742ac1b60795f0323692a445c048

    Comments

    swscale/aarch64/ops: use plain `ret` instruction
    Use a call/ret pair instead of awkwardly exporting and then jumping
    back to the return label.
    
    This is similar to c29465bcb6, but for aarch64.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/aarch64/ops.c
    • libswscale/aarch64/ops_asmgen.c
    • libswscale/aarch64/ops_entries.c
    • libswscale/aarch64/ops_impl.c
    • libswscale/aarch64/ops_impl.h
    • libswscale/tests/sws_ops_aarch64.c
  5. Change #270241

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Wed 10 Jun 2026 01:47:11
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2576e09434d8026aab1769481b7b2fb43aa567c3

    Comments

    swscale/aarch64/ops: simplify process function generation
    There was no good reason to have it as an SwsAArch64OpType.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/aarch64/ops.c
    • libswscale/aarch64/ops_asmgen.c
    • libswscale/aarch64/ops_entries.c
    • libswscale/aarch64/ops_impl.c
    • libswscale/aarch64/ops_impl.h
    • libswscale/tests/sws_ops_aarch64.c