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

Builder ffmpeg-solaris10-sparc Build #12195

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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 ( 8 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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12195 Build
codebase Build
got_revision 32153fac8468b4e49ba870c4155fcff63022e302 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 32153fac8468b4e49ba870c4155fcff63022e302 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. Marton Balint

Timing:

StartSat Jun 21 20:53:26 2025
EndSat Jun 21 20:53:47 2025
Elapsed21 secs

All Changes:

:

  1. Change #237276

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sat 21 Jun 2025 20:24:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 606efaa2cfb2dba5c6b1296d99413a6982939977

    Comments

    fftools/ffmpeg_filter: simplify control flow in read_frames
    No functional change.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • fftools/ffmpeg_filter.c
  2. Change #237277

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sat 21 Jun 2025 20:24:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 28a7b9c86355258e1f92ed98ec7a4d177d6506b4

    Comments

    avfilter/split: consume all frames before forwarding inlink status
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavfilter/split.c
  3. Change #237278

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sat 21 Jun 2025 20:24:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ffcdd2cdc1cf0e8eb1516b070600f465f1ab0934

    Comments

    avfilter/af_aresample: merge request_frame into activate function
    No functional change.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavfilter/af_aresample.c
  4. Change #237279

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sat 21 Jun 2025 20:24:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a21429e134d4fa965e8a35c2cf1156bee3284dbd

    Comments

    avfilter/af_aresample: make aresample return FFERROR_NOT_READY when no progress can be made
    FF_FILTER_FORWARD_WANTED() already sets the ready status as needed.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavfilter/af_aresample.c
  5. Change #237280

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sat 21 Jun 2025 20:24:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 32153fac8468b4e49ba870c4155fcff63022e302

    Comments

    avfilter/af_aresample: rework activate logic to follow the advised flow more strictly
    This should prevent the possibility of audio data accumulating.
    
    The commit also cleans up and simplifies the code a bit so all frame producers
    (filter_frame(), flush_frame()) functions follow similar logic as
    ff_inlink_consume_frame() for the return code.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavfilter/af_aresample.c