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

Builder ffmpegsos-solaris10-sparc Build #13397

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiond812c8b0eb3f689552ec3df372f71c05d6fd3a1e
Got Revisiond812c8b0eb3f689552ec3df372f71c05d6fd3a1e
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 47 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 mins, 34 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 1 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 13397 Build
codebase Build
got_revision d812c8b0eb3f689552ec3df372f71c05d6fd3a1e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d812c8b0eb3f689552ec3df372f71c05d6fd3a1e 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:

StartFri May 15 16:22:33 2026
EndFri May 15 16:25:05 2026
Elapsed2 mins, 32 secs

All Changes:

:

  1. Change #267247

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Fri 15 May 2026 16:12:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 24d432e2272855dda5e84038b0b6457550738dda

    Comments

    swscale/tests/swscale: improve help text for -p option

    Changed files

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

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Fri 15 May 2026 16:12:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1cc9b15baba85079a7e88443b985c7da0e84aeae

    Comments

    swscale/tests/swscale: fix -p option when -flags and/or -unscaled are used
    The -p, -flags, and -unscaled options all affected the decision to
    select a subsample of the tests to run. When specifying -p 0.1, about
    57% of the tests would run instead of the expect 10%.
    
    This commit fixes this by separating -p from -flags and -unscaled.

    Changed files

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

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Fri 15 May 2026 16:12:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d812c8b0eb3f689552ec3df372f71c05d6fd3a1e

    Comments

    swscale/tests/swscale: log test parameters on loss error
    When running with "-v 0", the test parameters were not being printed,
    which made it hard to track down which conversion the error referred
    to.
    
    Now the test parameters are logged with av_log() when a loss error
    happens.

    Changed files

    • libswscale/tests/swscale.c