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

Builder ffmpeg-solaris10-sparc Build #13974

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision49e73395b7a0457c3a4c9d7100f4d3e25a2ace07
Got Revision49e73395b7a0457c3a4c9d7100f4d3e25a2ace07
Changes2 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-solaris10-sparc' 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 ( 7 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 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 13974 Build
codebase Build
got_revision 49e73395b7a0457c3a4c9d7100f4d3e25a2ace07 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 49e73395b7a0457c3a4c9d7100f4d3e25a2ace07 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. Ramiro Polla

Timing:

StartWed Jun 24 15:24:20 2026
EndWed Jun 24 15:24:38 2026
Elapsed17 secs

All Changes:

:

  1. Change #272508

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Wed 24 Jun 2026 15:14:35
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fde02c904c64f14c6fd4b0cbfe862318d799da3c

    Comments

    swscale/ops: remove friendly linear mask names
    These names are not really useful and the uops list already shows the
    shape of the mask.

    Changed files

    • libswscale/ops.c
    • libswscale/ops.h
    • tests/ref/fate/sws-ops-list
  2. Change #272509

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Wed 24 Jun 2026 15:14:35
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 49e73395b7a0457c3a4c9d7100f4d3e25a2ace07

    Comments

    swscale/uops: move SWS_MASK* from ops.h to uops.h
    These helpers are also needed for uops.

    Changed files

    • libswscale/ops.h
    • libswscale/uops.h