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

Builder ffmpeg64-solaris10-i386 Build #14008

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionf523577512eace3c0ef9b097f444e30e5f0ac1fb
Got Revisionf523577512eace3c0ef9b097f444e30e5f0ac1fb
Changes10 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-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 ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.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/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 14008 Build
codebase Build
got_revision f523577512eace3c0ef9b097f444e30e5f0ac1fb Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision f523577512eace3c0ef9b097f444e30e5f0ac1fb Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Ramiro Polla

Timing:

StartFri Jun 19 16:39:42 2026
EndFri Jun 19 16:39:57 2026
Elapsed14 secs

All Changes:

:

  1. Change #271816

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Fri 19 Jun 2026 16:31:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b532f4a6ce1cc6872c3a92a10015647a4ecfd56a

    Comments

    swscale/tests/sws_ops_aarch64: remove on-stack copy of const data
    It doesn't get modified, so there's no need to create a copy.

    Changed files

    • libswscale/tests/sws_ops_aarch64.c
  2. Change #271817

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Fri 19 Jun 2026 16:32:02
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 59cba3147f74581c93cdb69d8aa9c9a83143859d

    Comments

    swscale/uops: rename SwsOpTable/SwsOpEntry to SwsUOpTable/SwsUOpEntry
    These structs are only used through ff_sws_uop_lookup() and are not part
    of the SwsOp dispatch path, so rename them to reflect their actual scope.

    Changed files

    • libswscale/ops_chain.c
    • libswscale/ops_chain.h
    • libswscale/uops_backend.c
    • libswscale/uops_tmpl.h
    • libswscale/x86/ops.c
  3. Change #271818

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Fri 19 Jun 2026 16:32:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 176493e4c4475e7358d3f486160da92857b48d34

    Comments

    swscale/ops: pass SwsLinearOp by pointer instead of value in ff_sws_linear_mask()

    Changed files

    • libswscale/format.c
    • libswscale/ops.c
    • libswscale/ops.h
    • libswscale/ops_optimizer.c
    • tests/checkasm/sw_ops.c
  4. Change #271819

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Fri 19 Jun 2026 16:32:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7599173512384cc27b3049b99241a173fcc57a4b

    Comments

    swscale/ops: pass SwsComps by pointer instead of value in extract_{constant_rows,scalar,swizzle}()

    Changed files

    • libswscale/ops_optimizer.c
  5. Change #271820

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Fri 19 Jun 2026 16:32:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a9cd93c91797b64b87c68d228019189755894fe7

    Comments

    swscale/ops: pass SwsSwizzleOp by pointer instead of value in ff_sws_comp_mask_swizzle()

    Changed files

    • libswscale/ops.c
    • libswscale/ops.h
    • libswscale/ops_optimizer.c
  6. Change #271821

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Fri 19 Jun 2026 16:32:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 12750ed51202484649809a2c5a2d00d82315a597

    Comments

    swscale/lut3d: pass SwsFormat by pointer instead of value in ff_sws_lut3d_pick_pixfmt()

    Changed files

    • libswscale/graph.c
    • libswscale/lut3d.c
    • libswscale/lut3d.h
  7. Change #271822

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Fri 19 Jun 2026 16:32:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6f52c88f45b468f8cafe98160d70ccf09be9a55d

    Comments

    swscale/graph: pass SwsFormat by pointer instead of value in adapt_colors()

    Changed files

    • libswscale/graph.c
  8. Change #271823

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Fri 19 Jun 2026 16:32:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d90645c4db660f4095624cc029b1c94948624878

    Comments

    swscale/cms: pass SwsColor by pointer instead of value in gamut_from_colorspace()

    Changed files

    • libswscale/cms.c
  9. Change #271824

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Fri 19 Jun 2026 16:32:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c00b5be5de33a7074cade850c8e51beba3393143

    Comments

    swscale/format: modify SwsSwizzleOp in-place in swizzle_inv()

    Changed files

    • libswscale/format.c
  10. Change #271825

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Fri 19 Jun 2026 16:33:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f523577512eace3c0ef9b097f444e30e5f0ac1fb

    Comments

    swscale/aarch64: convert generation of ops_entries.c to a fate test
    This serves two purposes:
    - there is a test to check that the file is always up-to-date
    - it can easily be regenerated using fate's own infrastructure

    Changed files

    • libswscale/Makefile
    • libswscale/aarch64/ops_asmgen.c
    • libswscale/aarch64/ops_entries.c
    • libswscale/tests/sws_ops_aarch64.c
    • tests/fate/libswscale.mak