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

Builder ffmpeg-solaris10-i386 Build #13764

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:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-solaris10-i386' 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 ( 9 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.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/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 13764 Build
codebase Build
got_revision d812c8b0eb3f689552ec3df372f71c05d6fd3a1e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d812c8b0eb3f689552ec3df372f71c05d6fd3a1e 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:

StartFri May 15 16:22:37 2026
EndFri May 15 16:22:55 2026
Elapsed17 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