Hydra failures on Docker Container

Hello,

I am attempting to run the Isaac sim replicator python script within a docker container on my laptop but am running into errors and no data is being generated. I am using Docker as outlined here: 6. Setup FAQ — Omniverse Robotics documentation

And here are the logs:

	libGLX_nvidia.so.0 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.0
Writing disposable ICD file (/tmp/tmp_icd_vZp0vH.json)...
GPU0
	apiVersion     = 1.3.205
	driverVersion  = 515.76.00
	vendorID       = 0x10de
	deviceID       = 0x2420
	deviceName     = NVIDIA GeForce RTX 3080 Ti Laptop GPU


Writing ICD file to (/etc/vulkan/icd.d/nvidia_icd.json)
Starting kit application with the fillowing args:  ['/isaac-sim/exts/omni.isaac.kit/omni/isaac/kit/simulation_app.py', '/isaac-sim/apps/omni.isaac.sim.python.kit', '--/app/tokens/exe-path=/isaac-sim/kit', '--/persistent/app/viewport/displayOptions=3094', '--/rtx/materialDb/syncLoads=True', '--/rtx/hydra/materialSyncLoads=True--/omni.kit.plugin/syncUsdLoads=True', '--/app/renderer/resolution/width=1024', '--/app/renderer/resolution/height=1024', '--/app/window/width=1440', '--/app/window/height=900', '--/renderer/multiGpu/enabled=True', '--ext-folder', '/isaac-sim/exts', '--ext-folder', '/isaac-sim/apps', '--/physics/cudaDevice=0', '--portable', '--no-window', '--allow-root']
Passing the following args to the base kit application:  []
[Warning] [omni.kit.app.plugin] No crash reporter present, dumps uploading isn't available.
[Info] [carb] Logging to file: /isaac-sim/kit/logs/Kit/Isaac-Sim/2022.1/kit_20221027_164151.log
2022-10-27 16:41:51 [3ms] [Warning] [omni.ext.plugin] [ext: omni.drivesim.sensors.nv.lidar] Extensions config 'extension.toml' doesn't exist '/isaac-sim/exts/omni.drivesim.sensors.nv.lidar' or '/isaac-sim/exts/omni.drivesim.sensors.nv.lidar/config'
[0.130s] [ext: omni.stats-0.0.0] startup
[0.146s] [ext: omni.gpu_foundation-0.0.0] startup
2022-10-27 16:41:51 [144ms] [Warning] [carb] FrameworkImpl::setDefaultPlugin(client: omni.gpu_foundation_factory.plugin, desc : [carb::graphics::Graphics v2.5], plugin : carb.graphics-vulkan.plugin) failed. Plugin selection is locked, because the interface was previously acquired by: 
[0.150s] [ext: carb.windowing.plugins-1.0.0] startup
2022-10-27 16:41:51 [146ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-27 16:41:51 [146ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
[0.151s] [ext: omni.assets.plugins-0.0.0] startup
[0.152s] [ext: omni.kit.renderer.init-0.0.0] startup

|---------------------------------------------------------------------------------------------|
| Driver Version: 515.76        | Graphics API: Vulkan
|=============================================================================================|
| GPU | Name                             | Active | LDA | GPU Memory | Vendor-ID | LUID       |
|     |                                  |        |     |            | Device-ID | UUID       |
|---------------------------------------------------------------------------------------------|
| 0   | NVIDIA GeForce RTX 3080 Ti Lap.. | Yes: 0 |     | 16384   MB | 10de      | 0          |
|     |                                  |        |     |            | 2420      | 733e6d43.. |
|=============================================================================================|
| OS: Linux ryan-Raider-GE67HX-12UHS, Version: 5.19.5-051905-generic
| Processor: 12th Gen Intel(R) Core(TM) i9-12900HX | Cores: Unknown | Logical: 24
|---------------------------------------------------------------------------------------------|
| Total Memory (MB): 31802 | Free Memory: 4708
| Total Page/Swap (MB): 2047 | Free Page/Swap: 2047
|---------------------------------------------------------------------------------------------|
2022-10-27 16:41:52 [436ms] [Error] [gpu.foundation.plugin] Failed opening shader cache version file: /isaac-sim/kit/cache/Kit/103.1/73d4ca54/shadercache/release/version
2022-10-27 16:41:52 [436ms] [Error] [gpu.foundation.plugin] Failed to process shader cache version file
2022-10-27 16:41:52 [436ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-27 16:41:52 [436ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
2022-10-27 16:41:52 [436ms] [Error] [carb.glinterop.plugin] GLInteropContext::init: carb::windowing is not available
2022-10-27 16:41:52 [436ms] [Warning] [gpu.foundation.plugin] Realm: no OpenGL interop context.
2022-10-27 16:41:52 [504ms] [Warning] [carb.cudainterop.plugin] On Linux only, CUDA and the display driver does not support IOMMU-enabled bare-metal PCIe peer to peer memory copy.
However, CUDA and the display driver does support IOMMU via VM pass through. As a consequence, users on Linux,
when running on a native bare metal system, should disable the IOMMU. The IOMMU should be enabled and the VFIO driver
be used as a PCIe pass through for virtual machines.
[0.519s] [ext: omni.kit.pipapi-0.0.0] startup
[0.528s] [ext: omni.kit.pip_archive-0.0.0] startup
[0.537s] [ext: omni.usd.config-1.0.0] startup
[0.539s] [ext: omni.usd.libs-1.0.0] startup
[0.607s] [ext: omni.isaac.core_archive-1.2.0] startup
[0.731s] [ext: omni.kit.pip_torch-1_11_0-0.1.3] startup
[0.765s] [ext: omni.isaac.ml_archive-1.1.0] startup
[0.800s] [ext: omni.kit.async_engine-0.0.0] startup
[0.801s] [ext: omni.kit.loop-isaac-0.1.0] startup
[0.801s] [ext: omni.client-0.1.0] startup
[0.807s] [ext: omni.appwindow-1.0.0] startup
2022-10-27 16:41:52 [802ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-27 16:41:52 [802ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
[0.809s] [ext: omni.kit.renderer.core-0.0.0] startup
2022-10-27 16:41:52 [805ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-27 16:41:52 [805ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
2022-10-27 16:41:52 [806ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-27 16:41:52 [806ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
2022-10-27 16:41:52 [806ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-27 16:41:52 [806ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
2022-10-27 16:41:52 [806ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-27 16:41:52 [806ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
[0.857s] [ext: omni.kit.test-0.0.0] startup
[0.858s] [ext: omni.ui-2.10.3] startup
[0.869s] [ext: carb.audio-0.1.0] startup
[0.871s] [ext: omni.kit.mainwindow-0.0.0] startup
[0.872s] [ext: omni.uiaudio-1.0.0] startup
[0.873s] [ext: omni.kit.uiapp-0.0.0] startup
[0.873s] [ext: omni.usd.schema.physics-1.0.0] startup
[0.900s] [ext: omni.usd.schema.anim-0.0.0] startup
[0.926s] [ext: omni.usd.schema.audio-0.0.0] startup
[0.932s] [ext: omni.usd.schema.isaac-0.2.0] startup
[0.957s] [ext: omni.usd.schema.semantics-0.0.0] startup
[0.964s] [ext: omni.usd.schema.physx-0.0.0] startup
[0.980s] [ext: omni.usd.schema.omnigraph-1.0.0] startup
[0.985s] [ext: omni.timeline-1.0.2] startup
[0.987s] [ext: omni.kit.audiodeviceenum-1.0.0] startup
[0.987s] [ext: omni.kit.commands-1.2.2] startup
[0.991s] [ext: omni.hydra.scene_delegate-0.2.0] startup
[0.996s] [ext: omni.usd-1.5.3] startup
[1.023s] [ext: omni.kit.asset_converter-1.2.31] startup
[1.031s] [ext: omni.usd.schema.forcefield-0.0.0] startup
[1.036s] [ext: omni.kit.search_core-1.0.2] startup
[1.038s] [ext: omni.kvdb-0.0.0] startup
[1.041s] [ext: omni.kit.widget.filebrowser-2.2.27] startup
[1.046s] [ext: omni.localcache-0.0.0] startup
[1.048s] [ext: omni.kit.window.title-1.1.2] startup
2022-10-27 16:41:52 [1,044ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-27 16:41:52 [1,044ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
2022-10-27 16:41:52 [1,046ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-27 16:41:52 [1,046ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
[1.051s] [ext: omni.usdphysics-1.4.15] startup
[1.052s] [ext: omni.mdl.neuraylib-0.1.0] startup
[1.054s] [ext: omni.kit.window.popup_dialog-2.0.8] startup
[1.056s] [ext: omni.kit.menu.utils-1.2.11] startup
[1.062s] [ext: omni.mdl-0.1.0] startup
[1.090s] [ext: omni.convexdecomposition-1.4.15] startup
[1.092s] [ext: omni.kit.material.library-1.3.10] startup
[1.094s] [ext: omni.kit.menu.create-1.0.2] startup
[1.094s] [ext: omni.hydra.rtx-0.1.0] startup
[1.099s] [ext: omni.renderer-rtx-0.0.0] startup
[1.100s] [ext: omni.kit.context_menu-1.3.9] startup
[1.102s] [ext: omni.kit.widget.path_field-2.0.3] startup
[1.103s] [ext: omni.kit.window.drop_support-1.0.0] startup
[1.104s] [ext: omni.kit.viewport.legacy_gizmos-1.0.0] startup
[1.106s] [ext: omni.hydra.engine.stats-1.0.0] startup
[1.109s] [ext: omni.graph.tools-1.4.0] startup
[1.124s] [ext: omni.kit.widget.browser_bar-2.0.3] startup
[1.125s] [ext: omni.kit.window.viewport-0.0.0] startup
2022-10-27 16:41:52 [1,133ms] [Error] [gpu.foundation.plugin] Cannot load shader file 'rtx/materialflattener/GeneratePlanarProjectionUV.cs.hlsl'.
2022-10-27 16:41:52 [1,133ms] [Error] [gpu.foundation.plugin] buildShaderAsync() failed: rtx/materialflattener/GeneratePlanarProjectionUV.cs.hlsl
2022-10-27 16:41:52 [1,133ms] [Error] [rtx.raytracing.plugin] Failed to async compile compute shader: rtx/materialflattener/GeneratePlanarProjectionUV.cs.hlsl
2022-10-27 16:41:52 [1,133ms] [Error] [rtx.raytracing.plugin] [Check failed]: m_generateProjectionUVpass
2022-10-27 16:41:52 [1,133ms] [Error] [carb.scenerenderer-rtx.plugin] Error initializing material flattener
2022-10-27 16:41:52 [1,133ms] [Warning] [omni.hydra.rtx] HydraEngine rtx failed creating scene renderer.
[1.157s] [ext: omni.ui.scene-1.5.0] startup
[1.161s] [ext: omni.kit.widget.versioning-1.3.8] startup
[1.163s] [ext: omni.kit.notification_manager-1.0.5] startup
[1.167s] [ext: omni.graph.core-2.29.1] startup
[1.177s] [ext: omni.kit.stage_templates-1.1.2] startup
[1.179s] [ext: omni.kit.manipulator.viewport-1.0.6] startup
[1.180s] [ext: omni.kit.window.filepicker-2.4.30] startup
OmniAssetFileFormat
[1.209s] [ext: omni.graph-1.23.0] startup
[1.239s] [ext: omni.kit.widget.stage_icons-1.0.2] startup
[1.240s] [ext: omni.kit.widget.stage-2.6.15] startup
[1.243s] [ext: omni.graph.visualization.nodes-1.1.1] startup
[1.246s] [ext: omni.kit.window.stage-2.3.7] startup
[1.248s] [ext: omni.physx-1.4.15-5.1] startup
[1.316s] [ext: omni.kit.widget.settings-1.0.0] startup
[1.319s] [ext: omni.kit.menu.common-1.0.0] startup
[1.323s] [ext: omni.kit.widget.graph-1.4.3] startup
[1.328s] [ext: omni.kit.window.file_importer-1.0.4] startup
[1.329s] [ext: omni.kit.window.file_exporter-1.0.4] startup
[1.329s] [ext: omni.kit.window.property-1.6.3] startup
[1.330s] [ext: omni.kit.window.extensions-1.1.0] startup
[1.333s] [ext: omni.kit.window.file-1.3.16] startup
[1.335s] [ext: omni.isaac.ui-0.2.1] startup
[1.337s] [ext: omni.kit.window.content_browser-2.4.28] startup
[1.351s] [ext: semantics.schema.editor-0.2.3] startup
[1.353s] [ext: omni.isaac.urdf-0.4.0] startup
[1.372s] [ext: omni.kit.window.preferences-1.2.1] startup
[1.396s] [ext: omni.ui_query-1.1.1] startup
[1.397s] [ext: omni.debugdraw-0.1.0] startup
[1.400s] [ext: omni.kit.property.usd-3.14.9] startup
[1.449s] [ext: omni.kit.widget.prompt-1.0.1] startup
[1.450s] [ext: omni.kit.usd_undo-0.1.0] startup
[1.451s] [ext: omni.kit.ui_test-1.2.2] startup
[1.452s] [ext: omni.graph.ui-1.6.1] startup
[1.466s] [ext: omni.kit.widget.zoombar-1.0.3] startup
[1.466s] [ext: omni.kit.widget.searchfield-1.0.6] startup
[1.467s] [ext: omni.graph.action-1.18.0] startup
[1.474s] [ext: omni.kit.graph.delegate.default-1.0.15] startup
[1.475s] [ext: omni.kit.browser.core-2.0.12] startup
[1.478s] [ext: omni.graph.scriptnode-0.5.0] startup
[1.479s] [ext: omni.command.usd-1.0.1] startup
[1.481s] [ext: omni.kit.selection-0.1.0] startup
[1.481s] [ext: omni.kit.graph.editor.core-1.3.3] startup
[1.483s] [ext: omni.kit.browser.folder.core-1.1.13] startup
[1.485s] [ext: omni.graph.nodes-1.26.0] startup
[1.493s] [ext: omni.kit.menu.edit-1.0.6] startup
[1.494s] [ext: omni.graph.instancing-1.1.4] startup
[1.497s] [ext: omni.syntheticdata-0.2.1] startup
[1.517s] [ext: omni.kit.primitive.mesh-1.0.0] startup
[1.519s] [ext: omni.kit.graph.widget.variables-2.0.2] startup
[1.520s] [ext: omni.kit.graph.delegate.modern-1.6.0] startup
[1.521s] [ext: omni.physics.tensors-0.1.0] startup
[1.526s] [ext: omni.kit.graph.usd.commands-1.1.0] startup
[1.527s] [ext: omni.kit.numpy.common-0.1.0] startup
[1.529s] [ext: omni.isaac.version-1.0.0] startup
[1.529s] [ext: omni.physx.tensors-0.1.0] startup
[1.532s] [ext: omni.graph.window.core-1.23.4] startup
[1.536s] [ext: omni.isaac.dynamic_control-1.1.0] startup
[1.541s] [ext: omni.kit.renderer.capture-0.0.0] startup
[1.543s] [ext: omni.warp-0.2.2] startup
Warp initialized:
   Version: 0.2.2
   CUDA device: NVIDIA GeForce RTX 3080 Ti Laptop GPU
   Kernel cache: /root/.cache/warp/0.2.2
[1.952s] [ext: omni.graph.window.action-1.3.8] startup
[1.953s] [ext: omni.graph.tutorials-1.1.2] startup
[1.962s] [ext: omni.isaac.core-1.24.3] startup
[2.125s] [ext: omni.replicator.core-1.4.3] startup
[2.171s] [ext: omni.graph.bundle.action-1.0.0] startup
[2.171s] [ext: omni.isaac.kit-0.2.1] startup
[2.172s] [ext: omni.replicator.isaac-1.3.2] startup
[2.231s] [ext: omni.isaac.synthetic_utils-0.3.5] startup
[2.233s] [ext: omni.isaac.motion_planning-0.2.0] startup
[2.239s] [ext: omni.isaac.lula-1.1.0] startup
[2.243s] [ext: omni.isaac.surface_gripper-0.1.2] startup
[2.246s] [ext: omni.physx.commands-1.4.15-5.1] startup
[2.250s] [ext: omni.isaac.motion_generation-3.6.1] startup
[2.253s] [ext: omni.isaac.manipulators-1.0.1] startup
[2.254s] [ext: omni.physx.ui-1.4.15-5.1] startup
[2.292s] [ext: omni.kit.window.toolbar-1.2.4] startup
[2.295s] [ext: omni.isaac.universal_robots-0.3.0] startup
[2.296s] [ext: omni.kit.property.material-1.8.5] startup
[2.297s] [ext: omni.physx.tests-1.4.15-5.1] startup
[2.386s] [ext: omni.physx.demos-1.4.15-5.1] startup
[2.388s] [ext: omni.kit.widget.layers-1.5.17] startup
[2.396s] [ext: omni.kit.property.physx-0.1.0] startup
2022-10-27 16:41:54 [2,434ms] [Warning] [omni.physx.plugin] Deprecated: getSimulationEventStream is deprecated, please use getSimulationEventStreamV2
[2.441s] [ext: omni.kit.profiler.window-1.4.4] startup
[2.444s] [ext: omni.physx.cct-1.4.15-5.1] startup
[2.490s] [ext: omni.kit.property.layer-1.1.2] startup
[2.491s] [ext: omni.physx.camera-1.4.15-5.1] startup
[2.495s] [ext: omni.kit.property.skel-1.0.1] startup
[2.496s] [ext: omni.kit.property.render-1.1.0] startup
[2.497s] [ext: omni.kit.property.audio-1.0.5] startup
[2.499s] [ext: omni.kit.property.light-1.0.5] startup
[2.500s] [ext: omni.kit.property.camera-1.0.3] startup
[2.501s] [ext: omni.isaac.core_nodes-0.13.0] startup
[2.508s] [ext: omni.kit.property.transform-1.0.2] startup
[2.509s] [ext: omni.kit.property.geometry-1.2.0] startup
[2.511s] [ext: omni.isaac.debug_draw-0.1.2] startup
[2.514s] [ext: omni.physx.vehicle-1.4.15-5.1] startup
[2.520s] [ext: omni.isaac.wheeled_robots-0.5.8] startup
[2.528s] [ext: omni.kit.window.status_bar-0.1.1] startup
[2.530s] [ext: omni.kit.property.bundle-1.2.4] startup
[2.531s] [ext: omni.isaac.occupancy_map-0.2.4] startup
[2.539s] [ext: omni.physx.bundle-1.4.15-5.1] startup
[2.539s] [ext: omni.isaac.isaac_sensor-1.0.2] startup
2022-10-27 16:41:54 [2,539ms] [Warning] [omni.physx.plugin] Deprecated: getSimulationEventStream is deprecated, please use getSimulationEventStreamV2
[2.547s] [ext: omni.graph.window.generic-1.3.8] startup
[2.548s] [ext: omni.kit.window.script_editor-1.6.2] startup
[2.552s] [ext: omni.isaac.range_sensor-0.4.3] startup
[2.568s] [ext: omni.replicator.composer-1.1.3] startup
[2.578s] [ext: omni.rtx.window.settings-0.6.1] startup
[2.581s] [ext: omni.isaac.dofbot-0.3.0] startup
[2.582s] [ext: omni.kit.window.console-0.2.0] startup
[2.586s] [ext: omni.kit.widget.live-0.1.0] startup
2022-10-27 16:41:54 [2,582ms] [Warning] [omni.ext-live.plugin] Unable to detect Omniverse Cache Server. File /root/.nvidia-omniverse/config/Cache/Omniverse.toml is not found. Consider installing it (version >= 280) for better IO performance.
[2.588s] [ext: omni.isaac.utils-0.1.11] startup
[2.590s] [ext: omni.rtx.settings.core-0.5.5] startup
[2.593s] [ext: omni.isaac.franka-0.3.0] startup
[2.594s] [ext: omni.kit.menu.file-1.0.8] startup
[2.594s] [ext: omni.isaac.sim.python-2022.1.1] startup
[2.595s] Simulation App Starting
2022-10-27 16:41:54 [2,591ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:41:54 [2,591ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:41:54 [2,593ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/filter.28x28.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,593ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/options.28x28.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,593ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/eye_header.44x28.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,594ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/plus.24x32.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,594ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/bookmark_grey.36x36.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,594ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/angle_right.32x32.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,594ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/angle_left.32x32.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,594ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/search.32x32.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,594ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/settings.28x40.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,595ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/filter.28x32.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,597ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/list.32x40.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,598ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/toolbar_select_model.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,599ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/toolbar_select_prim.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,599ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/toolbar_select_models.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,599ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/toolbar_move_global.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,600ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/toolbar_rotate_global.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,600ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/toolbar_scale.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,600ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/toolbar_snap.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,601ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/toolbar_play.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,601ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/toolbar_pause.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,601ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/layers.36x36.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,601ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/layer_save.28x28.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,602ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/layers_switch_local.84x44.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,603ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/layers_switch_global.84x44.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,603ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/cloud.28x28.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,603ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/drop_down.12x12.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,603ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/external_link.52x52.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,604ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/new_layer.52x52.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,604ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/trash.44x44.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,606ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/options.28x32.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,700ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/Plus.20x20.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,700ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/layers.40x40.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,701ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/Prim.40x40.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,701ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/layer_delta.24x24.png, but no renderer was initialized. Skipping post-processing ops

[2.713s] app ready
2022-10-27 16:41:54 [2,709ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:41:54 [2,709ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:41:54 [2,710ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/sensor_icon.52x28.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:41:54 [2,714ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:41:54 [2,714ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:41:54 [2,874ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:41:54 [2,874ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:41:54 [2,912ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:41:54 [2,912ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:41:55 [3,699ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:41:55 [3,699ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:41:55 [3,716ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:41:55 [3,716ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:41:55 [3,738ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:41:55 [3,738ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:41:55 [3,760ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:41:55 [3,760ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:41:55 [3,771ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:41:55 [3,771ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:41:55 [3,784ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:41:55 [3,784ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:41:55 [3,807ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:41:55 [3,807ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
[3.873s] Simulation App Startup Complete
Loading Stage
omni.replicator.core.create.from_usd
Outputting data to  /isaac-sim/replicator_test
2022-10-27 16:42:02 [11,139ms] [Warning] [carb.flatcache.plugin] Type tag does not have a corresponding USD type
2022-10-27 16:42:03 [11,318ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:03 [11,318ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:03 [11,319ms] [Warning] [omni.ext-live.plugin] Omniverse Cache is disabled! It can be turned on in Omniverse System Monitor.
2022-10-27 16:42:03 [11,544ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:03 [11,544ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:03 [11,546ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/info.40x28.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:42:03 [11,676ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:03 [11,676ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:03 [11,678ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.WyNLmT/Xform.40x40.png, but no renderer was initialized. Skipping post-processing ops

2022-10-27 16:42:03 [11,766ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:03 [11,767ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:03 [11,853ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:03 [11,853ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:03 [11,932ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:03 [11,932ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:03 [12,004ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:03 [12,004ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:03 [12,078ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:03 [12,078ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:03 [12,152ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:03 [12,152ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:03 [12,227ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:03 [12,227ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:04 [12,300ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:04 [12,300ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:04 [12,375ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:04 [12,375ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:04 [12,446ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:04 [12,447ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:04 [12,519ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:04 [12,519ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:04 [12,592ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:04 [12,592ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:04 [12,666ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:04 [12,666ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:04 [12,741ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:04 [12,741ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:04 [12,815ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:04 [12,815ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:04 [12,890ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:04 [12,890ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:04 [12,961ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:04 [12,961ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:04 [13,032ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:04 [13,032ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:04 [13,108ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:04 [13,108ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:04 [13,178ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:04 [13,178ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:04 [13,250ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:04 [13,250ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:05 [13,321ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:05 [13,321ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:05 [13,391ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:05 [13,391ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:05 [13,461ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:05 [13,461ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:05 [13,538ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:05 [13,538ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:05 [13,613ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:05 [13,613ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:05 [13,688ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:05 [13,688ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:05 [13,760ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:05 [13,760ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:05 [13,833ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:05 [13,833ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:05 [13,908ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:05 [13,908ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:05 [13,982ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:05 [13,982ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:05 [14,053ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:05 [14,053ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:05 [14,127ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:05 [14,127ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:05 [14,238ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:05 [14,238ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:06 [14,329ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:06 [14,329ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:06 [14,400ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:06 [14,400ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:06 [14,475ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:06 [14,475ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:06 [14,548ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:06 [14,548ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:06 [14,624ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:06 [14,624ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:06 [14,697ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:06 [14,697ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:06 [14,772ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:06 [14,772ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:06 [14,852ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:06 [14,852ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:06 [14,926ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:06 [14,926ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:06 [15,005ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:06 [15,005ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:06 [15,081ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:06 [15,081ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:06 [15,157ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:06 [15,157ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:06 [15,231ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:06 [15,231ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:07 [15,300ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:07 [15,300ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:07 [15,375ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:07 [15,375ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:07 [15,450ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:07 [15,450ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:07 [15,523ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:07 [15,523ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:07 [15,594ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:07 [15,594ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:07 [15,672ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:07 [15,672ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:07 [15,747ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:07 [15,747ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:07 [15,820ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:07 [15,820ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:07 [15,890ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:07 [15,890ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:07 [15,963ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:07 [15,963ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:07 [16,036ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:07 [16,036ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:07 [16,114ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:07 [16,114ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:07 [16,185ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:07 [16,185ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:07 [16,260ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:07 [16,260ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:08 [16,334ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:08 [16,334ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:08 [16,404ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:08 [16,404ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:08 [16,479ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:08 [16,479ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:08 [16,553ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:08 [16,553ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:08 [16,624ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:08 [16,624ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:08 [16,701ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:08 [16,701ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:08 [16,778ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:08 [16,778ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:08 [16,854ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:08 [16,854ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:08 [16,928ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:08 [16,928ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:08 [17,001ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:08 [17,001ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:08 [17,078ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:08 [17,078ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:08 [17,150ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:08 [17,150ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:08 [17,228ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:08 [17,228ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:09 [17,303ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:09 [17,303ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:09 [17,377ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:09 [17,377ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:09 [17,451ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:09 [17,451ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:09 [17,527ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:09 [17,527ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:09 [17,601ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:09 [17,601ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:09 [17,676ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:09 [17,676ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:09 [17,748ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:09 [17,748ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:09 [17,823ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:09 [17,823ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:09 [17,897ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:09 [17,897ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:09 [17,968ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:09 [17,968ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:09 [18,036ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:09 [18,036ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:09 [18,112ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:09 [18,112ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:09 [18,182ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:09 [18,182ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:09 [18,253ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:09 [18,253ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:10 [18,325ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:10 [18,325ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:10 [18,400ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:10 [18,400ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:10 [18,471ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:10 [18,471ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:10 [18,548ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:10 [18,548ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:10 [18,623ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:10 [18,624ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:10 [18,699ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:10 [18,699ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:10 [18,772ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:10 [18,772ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:10 [18,850ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:10 [18,851ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:10 [18,926ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:10 [18,926ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:10 [18,999ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:10 [18,999ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:10 [19,074ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:10 [19,074ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:10 [19,146ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:10 [19,146ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:10 [19,220ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:10 [19,220ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:11 [19,291ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:11 [19,291ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:11 [19,366ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:11 [19,366ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:11 [19,440ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:11 [19,441ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:11 [19,515ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:11 [19,515ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:11 [19,591ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:11 [19,591ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:11 [19,668ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:11 [19,668ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:11 [19,744ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:11 [19,744ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:11 [19,818ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:11 [19,818ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:11 [19,895ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:11 [19,895ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:11 [19,969ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:11 [19,969ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:11 [20,044ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:11 [20,044ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:11 [20,118ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:11 [20,118ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:11 [20,193ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:11 [20,193ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-27 16:42:11 [20,222ms] [Error] [carb.flatcache.plugin] removePath called on non-existent path /__OgnSdgInstanceMappingCache__ 

2022-10-27 16:42:11 [20,241ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-27 16:42:11 [20,241ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
[20.248s] Simulation App Shutting Down
[20.248s] [ext: omni.isaac.sim.python-2022.1.1] shutdown
[20.248s] [ext: omni.graph.visualization.nodes-1.1.1] shutdown
[20.261s] [ext: omni.replicator.isaac-1.3.2] shutdown
[20.262s] [ext: omni.graph.bundle.action-1.0.0] shutdown
[20.262s] [ext: omni.graph.window.action-1.3.8] shutdown
[20.278s] [ext: omni.graph.window.generic-1.3.8] shutdown
[20.299s] [ext: omni.graph.window.core-1.23.4] shutdown
[20.309s] [ext: omni.isaac.utils-0.1.11] shutdown
[20.377s] [ext: omni.isaac.universal_robots-0.3.0] shutdown
[20.377s] [ext: omni.isaac.dofbot-0.3.0] shutdown
[20.377s] [ext: omni.isaac.franka-0.3.0] shutdown
[20.377s] [ext: omni.isaac.manipulators-1.0.1] shutdown
[20.378s] [ext: omni.isaac.surface_gripper-0.1.2] shutdown
[20.439s] [ext: omni.isaac.range_sensor-0.4.3] shutdown
[20.459s] [ext: omni.isaac.motion_generation-3.6.1] shutdown
[20.459s] [ext: omni.isaac.motion_planning-0.2.0] shutdown
[20.460s] [ext: omni.isaac.wheeled_robots-0.5.8] shutdown
[20.461s] [ext: omni.isaac.isaac_sensor-1.0.2] shutdown
[20.532s] [ext: omni.isaac.core_nodes-0.13.0] shutdown
[20.533s] [ext: omni.isaac.synthetic_utils-0.3.5] shutdown
[20.533s] [ext: omni.isaac.occupancy_map-0.2.4] shutdown
[20.652s] [ext: omni.isaac.core-1.24.3] shutdown
[20.652s] [ext: omni.isaac.ml_archive-1.1.0] shutdown
[20.652s] [ext: omni.isaac.core_archive-1.2.0] shutdown
[20.652s] [ext: omni.isaac.debug_draw-0.1.2] shutdown
[20.653s] [ext: omni.isaac.dynamic_control-1.1.0] shutdown
[20.701s] [ext: omni.isaac.kit-0.2.1] shutdown
[20.701s] [ext: omni.isaac.lula-1.1.0] shutdown
[20.711s] [ext: omni.isaac.urdf-0.4.0] shutdown
[20.799s] [ext: omni.isaac.ui-0.2.1] shutdown
[20.799s] [ext: omni.isaac.version-1.0.0] shutdown
[20.800s] [ext: omni.kit.asset_converter-1.2.31] shutdown
[20.809s] [ext: omni.graph.instancing-1.1.4] shutdown
[20.810s] [ext: omni.kit.browser.folder.core-1.1.13] shutdown
[20.820s] [ext: omni.kit.browser.core-2.0.12] shutdown
[20.829s] [ext: omni.kit.graph.widget.variables-2.0.2] shutdown
[20.838s] [ext: omni.kit.graph.editor.core-1.3.3] shutdown
[20.846s] [ext: omni.kit.graph.delegate.default-1.0.15] shutdown
[20.855s] [ext: omni.kit.graph.delegate.modern-1.6.0] shutdown
[20.864s] [ext: omni.kit.graph.usd.commands-1.1.0] shutdown
[20.874s] [ext: omni.replicator.composer-1.1.3] shutdown
[20.893s] [ext: omni.kit.manipulator.viewport-1.0.6] shutdown
[20.903s] [ext: omni.ui.scene-1.5.0] shutdown
[20.903s] [ext: omni.rtx.settings.core-0.5.5] shutdown
[20.905s] [ext: omni.rtx.window.settings-0.6.1] shutdown
[20.906s] [ext: omni.physx.bundle-1.4.15-5.1] shutdown
[20.906s] [ext: omni.physx.cct-1.4.15-5.1] shutdown
[20.916s] [ext: omni.physx.tests-1.4.15-5.1] shutdown
[20.925s] [ext: omni.physx.vehicle-1.4.15-5.1] shutdown
[20.949s] [ext: omni.physx.camera-1.4.15-5.1] shutdown
[20.959s] [ext: omni.physx.demos-1.4.15-5.1] shutdown
[20.967s] [ext: omni.kit.property.physx-0.1.0] shutdown
[20.978s] [ext: omni.physx.ui-1.4.15-5.1] shutdown
[20.992s] [ext: omni.replicator.core-1.4.3] shutdown
[21.011s] [ext: omni.syntheticdata-0.2.1] shutdown
[21.012s] [ext: omni.graph.tutorials-1.1.2] shutdown
[21.012s] [ext: omni.graph.nodes-1.26.0] shutdown
[21.013s] [ext: omni.graph.scriptnode-0.5.0] shutdown
[21.013s] [ext: omni.graph.action-1.18.0] shutdown
[21.013s] [ext: omni.graph.ui-1.6.1] shutdown
2022-10-27 16:42:12 [21,042ms] [Warning] [omni.kit.menu.utils.scripts.utils] omni.kit.menu.utils remove_menu_items "Create" failed list.remove(x): x not in list
[21.059s] [ext: omni.kit.menu.edit-1.0.6] shutdown
[21.064s] [ext: omni.kit.window.viewport-0.0.0] shutdown
[21.066s] [ext: omni.kit.window.status_bar-0.1.1] shutdown
[21.067s] [ext: omni.kit.window.script_editor-1.6.2] shutdown
[21.067s] [ext: omni.kit.property.bundle-1.2.4] shutdown
[21.067s] [ext: omni.kit.property.transform-1.0.2] shutdown
[21.067s] [ext: omni.kit.property.material-1.8.5] shutdown
[21.067s] [ext: omni.kit.property.light-1.0.5] shutdown
[21.067s] [ext: omni.kit.property.camera-1.0.3] shutdown
[21.067s] [ext: omni.kit.property.geometry-1.2.0] shutdown
[21.068s] [ext: omni.kit.property.render-1.1.0] shutdown
[21.068s] [ext: omni.kit.property.audio-1.0.5] shutdown
[21.068s] [ext: omni.kit.property.skel-1.0.1] shutdown
[21.068s] [ext: omni.kit.property.usd-3.14.9] shutdown
2022-10-27 16:42:12 [21,077ms] [Warning] [omni.ext.impl._internal] omni.kit.property.usd-3.14.9 -> <class 'omni.kit.property.usd.widgets.UsdPropertyWidgets'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 180647024", "[1]:type: <class 'frame'>, id: 183608192", "[2]:type: <class 'cell'>, id: 140174613904400"]
[21.082s] [ext: omni.kit.property.layer-1.1.2] shutdown
[21.082s] [ext: omni.kit.window.property-1.6.3] shutdown
[21.082s] [ext: omni.kit.widget.layers-1.5.17] shutdown
[21.083s] [ext: omni.kit.window.content_browser-2.4.28] shutdown
2022-10-27 16:42:12 [21,095ms] [Warning] [omni.ext.impl._internal] omni.kit.window.content_browser-2.4.28 -> <class 'omni.kit.window.content_browser.extension.ContentBrowserExtension'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 140174629004832", "[1]:type: <class 'frame'>, id: 112208272", "[2]:type: <class 'frame'>, id: 100656992"]
[21.100s] [ext: omni.kit.menu.file-1.0.8] shutdown
[21.107s] [ext: omni.kit.window.file-1.3.16] shutdown
[21.107s] [ext: omni.kit.window.file_exporter-1.0.4] shutdown
[21.107s] [ext: omni.kit.window.stage-2.3.7] shutdown
[21.107s] [ext: omni.kit.widget.stage-2.6.15] shutdown
[21.107s] [ext: omni.kit.window.file_importer-1.0.4] shutdown
[21.107s] [ext: omni.kit.window.preferences-1.2.1] shutdown
2022-10-27 16:42:12 [21,118ms] [Warning] [omni.ext.impl._internal] omni.kit.window.preferences-1.2.1 -> <class 'omni.kit.window.preferences.scripts.preferences_window.PreferencesExtension'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 176855440", "[1]:type: <class 'frame'>, id: 175117024", "[2]:type: <class 'frame'>, id: 169457984"]
[21.123s] [ext: omni.kit.window.filepicker-2.4.30] shutdown
[21.123s] [ext: omni.kit.window.extensions-1.1.0] shutdown
[21.124s] [ext: omni.kit.window.console-0.2.0] shutdown
[21.126s] [ext: omni.kit.widget.zoombar-1.0.3] shutdown
[21.135s] [ext: omni.kit.profiler.window-1.4.4] shutdown
[21.143s] [ext: omni.kit.widget.settings-1.0.0] shutdown
[21.143s] [ext: omni.kit.widget.searchfield-1.0.6] shutdown
[21.151s] [ext: semantics.schema.editor-0.2.3] shutdown
[21.217s] [ext: omni.kit.window.toolbar-1.2.4] shutdown
[21.217s] [ext: omni.warp-0.2.2] shutdown
[21.226s] [ext: omni.kit.menu.common-1.0.0] shutdown
[21.226s] [ext: omni.kit.context_menu-1.3.9] shutdown
[21.226s] [ext: omni.kit.menu.create-1.0.2] shutdown
[21.229s] [ext: omni.kit.primitive.mesh-1.0.0] shutdown
[21.231s] [ext: omni.kit.material.library-1.3.10] shutdown
[21.231s] [ext: omni.kit.menu.utils-1.2.11] shutdown
[21.232s] [ext: omni.kit.uiapp-0.0.0] shutdown
[21.232s] [ext: omni.kit.mainwindow-0.0.0] shutdown
[21.232s] [ext: omni.kit.widget.live-0.1.0] shutdown
[21.232s] [ext: omni.kit.ui_test-1.2.2] shutdown
[21.232s] [ext: omni.ui_query-1.1.1] shutdown
[21.232s] [ext: omni.kit.window.drop_support-1.0.0] shutdown
[21.232s] [ext: omni.kit.widget.filebrowser-2.2.27] shutdown
[21.232s] [ext: omni.kit.window.popup_dialog-2.0.8] shutdown
[21.232s] [ext: omni.kit.widget.versioning-1.3.8] shutdown
[21.233s] [ext: omni.kit.search_core-1.0.2] shutdown
[21.233s] [ext: omni.kit.widget.prompt-1.0.1] shutdown
[21.233s] [ext: omni.kit.notification_manager-1.0.5] shutdown
[21.233s] [ext: omni.kit.selection-0.1.0] shutdown
[21.233s] [ext: omni.kit.widget.browser_bar-2.0.3] shutdown
[21.233s] [ext: omni.kit.widget.graph-1.4.3] shutdown
[21.233s] [ext: omni.kit.widget.path_field-2.0.3] shutdown
[21.233s] [ext: omni.ui-2.10.3] shutdown
[21.233s] [ext: omni.kit.window.title-1.1.2] shutdown
2022-10-27 16:42:12 [21,239ms] [Warning] [omni.ext.impl._internal] omni.kit.window.title-1.1.2 -> <class 'omni.kit.window.title.title.WindowTitle'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 22766688"]
[21.244s] [ext: omni.kit.renderer.capture-0.0.0] shutdown
[21.244s] [ext: omni.kit.renderer.core-0.0.0] shutdown
2022-10-27 16:42:12 [21,243ms] [Warning] [omni.kit.renderer.plugin] Found 14 dangling textures
[21.250s] [ext: omni.appwindow-1.0.0] shutdown
[21.250s] [ext: omni.physx.commands-1.4.15-5.1] shutdown
[21.259s] [ext: omni.kit.usd_undo-0.1.0] shutdown
[21.259s] [ext: omni.graph-1.23.0] shutdown
2022-10-27 16:42:12 [21,264ms] [Warning] [omni.ext.impl._internal] omni.graph-1.23.0 -> <class 'omni.graph.core._impl.extension.PublicExtension'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 100698480", "[1]:type: <class 'frame'>, id: 100695008", "[2]:type: <class 'frame'>, id: 190556960", "[3]:type: <class 'frame'>, id: 169148112", "[4]:type: <class 'frame'>, id: 190925920", '[*] ...']
[21.269s] [ext: omni.command.usd-1.0.1] shutdown
[21.269s] [ext: omni.kit.test-0.0.0] shutdown
[21.270s] [ext: omni.kit.loop-isaac-0.1.0] shutdown
[21.270s] [ext: omni.kit.pip_torch-1_11_0-0.1.3] shutdown
[21.278s] [ext: omni.usd.schema.isaac-0.2.0] shutdown
[21.279s] [ext: omni.physx.tensors-0.1.0] shutdown
[21.279s] [ext: omni.physx-1.4.15-5.1] shutdown
[21.286s] [ext: omni.convexdecomposition-1.4.15] shutdown
[21.293s] [ext: omni.localcache-0.0.0] shutdown
[21.299s] [ext: omni.kvdb-0.0.0] shutdown
[21.305s] [ext: omni.physics.tensors-0.1.0] shutdown
[21.312s] [ext: omni.usd.schema.forcefield-0.0.0] shutdown
[21.319s] [ext: omni.usd.schema.physx-0.0.0] shutdown
[21.326s] [ext: omni.debugdraw-0.1.0] shutdown
[21.327s] [ext: omni.graph.core-2.29.1] shutdown
[21.327s] [ext: omni.kit.viewport.legacy_gizmos-1.0.0] shutdown
[21.327s] [ext: omni.kit.stage_templates-1.1.2] shutdown
[21.327s] [ext: omni.hydra.engine.stats-1.0.0] shutdown
[21.327s] [ext: omni.usd-1.5.3] shutdown
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000000 (/tmp/carb.WyNLmT/filter.28x28.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000001 (/tmp/carb.WyNLmT/options.28x28.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000002 (/tmp/carb.WyNLmT/plus.24x32.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000003 (/tmp/carb.WyNLmT/eye_header.44x28.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000004 (/tmp/carb.WyNLmT/bookmark_grey.36x36.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000005 (/tmp/carb.WyNLmT/angle_right.32x32.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000006 (/tmp/carb.WyNLmT/angle_left.32x32.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000007 (/tmp/carb.WyNLmT/search.32x32.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000008 (/tmp/carb.WyNLmT/settings.28x40.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000009 (/tmp/carb.WyNLmT/filter.28x32.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000000a (/tmp/carb.WyNLmT/list.32x40.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000000b (/tmp/carb.WyNLmT/toolbar_select_model.56x56.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000000c (/tmp/carb.WyNLmT/toolbar_select_prim.56x56.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000000d (/tmp/carb.WyNLmT/toolbar_select_models.56x56.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000000e (/tmp/carb.WyNLmT/toolbar_move_global.56x56.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000000f (/tmp/carb.WyNLmT/toolbar_rotate_global.56x56.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000010 (/tmp/carb.WyNLmT/toolbar_scale.56x56.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000011 (/tmp/carb.WyNLmT/toolbar_snap.56x56.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000012 (/tmp/carb.WyNLmT/toolbar_play.56x56.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000013 (/tmp/carb.WyNLmT/toolbar_pause.56x56.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000014 (/tmp/carb.WyNLmT/layers.36x36.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000015 (/tmp/carb.WyNLmT/layer_save.28x28.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000016 (/tmp/carb.WyNLmT/layers_switch_local.84x44.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000017 (/tmp/carb.WyNLmT/layers_switch_global.84x44.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000018 (/tmp/carb.WyNLmT/cloud.28x28.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000019 (/tmp/carb.WyNLmT/drop_down.12x12.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000001a (/tmp/carb.WyNLmT/external_link.52x52.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000001b (/tmp/carb.WyNLmT/new_layer.52x52.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000001c (/tmp/carb.WyNLmT/trash.44x44.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000001d (/tmp/carb.WyNLmT/options.28x32.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000001f (/tmp/carb.WyNLmT/Plus.20x20.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000020 (/tmp/carb.WyNLmT/Prim.40x40.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000021 (/tmp/carb.WyNLmT/layers.40x40.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000022 (/tmp/carb.WyNLmT/layer_delta.24x24.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000023 (/tmp/carb.WyNLmT/sensor_icon.52x28.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000024 (/tmp/carb.WyNLmT/Xform.40x40.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000000 (/tmp/carb.WyNLmT/filter.28x28.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000001 (/tmp/carb.WyNLmT/options.28x28.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000002 (/tmp/carb.WyNLmT/eye_header.44x28.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000003 (/tmp/carb.WyNLmT/plus.24x32.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000004 (/tmp/carb.WyNLmT/angle_left.32x32.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000005 (/tmp/carb.WyNLmT/angle_right.32x32.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000006 (/tmp/carb.WyNLmT/bookmark_grey.36x36.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000007 (/tmp/carb.WyNLmT/search.32x32.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000008 (/tmp/carb.WyNLmT/settings.28x40.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000009 (/tmp/carb.WyNLmT/filter.28x32.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000000b (/tmp/carb.WyNLmT/list.32x40.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000000c (/tmp/carb.WyNLmT/toolbar_select_model.56x56.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000000d (/tmp/carb.WyNLmT/toolbar_select_prim.56x56.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000000e (/tmp/carb.WyNLmT/toolbar_select_models.56x56.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000000f (/tmp/carb.WyNLmT/toolbar_move_global.56x56.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000010 (/tmp/carb.WyNLmT/toolbar_rotate_global.56x56.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000011 (/tmp/carb.WyNLmT/toolbar_scale.56x56.png)
2022-10-27 16:42:13 [21,322ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000012 (/tmp/carb.WyNLmT/toolbar_snap.56x56.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000013 (/tmp/carb.WyNLmT/toolbar_play.56x56.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000014 (/tmp/carb.WyNLmT/toolbar_pause.56x56.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000015 (/tmp/carb.WyNLmT/layers.36x36.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000016 (/tmp/carb.WyNLmT/layer_save.28x28.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000017 (/tmp/carb.WyNLmT/layers_switch_local.84x44.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000018 (/tmp/carb.WyNLmT/layers_switch_global.84x44.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000019 (/tmp/carb.WyNLmT/cloud.28x28.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000001a (/tmp/carb.WyNLmT/drop_down.12x12.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000001b (/tmp/carb.WyNLmT/external_link.52x52.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000001c (/tmp/carb.WyNLmT/new_layer.52x52.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000001d (/tmp/carb.WyNLmT/trash.44x44.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000001e (/tmp/carb.WyNLmT/options.28x32.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000020 (/tmp/carb.WyNLmT/Plus.20x20.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000021 (/tmp/carb.WyNLmT/layers.40x40.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000022 (/tmp/carb.WyNLmT/Prim.40x40.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000023 (/tmp/carb.WyNLmT/layer_delta.24x24.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000024 (/tmp/carb.WyNLmT/sensor_icon.52x28.png)
2022-10-27 16:42:13 [21,323ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000026 (/tmp/carb.WyNLmT/Xform.40x40.png)
[21.333s] [ext: omni.usdphysics-1.4.15] shutdown
[21.333s] [ext: omni.usd.schema.physics-1.0.0] shutdown
[21.341s] [ext: omni.kit.audiodeviceenum-1.0.0] shutdown
[21.341s] [ext: omni.uiaudio-1.0.0] shutdown
[21.342s] [ext: carb.audio-0.1.0] shutdown
[21.342s] [ext: omni.kit.renderer.init-0.0.0] shutdown
[21.567s] [ext: carb.windowing.plugins-1.0.0] shutdown
[21.567s] [ext: omni.renderer-rtx-0.0.0] shutdown
[21.568s] [ext: omni.client-0.1.0] shutdown
[21.568s] [ext: omni.assets.plugins-0.0.0] shutdown
[21.568s] [ext: omni.hydra.scene_delegate-0.2.0] shutdown
[21.568s] [ext: omni.gpu_foundation-0.0.0] shutdown
2022-10-27 16:42:13 [21,563ms] [Warning] [carb] unloadPlugin: Failed to find a plugin at: /isaac-sim/kit/plugins/carb_gfx/libcarb.blockcompression.plugin.so.
2022-10-27 16:42:13 [21,563ms] [Warning] [carb] unloadPlugin: Failed to find a plugin at: /isaac-sim/kit/plugins/rtx/librtx.xrtools.plugin.so.
[21.568s] [ext: omni.hydra.rtx-0.1.0] shutdown
2022-10-27 16:42:13 [21,565ms] [Warning] [carb] unloadPlugin: Failed to find a plugin at: /isaac-sim/kit/plugins/rtx/librtx.optixdenoising.plugin.so.
[21.571s] [ext: omni.kit.async_engine-0.0.0] shutdown
[21.571s] [ext: omni.kit.commands-1.2.2] shutdown
[21.571s] [ext: omni.mdl-0.1.0] shutdown
[21.571s] [ext: omni.graph.tools-1.4.0] shutdown
[21.571s] [ext: omni.kit.numpy.common-0.1.0] shutdown
[21.571s] [ext: omni.kit.pip_archive-0.0.0] shutdown
[21.571s] [ext: omni.kit.pipapi-0.0.0] shutdown
[21.571s] [ext: omni.mdl.neuraylib-0.1.0] shutdown
[21.571s] [ext: omni.stats-0.0.0] shutdown
[21.571s] [ext: omni.timeline-1.0.2] shutdown
[21.571s] [ext: omni.usd.schema.semantics-0.0.0] shutdown
[21.571s] [ext: omni.usd.schema.audio-0.0.0] shutdown
[21.571s] [ext: omni.usd.schema.anim-0.0.0] shutdown
[21.571s] [ext: omni.usd.schema.omnigraph-1.0.0] shutdown
[21.571s] [ext: omni.usd.libs-1.0.0] shutdown
[21.574s] [ext: omni.usd.config-1.0.0] shutdown
[21.574s] [ext: omni.kit.widget.stage_icons-1.0.2] shutdown
Simulation App Shutdown Complete
root@ryan-Raider-GE67HX-12UHS:/isaac-sim# 

Thanks for the help in advance!

Best,
Ryan

Hi. Are you able to run Isaac Sim as headless native mode or any other python samples in the container?

Hello,

Thanks for the response. I am able to run Isaac Sim headless and stream successfully through the Streaming Client. Additionally, when attempting to run ./python.sh standalone_examples/replicator/offline_generation.py I run into the same error as my custom script. Are there any other specific examples you would like me to try?

Do you have "headless": True set? The current container only support running Isaac Sim in headless mode.

See:
https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/tutorial_replicator_offline_generation.html?highlight=headless

Yes I do - I am running that exact code snippet and still receiving the issue.

Another thing to try is to reinstall your drivers. I recommend the 510 drivers.

Thanks for the suggestion. I just tried with 510 but still encountered the same issue unfortunately

root@ryan-Raider-GE67HX-12UHS:/isaac-sim# ./python.sh standalone_examples/replicator/offline_generation.py 
	libGLX_nvidia.so.0 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.0
	libGLX_nvidia.so.0 (libc6) => /usr/lib/i386-linux-gnu/libGLX_nvidia.so.0
Writing disposable ICD file (/tmp/tmp_icd_UZIgBa.json)...
GPU0
	apiVersion     = 1.3.194
	driverVersion  = 510.85.02
	vendorID       = 0x10de
	deviceID       = 0x2420
	deviceName     = NVIDIA GeForce RTX 3080 Ti Laptop GPU


Writing ICD file to (/etc/vulkan/icd.d/nvidia_icd.json)
Starting kit application with the fillowing args:  ['/isaac-sim/exts/omni.isaac.kit/omni/isaac/kit/simulation_app.py', '/isaac-sim/apps/omni.isaac.sim.python.kit', '--/app/tokens/exe-path=/isaac-sim/kit', '--/persistent/app/viewport/displayOptions=3094', '--/rtx/materialDb/syncLoads=True', '--/rtx/hydra/materialSyncLoads=True--/omni.kit.plugin/syncUsdLoads=True', '--/app/renderer/resolution/width=1024', '--/app/renderer/resolution/height=1024', '--/app/window/width=1440', '--/app/window/height=900', '--/renderer/multiGpu/enabled=True', '--ext-folder', '/isaac-sim/exts', '--ext-folder', '/isaac-sim/apps', '--/physics/cudaDevice=0', '--portable', '--no-window', '--allow-root']
Passing the following args to the base kit application:  []
[Warning] [omni.kit.app.plugin] No crash reporter present, dumps uploading isn't available.
[Info] [carb] Logging to file: /isaac-sim/kit/logs/Kit/Isaac-Sim/2022.1/kit_20221028_163112.log
2022-10-28 16:31:12 [5ms] [Warning] [omni.ext.plugin] [ext: omni.drivesim.sensors.nv.lidar] Extensions config 'extension.toml' doesn't exist '/isaac-sim/exts/omni.drivesim.sensors.nv.lidar' or '/isaac-sim/exts/omni.drivesim.sensors.nv.lidar/config'
[0.137s] [ext: omni.stats-0.0.0] startup
[0.155s] [ext: omni.gpu_foundation-0.0.0] startup
2022-10-28 16:31:12 [157ms] [Warning] [carb] FrameworkImpl::setDefaultPlugin(client: omni.gpu_foundation_factory.plugin, desc : [carb::graphics::Graphics v2.5], plugin : carb.graphics-vulkan.plugin) failed. Plugin selection is locked, because the interface was previously acquired by: 
[0.171s] [ext: carb.windowing.plugins-1.0.0] startup
2022-10-28 16:31:12 [161ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-28 16:31:12 [161ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
[0.172s] [ext: omni.assets.plugins-0.0.0] startup
[0.174s] [ext: omni.kit.renderer.init-0.0.0] startup

|---------------------------------------------------------------------------------------------|
| Driver Version: 510.85.2      | Graphics API: Vulkan
|=============================================================================================|
| GPU | Name                             | Active | LDA | GPU Memory | Vendor-ID | LUID       |
|     |                                  |        |     |            | Device-ID | UUID       |
|---------------------------------------------------------------------------------------------|
| 0   | NVIDIA GeForce RTX 3080 Ti Lap.. | Yes: 0 |     | 16384   MB | 10de      | 0          |
|     |                                  |        |     |            | 2420      | 733e6d43.. |
|=============================================================================================|
| OS: Linux ryan-Raider-GE67HX-12UHS, Version: 5.19.5-051905-generic
| Processor: 12th Gen Intel(R) Core(TM) i9-12900HX | Cores: Unknown | Logical: 24
|---------------------------------------------------------------------------------------------|
| Total Memory (MB): 31802 | Free Memory: 28663
| Total Page/Swap (MB): 2047 | Free Page/Swap: 2047
|---------------------------------------------------------------------------------------------|

Can you share the full log file with this driver please?
Do you still see this line?
[Warning] [omni.usd] Failed to create Hydra Engine for viewport!
Try running with --reset-data to reset the shader cache too.

Which OS are you on? You can check by running:
lsb_release -a

Hi,

Yes the full logs are here - same issue.

2022-10-28 16:31:13 [532ms] [Error] [gpu.foundation.plugin] Failed opening shader cache version file: /isaac-sim/kit/cache/Kit/103.1/73d4ca54/shadercache/release/version
2022-10-28 16:31:13 [532ms] [Error] [gpu.foundation.plugin] Failed to process shader cache version file
2022-10-28 16:31:13 [533ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-28 16:31:13 [533ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
2022-10-28 16:31:13 [533ms] [Error] [carb.glinterop.plugin] GLInteropContext::init: carb::windowing is not available
2022-10-28 16:31:13 [533ms] [Warning] [gpu.foundation.plugin] Realm: no OpenGL interop context.
2022-10-28 16:31:13 [591ms] [Warning] [carb.cudainterop.plugin] On Linux only, CUDA and the display driver does not support IOMMU-enabled bare-metal PCIe peer to peer memory copy.
However, CUDA and the display driver does support IOMMU via VM pass through. As a consequence, users on Linux,
when running on a native bare metal system, should disable the IOMMU. The IOMMU should be enabled and the VFIO driver
be used as a PCIe pass through for virtual machines.
[0.612s] [ext: omni.kit.pipapi-0.0.0] startup
[0.627s] [ext: omni.kit.pip_archive-0.0.0] startup
[0.649s] [ext: omni.usd.config-1.0.0] startup
[0.651s] [ext: omni.usd.libs-1.0.0] startup
[0.797s] [ext: omni.isaac.core_archive-1.2.0] startup
Collecting certifi==2021.5.30
  Using cached certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
Installing collected packages: certifi
Successfully installed certifi-2021.5.30
WARNING: You are using pip version 20.1.1; however, version 22.3 is available.
You should consider upgrading via the '/isaac-sim/kit/python/bin/python3 -m pip install --upgrade pip' command.
[2.798s] [ext: omni.kit.pip_torch-1_11_0-0.1.3] startup
[2.891s] [ext: omni.isaac.ml_archive-1.1.0] startup
[2.952s] [ext: omni.kit.async_engine-0.0.0] startup
[2.954s] [ext: omni.kit.loop-isaac-0.1.0] startup
[2.955s] [ext: omni.client-0.1.0] startup
[2.973s] [ext: omni.appwindow-1.0.0] startup
2022-10-28 16:31:15 [2,962ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-28 16:31:15 [2,962ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
[2.976s] [ext: omni.kit.renderer.core-0.0.0] startup
2022-10-28 16:31:15 [2,970ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-28 16:31:15 [2,970ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
2022-10-28 16:31:15 [2,970ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-28 16:31:15 [2,970ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
2022-10-28 16:31:15 [2,970ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-28 16:31:15 [2,970ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
2022-10-28 16:31:15 [2,971ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-28 16:31:15 [2,971ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
[3.034s] [ext: omni.kit.test-0.0.0] startup
[3.035s] [ext: omni.ui-2.10.3] startup
[3.067s] [ext: carb.audio-0.1.0] startup
[3.069s] [ext: omni.kit.mainwindow-0.0.0] startup
[3.072s] [ext: omni.uiaudio-1.0.0] startup
[3.074s] [ext: omni.kit.uiapp-0.0.0] startup
[3.074s] [ext: omni.usd.schema.physics-1.0.0] startup
[3.113s] [ext: omni.usd.schema.anim-0.0.0] startup
[3.151s] [ext: omni.usd.schema.audio-0.0.0] startup
[3.160s] [ext: omni.usd.schema.isaac-0.2.0] startup
[3.219s] [ext: omni.usd.schema.semantics-0.0.0] startup
[3.227s] [ext: omni.usd.schema.physx-0.0.0] startup
[3.259s] [ext: omni.usd.schema.omnigraph-1.0.0] startup
[3.270s] [ext: omni.timeline-1.0.2] startup
[3.273s] [ext: omni.kit.audiodeviceenum-1.0.0] startup
[3.276s] [ext: omni.kit.commands-1.2.2] startup
[3.286s] [ext: omni.hydra.scene_delegate-0.2.0] startup
[3.296s] [ext: omni.usd-1.5.3] startup
[3.364s] [ext: omni.kit.asset_converter-1.2.31] startup
[3.385s] [ext: omni.usd.schema.forcefield-0.0.0] startup
[3.392s] [ext: omni.kit.search_core-1.0.2] startup
[3.395s] [ext: omni.kvdb-0.0.0] startup
[3.398s] [ext: omni.kit.widget.filebrowser-2.2.27] startup
[3.426s] [ext: omni.localcache-0.0.0] startup
[3.429s] [ext: omni.kit.window.title-1.1.2] startup
2022-10-28 16:31:16 [3,427ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-28 16:31:16 [3,427ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
2022-10-28 16:31:16 [3,429ms] [Error] [carb.windowing-glfw.plugin] GLFW initialization failed.
2022-10-28 16:31:16 [3,429ms] [Error] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.3]) (impl: carb.windowing-glfw.plugin)
[3.440s] [ext: omni.usdphysics-1.4.15] startup
[3.443s] [ext: omni.mdl.neuraylib-0.1.0] startup
[3.448s] [ext: omni.kit.window.popup_dialog-2.0.8] startup
[3.454s] [ext: omni.kit.menu.utils-1.2.11] startup
[3.470s] [ext: omni.mdl-0.1.0] startup
[3.546s] [ext: omni.convexdecomposition-1.4.15] startup
[3.551s] [ext: omni.kit.material.library-1.3.10] startup
[3.559s] [ext: omni.kit.menu.create-1.0.2] startup
[3.561s] [ext: omni.hydra.rtx-0.1.0] startup
[3.575s] [ext: omni.renderer-rtx-0.0.0] startup
[3.576s] [ext: omni.kit.context_menu-1.3.9] startup
[3.588s] [ext: omni.kit.widget.path_field-2.0.3] startup
[3.592s] [ext: omni.kit.window.drop_support-1.0.0] startup
[3.593s] [ext: omni.kit.viewport.legacy_gizmos-1.0.0] startup
[3.595s] [ext: omni.hydra.engine.stats-1.0.0] startup
[3.599s] [ext: omni.graph.tools-1.4.0] startup
[3.682s] [ext: omni.kit.widget.browser_bar-2.0.3] startup
[3.685s] [ext: omni.kit.window.viewport-0.0.0] startup
2022-10-28 16:31:16 [3,690ms] [Error] [gpu.foundation.plugin] Cannot load shader file 'rtx/materialflattener/GeneratePlanarProjectionUV.cs.hlsl'.
2022-10-28 16:31:16 [3,690ms] [Error] [gpu.foundation.plugin] buildShaderAsync() failed: rtx/materialflattener/GeneratePlanarProjectionUV.cs.hlsl
2022-10-28 16:31:16 [3,690ms] [Error] [rtx.raytracing.plugin] Failed to async compile compute shader: rtx/materialflattener/GeneratePlanarProjectionUV.cs.hlsl
2022-10-28 16:31:16 [3,690ms] [Error] [rtx.raytracing.plugin] [Check failed]: m_generateProjectionUVpass
2022-10-28 16:31:16 [3,690ms] [Error] [carb.scenerenderer-rtx.plugin] Error initializing material flattener
2022-10-28 16:31:16 [3,690ms] [Warning] [omni.hydra.rtx] HydraEngine rtx failed creating scene renderer.
[3.728s] [ext: omni.ui.scene-1.5.0] startup
[3.734s] [ext: omni.kit.widget.versioning-1.3.8] startup
[3.740s] [ext: omni.kit.notification_manager-1.0.5] startup
[3.747s] [ext: omni.graph.core-2.29.1] startup
[3.751s] [ext: omni.kit.stage_templates-1.1.2] startup
[3.755s] [ext: omni.kit.manipulator.viewport-1.0.6] startup
[3.758s] [ext: omni.kit.window.filepicker-2.4.30] startup
OmniAssetFileFormat
[3.813s] [ext: omni.graph-1.23.0] startup
[3.882s] [ext: omni.kit.widget.stage_icons-1.0.2] startup
[3.884s] [ext: omni.kit.widget.stage-2.6.15] startup
[3.899s] [ext: omni.graph.visualization.nodes-1.1.1] startup
[3.907s] [ext: omni.kit.window.stage-2.3.7] startup
[3.911s] [ext: omni.physx-1.4.15-5.1] startup
[3.988s] [ext: omni.kit.widget.settings-1.0.0] startup
[4.005s] [ext: omni.kit.menu.common-1.0.0] startup
[4.012s] [ext: omni.kit.widget.graph-1.4.3] startup
[4.036s] [ext: omni.kit.window.file_importer-1.0.4] startup
[4.038s] [ext: omni.kit.window.file_exporter-1.0.4] startup
[4.040s] [ext: omni.kit.window.property-1.6.3] startup
[4.043s] [ext: omni.kit.window.extensions-1.1.0] startup
[4.062s] [ext: omni.kit.window.file-1.3.16] startup
[4.069s] [ext: omni.isaac.ui-0.2.1] startup
[4.079s] [ext: omni.kit.window.content_browser-2.4.28] startup
[4.110s] [ext: semantics.schema.editor-0.2.3] startup
[4.114s] [ext: omni.isaac.urdf-0.4.0] startup
[4.151s] [ext: omni.kit.window.preferences-1.2.1] startup
[4.181s] [ext: omni.ui_query-1.1.1] startup
[4.184s] [ext: omni.debugdraw-0.1.0] startup
[4.189s] [ext: omni.kit.property.usd-3.14.9] startup
[4.241s] [ext: omni.kit.widget.prompt-1.0.1] startup
[4.243s] [ext: omni.kit.usd_undo-0.1.0] startup
[4.245s] [ext: omni.kit.ui_test-1.2.2] startup
[4.250s] [ext: omni.graph.ui-1.6.1] startup
[4.301s] [ext: omni.kit.widget.zoombar-1.0.3] startup
[4.303s] [ext: omni.kit.widget.searchfield-1.0.6] startup
[4.339s] [ext: omni.graph.action-1.18.0] startup
[4.361s] [ext: omni.kit.graph.delegate.default-1.0.15] startup
[4.364s] [ext: omni.kit.browser.core-2.0.12] startup
[4.374s] [ext: omni.graph.scriptnode-0.5.0] startup
[4.378s] [ext: omni.command.usd-1.0.1] startup
[4.382s] [ext: omni.kit.selection-0.1.0] startup
[4.385s] [ext: omni.kit.graph.editor.core-1.3.3] startup
[4.393s] [ext: omni.kit.browser.folder.core-1.1.13] startup
[4.400s] [ext: omni.graph.nodes-1.26.0] startup
[4.424s] [ext: omni.kit.menu.edit-1.0.6] startup
[4.429s] [ext: omni.graph.instancing-1.1.4] startup
[4.437s] [ext: omni.syntheticdata-0.2.1] startup
[4.521s] [ext: omni.kit.primitive.mesh-1.0.0] startup
[4.531s] [ext: omni.kit.graph.widget.variables-2.0.2] startup
[4.535s] [ext: omni.kit.graph.delegate.modern-1.6.0] startup
[4.541s] [ext: omni.physics.tensors-0.1.0] startup
[4.551s] [ext: omni.kit.graph.usd.commands-1.1.0] startup
[4.552s] [ext: omni.kit.numpy.common-0.1.0] startup
[4.555s] [ext: omni.isaac.version-1.0.0] startup
[4.556s] [ext: omni.physx.tensors-0.1.0] startup
[4.757s] [ext: omni.graph.window.core-1.23.4] startup
[4.789s] [ext: omni.isaac.dynamic_control-1.1.0] startup
[4.806s] [ext: omni.kit.renderer.capture-0.0.0] startup
[4.810s] [ext: omni.warp-0.2.2] startup
Warp initialized:
   Version: 0.2.2
   CUDA device: NVIDIA GeForce RTX 3080 Ti Laptop GPU
   Kernel cache: /root/.cache/warp/0.2.2
WARNING: Attribute 'inputs:collider_offset' description should not be empty
WARNING: Attribute 'inputs:ground' description should not be empty
WARNING: Attribute 'inputs:ground_plane' description should not be empty
WARNING: Attribute 'inputs:density' description should not be empty
WARNING: Attribute 'inputs:k_tri_elastic' description should not be empty
WARNING: Attribute 'inputs:k_tri_area' description should not be empty
WARNING: Attribute 'inputs:k_tri_damp' description should not be empty
WARNING: Attribute 'inputs:k_edge_bend' description should not be empty
WARNING: Attribute 'inputs:k_edge_damp' description should not be empty
WARNING: Attribute 'inputs:k_contact_elastic' description should not be empty
WARNING: Attribute 'inputs:k_contact_damp' description should not be empty
WARNING: Attribute 'inputs:k_contact_friction' description should not be empty
WARNING: Attribute 'inputs:k_contact_mu' description should not be empty
WARNING: Attribute 'inputs:num_substeps' description should not be empty
WARNING: Attribute 'inputs:gravity' description should not be empty
WARNING: Attribute 'inputs:resolution' description should not be empty
WARNING: Attribute 'inputs:speed' description should not be empty
WARNING: Attribute 'inputs:damp' description should not be empty
WARNING: Attribute 'inputs:grid' description should not be empty
WARNING: Attribute 'inputs:collider_0' description should not be empty
WARNING: Attribute 'inputs:collider_1' description should not be empty
WARNING: Attribute 'inputs:collider_2' description should not be empty
WARNING: Attribute 'inputs:collider_3' description should not be empty
WARNING: Attribute 'inputs:buoyancy_enabled' description should not be empty
WARNING: Attribute 'inputs:density_0' description should not be empty
WARNING: Attribute 'inputs:density_1' description should not be empty
WARNING: Attribute 'inputs:density_2' description should not be empty
WARNING: Attribute 'inputs:density_3' description should not be empty
WARNING: Attribute 'inputs:displace' description should not be empty
WARNING: Attribute 'inputs:gravity' description should not be empty
WARNING: Attribute 'inputs:buoyancy' description should not be empty
WARNING: Attribute 'inputs:buoyancy_damp' description should not be empty
WARNING: Attribute 'inputs:delay' description should not be empty
WARNING: Attribute 'outputs:vertices' description should not be empty
WARNING: Attribute 'outputs:face_indices' description should not be empty
WARNING: Attribute 'outputs:face_counts' description should not be empty
WARNING: Attribute 'inputs:fps' description should not be empty
WARNING: Attribute 'inputs:start' description should not be empty
WARNING: Attribute 'inputs:end' description should not be empty
WARNING: Attribute 'outputs:time' description should not be empty
WARNING: Node description should not be empty
WARNING: Attribute 'inputs:execIn' description should not be empty
WARNING: Attribute 'inputs:sdf_min' description should not be empty
WARNING: Attribute 'inputs:sdf_max' description should not be empty
WARNING: Attribute 'inputs:spacing' description should not be empty
WARNING: Attribute 'inputs:spacing_jitter' description should not be empty
WARNING: Attribute 'inputs:velocity' description should not be empty
WARNING: Attribute 'inputs:max_points' description should not be empty
WARNING: Attribute 'inputs:mass' description should not be empty
WARNING: Attribute 'inputs:radius' description should not be empty
WARNING: Attribute 'inputs:k_contact_elastic' description should not be empty
WARNING: Attribute 'inputs:k_contact_damp' description should not be empty
WARNING: Attribute 'inputs:k_contact_friction' description should not be empty
WARNING: Attribute 'inputs:k_contact_mu' description should not be empty
WARNING: Attribute 'inputs:k_contact_cohesion' description should not be empty
WARNING: Attribute 'inputs:k_contact_adhesion' description should not be empty
WARNING: Attribute 'inputs:num_substeps' description should not be empty
WARNING: Attribute 'inputs:gravity' description should not be empty
WARNING: Attribute 'inputs:ground' description should not be empty
WARNING: Attribute 'inputs:ground_plane' description should not be empty
[19.415s] [ext: omni.graph.window.action-1.3.8] startup
[19.417s] [ext: omni.graph.tutorials-1.1.2] startup
[19.450s] [ext: omni.isaac.core-1.24.3] startup
[19.707s] [ext: omni.replicator.core-1.4.3] startup
[19.891s] [ext: omni.graph.bundle.action-1.0.0] startup
[19.891s] [ext: omni.isaac.kit-0.2.1] startup
[19.892s] [ext: omni.replicator.isaac-1.3.2] startup
[20.098s] [ext: omni.isaac.synthetic_utils-0.3.5] startup
[20.105s] [ext: omni.isaac.motion_planning-0.2.0] startup
[20.116s] [ext: omni.isaac.lula-1.1.0] startup
[20.123s] [ext: omni.isaac.surface_gripper-0.1.2] startup
[20.143s] [ext: omni.physx.commands-1.4.15-5.1] startup
[20.157s] [ext: omni.isaac.motion_generation-3.6.1] startup
[20.174s] [ext: omni.isaac.manipulators-1.0.1] startup
[20.178s] [ext: omni.physx.ui-1.4.15-5.1] startup
[20.226s] [ext: omni.kit.window.toolbar-1.2.4] startup
[20.237s] [ext: omni.isaac.universal_robots-0.3.0] startup
[20.239s] [ext: omni.kit.property.material-1.8.5] startup
[20.247s] [ext: omni.physx.tests-1.4.15-5.1] startup
[20.392s] [ext: omni.physx.demos-1.4.15-5.1] startup
[20.397s] [ext: omni.kit.widget.layers-1.5.17] startup
[20.449s] [ext: omni.kit.property.physx-0.1.0] startup
2022-10-28 16:31:33 [20,503ms] [Warning] [omni.physx.plugin] Deprecated: getSimulationEventStream is deprecated, please use getSimulationEventStreamV2
[20.516s] [ext: omni.kit.profiler.window-1.4.4] startup
[20.526s] [ext: omni.physx.cct-1.4.15-5.1] startup
[20.569s] [ext: omni.kit.property.layer-1.1.2] startup
[20.574s] [ext: omni.physx.camera-1.4.15-5.1] startup
[20.581s] [ext: omni.kit.property.skel-1.0.1] startup
[20.585s] [ext: omni.kit.property.render-1.1.0] startup
[20.586s] [ext: omni.kit.property.audio-1.0.5] startup
[20.589s] [ext: omni.kit.property.light-1.0.5] startup
[20.593s] [ext: omni.kit.property.camera-1.0.3] startup
[20.597s] [ext: omni.isaac.core_nodes-0.13.0] startup
[20.625s] [ext: omni.kit.property.transform-1.0.2] startup
[20.637s] [ext: omni.kit.property.geometry-1.2.0] startup
[20.642s] [ext: omni.isaac.debug_draw-0.1.2] startup
[20.647s] [ext: omni.physx.vehicle-1.4.15-5.1] startup
[20.669s] [ext: omni.isaac.wheeled_robots-0.5.8] startup
[20.699s] [ext: omni.kit.window.status_bar-0.1.1] startup
[20.703s] [ext: omni.kit.property.bundle-1.2.4] startup
[20.705s] [ext: omni.isaac.occupancy_map-0.2.4] startup
[20.720s] [ext: omni.physx.bundle-1.4.15-5.1] startup
[20.720s] [ext: omni.isaac.isaac_sensor-1.0.2] startup
2022-10-28 16:31:33 [20,719ms] [Warning] [omni.physx.plugin] Deprecated: getSimulationEventStream is deprecated, please use getSimulationEventStreamV2
[20.743s] [ext: omni.graph.window.generic-1.3.8] startup
[20.746s] [ext: omni.kit.window.script_editor-1.6.2] startup
[20.752s] [ext: omni.isaac.range_sensor-0.4.3] startup
[20.779s] [ext: omni.replicator.composer-1.1.3] startup
[20.811s] [ext: omni.rtx.window.settings-0.6.1] startup
[20.819s] [ext: omni.isaac.dofbot-0.3.0] startup
[20.820s] [ext: omni.kit.window.console-0.2.0] startup
[20.825s] [ext: omni.kit.widget.live-0.1.0] startup
2022-10-28 16:31:33 [20,816ms] [Warning] [omni.ext-live.plugin] Unable to detect Omniverse Cache Server. File /root/.nvidia-omniverse/config/Cache/Omniverse.toml is not found. Consider installing it (version >= 280) for better IO performance.
[20.828s] [ext: omni.isaac.utils-0.1.11] startup
[20.833s] [ext: omni.rtx.settings.core-0.5.5] startup
[20.841s] [ext: omni.isaac.franka-0.3.0] startup
[20.842s] [ext: omni.kit.menu.file-1.0.8] startup
[20.844s] [ext: omni.isaac.sim.python-2022.1.1] startup
[20.845s] Simulation App Starting
2022-10-28 16:31:33 [20,836ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:33 [20,836ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:33 [20,838ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/filter.28x28.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,838ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/options.28x28.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,839ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/eye_header.44x28.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,839ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/plus.24x32.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,840ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/angle_left.32x32.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,840ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/angle_right.32x32.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,840ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/bookmark_grey.36x36.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,841ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/search.32x32.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,841ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/settings.28x40.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,841ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/filter.28x32.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,844ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/list.32x40.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,845ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/toolbar_select_model.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,846ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/toolbar_select_prim.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,846ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/toolbar_select_models.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,847ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/toolbar_move_global.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,847ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/toolbar_rotate_global.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,847ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/toolbar_scale.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,848ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/toolbar_snap.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,848ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/toolbar_play.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,848ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/toolbar_pause.56x56.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,849ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/layers.36x36.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,849ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/layer_save.28x28.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,850ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/layers_switch_local.84x44.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,850ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/layers_switch_global.84x44.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,850ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/cloud.28x28.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,851ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/drop_down.12x12.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,851ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/external_link.52x52.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,852ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/new_layer.52x52.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,852ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/trash.44x44.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [20,853ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/options.28x32.png, but no renderer was initialized. Skipping post-processing ops

[20.871s] [ext: omni.isaac.sim.python-2022.1.1] shutdown
[20.871s] [ext: omni.isaac.universal_robots-0.3.0] shutdown
[20.871s] [ext: omni.isaac.dofbot-0.3.0] shutdown
[20.871s] [ext: omni.isaac.franka-0.3.0] shutdown
[20.871s] [ext: omni.isaac.manipulators-1.0.1] shutdown
[20.871s] [ext: omni.isaac.surface_gripper-0.1.2] shutdown
[20.942s] [ext: omni.isaac.wheeled_robots-0.5.8] shutdown
[20.947s] [ext: omni.isaac.surface_gripper-0.1.2] startup
[20.948s] [ext: omni.isaac.manipulators-1.0.1] startup
[20.949s] [ext: omni.isaac.universal_robots-0.3.0] startup
[20.949s] [ext: omni.isaac.wheeled_robots-0.5.8] startup
[20.950s] [ext: omni.isaac.dofbot-0.3.0] startup
[20.950s] [ext: omni.isaac.franka-0.3.0] startup
[20.951s] [ext: omni.isaac.sim.python-2022.1.1] startup
2022-10-28 16:31:33 [21,049ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/Plus.20x20.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [21,050ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/layers.40x40.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [21,050ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/Prim.40x40.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [21,051ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/layer_delta.24x24.png, but no renderer was initialized. Skipping post-processing ops

[21.067s] app ready
2022-10-28 16:31:33 [21,057ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:33 [21,057ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:33 [21,060ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/sensor_icon.52x28.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:33 [21,065ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:33 [21,065ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:33 [21,302ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:33 [21,302ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:34 [21,372ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:34 [21,372ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:34 [22,032ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:34 [22,032ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:34 [22,048ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:34 [22,048ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:34 [22,084ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:34 [22,084ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:34 [22,105ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:34 [22,105ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:34 [22,115ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:34 [22,115ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:34 [22,128ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:34 [22,128ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:34 [22,151ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:34 [22,151ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
[22.216s] Simulation App Startup Complete
Loading Stage
Outputting data to  /isaac-sim/_output_headless
2022-10-28 16:31:54 [41,610ms] [Warning] [carb.flatcache.plugin] Type tag does not have a corresponding USD type
2022-10-28 16:31:54 [41,702ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:54 [41,702ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:54 [41,883ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:54 [41,883ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:54 [41,893ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/info.40x28.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:54 [41,976ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:54 [41,976ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:54 [41,978ms] [Warning] [gpu.foundation.plugin] Post processing operations requested for texture /tmp/carb.YS1236/Xform.40x40.png, but no renderer was initialized. Skipping post-processing ops

2022-10-28 16:31:54 [42,050ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:54 [42,050ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:54 [42,124ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:54 [42,124ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:54 [42,186ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:54 [42,186ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:54 [42,251ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:54 [42,251ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:54 [42,314ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:54 [42,314ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [42,378ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [42,378ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [42,441ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [42,441ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [42,507ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [42,507ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [42,572ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [42,572ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [42,635ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [42,635ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [42,698ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [42,698ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [42,760ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [42,760ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [42,821ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [42,821ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [42,884ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [42,884ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [42,946ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [42,947ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [43,010ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [43,010ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [43,073ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [43,073ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [43,134ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [43,134ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [43,198ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [43,198ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [43,263ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [43,263ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:55 [43,327ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:55 [43,327ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:56 [43,392ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:56 [43,392ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:56 [43,453ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:56 [43,453ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:56 [43,516ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:56 [43,516ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:56 [43,577ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:56 [43,577ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:56 [43,640ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:56 [43,640ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:56 [43,702ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:56 [43,702ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:56 [43,766ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:56 [43,766ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:56 [43,828ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:56 [43,828ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:56 [43,890ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:56 [43,890ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:56 [43,952ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:56 [43,952ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:56 [44,015ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:56 [44,015ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:56 [44,083ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:56 [44,083ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:56 [44,181ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:56 [44,181ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:56 [44,247ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:56 [44,247ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:56 [44,312ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:56 [44,312ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [44,374ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [44,374ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [44,437ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [44,437ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [44,499ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [44,499ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [44,563ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [44,563ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [44,628ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [44,628ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [44,691ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [44,692ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [44,755ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [44,755ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [44,818ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [44,818ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [44,880ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [44,880ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [44,943ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [44,943ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [45,007ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [45,007ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [45,070ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [45,070ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [45,132ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [45,132ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [45,197ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [45,197ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [45,259ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [45,259ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:57 [45,323ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:57 [45,323ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:58 [45,388ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:58 [45,388ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:58 [45,451ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:58 [45,451ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:58 [45,514ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:58 [45,514ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:58 [45,575ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:58 [45,575ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:58 [45,639ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:58 [45,639ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:58 [45,704ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:58 [45,704ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:58 [45,767ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:58 [45,767ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:58 [45,831ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:58 [45,831ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:58 [45,894ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:58 [45,894ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:58 [45,958ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:58 [45,958ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:58 [46,020ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:58 [46,020ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:58 [46,083ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:58 [46,083ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:58 [46,147ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:58 [46,147ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:58 [46,211ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:58 [46,211ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:58 [46,273ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:58 [46,273ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [46,338ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [46,338ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [46,403ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [46,403ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [46,466ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [46,466ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [46,529ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [46,529ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [46,591ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [46,591ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [46,653ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [46,653ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [46,717ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [46,717ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [46,779ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [46,779ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [46,842ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [46,842ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [46,907ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [46,907ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [46,972ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [46,972ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [47,037ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [47,037ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [47,101ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [47,101ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [47,166ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [47,166ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [47,231ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [47,231ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:31:59 [47,296ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:31:59 [47,296ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [47,360ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [47,360ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [47,424ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [47,424ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [47,488ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [47,488ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [47,551ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [47,551ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [47,615ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [47,615ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [47,678ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [47,678ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [47,742ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [47,742ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [47,807ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [47,807ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [47,870ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [47,871ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [47,934ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [47,934ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [47,996ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [47,996ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [48,068ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [48,069ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [48,130ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [48,130ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [48,194ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [48,194ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [48,256ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [48,256ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:00 [48,320ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:00 [48,320ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:01 [48,384ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:01 [48,384ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:01 [48,449ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:01 [48,449ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:01 [48,517ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:01 [48,517ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:01 [48,583ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:01 [48,583ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:01 [48,653ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:01 [48,653ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:01 [48,721ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:01 [48,721ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:01 [48,790ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:01 [48,790ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:01 [48,856ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:01 [48,856ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:01 [48,925ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:01 [48,925ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:01 [48,993ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:01 [48,993ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:01 [49,060ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:01 [49,060ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:01 [49,127ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:01 [49,127ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:01 [49,194ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:01 [49,194ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:01 [49,261ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:01 [49,261ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:01 [49,327ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:01 [49,327ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
2022-10-28 16:32:02 [49,354ms] [Error] [carb.flatcache.plugin] removePath called on non-existent path /__OgnSdgInstanceMappingCache__ 

2022-10-28 16:32:02 [49,371ms] [Warning] [omni.usd] No hydra engine was found with name  running at tickrate 120
2022-10-28 16:32:02 [49,371ms] [Warning] [omni.usd] Failed to create Hydra Engine for viewport!
[49.383s] Simulation App Shutting Down
[49.383s] [ext: omni.isaac.sim.python-2022.1.1] shutdown
[49.383s] [ext: omni.graph.visualization.nodes-1.1.1] shutdown
[49.396s] [ext: omni.replicator.isaac-1.3.2] shutdown
[49.397s] [ext: omni.graph.bundle.action-1.0.0] shutdown
[49.397s] [ext: omni.graph.window.action-1.3.8] shutdown
[49.412s] [ext: omni.graph.window.generic-1.3.8] shutdown
[49.431s] [ext: omni.graph.window.core-1.23.4] shutdown
[49.440s] [ext: omni.isaac.utils-0.1.11] shutdown
[49.524s] [ext: omni.isaac.synthetic_utils-0.3.5] shutdown
[49.525s] [ext: omni.isaac.range_sensor-0.4.3] shutdown
[49.544s] [ext: omni.isaac.occupancy_map-0.2.4] shutdown
[49.692s] [ext: omni.isaac.universal_robots-0.3.0] shutdown
[49.692s] [ext: omni.isaac.dofbot-0.3.0] shutdown
[49.692s] [ext: omni.isaac.franka-0.3.0] shutdown
[49.692s] [ext: omni.isaac.motion_generation-3.6.1] shutdown
[49.692s] [ext: omni.isaac.motion_planning-0.2.0] shutdown
[49.693s] [ext: omni.isaac.wheeled_robots-0.5.8] shutdown
[49.694s] [ext: omni.isaac.manipulators-1.0.1] shutdown
[49.694s] [ext: omni.isaac.surface_gripper-0.1.2] shutdown
[49.769s] [ext: omni.isaac.isaac_sensor-1.0.2] shutdown
[49.852s] [ext: omni.isaac.core_nodes-0.13.0] shutdown
[49.853s] [ext: omni.isaac.core-1.24.3] shutdown
[49.853s] [ext: omni.isaac.ml_archive-1.1.0] shutdown
[49.853s] [ext: omni.isaac.core_archive-1.2.0] shutdown
[49.853s] [ext: omni.isaac.debug_draw-0.1.2] shutdown
[49.853s] [ext: omni.isaac.dynamic_control-1.1.0] shutdown
[49.924s] [ext: omni.isaac.kit-0.2.1] shutdown
[49.924s] [ext: omni.isaac.lula-1.1.0] shutdown
[49.934s] [ext: omni.isaac.urdf-0.4.0] shutdown
[50.024s] [ext: omni.isaac.ui-0.2.1] shutdown
[50.025s] [ext: omni.isaac.version-1.0.0] shutdown
[50.025s] [ext: omni.kit.asset_converter-1.2.31] shutdown
[50.035s] [ext: omni.graph.instancing-1.1.4] shutdown
[50.035s] [ext: omni.kit.browser.folder.core-1.1.13] shutdown
[50.045s] [ext: omni.kit.browser.core-2.0.12] shutdown
[50.054s] [ext: omni.kit.graph.widget.variables-2.0.2] shutdown
[50.062s] [ext: omni.kit.graph.editor.core-1.3.3] shutdown
[50.071s] [ext: omni.kit.graph.delegate.default-1.0.15] shutdown
[50.080s] [ext: omni.kit.graph.delegate.modern-1.6.0] shutdown
[50.090s] [ext: omni.kit.graph.usd.commands-1.1.0] shutdown
[50.099s] [ext: semantics.schema.editor-0.2.3] shutdown
[50.184s] [ext: omni.replicator.composer-1.1.3] shutdown
[50.202s] [ext: omni.replicator.core-1.4.3] shutdown
[50.220s] [ext: omni.warp-0.2.2] shutdown
[50.228s] [ext: omni.syntheticdata-0.2.1] shutdown
2022-10-28 16:32:02 [50,232ms] [Warning] [omni.ext.impl._internal] omni.syntheticdata-0.2.1 -> <class 'omni.syntheticdata.scripts.extension.Extension'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 139744232342880", "[1]:type: <class 'frame'>, id: 223200288", "[2]:type: <class 'cell'>, id: 139744231598928"]
[50.244s] [ext: omni.graph.tutorials-1.1.2] shutdown
[50.245s] [ext: omni.graph.nodes-1.26.0] shutdown
[50.245s] [ext: omni.graph.scriptnode-0.5.0] shutdown
[50.245s] [ext: omni.kit.widget.searchfield-1.0.6] shutdown
[50.255s] [ext: omni.kit.ui_test-1.2.2] shutdown
[50.255s] [ext: omni.graph.action-1.18.0] shutdown
[50.255s] [ext: omni.ui_query-1.1.1] shutdown
[50.256s] [ext: omni.kit.manipulator.viewport-1.0.6] shutdown
[50.265s] [ext: omni.ui.scene-1.5.0] shutdown
[50.265s] [ext: omni.physx.bundle-1.4.15-5.1] shutdown
[50.265s] [ext: omni.physx.vehicle-1.4.15-5.1] shutdown
[50.287s] [ext: omni.physx.cct-1.4.15-5.1] shutdown
[50.296s] [ext: omni.physx.camera-1.4.15-5.1] shutdown
[50.305s] [ext: omni.physx.demos-1.4.15-5.1] shutdown
[50.313s] [ext: omni.kit.property.bundle-1.2.4] shutdown
[50.313s] [ext: omni.kit.property.skel-1.0.1] shutdown
[50.313s] [ext: omni.physx.tests-1.4.15-5.1] shutdown
[50.321s] [ext: omni.kit.property.physx-0.1.0] shutdown
[50.332s] [ext: omni.physx.ui-1.4.15-5.1] shutdown
[50.347s] [ext: omni.kit.property.render-1.1.0] shutdown
2022-10-28 16:32:03 [50,351ms] [Warning] [omni.ext.impl._internal] omni.kit.property.render-1.1.0 -> <class 'omni.kit.property.render.extension.RenderPropertiesExtension'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 366264080", "[1]:type: <class 'frame'>, id: 457314080", "[2]:type: <class 'frame'>, id: 291852192"]
[50.363s] [ext: omni.kit.property.geometry-1.2.0] shutdown
2022-10-28 16:32:03 [50,367ms] [Warning] [omni.ext.impl._internal] omni.kit.property.geometry-1.2.0 -> <class 'omni.kit.property.geometry.scripts.geometry_properties.GeometryPropertyExtension'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 472583168", "[1]:type: <class 'frame'>, id: 367005728", "[2]:type: <class 'frame'>, id: 472632256"]
[50.378s] [ext: omni.kit.property.camera-1.0.3] shutdown
[50.378s] [ext: omni.kit.property.transform-1.0.2] shutdown
[50.378s] [ext: omni.graph.ui-1.6.1] shutdown
2022-10-28 16:32:03 [50,411ms] [Warning] [omni.kit.menu.utils.scripts.utils] omni.kit.menu.utils remove_menu_items "Create" failed list.remove(x): x not in list
[50.441s] [ext: omni.kit.property.material-1.8.5] shutdown
2022-10-28 16:32:03 [50,445ms] [Warning] [omni.ext.impl._internal] omni.kit.property.material-1.8.5 -> <class 'omni.kit.property.material.scripts.material_properties.MaterialPropertyExtension'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 319826144", "[1]:type: <class 'frame'>, id: 295540976", "[2]:type: <class 'frame'>, id: 229859536"]
[50.456s] [ext: omni.kit.property.light-1.0.5] shutdown
2022-10-28 16:32:03 [50,461ms] [Warning] [omni.ext.impl._internal] omni.kit.property.light-1.0.5 -> <class 'omni.kit.property.light.scripts.light_properties.LightPropertyExtension'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 366341024", "[1]:type: <class 'frame'>, id: 366371600", "[2]:type: <class 'frame'>, id: 366095648"]
[50.472s] [ext: omni.kit.property.audio-1.0.5] shutdown
[50.472s] [ext: omni.kit.property.usd-3.14.9] shutdown
2022-10-28 16:32:03 [50,480ms] [Warning] [omni.ext.impl._internal] omni.kit.property.usd-3.14.9 -> <class 'omni.kit.property.usd.widgets.UsdPropertyWidgets'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 216535728", "[1]:type: <class 'frame'>, id: 216175728", "[2]:type: <class 'cell'>, id: 139744275935056", "[3]:type: <class 'frame'>, id: 139744255894032"]
[50.491s] [ext: omni.kit.property.layer-1.1.2] shutdown
[50.491s] [ext: omni.kit.window.property-1.6.3] shutdown
[50.492s] [ext: omni.kit.window.preferences-1.2.1] shutdown
2022-10-28 16:32:03 [50,502ms] [Warning] [omni.ext.impl._internal] omni.kit.window.preferences-1.2.1 -> <class 'omni.kit.window.preferences.scripts.preferences_window.PreferencesExtension'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 209348560", "[1]:type: <class 'frame'>, id: 130704768", "[2]:type: <class 'frame'>, id: 201761408"]
[50.513s] [ext: omni.kit.window.toolbar-1.2.4] shutdown
[50.514s] [ext: omni.rtx.settings.core-0.5.5] shutdown
[50.516s] [ext: omni.rtx.window.settings-0.6.1] shutdown
[50.516s] [ext: omni.kit.widget.layers-1.5.17] shutdown
[50.517s] [ext: omni.kit.window.content_browser-2.4.28] shutdown
2022-10-28 16:32:03 [50,528ms] [Warning] [omni.ext.impl._internal] omni.kit.window.content_browser-2.4.28 -> <class 'omni.kit.window.content_browser.extension.ContentBrowserExtension'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 139744279682192", "[1]:type: <class 'frame'>, id: 198695648", "[2]:type: <class 'frame'>, id: 188248224"]
[50.539s] [ext: omni.kit.menu.file-1.0.8] shutdown
[50.546s] [ext: omni.kit.window.file-1.3.16] shutdown
[50.546s] [ext: omni.kit.window.file_exporter-1.0.4] shutdown
[50.547s] [ext: omni.kit.window.stage-2.3.7] shutdown
[50.547s] [ext: omni.kit.widget.stage-2.6.15] shutdown
[50.547s] [ext: omni.kit.window.file_importer-1.0.4] shutdown
[50.547s] [ext: omni.kit.window.filepicker-2.4.30] shutdown
[50.547s] [ext: omni.kit.menu.edit-1.0.6] shutdown
[50.549s] [ext: omni.kit.window.viewport-0.0.0] shutdown
[50.560s] [ext: omni.kit.context_menu-1.3.9] shutdown
2022-10-28 16:32:03 [50,566ms] [Warning] [omni.ext.impl._internal] omni.kit.context_menu-1.3.9 -> <class 'omni.kit.context_menu.scripts.context_menu.ContextMenuExtension'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 367005728"]
[50.577s] [ext: omni.kit.material.library-1.3.10] shutdown
2022-10-28 16:32:03 [50,585ms] [Warning] [omni.ext.impl._internal] omni.kit.material.library-1.3.10 -> <class 'omni.kit.material.library.material_library.MaterialLibraryExtension'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 369385824"]
[50.597s] [ext: omni.kit.window.popup_dialog-2.0.8] shutdown
[50.597s] [ext: omni.kit.window.drop_support-1.0.0] shutdown
[50.597s] [ext: omni.kit.window.console-0.2.0] shutdown
[50.598s] [ext: omni.kit.widget.zoombar-1.0.3] shutdown
[50.607s] [ext: omni.kit.widget.browser_bar-2.0.3] shutdown
[50.607s] [ext: omni.kit.widget.path_field-2.0.3] shutdown
[50.607s] [ext: omni.kit.notification_manager-1.0.5] shutdown
[50.607s] [ext: omni.kit.window.status_bar-0.1.1] shutdown
[50.608s] [ext: omni.kit.profiler.window-1.4.4] shutdown
[50.617s] [ext: omni.kit.uiapp-0.0.0] shutdown
[50.617s] [ext: omni.kit.mainwindow-0.0.0] shutdown
[50.617s] [ext: omni.kit.widget.prompt-1.0.1] shutdown
[50.617s] [ext: omni.kit.window.extensions-1.1.0] shutdown
[50.617s] [ext: omni.kit.widget.graph-1.4.3] shutdown
[50.617s] [ext: omni.kit.widget.versioning-1.3.8] shutdown
[50.617s] [ext: omni.kit.widget.settings-1.0.0] shutdown
[50.617s] [ext: omni.kit.window.script_editor-1.6.2] shutdown
[50.617s] [ext: omni.kit.primitive.mesh-1.0.0] shutdown
[50.618s] [ext: omni.kit.menu.common-1.0.0] shutdown
[50.618s] [ext: omni.kit.menu.create-1.0.2] shutdown
[50.619s] [ext: omni.kit.menu.utils-1.2.11] shutdown
2022-10-28 16:32:03 [50,623ms] [Warning] [omni.ext.impl._internal] omni.kit.menu.utils-1.2.11 -> <class 'omni.kit.menu.utils.scripts.utils.MenuUtilsExtension'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 106912592", "[1]:type: <class 'cell'>, id: 139744695074000"]
[50.634s] [ext: omni.kit.widget.live-0.1.0] shutdown
[50.635s] [ext: omni.kit.widget.filebrowser-2.2.27] shutdown
[50.635s] [ext: omni.kit.search_core-1.0.2] shutdown
[50.635s] [ext: omni.kit.selection-0.1.0] shutdown
[50.635s] [ext: omni.ui-2.10.3] shutdown
[50.635s] [ext: omni.physx.commands-1.4.15-5.1] shutdown
[50.644s] [ext: omni.kit.usd_undo-0.1.0] shutdown
[50.644s] [ext: omni.graph-1.23.0] shutdown
2022-10-28 16:32:03 [50,648ms] [Warning] [omni.ext.impl._internal] omni.graph-1.23.0 -> <class 'omni.graph.core._impl.extension.PublicExtension'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 195418512", "[1]:type: <class 'frame'>, id: 196071344", "[2]:type: <class 'frame'>, id: 224943168", "[3]:type: <class 'frame'>, id: 225564016", "[4]:type: <class 'frame'>, id: 225962688", '[*] ...']
[50.659s] [ext: omni.command.usd-1.0.1] shutdown
[50.659s] [ext: omni.kit.test-0.0.0] shutdown
[50.659s] [ext: omni.kit.renderer.capture-0.0.0] shutdown
[50.659s] [ext: omni.kit.renderer.core-0.0.0] shutdown
2022-10-28 16:32:03 [50,653ms] [Warning] [omni.kit.renderer.plugin] Found 14 dangling textures
[50.667s] [ext: omni.kit.window.title-1.1.2] shutdown
2022-10-28 16:32:03 [50,671ms] [Warning] [omni.ext.impl._internal] omni.kit.window.title-1.1.2 -> <class 'omni.kit.window.title.title.WindowTitle'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'frame'>, id: 31355232"]
[50.682s] [ext: omni.appwindow-1.0.0] shutdown
[50.682s] [ext: omni.kit.loop-isaac-0.1.0] shutdown
[50.682s] [ext: omni.kit.pip_torch-1_11_0-0.1.3] shutdown
[50.691s] [ext: omni.usd.schema.isaac-0.2.0] shutdown
[50.692s] [ext: omni.physx.tensors-0.1.0] shutdown
[50.692s] [ext: omni.physx-1.4.15-5.1] shutdown
[50.699s] [ext: omni.convexdecomposition-1.4.15] shutdown
[50.706s] [ext: omni.localcache-0.0.0] shutdown
[50.712s] [ext: omni.kvdb-0.0.0] shutdown
[50.719s] [ext: omni.physics.tensors-0.1.0] shutdown
[50.726s] [ext: omni.usd.schema.forcefield-0.0.0] shutdown
[50.732s] [ext: omni.usdphysics-1.4.15] shutdown
[50.732s] [ext: omni.usd.schema.physx-0.0.0] shutdown
[50.739s] [ext: omni.kit.viewport.legacy_gizmos-1.0.0] shutdown
[50.739s] [ext: omni.hydra.engine.stats-1.0.0] shutdown
[50.739s] [ext: omni.graph.core-2.29.1] shutdown
[50.739s] [ext: omni.debugdraw-0.1.0] shutdown
[50.739s] [ext: omni.kit.stage_templates-1.1.2] shutdown
2022-10-28 16:32:03 [50,743ms] [Warning] [omni.ext.impl._internal] omni.kit.stage_templates-1.1.2 -> <class 'omni.kit.stage_templates.new_stage.NewStageExtension'>: extension object is still alive, something holds a reference on it. References: ["[0]:type: <class 'cell'>, id: 139744477856336", "[1]:type: <class 'frame'>, id: 139744275797488", "[2]:type: <class 'frame'>, id: 184256064", "[3]:type: <class 'frame'>, id: 178804576"]
[50.754s] [ext: omni.usd-1.5.3] shutdown
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000000 (/tmp/carb.YS1236/filter.28x28.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000001 (/tmp/carb.YS1236/options.28x28.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000002 (/tmp/carb.YS1236/eye_header.44x28.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000003 (/tmp/carb.YS1236/plus.24x32.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000004 (/tmp/carb.YS1236/angle_left.32x32.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000005 (/tmp/carb.YS1236/angle_right.32x32.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000006 (/tmp/carb.YS1236/bookmark_grey.36x36.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000007 (/tmp/carb.YS1236/search.32x32.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000008 (/tmp/carb.YS1236/settings.28x40.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000009 (/tmp/carb.YS1236/filter.28x32.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000000a (/tmp/carb.YS1236/list.32x40.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000000b (/tmp/carb.YS1236/toolbar_select_model.56x56.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000000c (/tmp/carb.YS1236/toolbar_select_prim.56x56.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000000d (/tmp/carb.YS1236/toolbar_select_models.56x56.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000000e (/tmp/carb.YS1236/toolbar_move_global.56x56.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000000f (/tmp/carb.YS1236/toolbar_rotate_global.56x56.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000010 (/tmp/carb.YS1236/toolbar_scale.56x56.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000011 (/tmp/carb.YS1236/toolbar_snap.56x56.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000012 (/tmp/carb.YS1236/toolbar_play.56x56.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000013 (/tmp/carb.YS1236/toolbar_pause.56x56.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000014 (/tmp/carb.YS1236/layers.36x36.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000015 (/tmp/carb.YS1236/layer_save.28x28.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000016 (/tmp/carb.YS1236/layers_switch_local.84x44.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000017 (/tmp/carb.YS1236/layers_switch_global.84x44.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000018 (/tmp/carb.YS1236/cloud.28x28.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000019 (/tmp/carb.YS1236/drop_down.12x12.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000001a (/tmp/carb.YS1236/external_link.52x52.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000001b (/tmp/carb.YS1236/new_layer.52x52.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000001c (/tmp/carb.YS1236/trash.44x44.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000001d (/tmp/carb.YS1236/options.28x32.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x10000001f (/tmp/carb.YS1236/layers.40x40.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000020 (/tmp/carb.YS1236/Plus.20x20.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000021 (/tmp/carb.YS1236/Prim.40x40.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000022 (/tmp/carb.YS1236/layer_delta.24x24.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000023 (/tmp/carb.YS1236/sensor_icon.52x28.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned snapshot handle 0x100000024 (/tmp/carb.YS1236/Xform.40x40.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000000 (/tmp/carb.YS1236/filter.28x28.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000001 (/tmp/carb.YS1236/options.28x28.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000002 (/tmp/carb.YS1236/eye_header.44x28.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000003 (/tmp/carb.YS1236/plus.24x32.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000004 (/tmp/carb.YS1236/angle_left.32x32.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000005 (/tmp/carb.YS1236/angle_right.32x32.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000006 (/tmp/carb.YS1236/bookmark_grey.36x36.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000007 (/tmp/carb.YS1236/search.32x32.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000008 (/tmp/carb.YS1236/settings.28x40.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000009 (/tmp/carb.YS1236/filter.28x32.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000000b (/tmp/carb.YS1236/list.32x40.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000000c (/tmp/carb.YS1236/toolbar_select_model.56x56.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000000d (/tmp/carb.YS1236/toolbar_select_prim.56x56.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000000e (/tmp/carb.YS1236/toolbar_select_models.56x56.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000000f (/tmp/carb.YS1236/toolbar_move_global.56x56.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000010 (/tmp/carb.YS1236/toolbar_rotate_global.56x56.png)
2022-10-28 16:32:03 [50,743ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000011 (/tmp/carb.YS1236/toolbar_scale.56x56.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000012 (/tmp/carb.YS1236/toolbar_snap.56x56.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000013 (/tmp/carb.YS1236/toolbar_play.56x56.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000014 (/tmp/carb.YS1236/toolbar_pause.56x56.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000015 (/tmp/carb.YS1236/layers.36x36.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000016 (/tmp/carb.YS1236/layer_save.28x28.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000017 (/tmp/carb.YS1236/layers_switch_local.84x44.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000018 (/tmp/carb.YS1236/layers_switch_global.84x44.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000019 (/tmp/carb.YS1236/cloud.28x28.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000001a (/tmp/carb.YS1236/drop_down.12x12.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000001b (/tmp/carb.YS1236/external_link.52x52.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000001c (/tmp/carb.YS1236/new_layer.52x52.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000001d (/tmp/carb.YS1236/trash.44x44.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x10000001e (/tmp/carb.YS1236/options.28x32.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000020 (/tmp/carb.YS1236/Plus.20x20.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000021 (/tmp/carb.YS1236/layers.40x40.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000022 (/tmp/carb.YS1236/Prim.40x40.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000023 (/tmp/carb.YS1236/layer_delta.24x24.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000024 (/tmp/carb.YS1236/sensor_icon.52x28.png)
2022-10-28 16:32:03 [50,744ms] [Warning] [carb.assets.plugin] Evicting asset type c1237a43d569db21 v0.1 orphaned asset 0x100000026 (/tmp/carb.YS1236/Xform.40x40.png)
[50.762s] [ext: omni.usd.schema.physics-1.0.0] shutdown
[50.769s] [ext: omni.kit.audiodeviceenum-1.0.0] shutdown
[50.769s] [ext: omni.uiaudio-1.0.0] shutdown
[50.770s] [ext: carb.audio-0.1.0] shutdown
[50.770s] [ext: omni.kit.renderer.init-0.0.0] shutdown
[50.906s] [ext: carb.windowing.plugins-1.0.0] shutdown
[50.906s] [ext: omni.renderer-rtx-0.0.0] shutdown
[50.907s] [ext: omni.client-0.1.0] shutdown
[50.907s] [ext: omni.assets.plugins-0.0.0] shutdown
[50.907s] [ext: omni.hydra.scene_delegate-0.2.0] shutdown
[50.907s] [ext: omni.gpu_foundation-0.0.0] shutdown
2022-10-28 16:32:03 [50,896ms] [Warning] [carb] unloadPlugin: Failed to find a plugin at: /isaac-sim/kit/plugins/carb_gfx/libcarb.blockcompression.plugin.so.
2022-10-28 16:32:03 [50,896ms] [Warning] [carb] unloadPlugin: Failed to find a plugin at: /isaac-sim/kit/plugins/rtx/librtx.xrtools.plugin.so.
[50.908s] [ext: omni.hydra.rtx-0.1.0] shutdown
2022-10-28 16:32:03 [50,899ms] [Warning] [carb] unloadPlugin: Failed to find a plugin at: /isaac-sim/kit/plugins/rtx/librtx.optixdenoising.plugin.so.
[50.910s] [ext: omni.kit.async_engine-0.0.0] shutdown
[50.910s] [ext: omni.kit.commands-1.2.2] shutdown
[50.910s] [ext: omni.mdl-0.1.0] shutdown
[50.910s] [ext: omni.graph.tools-1.4.0] shutdown
[50.910s] [ext: omni.kit.numpy.common-0.1.0] shutdown
[50.910s] [ext: omni.kit.pip_archive-0.0.0] shutdown
[50.910s] [ext: omni.kit.pipapi-0.0.0] shutdown
[50.910s] [ext: omni.mdl.neuraylib-0.1.0] shutdown
[50.910s] [ext: omni.stats-0.0.0] shutdown
[50.910s] [ext: omni.timeline-1.0.2] shutdown
[50.910s] [ext: omni.usd.schema.semantics-0.0.0] shutdown
[50.910s] [ext: omni.usd.schema.anim-0.0.0] shutdown
[50.911s] [ext: omni.usd.schema.omnigraph-1.0.0] shutdown
[50.911s] [ext: omni.usd.schema.audio-0.0.0] shutdown
[50.911s] [ext: omni.usd.libs-1.0.0] shutdown
[50.913s] [ext: omni.usd.config-1.0.0] shutdown
[50.913s] [ext: omni.kit.widget.stage_icons-1.0.2] shutdown
Simulation App Shutdown Complete

The OS is below. I am using the following docker image: nvcr.io/nvidia/isaac-sim:2022.1.1

root@ryan-Raider-GE67HX-12UHS:/isaac-sim# lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 18.04.6 LTS
Release:	18.04
Codename:	bionic

I also received the same error when running with reset-data

I appreciate the help on this!

I think there are still issues with your driver. Can you try do a clean uninstall of the driver, and reinstall the 470 drivers using the .run installer?
See this for more help with driver install:
https://docs.omniverse.nvidia.com/app_isaacsim/prod_kit/linux-troubleshooting.html
Also try running without the volume mounts so a new shader cache will be generated:

docker run --name isaac-sim --entrypoint bash -it --gpus all -e "ACCEPT_EULA=Y" --rm --network=host \
nvcr.io/nvidia/isaac-sim:2022.1.1

Hi Sheikh,

Hope you had a great weekend. I was able to install the 470 drivers using the .run file (I ran into some display issues and such after but those have been resolved).

It seems that running without the volume mounts has solved the problem! I am unsure if it is related to the driver or not as I did not try running before install 470, but I was able to run the example code and generate synthetic data within my Docker Container.

Thanks for all of your help!

Ryan

1 Like