Got it

Error In Running Face Detection Sample

Latest reply: Dec 10, 2020 09:06:39 649 12 0 0 0

I'm running face detection sample from https://gitee.com/ascend/samples/tree/master/facedetection/for_atlas200dk_1.7x.0.0_c++/facedetection.


But I get the error:

./workspace_mind_studio_facedetection: error while loading shared libraries: libascendcl.so: cannot open shared object file: No such file or directory

[ERROR] Failed to execute workspace_mind_studio_facedetection on the remote host. Please go to remote host for logging details(log files under /var/log/npu/slog on your core host side.)


I've connected RasperryPi to Atlas but seem like could not open the channel..


How to solve this problem?



error cam


Hello, wen97.
It's nice to meet you in the community.
We're working on getting the right answer for you. Please rest assured that we'll be back with an answer shortly.

View more
  • x
  • convention:

1.log in to the device by executing the following command:

SSH HwHiAiUser@192.168.1.2

1

2. Enter

ps-ef | grep ada

, and two process information will be displayed.

2

3.Kill the first displayed process with the kill command, that is, the process of /var/ada. For example, execute the following command:

kill -9 1987

3

4.As can be seen from the figure above, the path of Ada command is /var. We enter into /var directory and execute the command

 ./ada &

to restart Ada service, as shown in the figure below:

4


View more
  • x
  • convention:

Another solution:

Add the dynamic link library path to the ldconfig file, so that the program will search the dynamic library under this path automatically when it runs, and the program will not report errors when it runs. The specific operation is as follows:

Search the path of Libascendcl.so:

su root
find / -name libascendcl.so

1

cd /etc/ld.so.conf.d

2

vim mind_so.conf

Add the dynamic link library path to this file:

3

When the addition is complete, execute 

ldconfig

4

Run the program through Mind Studio again.

View more
  • x
  • convention:

wen97
wen97 Created Dec 9, 2020 08:38:40 (0) (0)
Thank you. I've add it in mind_so.conf, but still get the error...  

error



View more
  • x
  • convention:

I've killed ada process, but get back the error as running inside Atlas..



View more
  • x
  • convention:

error


View more
  • x
  • convention:

setup

I connect to Camera0..


View more
  • x
  • convention:

Please send me the error log
View more
  • x
  • convention:

