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

Builder ffmpegsos-solaris10-sparc Build #12691

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision06d799ce1a5ca4f49ed244e9886bfbcfc32acf89
Got Revision06d799ce1a5ca4f49ed244e9886bfbcfc32acf89
Changes3 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 ( 0 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 12691 Build
codebase Build
got_revision 06d799ce1a5ca4f49ed244e9886bfbcfc32acf89 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 06d799ce1a5ca4f49ed244e9886bfbcfc32acf89 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. Raja Rathour

Timing:

StartMon Jan 12 02:56:14 2026
EndMon Jan 12 02:56:31 2026
Elapsed16 secs

All Changes:

:

  1. Change #254887

    Category ffmpeg
    Changed by Raja Rathour <imraja729ohnoyoudont@gmail.com>
    Changed at Mon 12 Jan 2026 01:53:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 910270b17918068d620770c21a6e743807e6bbaa

    Comments

    avfilter/dnn_backend_torch: add async infrastructure
    Add worker thread, mutex, and condition variable to THModel.
    
    Signed-off-by: Raja Rathour <imraja729@gmail.com>
    Reviewed-by: Wenbin Chen <wenbin.chen@intel.com>
    Reviewed-by: Guo Yejun <yejun.guo@intel.com>

    Changed files

    • libavfilter/dnn/dnn_backend_torch.cpp
  2. Change #254888

    Category ffmpeg
    Changed by Raja Rathour <imraja729ohnoyoudont@gmail.com>
    Changed at Mon 12 Jan 2026 01:53:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5e8ad5c39be1dbdd76ae2b3633323b6b27570cb7

    Comments

    avfilter/dnn_backend_torch: implement async execution logic
    Update execute_model_th to support asynchronous execution by pushing tasks to the pending queue and notifying the worker thread.
    
    Signed-off-by: Raja Rathour <imraja729@gmail.com>
    Reviewed-by: Wenbin Chen <wenbin.chen@intel.com>
    Reviewed-by: Guo Yejun <yejun.guo@intel.com>

    Changed files

    • libavfilter/dnn/dnn_backend_torch.cpp
  3. Change #254889

    Category ffmpeg
    Changed by Raja Rathour <imraja729ohnoyoudont@gmail.com>
    Changed at Mon 12 Jan 2026 01:53:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 06d799ce1a5ca4f49ed244e9886bfbcfc32acf89

    Comments

    avfilter/dnn_backend_torch: handle lifecycle of worker thread
    Initialize async resources in dnn_load_model_th and ensure proper cleanup and thread joining in dnn_free_model_th.
    
    Signed-off-by: Raja Rathour <imraja729@gmail.com>
    Reviewed-by: Wenbin Chen <wenbin.chen@intel.com>
    Reviewed-by: Guo Yejun <yejun.guo@intel.com>

    Changed files

    • libavfilter/dnn/dnn_backend_torch.cpp