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

Builder ffmpegsos-solaris10-sparc Build #13541

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 2 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13541 Build
codebase Build
got_revision a16e674f7f01142bc8c7ee57169265e67f4e7cbd Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a16e674f7f01142bc8c7ee57169265e67f4e7cbd Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Ramiro Polla

Timing:

StartThu Jun 4 23:12:46 2026
EndThu Jun 4 23:13:05 2026
Elapsed19 secs

All Changes:

:

  1. Change #269520

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Thu 04 Jun 2026 22:54:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cc0d904795d659413d0d450061204b3edffefc24

    Comments

    Revert "swscale/tests/swscale: check if formats require the legacy path with -hw"
    This reverts commit ac611d31209bf351bc510ba7cbb9a238649fdcff.

    Changed files

    • libswscale/tests/swscale.c
  2. Change #269521

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Thu 04 Jun 2026 22:54:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2e5083175524ae69f9e19eaff5caa0c14353c6a5

    Comments

    swscale/tests/swscale: propagate ret out of parse_options()
    This will make it easier to keep function-scoped variables.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/tests/swscale.c
  3. Change #269522

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Thu 04 Jun 2026 22:54:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b9968758ab5c7f62e5644b97731ca9f949bce5a8

    Comments

    swscale/tests/swscale: add optional destination size to -s option
    This lets us test specific scaling operations, for example:
    $ ./libswscale/tests/swscale -s 96x96:128x128 -src yuva444p -dst rgb24 -flags unstable+neighbor
    yuva444p 96x96 -> rgb24 128x128, flags=0x100010 dither=1, SSIM={Y=0.999932 U=0.999957 V=0.999937 A=1.000000} loss=6.514788e-05
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/tests/swscale.c
  4. Change #269523

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Thu 04 Jun 2026 22:54:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c458346de28fa49b5d9d27f562ecc61d715aa89b

    Comments

    swscale/tests/swscale: reuse init_frame() for src
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/tests/swscale.c
  5. Change #269524

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Thu 04 Jun 2026 22:55:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a16e674f7f01142bc8c7ee57169265e67f4e7cbd

    Comments

    swscale/tests/swscale: add -api parameter (supersedes -legacy parameter)
    The "-legacy 1" option was added in 101a2f6fc60 to run the main
    conversion with the legacy scaler. This was done by forcing the use of
    the legacy API. This way, it was possible to pass "-flags unstable" and
    still ensure the legacy scaler path was being taken.
    
    New legacy-related parameters will be added to the test tool, so it
    makes sense to rename the -legacy option to reflect what it was
    actually doing.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/tests/swscale.c