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

Builder ffmpegsos-solaris10-sparc Build #13509

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-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 ( 3 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13509 Build
codebase Build
got_revision dba111c34d20dad405e464d9c8ebfb957e985f4e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision dba111c34d20dad405e464d9c8ebfb957e985f4e 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. Romain Beauxis

Timing:

StartMon Jun 1 17:52:40 2026
EndMon Jun 1 17:53:00 2026
Elapsed20 secs

All Changes:

:

  1. Change #269048

    Category ffmpeg
    Changed by Romain Beauxis <romain.beauxisohnoyoudont@gmail.com>
    Changed at Mon 01 Jun 2026 17:40:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 78fff004f021fc9b5a3467317eaab7deb446c955

    Comments

    .forgejo: add support for ephemeral FATE samples via PR attachments
    Developers can attach sample files to a PR and list their target paths
    within the fate-suite in a fate-samples block in the PR description:
    
      ```fate-samples
      vorbis/tos.ogg
      mov/some-new-sample.mov
      ```
    
    A new inject-pr-samples.py script fetches the PR metadata from the
    Forgejo API, resolves each listed path to its matching attachment by
    filename, and downloads the files into the fate-suite directory before
    FATE runs.
    
    The script validates that pr-number is an integer, that paths are
    relative, contain no '..', and are at most 3 components deep (matching
    the deepest paths in the existing fate-suite).  Attachment URLs are
    restricted to the code.ffmpeg.org domain.
    
    The script exports a new_samples=true/false output via $FORGEJO_OUTPUT.
    After FATE completes, a final workflow step fails the run if any new
    sample was injected, reminding contributors to add their samples to the
    official fate-suite before the PR can be merged.
    
    The script can also be used locally:
      SAMPLES=/path/to/fate-suite .forgejo/inject-pr-samples.py <pr-number>

    Changed files

    • .forgejo/inject-pr-samples.py
    • .forgejo/workflows/test.yml
  2. Change #269049

    Category ffmpeg
    Changed by Romain Beauxis <romain.beauxisohnoyoudont@gmail.com>
    Changed at Mon 01 Jun 2026 17:40:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dba111c34d20dad405e464d9c8ebfb957e985f4e

    Comments

    .forgejo: add pull request template with fate-samples section

    Changed files

    • .forgejo/PULL_REQUEST_TEMPLATE.md