[EVENT] HDC(1855,hdcd):2020-12-09-09:10:32.098.650 [hardware/dev_plat/devhdc/hdc_file/hdcd.c:185][main:185] >>> [185] hdcd start
[EVENT] HDC(1858,hdcd):2020-12-09-09:10:32.100.191 [hardware/dev_plat/devhdc/hdc_file/hdcd.c:87][start_file_daemon:87] >>> [87] file daemon 0 start
[EVENT] DRV(1871,aicpufw_monitor):2020-12-09-09:10:32.432.495 [hardware/npu_inc/../dev_core/devdrv/devdrv_fd.c:106][devdrv] [drvDeviceOpen 106] /dev/davinci0 open successfully.
[EVENT] IDEDH(1985,ada):2020-12-09-09:10:32.500.417 [toolchain/ide/ide-daemon/IDE-daemon-host/../hdc-common/ide_common_util.cpp:743][tid:1985]>>> <START FORK> fork child process success
[EVENT] PROFILING(1985,ada):2020-12-09-09:10:32.661.144 [toolchain/profiler/collector/dvvp/host/src/prof_host_core.cpp:98] >>> (tid:281470669509968) Begin to init profiling
[EVENT] KERNEL(1801,sklogd):2020-12-09-09:10:32.665.111 [toolchain/log/slog/sklog/device/../src/klogd.c:246][12.014429] [drv_prof] [prof_drv_open 1874] <MSVP_ChanPoll:1985,1987> open successfully: count = 1.
[EVENT] PROFILING(1985,ada):2020-12-09-09:10:32.676.008 [toolchain/profiler/collector/dvvp/host/src/prof_host_core.cpp:109] >>> (tid:281470669509968) End to init profiling, ret:0
[ERROR] KERNEL(1801,sklogd):2020-12-09-09:10:34.497.969 [toolchain/log/slog/sklog/device/../src/klogd.c:240][13.850105] [typec] [typec_wake_lock 68] usb typec wake lock
[ERROR] KERNEL(1801,sklogd):2020-12-09-09:10:34.500.807 [toolchain/log/slog/sklog/device/../src/klogd.c:240][13.852952] [typec] [typec_wake_unlock 79] usb typec wake unlock
[EVENT] DRV(1871,aicpufw_monitor):2020-12-09-09:11:22.431.891 [hardware/npu_inc/../dev_core/devdrv/devdrv_time_device.c:152][devdrv] [devdrv_new_start_print_device 152] /-------------------new start device-------------------/
[EVENT] KERNEL(1801,sklogd):2020-12-10-10:33:14.079.269 [toolchain/log/slog/sklog/device/../src/klogd.c:246][133.449006] [drv_prof] [prof_drv_release 1892] <adx_record_dump:1985,1992> release end: count = 0.
[EVENT] IDEDH(2150,ada):2020-12-10-10:33:53.937.044 [toolchain/ide/ide-daemon/IDE-daemon-host/../hdc-common/ide_common_util.cpp:743][tid:2150]>>> <START FORK> fork child process success
[EVENT] PROFILING(2150,ada):2020-12-10-10:33:54.057.228 [toolchain/profiler/collector/dvvp/host/src/prof_host_core.cpp:98] >>> (tid:281470669509968) Begin to init profiling
[EVENT] KERNEL(1801,sklogd):2020-12-10-10:33:54.059.281 [toolchain/log/slog/sklog/device/../src/klogd.c:246][173.432261] [drv_prof] [prof_drv_open 1874] <MSVP_ChanPoll:2150,2152> open successfully: count = 1.
[EVENT] PROFILING(2150,ada):2020-12-10-10:33:54.063.131 [toolchain/profiler/collector/dvvp/host/src/prof_host_core.cpp:109] >>> (tid:281470669509968) End to init profiling, ret:0
[ERROR] APP(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:09.176.076 [acl/common/log_inner.cpp:66]2255 Connect:src/ascenddk/presenter/agent/util/socket_utils.cpp:161: "select() timeout"
[ERROR] APP(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:09.176.147 [acl/common/log_inner.cpp:66]2255 CreateSocket:src/ascenddk/presenter/agent/net/socket_factory.cpp:99: "Failed to connect to server: 192.168.1.223:7006"
[ERROR] APP(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:09.176.238 [acl/common/log_inner.cpp:66]2255 Open:src/ascenddk/presenter/agent/channel/default_channel.cpp:135: "Failed to create socket, 2"
[ERROR] APP(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:09.176.287 [acl/common/log_inner.cpp:66]2255 OpenChannel:src/ascenddk/presenter/agent/presenter/presenter_channel.cpp:108: "OpenChannel Failed, channel = PresenterChannelImpl: {server: 192.168.1.223:7006, channel: video, content_type: 1}, error_code = 2"
[EVENT] DRV(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:09.604.597 [hardware/npu_inc/../dev_core/devdrv/devdrv_fd.c:106][devdrv] [drvDeviceOpen 106] /dev/davinci0 open successfully.
[EVENT] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:09.676.084 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:543]2255 Init:[GEPERFTRACE] The time cost of GraphLoader::TransAllVarData is [2716] micro second.
[EVENT] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:09.680.334 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:553]2255 Init:[GEPERFTRACE] The time cost of GraphLoader::InitModelMem is [3927] micro second.
[EVENT] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:09.686.267 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:767]2255 InitNodes:[GEPERFTRACE] The time cost of GraphLoader::LoadTBEKernelBinToOpDesc. is [412] micro second, call num is 194
[EVENT] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:09.686.327 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:768]2255 InitNodes:[GEPERFTRACE] The time cost of GraphLoader::InitTbeHandle. is [4159] micro second, call num is 192
[EVENT] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:09.717.244 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:581]2255 Init:[GEPERFTRACE] The time cost of GraphLoader::DoTaskSink is [30797] micro second.
[ERROR] APP(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:09.983.864 [acl/common/log_inner.cpp:66]2255 PresentImage:src/ascenddk/presenter/agent/presenter/presenter_channel.cpp:150: "channel is NULL"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.009.745 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_MALLOC_FREE applyTotal = 5 applySucc = 5 releaseTotal = 3 releaseSucc = 3"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.009.830 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_MALLOC_FREE_HOST applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.009.868 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_CONTEXT applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.009.907 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_SET_RESET_DEVICE applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.009.945 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_EVENT applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.009.982 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_STREAM applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.019 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_DVPP_MALLOC_FREE applyTotal = 3 applySucc = 3 releaseTotal = 2 releaseSucc = 2"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.057 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_RECORD_RESET_EVENT applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.095 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DATA_BUFFER applyTotal = 3 applySucc = 3 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.132 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_TENSOR_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.169 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DESC applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.205 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DATASET applyTotal = 2 applySucc = 2 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.242 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_LOAD_UNLOAD_MODEL applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.279 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_AIPP applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.317 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_ATTR applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.354 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_HANDLE applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.391 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_CHANNEL_DESC applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.428 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_PIC_DESC applyTotal = 3 applySucc = 3 releaseTotal = 3 releaseSucc = 3"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.465 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_ROI_CONFIG applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.502 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_RESIZE_CONFIG applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.540 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_JPEGE_CONFIG applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.010.947 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VDEC_CHANNEL_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.014 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VENC_CHANNEL_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.057 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_STREAM_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.096 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VDEC_FRAME_CONFIG applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.134 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VENC_FRAME_CONFIG applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.172 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_CHANNEL applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.210 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VDEC_CHANNEL applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.248 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VENC_CHANNEL applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.285 [acl/toolchain/resource_statistics.cpp:100]2255 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_BATCH_PIC_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.339 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.378 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee5734000
[ERROR] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.633 [acl/runtime/memory.cpp:67]2255 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.693 [runtime/feature/src/api_impl.cc:326]2255 StreamCreate:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.730 [runtime/feature/src/logger.cc:192]2255 StreamCreate:ret=3, invalid handle
[ERROR] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.766 [acl/single_op/dvpp/base/image_processor.cpp:145]2255 acldvppDestroyChannel:acl/single_op/dvpp/base/image_processor.cpp:145: "create stream failed, result = 3"
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.820 [runtime/feature/src/api_impl.cc:700]2255 DevDvppFree:ctx is NULL!
[ERROR] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.858 [acl/types/dvpp.cpp:67]2255 acldvppFree:acl/types/dvpp.cpp:67: "free device memory for dvpp failed, result = 3"
[ERROR] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.896 [acl/single_op/dvpp/common/dvpp_util.cpp:141]2255 FreeDvppDeviceBuffer:acl/single_op/dvpp/common/dvpp_util.cpp:141: "free dvpp device mem(4G) failed, result = 500000"
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.937 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.011.973 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee5735000
[ERROR] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.009 [acl/runtime/memory.cpp:67]2255 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.045 [acl/single_op/dvpp/common/dvpp_util.cpp:152]2255 FreeDeviceAddr:acl/single_op/dvpp/common/dvpp_util.cpp:152: "free device mem failed, result = 200005"
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.085 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.119 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee576c000
[ERROR] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.154 [acl/runtime/memory.cpp:67]2255 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.191 [acl/single_op/dvpp/common/dvpp_util.cpp:152]2255 FreeDeviceAddr:acl/single_op/dvpp/common/dvpp_util.cpp:152: "free device mem failed, result = 200005"
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.283 [runtime/feature/src/api_impl.cc:1484]2255 ModelUnbindStream:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.322 [runtime/feature/src/logger.cc:650]2255 ModelUnbindStream:ret=3, invalid handle
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.364 [runtime/feature/src/api_impl.cc:416]2255 StreamDestroy:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.399 [runtime/feature/src/logger.cc:210]2255 StreamDestroy:ret=3, invalid handle
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.581 [runtime/feature/src/api_impl.cc:416]2255 StreamDestroy:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.620 [runtime/feature/src/logger.cc:210]2255 StreamDestroy:ret=3, invalid handle
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.682 [runtime/feature/src/api_impl.cc:1461]2255 ModelDestroy:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.720 [runtime/feature/src/logger.cc:622]2255 ModelDestroy:ret=3, invalid handle
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.761 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:202]2255 ~DavinciModel: ErrorNo: -1(failed) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.805 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.839 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea81c000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.879 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.922 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.957 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b8000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.012.994 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.032 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.072 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.106 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea81b000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.142 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.181 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.216 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b8200
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.252 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.290 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.329 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.364 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea81a000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.401 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.440 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.474 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b8400
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.510 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.549 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.588 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.622 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea819000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.658 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.698 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.732 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b8600
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.768 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.805 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.844 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.879 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea818000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.914 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.953 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.013.986 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b8800
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.023 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.061 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.099 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.133 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea817000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.169 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.208 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.243 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b8a00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.278 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.316 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.354 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.388 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea816000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.425 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.463 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.497 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b8c00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.533 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.595 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.639 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.675 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea815000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.712 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.751 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.786 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b8e00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.821 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.859 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.896 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.932 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea814000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.014.968 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.108 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.146 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b9000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.183 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.221 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.260 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.295 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea813000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.332 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.371 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.406 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b9200
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.443 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.480 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.518 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.553 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea812000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.589 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.628 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.663 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b9400
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.699 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.736 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.774 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.809 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea811000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.845 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.884 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.919 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b9600
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.956 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.015.993 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.031 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.066 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea810000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.102 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.141 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.175 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b9800
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.212 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.248 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.287 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.322 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea80f000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.358 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.397 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.431 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b9a00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.467 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.505 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.542 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.576 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea80e000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.612 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.651 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.684 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b9c00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.720 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.757 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.795 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.830 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea80d000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.866 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.905 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.939 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000b9e00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.016.974 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.011 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.050 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.085 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea80c000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.121 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.159 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.193 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000ba000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.229 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.267 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.306 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.341 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea80b000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.379 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.419 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.454 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000ba200
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.490 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.527 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.565 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.599 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea80a000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.635 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.675 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.710 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000ba400
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.746 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.783 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.821 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.856 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea809000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.892 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.942 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.017.977 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000ba600
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.013 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.050 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.088 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.122 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea808000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.159 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.197 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.231 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000ba800
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.266 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.303 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.340 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.375 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea807000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.410 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.448 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.483 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000baa00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.520 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.557 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.669 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.707 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea806000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.744 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.783 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.818 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bac00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.855 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.892 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.931 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.018.965 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea805000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.001 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.040 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.075 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bae00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.110 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.148 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.187 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.221 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea804000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.257 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.295 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.329 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bb000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.365 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.402 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.440 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.474 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea803000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.510 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.550 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.584 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bb200
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.621 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.658 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.695 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.730 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea802000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.765 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.804 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.838 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bb400
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.874 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.911 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.949 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.019.983 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea801000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.018 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.057 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.091 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bb600
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.127 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.164 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.202 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.237 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffeea800000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.272 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.311 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.345 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bb800
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.381 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.419 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.457 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.493 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee806c000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.529 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.568 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.603 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bba00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.638 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.676 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.713 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.748 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee806b000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.783 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.822 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.856 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bbc00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.892 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.928 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.020.966 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.001 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee806a000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.038 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.077 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.111 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bbe00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.147 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.184 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.222 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.256 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8069000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.292 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.331 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.365 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bc000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.401 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.439 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.477 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.512 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8068000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.548 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.587 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.622 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bc200
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.657 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.695 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.733 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.768 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8067000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.804 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.841 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.876 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bc400
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.912 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.949 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.021.987 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.021 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8066000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.058 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.098 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.132 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bc600
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.168 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.205 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.243 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.278 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8065000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.312 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.350 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.386 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bc800
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.422 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.459 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.498 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.533 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8064000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.592 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.637 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.673 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bca00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.711 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.749 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.787 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.822 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8063000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.858 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.899 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.933 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bcc00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.022.969 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.007 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.045 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.079 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8062000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.116 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.156 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.191 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bce00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.228 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.265 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.304 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.338 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8061000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.374 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.414 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.448 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bd000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.484 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.522 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.560 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.594 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8060000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.630 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.670 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.704 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bd200
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.739 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.777 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.816 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.850 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee805f000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.886 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.925 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.959 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bd400
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.023.995 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.032 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.070 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.105 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee805e000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.142 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.181 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.215 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bd600
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.251 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.289 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.328 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.362 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee805d000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.398 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.438 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.472 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bd800
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.508 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.545 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.583 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.617 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee805c000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.653 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.693 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.727 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bda00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.762 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.800 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.838 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.873 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee805b000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.909 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.957 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.024.994 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bdc00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.030 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.068 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.106 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.140 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee805a000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.176 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.216 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.251 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bde00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.288 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.325 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.364 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.399 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8059000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.435 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.474 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.509 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000be000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.546 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.582 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.620 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.655 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8058000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.692 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.731 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.765 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000be200
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.801 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.838 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.877 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.911 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8057000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.947 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.025.987 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.022 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000be400
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.058 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.097 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.135 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.170 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8056000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.206 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.245 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.280 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000be600
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.315 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.354 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.392 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.426 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8055000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.462 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.500 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.535 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000be800
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.615 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.662 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.702 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.737 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8054000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.774 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.813 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.848 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bea00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.884 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.920 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.959 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.026.993 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8053000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.029 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.068 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.101 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bec00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.137 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.174 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.212 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.247 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8052000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.282 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.321 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.355 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bee00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.391 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.429 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.467 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.501 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8051000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.537 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.578 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.612 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bf000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.648 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.685 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.731 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.767 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8050000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.804 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.843 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.877 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bf200
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.914 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.950 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.027.988 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.023 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee804f000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.058 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.097 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.131 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bf400
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.167 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.204 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.241 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.276 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee804e000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.311 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.350 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.384 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bf600
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.420 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.457 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.496 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.531 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee804d000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.567 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.605 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.640 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bf800
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.675 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.712 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.751 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.785 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee804c000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.821 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.859 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.898 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bfa00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.936 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.028.974 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.012 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.046 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee804b000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.082 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.121 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.155 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bfc00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.191 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.229 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.266 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.300 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee804a000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.336 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.374 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.408 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000bfe00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.444 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.481 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.519 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.555 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8049000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.590 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.629 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.663 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c0000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.699 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.737 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.775 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.809 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8048000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.844 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.882 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.916 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c0200
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.953 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.029.989 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.028 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.067 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8047000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.104 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.144 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.178 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c0400
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.214 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.251 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.290 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.325 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8046000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.360 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.399 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.434 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c0600
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.469 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.506 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.545 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.607 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8045000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.648 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.689 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.723 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c0800
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.759 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.796 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.835 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.869 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8044000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.905 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.944 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.030.979 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c0a00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.015 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.052 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.089 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.123 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8043000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.159 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.198 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.232 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c0c00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.272 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.312 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.351 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.385 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8042000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.421 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.460 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.495 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c0e00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.530 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.568 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.606 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.641 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8041000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.676 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.716 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.751 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c1000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.786 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.824 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.871 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.908 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8040000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.946 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.031.985 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.019 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c1200
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.056 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.094 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.132 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.166 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee803f000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.201 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.241 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.275 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c1400
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.311 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.348 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.386 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.421 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee803e000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.461 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.502 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.537 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c1600
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.572 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.609 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.646 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.681 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee803d000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.717 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.756 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.791 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c1800
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.827 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.864 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.902 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.937 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee803c000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.032.974 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.012 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.046 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c1a00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.082 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.119 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.158 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.192 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee803b000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.229 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.267 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.301 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c1c00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.338 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.375 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.413 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.447 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee803a000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.484 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.523 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.557 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c1e00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.593 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.634 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.674 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.709 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8039000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.745 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.784 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.819 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c2000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.854 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.891 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.929 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.963 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8038000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.033.999 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.037 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.071 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c2200
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.107 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.144 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.181 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.216 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8037000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.252 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.290 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.325 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c2400
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.361 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.398 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.436 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.471 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8036000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.507 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.545 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.654 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c2600
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.698 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.737 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.776 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.811 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8035000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.847 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.887 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.922 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c2800
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.958 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.034.995 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.033 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.068 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8034000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.104 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.142 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.177 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c2a00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.213 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.250 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.289 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.324 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8033000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.360 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.399 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.433 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c2c00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.469 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.507 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.545 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.580 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8032000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.616 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.655 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.689 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c2e00
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.724 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.762 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.799 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.835 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee8031000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.871 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2255 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.910 [runtime/feature/src/api_impl.cc:750]2255 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.944 [runtime/feature/src/logger.cc:360]2255 ManagedMemFree:ret=3, invalid handle, mem=0x4000000c3000
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.035.980 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2255 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.036.016 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2255 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.047.935 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.047.985 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0x400000400000
[ERROR] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.048.024 [acl/runtime/memory.cpp:67]2255 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.048.067 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.048.102 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0x400000e00000
[ERROR] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.048.138 [acl/runtime/memory.cpp:67]2255 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.048.186 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.048.222 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee576f000
[ERROR] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.048.257 [acl/runtime/memory.cpp:67]2255 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.048.298 [runtime/feature/src/api_impl.cc:674]2255 DevFree:ctx is NULL!
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.048.333 [runtime/feature/src/logger.cc:326]2255 DevFree:ret=3, invalid handle, mem=0xfffee576e000
[ERROR] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.048.374 [acl/runtime/memory.cpp:67]2255 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.050.324 [runtime/feature/src/api_impl.cc:700]2255 DevDvppFree:ctx is NULL!
[ERROR] ASCENDCL(2255,workspace_mind_studio_facedetection):2020-12-10-10:34:10.050.377 [acl/types/dvpp.cpp:67]2255 acldvppFree:acl/types/dvpp.cpp:67: "free device memory for dvpp failed, result = 3"
[ERROR] APP(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:30.981.348 [acl/common/log_inner.cpp:66]2393 Connect:src/ascenddk/presenter/agent/util/socket_utils.cpp:161: "select() timeout"
[ERROR] APP(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:30.981.481 [acl/common/log_inner.cpp:66]2393 CreateSocket:src/ascenddk/presenter/agent/net/socket_factory.cpp:99: "Failed to connect to server: 192.168.1.223:7006"
[ERROR] APP(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:30.981.608 [acl/common/log_inner.cpp:66]2393 Open:src/ascenddk/presenter/agent/channel/default_channel.cpp:135: "Failed to create socket, 2"
[ERROR] APP(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:30.981.694 [acl/common/log_inner.cpp:66]2393 OpenChannel:src/ascenddk/presenter/agent/presenter/presenter_channel.cpp:108: "OpenChannel Failed, channel = PresenterChannelImpl: {server: 192.168.1.223:7006, channel: video, content_type: 1}, error_code = 2"
[EVENT] DRV(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.236.925 [hardware/npu_inc/../dev_core/devdrv/devdrv_fd.c:106][devdrv] [drvDeviceOpen 106] /dev/davinci0 open successfully.
[EVENT] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.303.400 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:543]2393 Init:[GEPERFTRACE] The time cost of GraphLoader::TransAllVarData is [2577] micro second.
[EVENT] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.307.673 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:553]2393 Init:[GEPERFTRACE] The time cost of GraphLoader::InitModelMem is [3891] micro second.
[EVENT] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.313.475 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:767]2393 InitNodes:[GEPERFTRACE] The time cost of GraphLoader::LoadTBEKernelBinToOpDesc. is [418] micro second, call num is 194
[EVENT] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.313.586 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:768]2393 InitNodes:[GEPERFTRACE] The time cost of GraphLoader::InitTbeHandle. is [4031] micro second, call num is 192
[EVENT] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.344.615 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:581]2393 Init:[GEPERFTRACE] The time cost of GraphLoader::DoTaskSink is [30880] micro second.
[ERROR] APP(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.527.357 [acl/common/log_inner.cpp:66]2393 PresentImage:src/ascenddk/presenter/agent/presenter/presenter_channel.cpp:150: "channel is NULL"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.558.125 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_MALLOC_FREE applyTotal = 5 applySucc = 5 releaseTotal = 3 releaseSucc = 3"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.558.313 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_MALLOC_FREE_HOST applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.558.391 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_CONTEXT applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.558.462 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_SET_RESET_DEVICE applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.558.533 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_EVENT applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.558.603 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_STREAM applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.558.674 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_DVPP_MALLOC_FREE applyTotal = 3 applySucc = 3 releaseTotal = 2 releaseSucc = 2"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.558.743 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_RECORD_RESET_EVENT applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.558.814 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DATA_BUFFER applyTotal = 3 applySucc = 3 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.558.885 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_TENSOR_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.558.955 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DESC applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.559.026 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DATASET applyTotal = 2 applySucc = 2 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.559.096 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_LOAD_UNLOAD_MODEL applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.559.236 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_AIPP applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.559.313 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_ATTR applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.559.411 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_HANDLE applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.559.485 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_CHANNEL_DESC applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.559.557 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_PIC_DESC applyTotal = 3 applySucc = 3 releaseTotal = 3 releaseSucc = 3"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.559.628 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_ROI_CONFIG applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.559.698 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_RESIZE_CONFIG applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.559.769 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_JPEGE_CONFIG applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.559.839 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VDEC_CHANNEL_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.559.910 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VENC_CHANNEL_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.559.981 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_STREAM_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.560.051 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VDEC_FRAME_CONFIG applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.560.123 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VENC_FRAME_CONFIG applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.560.194 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_CHANNEL applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.560.267 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VDEC_CHANNEL applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.560.339 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VENC_CHANNEL applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.560.410 [acl/toolchain/resource_statistics.cpp:100]2393 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_BATCH_PIC_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.560.520 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.560.593 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee5734000
[ERROR] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.560.662 [acl/runtime/memory.cpp:67]2393 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.560.749 [runtime/feature/src/api_impl.cc:326]2393 StreamCreate:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.560.818 [runtime/feature/src/logger.cc:192]2393 StreamCreate:ret=3, invalid handle
[ERROR] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.560.885 [acl/single_op/dvpp/base/image_processor.cpp:145]2393 acldvppDestroyChannel:acl/single_op/dvpp/base/image_processor.cpp:145: "create stream failed, result = 3"
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.560.973 [runtime/feature/src/api_impl.cc:700]2393 DevDvppFree:ctx is NULL!
[ERROR] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.561.044 [acl/types/dvpp.cpp:67]2393 acldvppFree:acl/types/dvpp.cpp:67: "free device memory for dvpp failed, result = 3"
[ERROR] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.561.115 [acl/single_op/dvpp/common/dvpp_util.cpp:141]2393 FreeDvppDeviceBuffer:acl/single_op/dvpp/common/dvpp_util.cpp:141: "free dvpp device mem(4G) failed, result = 500000"
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.561.189 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.561.256 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee5735000
[ERROR] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.561.380 [acl/runtime/memory.cpp:67]2393 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.561.452 [acl/single_op/dvpp/common/dvpp_util.cpp:152]2393 FreeDeviceAddr:acl/single_op/dvpp/common/dvpp_util.cpp:152: "free device mem failed, result = 200005"
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.561.555 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.561.628 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee576c000
[ERROR] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.561.697 [acl/runtime/memory.cpp:67]2393 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.561.767 [acl/single_op/dvpp/common/dvpp_util.cpp:152]2393 FreeDeviceAddr:acl/single_op/dvpp/common/dvpp_util.cpp:152: "free device mem failed, result = 200005"
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.561.874 [runtime/feature/src/api_impl.cc:1484]2393 ModelUnbindStream:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.561.944 [runtime/feature/src/logger.cc:650]2393 ModelUnbindStream:ret=3, invalid handle
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.562.017 [runtime/feature/src/api_impl.cc:416]2393 StreamDestroy:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.562.084 [runtime/feature/src/logger.cc:210]2393 StreamDestroy:ret=3, invalid handle
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.562.299 [runtime/feature/src/api_impl.cc:416]2393 StreamDestroy:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.562.374 [runtime/feature/src/logger.cc:210]2393 StreamDestroy:ret=3, invalid handle
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.562.449 [runtime/feature/src/api_impl.cc:1461]2393 ModelDestroy:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.562.517 [runtime/feature/src/logger.cc:622]2393 ModelDestroy:ret=3, invalid handle
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.562.620 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:202]2393 ~DavinciModel: ErrorNo: -1(failed) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.562.700 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.562.768 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea81c000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.562.839 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.562.915 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.562.981 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f8000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.563.050 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.563.122 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.563.215 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.563.283 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea81b000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.563.351 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.563.424 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.563.491 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f8200
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.563.558 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.563.629 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.563.724 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.563.794 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea81a000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.563.862 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.563.935 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.564.002 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f8400
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.564.069 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.564.141 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.564.212 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.564.278 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea819000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.564.347 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.564.419 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.564.485 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f8600
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.564.553 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.564.624 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.564.694 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.564.786 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea818000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.564.857 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.564.930 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.564.997 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f8800
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.565.064 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.565.135 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.565.207 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.565.273 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea817000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.565.341 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.565.415 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.565.482 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f8a00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.565.550 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.565.620 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.565.692 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.565.758 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea816000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.565.853 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.565.928 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.565.994 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f8c00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.566.064 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.566.134 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.566.205 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.566.272 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea815000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.566.341 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.566.415 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.566.482 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f8e00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.566.550 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.566.621 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.566.692 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.566.758 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea814000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.566.825 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.566.923 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.566.993 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f9000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.567.061 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.567.196 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.567.279 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.567.347 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea813000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.567.416 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.567.489 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.567.556 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f9200
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.567.623 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.567.693 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.567.763 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.567.829 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea812000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.567.897 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.567.995 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.568.065 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f9400
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.568.134 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.568.206 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.568.278 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.568.344 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea811000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.568.410 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.568.482 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.568.548 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f9600
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.568.616 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.568.687 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.568.758 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.568.824 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea810000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.568.891 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.568.963 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.569.055 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f9800
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.569.127 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.569.198 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.569.269 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.569.336 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea80f000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.569.405 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.569.478 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.569.544 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f9a00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.569.613 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.569.684 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.569.755 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.569.821 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea80e000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.569.889 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.569.961 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.570.028 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f9c00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.570.123 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.570.197 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.570.269 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.570.335 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea80d000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.570.404 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.570.477 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.570.544 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000f9e00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.570.613 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.570.683 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.570.755 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.570.821 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea80c000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.570.889 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.570.962 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.571.026 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fa000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.571.095 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.571.209 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.571.285 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.571.352 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea80b000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.571.420 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.571.494 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.571.560 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fa200
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.571.628 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.571.699 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.571.769 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.571.835 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea80a000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.571.903 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.571.974 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.572.039 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fa400
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.572.106 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.572.176 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.572.272 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.572.341 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea809000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.572.409 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.572.481 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.572.548 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fa600
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.572.615 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.572.686 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.572.757 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.572.822 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea808000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.572.890 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.572.962 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.573.028 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fa800
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.573.098 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.573.170 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.573.240 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.573.333 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea807000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.573.405 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.573.478 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.573.544 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000faa00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.573.612 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.573.682 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.573.753 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.573.820 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea806000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.573.888 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.573.960 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.574.026 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fac00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.574.095 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.574.167 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.574.237 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.574.303 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea805000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.574.397 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.574.473 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.574.540 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fae00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.574.608 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.574.679 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.574.749 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.574.815 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea804000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.574.882 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.574.955 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.575.020 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fb000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.575.088 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.575.201 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.575.280 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.575.348 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea803000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.575.416 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.575.513 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.575.582 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fb200
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.575.651 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.575.723 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.575.795 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.575.861 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea802000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.575.929 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.576.001 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.576.067 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fb400
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.576.136 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.576.206 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.576.277 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.576.343 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea801000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.576.411 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.576.483 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.576.573 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fb600
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.576.645 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.576.717 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.576.788 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.576.854 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffeea800000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.576.923 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.576.996 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.577.062 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fb800
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.577.130 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.577.201 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.577.273 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.577.338 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee806c000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.577.406 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.577.479 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.577.544 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fba00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.577.638 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.577.712 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.577.785 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.577.851 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee806b000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.577.919 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.577.992 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.578.059 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fbc00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.578.127 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.578.198 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.578.269 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.578.335 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee806a000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.578.403 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.578.474 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.578.540 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fbe00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.578.607 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.578.705 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.578.779 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.578.846 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8069000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.578.914 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.578.986 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.579.051 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fc000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.579.121 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.579.288 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.579.364 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.579.430 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8068000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.579.499 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.579.570 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.579.636 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fc200
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.579.703 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.579.800 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.579.876 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.579.943 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8067000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.580.012 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.580.085 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.580.152 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fc400
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.580.219 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.580.290 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.580.362 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.580.429 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8066000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.580.495 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.580.566 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.580.631 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fc600
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.580.699 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.580.768 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.580.864 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.580.935 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8065000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.581.004 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.581.077 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.581.142 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fc800
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.581.211 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.581.282 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.581.352 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.581.418 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8064000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.581.486 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.581.558 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.581.625 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fca00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.581.694 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.581.764 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.581.836 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.581.928 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8063000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.582.001 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.582.074 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.582.142 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fcc00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.582.212 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.582.282 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.582.354 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.582.419 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8062000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.582.486 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.582.559 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.582.625 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fce00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.582.695 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.582.766 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.582.837 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.582.903 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8061000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.582.997 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.583.073 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.583.160 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fd000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.583.234 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.583.306 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.583.376 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.583.443 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8060000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.583.511 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.583.584 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.583.649 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fd200
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.583.718 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.583.789 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.583.861 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.583.926 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee805f000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.583.994 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.584.089 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.584.159 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fd400
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.584.227 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.584.298 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.584.369 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.584.435 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee805e000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.584.503 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.584.576 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.584.642 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fd600
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.584.710 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.584.781 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.584.853 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.584.917 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee805d000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.584.986 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.585.059 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.585.153 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fd800
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.585.225 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.585.296 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.585.366 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.585.432 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee805c000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.585.500 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.585.572 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.585.638 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fda00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.585.706 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.585.776 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.585.847 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.585.913 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee805b000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.585.980 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.586.052 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.586.119 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fdc00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.586.215 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.586.288 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.586.361 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.586.427 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee805a000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.586.495 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.586.567 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.586.632 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fde00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.586.700 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.586.770 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.586.840 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.586.906 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8059000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.586.974 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.587.048 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.587.114 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fe000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.587.332 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.587.411 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.587.483 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.587.550 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8058000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.587.619 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.587.691 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.587.756 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fe200
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.587.823 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.587.893 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.587.964 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.588.029 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8057000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.588.099 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.588.172 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.588.238 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fe400
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.588.306 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.588.401 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.588.475 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.588.542 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8056000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.588.610 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.588.681 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.588.747 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fe600
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.588.816 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.588.887 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.588.958 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.589.023 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8055000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.589.091 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.589.163 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.589.230 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fe800
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.589.298 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.589.369 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.589.465 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.589.534 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8054000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.589.602 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.589.675 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.589.742 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fea00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.589.810 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.589.881 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.589.953 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.590.017 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8053000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.590.086 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.590.157 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.590.223 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fec00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.590.291 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.590.363 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.590.433 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.590.527 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8052000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.590.599 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.590.673 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.590.738 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000fee00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.590.806 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.590.878 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.590.950 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.591.017 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8051000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.591.085 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.591.199 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.591.272 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000ff000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.591.342 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.591.415 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.591.486 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.591.551 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8050000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.591.648 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.591.722 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.591.789 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000ff200
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.591.857 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.591.927 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.591.997 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.592.062 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee804f000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.592.131 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.592.203 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.592.269 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000ff400
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.592.336 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.592.408 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.592.479 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.592.546 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee804e000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.592.613 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.592.713 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.592.780 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000ff600
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.592.848 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.592.919 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.592.989 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.593.055 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee804d000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.593.123 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.593.196 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.593.261 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000ff800
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.593.330 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.593.400 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.593.470 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.593.536 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee804c000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.593.604 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.593.676 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.593.765 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000ffa00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.593.837 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.593.908 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.593.978 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.594.044 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee804b000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.594.113 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.594.185 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.594.251 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000ffc00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.594.319 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.594.389 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.594.460 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.594.526 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee804a000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.594.593 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.594.665 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.594.731 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x4000000ffe00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.594.827 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.594.900 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.594.972 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.595.037 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8049000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.595.106 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.595.293 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.595.365 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000100000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.595.435 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.595.506 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.595.577 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.595.644 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8048000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.595.711 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.595.783 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.595.848 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000100200
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.595.946 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.596.018 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.596.089 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.596.156 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8047000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.596.224 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.596.296 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.596.361 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000100400
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.596.429 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.596.500 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.596.571 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.596.637 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8046000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.596.705 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.596.777 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.596.843 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000100600
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.596.912 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.597.006 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.597.078 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.597.145 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8045000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.597.213 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.597.284 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.597.350 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000100800
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.597.418 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.597.490 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.597.560 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.597.626 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8044000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.597.695 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.597.767 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.597.833 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000100a00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.597.901 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.597.972 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.598.066 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.598.135 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8043000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.598.203 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.598.275 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.598.341 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000100c00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.598.409 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.598.479 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.598.550 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.598.616 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8042000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.598.683 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.598.756 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.598.822 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000100e00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.598.890 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.598.961 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.599.032 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.599.125 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8041000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.599.218 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.599.292 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.599.358 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000101000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.599.427 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.599.498 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.599.569 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.599.635 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8040000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.599.704 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.599.775 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.599.842 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000101200
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.599.909 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.599.979 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.600.050 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.600.118 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee803f000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.600.211 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.600.286 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.600.352 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000101400
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.600.420 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.600.490 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.600.561 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.600.627 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee803e000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.600.695 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.600.768 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.600.834 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000101600
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.600.902 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.600.972 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.601.043 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.601.109 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee803d000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.601.177 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.601.276 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.601.346 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000101800
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.601.415 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.601.485 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.601.556 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.601.622 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee803c000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.601.690 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.601.762 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.601.828 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000101a00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.601.896 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.601.967 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.602.037 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.602.103 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee803b000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.602.171 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.602.242 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.602.336 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000101c00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.602.407 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.602.479 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.602.548 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.602.614 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee803a000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.602.681 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.602.753 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.602.819 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000101e00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.602.887 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.602.959 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.603.032 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.603.098 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8039000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.603.226 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.603.304 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.603.397 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000102000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.603.468 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.603.541 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.603.612 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.603.677 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8038000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.603.746 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.603.817 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.603.883 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000102200
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.603.950 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.604.021 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.604.092 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.604.159 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8037000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.604.226 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.604.298 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.604.365 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000102400
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.604.459 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.604.532 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.604.605 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.604.672 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8036000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.604.740 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.604.812 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.604.878 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000102600
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.604.945 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.605.015 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.605.087 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.605.152 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8035000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.605.221 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.605.292 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.605.358 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000102800
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.605.426 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.605.496 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.605.596 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.605.664 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8034000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.605.731 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.605.803 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.605.869 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000102a00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.605.937 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.606.007 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.606.079 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.606.145 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8033000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.606.212 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.606.285 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.606.350 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000102c00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.606.419 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.606.489 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.606.560 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.606.650 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8032000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.606.719 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.606.792 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.606.858 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000102e00
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.606.927 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.606.997 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.607.069 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.607.175 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee8031000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.607.250 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2393 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.607.324 [runtime/feature/src/api_impl.cc:750]2393 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.607.390 [runtime/feature/src/logger.cc:360]2393 ManagedMemFree:ret=3, invalid handle, mem=0x400000103000
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.607.458 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2393 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.607.528 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2393 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.620.001 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.620.098 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0x400000400000
[ERROR] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.620.167 [acl/runtime/memory.cpp:67]2393 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.620.242 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.620.310 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0x400000e00000
[ERROR] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.620.377 [acl/runtime/memory.cpp:67]2393 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.620.458 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.620.527 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee576f000
[ERROR] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.620.621 [acl/runtime/memory.cpp:67]2393 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.620.698 [runtime/feature/src/api_impl.cc:674]2393 DevFree:ctx is NULL!
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.620.769 [runtime/feature/src/logger.cc:326]2393 DevFree:ret=3, invalid handle, mem=0xfffee576e000
[ERROR] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.620.836 [acl/runtime/memory.cpp:67]2393 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.622.695 [runtime/feature/src/api_impl.cc:700]2393 DevDvppFree:ctx is NULL!
[ERROR] ASCENDCL(2393,workspace_mind_studio_facedetection):2020-12-10-10:34:31.622.822 [acl/types/dvpp.cpp:67]2393 acldvppFree:acl/types/dvpp.cpp:67: "free device memory for dvpp failed, result = 3"
[ERROR] APP(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.147.001 [acl/common/log_inner.cpp:66]2557 Connect:src/ascenddk/presenter/agent/util/socket_utils.cpp:161: "select() timeout"
[ERROR] APP(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.147.125 [acl/common/log_inner.cpp:66]2557 CreateSocket:src/ascenddk/presenter/agent/net/socket_factory.cpp:99: "Failed to connect to server: 192.168.1.223:7006"
[ERROR] APP(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.147.243 [acl/common/log_inner.cpp:66]2557 Open:src/ascenddk/presenter/agent/channel/default_channel.cpp:135: "Failed to create socket, 2"
[ERROR] APP(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.147.327 [acl/common/log_inner.cpp:66]2557 OpenChannel:src/ascenddk/presenter/agent/presenter/presenter_channel.cpp:108: "OpenChannel Failed, channel = PresenterChannelImpl: {server: 192.168.1.223:7006, channel: video, content_type: 1}, error_code = 2"
[EVENT] DRV(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.403.172 [hardware/npu_inc/../dev_core/devdrv/devdrv_fd.c:106][devdrv] [drvDeviceOpen 106] /dev/davinci0 open successfully.
[EVENT] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.469.759 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:543]2557 Init:[GEPERFTRACE] The time cost of GraphLoader::TransAllVarData is [2672] micro second.
[EVENT] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.474.092 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:553]2557 Init:[GEPERFTRACE] The time cost of GraphLoader::InitModelMem is [3941] micro second.
[EVENT] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.479.963 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:767]2557 InitNodes:[GEPERFTRACE] The time cost of GraphLoader::LoadTBEKernelBinToOpDesc. is [454] micro second, call num is 194
[EVENT] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.480.075 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:768]2557 InitNodes:[GEPERFTRACE] The time cost of GraphLoader::InitTbeHandle. is [4029] micro second, call num is 192
[EVENT] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.511.174 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:581]2557 Init:[GEPERFTRACE] The time cost of GraphLoader::DoTaskSink is [30947] micro second.
[ERROR] APP(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.713.304 [acl/common/log_inner.cpp:66]2557 PresentImage:src/ascenddk/presenter/agent/presenter/presenter_channel.cpp:150: "channel is NULL"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.743.521 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_MALLOC_FREE applyTotal = 5 applySucc = 5 releaseTotal = 3 releaseSucc = 3"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.743.677 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_MALLOC_FREE_HOST applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.743.753 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_CONTEXT applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.743.825 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_SET_RESET_DEVICE applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.743.899 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_EVENT applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.743.970 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_STREAM applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.744.040 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_DVPP_MALLOC_FREE applyTotal = 3 applySucc = 3 releaseTotal = 2 releaseSucc = 2"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.744.112 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_RECORD_RESET_EVENT applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.744.184 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DATA_BUFFER applyTotal = 3 applySucc = 3 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.744.256 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_TENSOR_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.744.327 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DESC applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.744.399 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DATASET applyTotal = 2 applySucc = 2 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.744.470 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_LOAD_UNLOAD_MODEL applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.744.541 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_AIPP applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.744.613 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_ATTR applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.744.684 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_HANDLE applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.744.755 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_CHANNEL_DESC applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.744.826 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_PIC_DESC applyTotal = 3 applySucc = 3 releaseTotal = 3 releaseSucc = 3"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.744.898 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_ROI_CONFIG applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.744.971 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_RESIZE_CONFIG applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.745.043 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_JPEGE_CONFIG applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.745.184 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VDEC_CHANNEL_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.745.263 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VENC_CHANNEL_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.745.335 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_STREAM_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.745.406 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VDEC_FRAME_CONFIG applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.745.478 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VENC_FRAME_CONFIG applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.745.552 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_CHANNEL applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.745.624 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VDEC_CHANNEL applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.745.695 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VENC_CHANNEL applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.745.767 [acl/toolchain/resource_statistics.cpp:100]2557 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_BATCH_PIC_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.745.855 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.745.926 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee5734000
[ERROR] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.745.996 [acl/runtime/memory.cpp:67]2557 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.746.083 [runtime/feature/src/api_impl.cc:326]2557 StreamCreate:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.746.153 [runtime/feature/src/logger.cc:192]2557 StreamCreate:ret=3, invalid handle
[ERROR] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.746.220 [acl/single_op/dvpp/base/image_processor.cpp:145]2557 acldvppDestroyChannel:acl/single_op/dvpp/base/image_processor.cpp:145: "create stream failed, result = 3"
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.746.308 [runtime/feature/src/api_impl.cc:700]2557 DevDvppFree:ctx is NULL!
[ERROR] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.746.380 [acl/types/dvpp.cpp:67]2557 acldvppFree:acl/types/dvpp.cpp:67: "free device memory for dvpp failed, result = 3"
[ERROR] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.746.451 [acl/single_op/dvpp/common/dvpp_util.cpp:141]2557 FreeDvppDeviceBuffer:acl/single_op/dvpp/common/dvpp_util.cpp:141: "free dvpp device mem(4G) failed, result = 500000"
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.746.524 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.746.592 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee5735000
[ERROR] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.746.659 [acl/runtime/memory.cpp:67]2557 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.746.728 [acl/single_op/dvpp/common/dvpp_util.cpp:152]2557 FreeDeviceAddr:acl/single_op/dvpp/common/dvpp_util.cpp:152: "free device mem failed, result = 200005"
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.746.802 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.746.869 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee576c000
[ERROR] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.746.937 [acl/runtime/memory.cpp:67]2557 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.747.006 [acl/single_op/dvpp/common/dvpp_util.cpp:152]2557 FreeDeviceAddr:acl/single_op/dvpp/common/dvpp_util.cpp:152: "free device mem failed, result = 200005"
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.747.111 [runtime/feature/src/api_impl.cc:1484]2557 ModelUnbindStream:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.747.182 [runtime/feature/src/logger.cc:650]2557 ModelUnbindStream:ret=3, invalid handle
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.747.254 [runtime/feature/src/api_impl.cc:416]2557 StreamDestroy:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.747.322 [runtime/feature/src/logger.cc:210]2557 StreamDestroy:ret=3, invalid handle
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.747.536 [runtime/feature/src/api_impl.cc:416]2557 StreamDestroy:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.747.611 [runtime/feature/src/logger.cc:210]2557 StreamDestroy:ret=3, invalid handle
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.747.688 [runtime/feature/src/api_impl.cc:1461]2557 ModelDestroy:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.747.755 [runtime/feature/src/logger.cc:622]2557 ModelDestroy:ret=3, invalid handle
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.747.828 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:202]2557 ~DavinciModel: ErrorNo: -1(failed) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.747.905 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.747.972 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea81c000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.748.044 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.748.120 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.748.187 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000100000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.748.255 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.748.327 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.748.399 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.748.465 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea81b000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.748.533 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.748.606 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.748.672 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000100200
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.748.740 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.748.811 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.748.882 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.748.949 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea81a000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.749.018 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.749.117 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.749.191 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000100400
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.749.261 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.749.333 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.749.404 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.749.472 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea819000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.749.541 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.749.615 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.749.682 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000100600
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.749.751 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.749.822 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.749.895 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.749.962 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea818000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.750.029 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.750.102 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.750.169 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000100800
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.750.237 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.750.309 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.750.379 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.750.446 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea817000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.750.514 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.750.587 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.750.653 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000100a00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.750.721 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.750.792 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.750.864 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.750.931 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea816000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.751.000 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.751.073 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.751.139 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000100c00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.751.207 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.751.280 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.751.351 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.751.417 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea815000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.751.485 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.751.557 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.751.623 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000100e00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.751.691 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.751.761 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.751.834 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.751.901 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea814000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.751.970 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.752.042 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.752.109 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000101000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.752.177 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.752.248 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.752.319 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.752.386 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea813000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.752.455 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.752.529 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.752.595 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000101200
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.752.663 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.752.735 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.752.807 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.752.874 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea812000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.752.942 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.753.014 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.753.081 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000101400
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.753.233 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.753.306 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.753.378 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.753.446 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea811000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.753.515 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.753.588 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.753.654 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000101600
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.753.722 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.753.793 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.753.864 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.753.929 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea810000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.753.997 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.754.070 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.754.136 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000101800
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.754.205 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.754.276 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.754.348 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.754.417 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea80f000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.754.486 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.754.559 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.754.626 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000101a00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.754.695 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.754.767 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.754.838 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.754.905 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea80e000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.754.973 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.755.046 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.755.112 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000101c00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.755.180 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.755.251 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.755.323 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.755.390 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea80d000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.755.460 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.755.532 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.755.599 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000101e00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.755.668 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.755.738 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.755.809 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.755.876 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea80c000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.755.944 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.756.016 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.756.082 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000102000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.756.150 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.756.221 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.756.291 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.756.358 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea80b000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.756.427 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.756.501 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.756.567 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000102200
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.756.635 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.756.706 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.756.777 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.756.844 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea80a000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.756.912 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.756.985 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.757.052 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000102400
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.757.143 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.757.219 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.757.292 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.757.357 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea809000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.757.424 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.757.497 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.757.564 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000102600
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.757.630 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.757.701 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.757.773 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.757.839 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea808000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.757.907 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.757.980 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.758.046 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000102800
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.758.115 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.758.187 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.758.258 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.758.325 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea807000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.758.394 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.758.467 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.758.533 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000102a00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.758.602 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.758.674 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.758.745 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.758.810 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea806000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.758.878 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.758.951 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.759.017 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000102c00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.759.085 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.759.155 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.759.227 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.759.293 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea805000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.759.361 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.759.434 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.759.502 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000102e00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.759.569 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.759.640 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.759.711 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.759.777 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea804000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.759.845 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.759.918 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.759.986 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000103000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.760.056 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.760.127 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.760.199 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.760.266 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea803000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.760.335 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.760.408 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.760.475 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000103200
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.760.543 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.760.614 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.760.686 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.760.753 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea802000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.760.821 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.760.894 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.760.960 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000103400
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.761.029 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.761.143 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.761.222 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.761.290 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea801000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.761.359 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.761.432 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.761.500 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000103600
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.761.568 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.761.640 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.761.712 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.761.779 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffeea800000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.761.846 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.761.919 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.761.986 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000103800
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.762.054 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.762.125 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.762.196 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.762.262 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee806c000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.762.332 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.762.405 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.762.471 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000103a00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.762.539 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.762.610 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.762.681 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.762.748 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee806b000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.762.816 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.762.890 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.762.956 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000103c00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.763.024 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.763.095 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.763.166 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.763.232 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee806a000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.763.301 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.763.373 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.763.440 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000103e00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.763.508 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.763.579 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.763.651 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.763.717 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8069000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.763.786 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.763.859 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.763.926 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000104000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.763.996 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.764.067 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.764.139 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.764.205 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8068000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.764.273 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.764.346 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.764.411 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000104200
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.764.480 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.764.552 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.764.623 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.764.689 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8067000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.764.757 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.764.830 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.764.898 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000104400
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.764.967 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.765.039 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.765.223 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.765.298 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8066000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.765.368 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.765.441 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.765.508 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000104600
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.765.576 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.765.648 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.765.721 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.765.787 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8065000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.765.855 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.765.929 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.765.995 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000104800
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.766.063 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.766.134 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.766.206 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.766.273 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8064000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.766.341 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.766.413 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.766.480 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000104a00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.766.547 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.766.618 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.766.690 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.766.757 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8063000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.766.825 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.766.897 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.766.964 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000104c00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.767.033 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.767.105 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.767.176 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.767.243 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8062000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.767.310 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.767.383 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.767.449 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000104e00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.767.518 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.767.589 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.767.660 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.767.727 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8061000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.767.795 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.767.866 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.767.933 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000105000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.768.001 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.768.073 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.768.144 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.768.211 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8060000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.768.279 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.768.352 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.768.419 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000105200
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.768.487 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.768.558 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.768.629 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.768.695 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee805f000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.768.763 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.768.903 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.768.977 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000105400
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.769.048 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.769.145 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.769.223 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.769.289 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee805e000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.769.357 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.769.430 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.769.497 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000105600
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.769.565 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.769.636 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.769.707 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.769.774 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee805d000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.769.843 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.769.915 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.769.982 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000105800
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.770.050 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.770.121 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.770.192 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.770.258 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee805c000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.770.325 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.770.398 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.770.464 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000105a00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.770.532 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.770.603 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.770.674 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.770.740 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee805b000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.770.808 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.770.881 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.770.947 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000105c00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.771.015 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.771.086 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.771.159 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.771.225 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee805a000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.771.294 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.771.366 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.771.433 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000105e00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.771.501 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.771.571 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.771.644 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.771.710 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8059000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.771.778 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.771.851 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.771.917 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000106000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.771.986 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.772.057 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.772.128 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.772.196 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8058000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.772.264 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.772.336 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.772.402 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000106200
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.772.470 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.772.541 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.772.613 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.772.680 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8057000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.772.748 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.772.821 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.772.888 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000106400
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.772.956 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.773.027 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.773.195 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.773.270 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8056000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.773.340 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.773.413 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.773.480 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000106600
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.773.548 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.773.620 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.773.692 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.773.757 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8055000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.773.826 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.773.898 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.773.964 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000106800
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.774.031 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.774.101 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.774.173 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.774.239 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8054000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.774.307 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.774.379 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.774.446 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000106a00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.774.515 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.774.587 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.774.658 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.774.724 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8053000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.774.792 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.774.865 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.774.932 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000106c00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.775.001 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.775.072 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.775.143 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.775.210 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8052000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.775.277 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.775.352 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.775.418 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000106e00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.775.487 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.775.557 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.775.629 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.775.695 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8051000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.775.763 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.775.836 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.775.901 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000107000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.775.969 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.776.039 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.776.111 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.776.177 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8050000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.776.244 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.776.316 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.776.383 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000107200
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.776.451 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.776.523 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.776.594 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.776.662 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee804f000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.776.728 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.776.801 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.776.868 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000107400
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.776.935 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.777.006 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.777.078 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.777.187 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee804e000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.777.258 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.777.331 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.777.398 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000107600
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.777.468 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.777.539 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.777.609 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.777.676 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee804d000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.777.744 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.777.818 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.777.884 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000107800
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.777.952 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.778.022 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.778.094 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.778.160 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee804c000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.778.228 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.778.301 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.778.367 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000107a00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.778.435 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.778.508 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.778.579 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.778.644 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee804b000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.778.712 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.778.784 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.778.851 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000107c00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.778.920 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.778.990 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.779.060 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.779.126 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee804a000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.779.193 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.779.265 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.779.331 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000107e00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.779.400 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.779.472 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.779.543 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.779.608 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8049000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.779.676 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.779.749 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.779.817 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000108000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.779.884 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.779.954 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.780.026 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.780.091 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8048000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.780.160 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.780.233 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.780.299 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000108200
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.780.366 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.780.438 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.780.510 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.780.577 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8047000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.780.645 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.780.717 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.780.783 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000108400
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.780.852 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.780.922 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.780.993 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.781.059 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8046000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.781.238 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.781.317 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.781.386 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000108600
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.781.454 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.781.526 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.781.599 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.781.666 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8045000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.781.735 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.781.806 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.781.873 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000108800
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.781.940 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.782.011 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.782.082 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.782.148 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8044000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.782.217 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.782.289 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.782.354 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000108a00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.782.422 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.782.493 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.782.564 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.782.630 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8043000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.782.698 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.782.770 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.782.836 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000108c00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.782.904 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.782.975 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.783.046 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.783.112 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8042000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.783.180 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.783.253 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.783.319 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000108e00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.783.387 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.783.457 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.783.529 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.783.597 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8041000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.783.665 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.783.738 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.783.806 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000109000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.783.874 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.783.945 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.784.016 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.784.082 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8040000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.784.151 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.784.224 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.784.290 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000109200
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.784.358 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.784.428 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.784.498 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.784.565 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee803f000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.784.633 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.784.705 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.784.772 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000109400
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.784.842 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.784.914 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.784.985 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.785.051 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee803e000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.785.141 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.785.218 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.785.285 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000109600
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.785.353 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.785.423 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.785.494 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.785.561 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee803d000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.785.630 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.785.702 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.785.768 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000109800
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.785.837 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.785.908 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.785.980 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.786.046 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee803c000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.786.114 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.786.187 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.786.253 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000109a00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.786.321 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.786.392 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.786.464 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.786.531 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee803b000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.786.599 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.786.672 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.786.739 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000109c00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.786.808 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.786.880 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.786.952 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.787.019 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee803a000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.787.088 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.787.160 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.787.226 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x400000109e00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.787.294 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.787.365 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.787.436 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.787.502 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8039000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.787.570 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.787.642 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.787.708 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x40000010a000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.787.776 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.787.847 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.787.920 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.787.986 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8038000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.788.054 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.788.127 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.788.194 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x40000010a200
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.788.262 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.788.334 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.788.405 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.788.472 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8037000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.788.540 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.788.613 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.788.679 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x40000010a400
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.788.747 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.788.819 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.788.891 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.788.958 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8036000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.789.027 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.789.119 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.789.190 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x40000010a600
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.789.259 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.789.330 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.789.401 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.789.467 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8035000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.789.535 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.789.607 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.789.674 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x40000010a800
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.789.743 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.789.813 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.789.883 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.789.949 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8034000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.790.018 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.790.091 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.790.158 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x40000010aa00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.790.225 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.790.296 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.790.367 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.790.433 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8033000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.790.501 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.790.573 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.790.639 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x40000010ac00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.790.706 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.790.777 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.790.848 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.790.914 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8032000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.790.982 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.791.054 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.791.122 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x40000010ae00
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.791.190 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.791.261 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.791.332 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.791.397 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee8031000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.791.465 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2557 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.791.539 [runtime/feature/src/api_impl.cc:750]2557 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.791.605 [runtime/feature/src/logger.cc:360]2557 ManagedMemFree:ret=3, invalid handle, mem=0x40000010b000
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.791.673 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2557 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.791.744 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2557 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.803.692 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.803.789 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0x400000400000
[ERROR] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.803.860 [acl/runtime/memory.cpp:67]2557 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.803.934 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.804.002 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0x400000e00000
[ERROR] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.804.069 [acl/runtime/memory.cpp:67]2557 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.804.149 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.804.218 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee576f000
[ERROR] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.804.286 [acl/runtime/memory.cpp:67]2557 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.804.360 [runtime/feature/src/api_impl.cc:674]2557 DevFree:ctx is NULL!
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.804.428 [runtime/feature/src/logger.cc:326]2557 DevFree:ret=3, invalid handle, mem=0xfffee576e000
[ERROR] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.804.495 [acl/runtime/memory.cpp:67]2557 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.806.429 [runtime/feature/src/api_impl.cc:700]2557 DevDvppFree:ctx is NULL!
[ERROR] ASCENDCL(2557,workspace_mind_studio_facedetection):2020-12-10-10:39:07.806.527 [acl/types/dvpp.cpp:67]2557 acldvppFree:acl/types/dvpp.cpp:67: "free device memory for dvpp failed, result = 3"
[ERROR] APP(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.116.821 [acl/common/log_inner.cpp:66]2696 Connect:src/ascenddk/presenter/agent/util/socket_utils.cpp:161: "select() timeout"
[ERROR] APP(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.116.889 [acl/common/log_inner.cpp:66]2696 CreateSocket:src/ascenddk/presenter/agent/net/socket_factory.cpp:99: "Failed to connect to server: 192.168.1.223:7006"
[ERROR] APP(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.116.983 [acl/common/log_inner.cpp:66]2696 Open:src/ascenddk/presenter/agent/channel/default_channel.cpp:135: "Failed to create socket, 2"
[ERROR] APP(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.117.034 [acl/common/log_inner.cpp:66]2696 OpenChannel:src/ascenddk/presenter/agent/presenter/presenter_channel.cpp:108: "OpenChannel Failed, channel = PresenterChannelImpl: {server: 192.168.1.223:7006, channel: video, content_type: 1}, error_code = 2"
[EVENT] DRV(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.372.698 [hardware/npu_inc/../dev_core/devdrv/devdrv_fd.c:106][devdrv] [drvDeviceOpen 106] /dev/davinci0 open successfully.
[EVENT] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.439.217 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:543]2696 Init:[GEPERFTRACE] The time cost of GraphLoader::TransAllVarData is [2632] micro second.
[EVENT] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.443.446 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:553]2696 Init:[GEPERFTRACE] The time cost of GraphLoader::InitModelMem is [3903] micro second.
[EVENT] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.449.255 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:767]2696 InitNodes:[GEPERFTRACE] The time cost of GraphLoader::LoadTBEKernelBinToOpDesc. is [413] micro second, call num is 194
[EVENT] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.449.314 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:768]2696 InitNodes:[GEPERFTRACE] The time cost of GraphLoader::InitTbeHandle. is [4047] micro second, call num is 192
[EVENT] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.480.377 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:581]2696 Init:[GEPERFTRACE] The time cost of GraphLoader::DoTaskSink is [30940] micro second.
[ERROR] APP(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.683.784 [acl/common/log_inner.cpp:66]2696 PresentImage:src/ascenddk/presenter/agent/presenter/presenter_channel.cpp:150: "channel is NULL"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.296 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_MALLOC_FREE applyTotal = 5 applySucc = 5 releaseTotal = 3 releaseSucc = 3"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.380 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_MALLOC_FREE_HOST applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.424 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_CONTEXT applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.462 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_SET_RESET_DEVICE applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.499 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_EVENT applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.536 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_STREAM applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.573 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_DVPP_MALLOC_FREE applyTotal = 3 applySucc = 3 releaseTotal = 2 releaseSucc = 2"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.610 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_RECORD_RESET_EVENT applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.648 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DATA_BUFFER applyTotal = 3 applySucc = 3 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.685 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_TENSOR_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.721 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DESC applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.757 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DATASET applyTotal = 2 applySucc = 2 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.794 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_LOAD_UNLOAD_MODEL applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.830 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_AIPP applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.867 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_ATTR applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.903 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_HANDLE applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.940 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_CHANNEL_DESC applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.702.976 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_PIC_DESC applyTotal = 3 applySucc = 3 releaseTotal = 3 releaseSucc = 3"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.013 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_ROI_CONFIG applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.049 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_RESIZE_CONFIG applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.086 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_JPEGE_CONFIG applyTotal = 1 applySucc = 1 releaseTotal = 1 releaseSucc = 1"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.122 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VDEC_CHANNEL_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.160 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VENC_CHANNEL_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.197 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_STREAM_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.234 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VDEC_FRAME_CONFIG applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.268 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VENC_FRAME_CONFIG applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.301 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_CHANNEL applyTotal = 1 applySucc = 1 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.334 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VDEC_CHANNEL applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.367 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_VENC_CHANNEL applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[EVENT] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.401 [acl/toolchain/resource_statistics.cpp:100]2696 TraverseStatistics:acl/toolchain/resource_statistics.cpp:100: "The ResourceType:ACL_STATISTICS_CREATE_DESTROY_DVPP_BATCH_PIC_DESC applyTotal = 0 applySucc = 0 releaseTotal = 0 releaseSucc = 0"
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.451 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.486 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee5734000
[ERROR] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.520 [acl/runtime/memory.cpp:67]2696 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.570 [runtime/feature/src/api_impl.cc:326]2696 StreamCreate:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.602 [runtime/feature/src/logger.cc:192]2696 StreamCreate:ret=3, invalid handle
[ERROR] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.635 [acl/single_op/dvpp/base/image_processor.cpp:145]2696 acldvppDestroyChannel:acl/single_op/dvpp/base/image_processor.cpp:145: "create stream failed, result = 3"
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.686 [runtime/feature/src/api_impl.cc:700]2696 DevDvppFree:ctx is NULL!
[ERROR] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.723 [acl/types/dvpp.cpp:67]2696 acldvppFree:acl/types/dvpp.cpp:67: "free device memory for dvpp failed, result = 3"
[ERROR] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.760 [acl/single_op/dvpp/common/dvpp_util.cpp:141]2696 FreeDvppDeviceBuffer:acl/single_op/dvpp/common/dvpp_util.cpp:141: "free dvpp device mem(4G) failed, result = 500000"
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.800 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.835 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee5735000
[ERROR] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.870 [acl/runtime/memory.cpp:67]2696 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.906 [acl/single_op/dvpp/common/dvpp_util.cpp:152]2696 FreeDeviceAddr:acl/single_op/dvpp/common/dvpp_util.cpp:152: "free device mem failed, result = 200005"
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.703.999 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.034 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee576c000
[ERROR] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.067 [acl/runtime/memory.cpp:67]2696 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.101 [acl/single_op/dvpp/common/dvpp_util.cpp:152]2696 FreeDeviceAddr:acl/single_op/dvpp/common/dvpp_util.cpp:152: "free device mem failed, result = 200005"
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.169 [runtime/feature/src/api_impl.cc:1484]2696 ModelUnbindStream:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.207 [runtime/feature/src/logger.cc:650]2696 ModelUnbindStream:ret=3, invalid handle
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.247 [runtime/feature/src/api_impl.cc:416]2696 StreamDestroy:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.281 [runtime/feature/src/logger.cc:210]2696 StreamDestroy:ret=3, invalid handle
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.460 [runtime/feature/src/api_impl.cc:416]2696 StreamDestroy:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.500 [runtime/feature/src/logger.cc:210]2696 StreamDestroy:ret=3, invalid handle
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.542 [runtime/feature/src/api_impl.cc:1461]2696 ModelDestroy:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.580 [runtime/feature/src/logger.cc:622]2696 ModelDestroy:ret=3, invalid handle
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.619 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:202]2696 ~DavinciModel: ErrorNo: -1(failed) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.662 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.697 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea81c000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.736 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.778 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.813 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b8000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.849 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.886 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.925 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.959 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea81b000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.704.995 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.033 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.066 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b8200
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.103 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.140 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.178 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.211 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea81a000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.247 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.285 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.319 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b8400
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.354 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.391 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.429 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.463 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea819000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.499 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.538 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.572 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b8600
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.608 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.644 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.682 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.716 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea818000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.753 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.791 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.825 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b8800
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.861 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.897 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.935 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.705.968 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea817000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.004 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.043 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.077 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b8a00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.113 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.150 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.187 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.220 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea816000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.256 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.294 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.328 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b8c00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.364 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.466 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.510 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.546 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea815000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.583 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.621 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.656 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b8e00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.691 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.728 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.767 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.801 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea814000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.837 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.876 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.911 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b9000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.947 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.706.985 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.024 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.058 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea813000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.094 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.132 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.166 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b9200
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.202 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.239 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.276 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.310 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea812000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.346 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.384 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.418 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b9400
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.453 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.490 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.527 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.561 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea811000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.596 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.635 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.669 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b9600
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.705 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.742 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.779 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.814 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea810000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.850 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.888 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.943 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b9800
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.707.985 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.024 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.063 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.098 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea80f000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.134 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.173 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.207 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b9a00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.242 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.279 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.317 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.351 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea80e000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.387 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.425 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.458 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b9c00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.494 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.531 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.569 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.603 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea80d000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.639 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.677 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.711 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001b9e00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.746 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.783 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.820 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.854 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea80c000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.890 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.929 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.963 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001ba000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.708.999 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.036 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.074 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.109 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea80b000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.145 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.184 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.217 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001ba200
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.253 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.290 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.327 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.361 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea80a000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.397 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.435 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.469 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001ba400
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.505 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.541 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.579 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.613 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea809000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.648 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.686 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.720 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001ba600
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.755 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.792 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.829 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.863 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea808000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.899 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.937 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.709.973 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001ba800
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.009 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.046 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.085 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.119 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea807000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.155 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.193 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.228 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001baa00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.264 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.301 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.338 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.373 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea806000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.409 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.447 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.481 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bac00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.516 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.553 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.592 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.626 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea805000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.662 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.700 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.734 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bae00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.769 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.806 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.844 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.878 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea804000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.913 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.951 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.710.985 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bb000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.021 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.058 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.095 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.129 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea803000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.165 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.204 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.238 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bb200
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.273 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.309 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.347 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.380 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea802000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.415 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.454 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.487 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bb400
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.523 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.561 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.598 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.632 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea801000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.667 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.706 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.740 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bb600
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.775 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.813 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.850 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.885 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffeea800000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.941 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.711.986 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.021 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bb800
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.058 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.095 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.133 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.167 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee806c000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.203 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.241 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.276 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bba00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.311 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.348 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.385 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.419 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee806b000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.455 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.493 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.526 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bbc00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.562 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.598 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.636 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.670 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee806a000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.706 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.744 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.778 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bbe00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.813 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.850 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.888 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.922 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8069000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.957 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.712.996 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.031 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bc000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.067 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.104 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.141 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.175 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8068000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.210 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.248 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.282 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bc200
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.317 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.354 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.390 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.425 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8067000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.461 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.500 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.534 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bc400
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.569 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.606 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.643 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.677 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8066000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.789 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.835 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.870 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bc600
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.906 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.943 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.713.981 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.015 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8065000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.050 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.088 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.122 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bc800
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.157 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.196 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.234 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.269 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8064000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.305 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.343 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.377 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bca00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.413 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.450 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.488 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.522 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8063000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.558 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.596 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.631 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bcc00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.666 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.702 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.739 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.774 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8062000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.809 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.848 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.882 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bce00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.918 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.955 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.714.993 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.027 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8061000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.063 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.101 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.134 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bd000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.169 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.214 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.253 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.286 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8060000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.322 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.360 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.393 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bd200
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.429 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.465 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.503 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.536 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee805f000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.572 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.610 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.644 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bd400
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.679 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.716 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.753 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.787 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee805e000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.822 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.861 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.715.895 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bd600
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.009 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.054 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.093 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.128 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee805d000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.163 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.201 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.234 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bd800
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.269 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.306 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.343 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.377 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee805c000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.413 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.451 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.486 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bda00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.521 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.558 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.595 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.630 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee805b000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.666 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.705 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.738 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bdc00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.774 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.811 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.848 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.882 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee805a000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.917 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.955 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.716.988 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bde00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.024 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.061 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.100 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.134 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8059000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.169 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.208 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.241 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001be000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.277 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.315 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.352 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.386 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8058000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.421 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.459 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.493 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001be200
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.529 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.565 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.603 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.637 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8057000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.672 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.709 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.743 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001be400
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.778 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.815 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.853 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.887 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8056000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.922 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.960 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.717.994 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001be600
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.030 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.067 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.105 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.140 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8055000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.176 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.213 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.247 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001be800
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.282 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.319 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.357 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.390 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8054000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.426 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.464 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.498 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bea00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.534 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.570 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.608 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.642 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8053000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.678 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.715 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.749 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bec00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.786 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.823 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.861 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.895 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8052000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.930 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.718.969 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.002 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bee00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.038 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.075 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.118 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.153 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8051000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.190 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.228 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.261 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bf000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.296 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.333 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.370 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.404 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8050000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.440 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.478 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.512 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bf200
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.548 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.585 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.622 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.656 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee804f000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.692 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.731 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.765 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bf400
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.800 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.837 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.874 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.908 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee804e000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.719.971 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.012 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.046 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bf600
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.082 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.119 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.157 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.191 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee804d000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.227 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.266 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.304 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bf800
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.342 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.379 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.417 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.452 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee804c000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.488 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.526 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.561 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bfa00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.597 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.633 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.671 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.705 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee804b000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.741 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.779 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.814 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bfc00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.849 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.885 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.923 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.957 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee804a000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.720.992 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.030 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.064 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001bfe00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.100 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.136 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.174 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.208 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8049000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.244 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.283 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.317 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c0000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.353 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.391 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.429 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.467 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8048000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.504 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.544 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.578 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c0200
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.613 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.650 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.688 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.721 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8047000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.757 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.795 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.829 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c0400
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.864 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.900 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.938 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.721.972 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8046000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.007 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.045 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.079 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c0600
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.115 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.151 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.189 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.223 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8045000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.259 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.297 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.331 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c0800
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.367 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.403 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.441 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.475 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8044000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.511 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.549 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.583 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c0a00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.624 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.663 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.701 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.735 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8043000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.771 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.810 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.844 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c0c00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.879 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.916 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.954 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.722.987 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8042000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.022 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.060 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.094 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c0e00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.130 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.166 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.204 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.237 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8041000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.273 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.312 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.346 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c1000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.381 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.418 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.456 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.490 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8040000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.526 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.564 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.597 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c1200
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.633 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.670 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.708 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.742 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee803f000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.782 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.822 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.856 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c1400
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.723.892 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.030 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.075 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.110 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee803e000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.147 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.185 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.220 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c1600
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.255 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.292 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.329 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.363 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee803d000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.399 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.438 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.472 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c1800
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.508 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.544 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.581 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.615 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee803c000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.651 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.690 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.723 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c1a00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.759 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.795 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.833 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.866 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee803b000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.902 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.940 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.724.975 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c1c00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.011 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.048 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.086 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.119 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee803a000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.154 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.193 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.227 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c1e00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.263 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.299 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.337 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.371 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8039000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.407 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.445 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.478 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c2000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.514 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.551 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.588 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.621 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8038000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.656 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.694 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.728 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c2200
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.764 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.801 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.838 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.872 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8037000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.908 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.946 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.725.980 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c2400
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.016 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.052 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.089 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.123 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8036000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.159 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.198 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.232 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c2600
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.268 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.304 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.341 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.375 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8035000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.410 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.448 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.482 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c2800
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.517 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.554 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.591 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.625 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8034000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.661 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.704 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.738 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c2a00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.774 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.811 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.849 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.883 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8033000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.919 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.957 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.726.991 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c2c00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.026 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.063 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.100 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.135 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8032000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.170 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.208 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.242 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c2e00
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.278 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.314 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.352 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.386 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee8031000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.421 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:968]2696 FreeRtMem: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.459 [runtime/feature/src/api_impl.cc:750]2696 ManagedMemFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.493 [runtime/feature/src/logger.cc:360]2696 ManagedMemFree:ret=3, invalid handle, mem=0x4000001c3000
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.528 [framework/domi/executor/../graph/load/new_model_manager/task_info/kernel_task_info.cc:426]2696 Release: ErrorNo: 1343225859(Failed to call runtime API!) Call rt api failed, ret: 0x3
[ERROR] GE(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.727.566 [framework/domi/executor/../graph/load/new_model_manager/davinci_model.cc:245]2696 ReleaseTask: ErrorNo: -1(failed) Release task failed.
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.739.852 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.739.905 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0x400000400000
[ERROR] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.739.972 [acl/runtime/memory.cpp:67]2696 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.740.016 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.740.052 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0x400000e00000
[ERROR] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.740.087 [acl/runtime/memory.cpp:67]2696 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.740.134 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.740.171 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee576f000
[ERROR] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.740.207 [acl/runtime/memory.cpp:67]2696 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.740.247 [runtime/feature/src/api_impl.cc:674]2696 DevFree:ctx is NULL!
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.740.281 [runtime/feature/src/logger.cc:326]2696 DevFree:ret=3, invalid handle, mem=0xfffee576e000
[ERROR] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.740.316 [acl/runtime/memory.cpp:67]2696 aclrtFree:acl/runtime/memory.cpp:67: "free device memory failed, runtime result = 3"
[ERROR] RUNTIME(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.742.194 [runtime/feature/src/api_impl.cc:700]2696 DevDvppFree:ctx is NULL!
[ERROR] ASCENDCL(2696,workspace_mind_studio_facedetection):2020-12-10-10:39:28.742.246 [acl/types/dvpp.cpp:67]2696 acldvppFree:acl/types/dvpp.cpp:67: "free device memory for dvpp failed, result = 3"
View more
  • x
  • convention:

12
Back to list

Comment

You need to log in to comment to the post Login | Register

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.