Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failure on windows - AL_MayaUtilsTests #447

Closed
Sushant304 opened this issue Apr 20, 2020 · 6 comments
Closed

Test failure on windows - AL_MayaUtilsTests #447

Sushant304 opened this issue Apr 20, 2020 · 6 comments
Labels
unit test Related to unit tests (both python or c++)

Comments

@Sushant304
Copy link

Test project C:/workspace/build/RelWithDebInfo/plugin/al
Start 1: AL_MayaUtilsTests
Test not available without configuration. (Missing "-C "?)
1/11 Test #1: AL_MayaUtilsTests ..................***Not Run 0.00 sec
Start 2: GTest:AL_USDTransactionTests
Test not available without configuration. (Missing "-C "?)
2/11 Test #2: GTest:AL_USDTransactionTests .......***Not Run 0.00 sec
Start 3: Python:AL_USDTransactionTests
Test not available without configuration. (Missing "-C "?)
3/11 Test #3: Python:AL_USDTransactionTests ......***Not Run 0.00 sec
Start 4: AL_USDMayaTestPlugin
Test not available without configuration. (Missing "-C "?)
4/11 Test #4: AL_USDMayaTestPlugin ...............***Not Run 0.00 sec
Start 5: TestALUSDMayaPython_ProxyShape
Test not available without configuration. (Missing "-C "?)
5/11 Test #5: TestALUSDMayaPython_ProxyShape .....***Not Run 0.00 sec
Start 6: TestALUSDMayaPython_Translators
Test not available without configuration. (Missing "-C "?)
6/11 Test #6: TestALUSDMayaPython_Translators ....***Not Run 0.00 sec
Start 7: TestALUSDMayaPython_LayerManager
Test not available without configuration. (Missing "-C "?)
7/11 Test #7: TestALUSDMayaPython_LayerManager ...***Not Run 0.00 sec
Start 8: TestALUSDMayaPython_ImportModule
Test not available without configuration. (Missing "-C "?)
8/11 Test #8: TestALUSDMayaPython_ImportModule ...***Not Run 0.00 sec
Start 9: testMayaSchemas
Test not available without configuration. (Missing "-C "?)
9/11 Test #9: testMayaSchemas ....................***Not Run 0.00 sec
Start 10: TestAdditionalTranslators
Test not available without configuration. (Missing "-C "?)
10/11 Test #10: TestAdditionalTranslators ..........***Not Run 0.00 sec
Start 11: TestPxrUsdTranslators
Test not available without configuration. (Missing "-C "?)
11/11 Test #11: TestPxrUsdTranslators ..............***Not Run 0.00 sec

0% tests passed, 11 tests failed out of 11

Total Test time (real) = 0.03 sec

The following tests FAILED:
1 - AL_MayaUtilsTests (Not Run)
2 - GTest:AL_USDTransactionTests (Not Run)
3 - Python:AL_USDTransactionTests (Not Run)
4 - AL_USDMayaTestPlugin (Not Run)
5 - TestALUSDMayaPython_ProxyShape (Not Run)
6 - TestALUSDMayaPython_Translators (Not Run)
7 - TestALUSDMayaPython_LayerManager (Not Run)
8 - TestALUSDMayaPython_ImportModule (Not Run)
9 - testMayaSchemas (Not Run)
10 - TestAdditionalTranslators (Not Run)
11 - TestPxrUsdTranslators (Not Run)
Errors while running CTest
Whats the problem here????

@Sushant304 Sushant304 added the bug Something isn't working label Apr 20, 2020
@HamedSabri-adsk HamedSabri-adsk added the unit test Related to unit tests (both python or c++) label Apr 20, 2020
@HamedSabri-adsk
Copy link
Contributor

@Sushant304
What version of cmake are you using? On Windows you need to pass the configuration flag ( as the error suggest ).

ctest -C <variant>

for example, if you are building in RelWithDebInfo, your ctest argument would be like this:

ctest -C RelWithDebInfo

@HamedSabri-adsk HamedSabri-adsk removed the bug Something isn't working label Apr 20, 2020
@Sushant304
Copy link
Author

Sushant304 commented Apr 20, 2020

I am useing 3.17.1 version of cmake. And I cannot load the plug in in Maya also. It crashes

@Sushant304
Copy link
Author

Sushant304 commented Apr 20, 2020

@HamedSabri-adsk
I ran the ctest again like you said but it failed

@HamedSabri-adsk
Copy link
Contributor

@Sushant304 can you post the full log about test failures as well as some information on maya version, branch information, etc?

@Sushant304
Copy link
Author

@HamedSabri-adsk
I am useing Maya 2020
Here is my build log and test fail log

cmake -DCMAKE_INSTALL_PREFIX="C:\workspace\install\RelWithDebInfo" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G "Visual Studio 15 2017 Win64" -DMAYA_LOCATION="C:\Program Files\Autodesk\Maya2020" -DPXR_USD_LOCATION="C:\USD-Master:v20.05" -DMAYA_DEVKIT_LOCATION="E:\USD\sourcecode\devkitBase" -DMAYAUSD_DEFINE_BOOST_DEBUG_PYTHON_FLAG=OFF "E:\USD\sourcecode\maya-usd"
-- Selecting Windows SDK version 10.0.17763.0 to target Windows 10.0.18363.
-- The C compiler identification is MSVC 19.16.27039.0
-- The CXX compiler identification is MSVC 19.16.27039.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Python: C:/Python27/python.exe (found suitable exact version "2.7.15") found components: Interpreter
-- _PYTHON_VERSION_LIST: 2.7.15.final.0
-- PYTHON_PREFIX: C:\Python27
-- PYTHON_INCLUDE_DIR: C:\Python27\include
-- PYTHON_SITE_PACKAGES: C:\Python27\Lib\site-packages
-- PYTHON_MODULE_EXTENSION: .pyd
-- PYTHON_IS_DEBUG: 0
-- PYTHON_SIZEOF_VOID_P: 8
-- PYTHON_LIBRARY_SUFFIX: 27
-- PYTHON_LIBDIR:
-- PYTHON_MULTIARCH:
-- Found PythonLibs: C:/Python27/libs/Python27.lib
-- Building with Python:
-- PYTHON_INCLUDE_DIRS = C:/Python27/include
-- PYTHON_LIBRARIES = C:/Python27/libs/Python27.lib
-- Python_EXECUTABLE = C:/Python27/python.exe
-- Found Maya: C:/Program Files/Autodesk/Maya2020/bin/maya.exe (found version "2020")
-- USD include dir: C:/USD/include
-- USD library dir: C:/USD/lib
-- USD version: 0.20.5
-- Found USD: C:\USD-Master:v20.05 (found version "0.20.5")
Updated PYTHONPATH: C:\Python27;C:\Python27\Scripts;C:\USD\lib\python;;C:\USD-Master:v20.05\lib\python
Updated PATH: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools;C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\CMake\bin;C:\Python27;C:\Python27\Scripts;C:\USD\lib\python;;C:\USD\bin;C:\USD\lib;C:\Program Files\Git\cmd;C:\Program Files\CMake\bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64;C:\ninja;C:\Users\Sushant\AppData\Local\Microsoft\WindowsApps;;C:\Users\Sushant\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja;C:\USD-Master:v20.05\bin;C:\USD-Master:v20.05\lib
-- UFE include dir: E:/USD/sourcecode/devkitBase/devkit/ufe/include
-- UFE library: E:/USD/sourcecode/devkitBase/devkit/ufe/lib/ufe_1.lib
-- UFE version: 1.0.0
-- Building with UFE 1.0.0 features enabled.
-- QT_LOCATION not set. Building Qt features will be disabled.
-- ========== Installing GoogleTest... ==========
-- Selecting Windows SDK version 10.0.17763.0 to target Windows 10.0.18363.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/workspace/build/RelWithDebInfo/googletest-config
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.

Checking Build System

Creating directories for 'googletest'

Building Custom Rule C:/workspace/build/RelWithDebInfo/googletest-config/CMakeLists.txt

Performing download step (git clone) for 'googletest'

Cloning into 'googletest-src'...

HEAD is now at 703bd9ca Googletest export

Performing update step for 'googletest'

No patch step for 'googletest'

Performing configure step for 'googletest'

-- Selecting Windows SDK version 10.0.17763.0 to target Windows 10.0.18363.

-- The C compiler identification is MSVC 19.16.27039.0

-- The CXX compiler identification is MSVC 19.16.27039.0

-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe

-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe - works

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Detecting C compile features

-- Detecting C compile features - done

-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe

-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe - works

-- Detecting CXX compiler ABI info

-- Detecting CXX compiler ABI info - done

-- Detecting CXX compile features

-- Detecting CXX compile features - done

-- Found PythonInterp: C:/Python27/python.exe (found version "2.7.15")

-- Looking for pthread.h

-- Looking for pthread.h - not found

-- Found Threads: TRUE

-- Configuring done

-- Generating done

CUSTOMBUILD : CMake warning : [C:\workspace\build\RelWithDebInfo\googletest-config\googletest.vcxproj]

Manually-specified variables were not used by the project:



  CMAKE_BUILD_TYPE

-- Build files have been written to: C:/workspace/build/RelWithDebInfo/googletest-build

Performing build step for 'googletest'

Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.

Checking Build System

Building Custom Rule C:/workspace/build/RelWithDebInfo/googletest-src/googlemock/CMakeLists.txt

gtest-all.cc

gmock-all.cc

Generating Code...

   Creating library C:/workspace/build/RelWithDebInfo/googletest-build/lib/RelWithDebInfo/gmock.lib and object C:/workspace/build/RelWithDebInfo/googletest-build/lib/RelWithDebInfo/gmock.exp

gmock.vcxproj -> C:\workspace\build\RelWithDebInfo\googletest-build\bin\RelWithDebInfo\gmock.dll

Building Custom Rule C:/workspace/build/RelWithDebInfo/googletest-src/googlemock/CMakeLists.txt

gtest-all.cc

gmock-all.cc

gmock_main.cc

Generating Code...

   Creating library C:/workspace/build/RelWithDebInfo/googletest-build/lib/RelWithDebInfo/gmock_main.lib and object C:/workspace/build/RelWithDebInfo/googletest-build/lib/RelWithDebInfo/gmock_main.exp

gmock_main.vcxproj -> C:\workspace\build\RelWithDebInfo\googletest-build\bin\RelWithDebInfo\gmock_main.dll

Building Custom Rule C:/workspace/build/RelWithDebInfo/googletest-src/googletest/CMakeLists.txt

gtest-all.cc

   Creating library C:/workspace/build/RelWithDebInfo/googletest-build/lib/RelWithDebInfo/gtest.lib and object C:/workspace/build/RelWithDebInfo/googletest-build/lib/RelWithDebInfo/gtest.exp

gtest.vcxproj -> C:\workspace\build\RelWithDebInfo\googletest-build\bin\RelWithDebInfo\gtest.dll

Building Custom Rule C:/workspace/build/RelWithDebInfo/googletest-src/googletest/CMakeLists.txt

gtest_main.cc

   Creating library C:/workspace/build/RelWithDebInfo/googletest-build/lib/RelWithDebInfo/gtest_main.lib and object C:/workspace/build/RelWithDebInfo/googletest-build/lib/RelWithDebInfo/gtest_main.exp

gtest_main.vcxproj -> C:\workspace\build\RelWithDebInfo\googletest-build\bin\RelWithDebInfo\gtest_main.dll

Building Custom Rule C:/workspace/build/RelWithDebInfo/googletest-src/CMakeLists.txt

Performing install step for 'googletest'

Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.

gmock.vcxproj -> C:\workspace\build\RelWithDebInfo\googletest-build\bin\RelWithDebInfo\gmock.dll

gmock_main.vcxproj -> C:\workspace\build\RelWithDebInfo\googletest-build\bin\RelWithDebInfo\gmock_main.dll

gtest.vcxproj -> C:\workspace\build\RelWithDebInfo\googletest-build\bin\RelWithDebInfo\gtest.dll

gtest_main.vcxproj -> C:\workspace\build\RelWithDebInfo\googletest-build\bin\RelWithDebInfo\gtest_main.dll

-- Install configuration: "RelWithDebInfo"

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/gmock-actions.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/gmock-cardinalities.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/gmock-function-mocker.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/gmock-generated-actions.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/gmock-generated-actions.h.pump

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/gmock-generated-function-mockers.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/gmock-generated-function-mockers.h.pump

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/gmock-generated-matchers.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/gmock-generated-matchers.h.pump

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/gmock-matchers.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/gmock-more-actions.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/gmock-more-matchers.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/gmock-nice-strict.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/gmock-spec-builders.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/gmock.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/internal

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/internal/custom

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/internal/custom/gmock-generated-actions.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/internal/custom/gmock-generated-actions.h.pump

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/internal/custom/gmock-matchers.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/internal/custom/gmock-port.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/internal/custom/README.md

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/internal/gmock-internal-utils.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/internal/gmock-port.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gmock/internal/gmock-pp.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/gmock.lib

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/bin/gmock.dll

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/gmock_main.lib

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/bin/gmock_main.dll

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/gmock.pdb

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/gmock_main.pdb

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/pkgconfig/gmock.pc

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/pkgconfig/gmock_main.pc

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/cmake/GTest/GTestTargets.cmake

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/cmake/GTest/GTestTargets-relwithdebinfo.cmake

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/cmake/GTest/GTestConfigVersion.cmake

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/cmake/GTest/GTestConfig.cmake

-- Up-to-date: C:/workspace/build/RelWithDebInfo/googletest-install/include

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/gtest-death-test.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/gtest-matchers.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/gtest-message.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/gtest-param-test.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/gtest-printers.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/gtest-spi.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/gtest-test-part.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/gtest-typed-test.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/gtest.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/gtest_pred_impl.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/gtest_prod.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/internal

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/internal/custom

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/internal/custom/gtest-port.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/internal/custom/gtest-printers.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/internal/custom/gtest.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/internal/custom/README.md

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/internal/gtest-death-test-internal.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/internal/gtest-filepath.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/internal/gtest-internal.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/internal/gtest-param-util.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/internal/gtest-port-arch.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/internal/gtest-port.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/internal/gtest-string.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/internal/gtest-type-util.h

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/include/gtest/internal/gtest-type-util.h.pump

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/gtest.lib

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/bin/gtest.dll

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/gtest_main.lib

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/bin/gtest_main.dll

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/gtest.pdb

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/gtest_main.pdb

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/pkgconfig/gtest.pc

-- Installing: C:/workspace/build/RelWithDebInfo/googletest-install/lib/pkgconfig/gtest_main.pc

Completed 'googletest'

Building Custom Rule C:/workspace/build/RelWithDebInfo/googletest-config/CMakeLists.txt

-- ========== ... GoogleTest installed. ==========
-- Found Boost 1.70.0 at C:/USD/lib/cmake/Boost-1.70.0
-- Requested configuration: QUIET REQUIRED COMPONENTS filesystem;system
-- Found boost_headers 1.70.0 at C:/USD/lib/cmake/boost_headers-1.70.0
-- Found boost_filesystem 1.70.0 at C:/USD/lib/cmake/boost_filesystem-1.70.0
-- boost_filesystem-vc141-mt-x64-1_70.lib
-- Adding boost_filesystem dependencies: headers
-- Found boost_system 1.70.0 at C:/USD/lib/cmake/boost_system-1.70.0
-- boost_system-vc141-mt-x64-1_70.lib
-- Adding boost_system dependencies: headers
-- Found Boost: C:/USD/lib/cmake/Boost-1.70.0/BoostConfig.cmake (found version "1.70.0") found components: filesystem system
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/base/mayaUsd.h.src
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/base/api.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/base/debugCodes.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/fallbackPrimReader.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/functorPrimReader.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/functorPrimWriter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/importData.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/instancedNodeWriter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/primReader.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/primReaderArgs.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/primReaderContext.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/primReaderRegistry.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/primUpdater.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/primUpdaterContext.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/primUpdaterRegistry.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/primWriter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/primWriterArgs.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/primWriterContext.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/primWriterRegistry.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/registryHelper.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/shaderWriter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/transformWriter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/writeJobContext.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/chaser/chaser.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/chaser/chaserRegistry.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/jobs/jobArgs.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/jobs/modelKindProcessor.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/jobs/readJob.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/jobs/writeJob.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/shading/shadingModeExporter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/shading/shadingModeExporterContext.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/shading/shadingModeImporter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/shading/shadingModePxrRis_rfm_map.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/shading/shadingModeRegistry.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/translators/skelBindingsProcessor.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/translators/translatorCamera.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/translators/translatorCurves.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/translators/translatorGprim.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/translators/translatorMaterial.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/translators/translatorMayaReference.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/translators/translatorMesh.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/translators/translatorNurbsPatch.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/translators/translatorPrim.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/translators/translatorRfMLight.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/translators/translatorSkel.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/translators/translatorUtil.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/translators/translatorXformable.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/utils/adaptor.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/utils/meshUtil.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/utils/readUtil.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/utils/roundTripUtil.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/utils/shadingUtil.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/utils/userTaggedAttribute.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/utils/writeUtil.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/fileio/utils/xformStack.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/listeners/notice.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/listeners/proxyShapeNotice.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/listeners/stageNoticeListener.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/nodes/hdImagingShape.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/nodes/pointBasedDeformerNode.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/nodes/proxyShapeBase.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/nodes/proxyShapePlugin.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/nodes/stageData.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/nodes/stageNode.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/nodes/usdPrimProvider.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/px_vp20/glslProgram.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/px_vp20/utils.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/px_vp20/utils_legacy.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/pxrUsdMayaGL/batchRenderer.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/pxrUsdMayaGL/debugCodes.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/pxrUsdMayaGL/hdImagingShapeDrawOverride.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/pxrUsdMayaGL/hdImagingShapeUI.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/pxrUsdMayaGL/hdRenderer.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/pxrUsdMayaGL/instancerImager.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/pxrUsdMayaGL/instancerShapeAdapter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/pxrUsdMayaGL/proxyDrawOverride.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/pxrUsdMayaGL/proxyShapeUI.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/pxrUsdMayaGL/renderParams.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/pxrUsdMayaGL/sceneDelegate.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/pxrUsdMayaGL/shapeAdapter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/pxrUsdMayaGL/softSelectHelper.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/pxrUsdMayaGL/usdProxyShapeAdapter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/pxrUsdMayaGL/userData.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/vp2RenderDelegate/proxyRenderDelegate.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/vp2ShaderFragments/shaderFragments.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/Global.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/ProxyShapeHandler.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/ProxyShapeHierarchy.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/ProxyShapeHierarchyHandler.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/StagesSubject.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdHierarchy.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdHierarchyHandler.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdRootChildHierarchy.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdRotatePivotTranslateUndoableCommand.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdRotateUndoableCommand.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdScaleUndoableCommand.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdSceneItem.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdSceneItemOps.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdSceneItemOpsHandler.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdStageMap.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdTransform3d.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdTransform3dHandler.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdTranslateUndoableCommand.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdUndoDeleteCommand.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdUndoDuplicateCommand.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UsdUndoRenameCommand.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/Utils.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/UfeVersionCompat.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/utils/blockSceneModificationContext.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/utils/colorSpace.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/utils/diagnosticDelegate.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/utils/query.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/utils/stageCache.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/utils/undoHelperCommand.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/utils/util.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/mayaUsd/utils/utilFileSystem.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/api.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/utils.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/debugCodes.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/adapters/adapter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/adapters/adapterDebugCodes.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/adapters/adapterRegistry.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/adapters/constantShadowMatrix.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/adapters/dagAdapter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/adapters/lightAdapter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/adapters/proxyAdapter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/adapters/materialAdapter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/adapters/materialNetworkConverter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/adapters/mayaAttrs.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/adapters/shapeAdapter.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/adapters/tokens.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/delegates/delegate.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/delegates/delegateCtx.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/delegates/delegateDebugCodes.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/delegates/delegateRegistry.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/delegates/params.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/delegates/proxyDelegate.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/delegates/proxyUsdImagingDelegate.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/delegates/sceneDelegate.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/delegates/testDelegate.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/schemas/api.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/schemas/ALMayaReference.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/schemas/MayaReference.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/schemas/tokens.h
Processing schema classes:

MayaReference, ALMayaReference

Loading Templates from c:\USD\lib\usd\usd\resources\codegenTemplates

Writing API:

    wrote C:\workspace\build\RelWithDebInfo\lib\usd\schemas\api.h

Writing Schema Tokens:

    wrote C:\workspace\build\RelWithDebInfo\lib\usd\schemas\tokens.h

    wrote C:\workspace\build\RelWithDebInfo\lib\usd\schemas\tokens.cpp

    wrote C:\workspace\build\RelWithDebInfo\lib\usd\schemas\wrapTokens.cpp

Generating Classes:

    wrote C:\workspace\build\RelWithDebInfo\lib\usd\schemas\MayaReference.h

    wrote C:\workspace\build\RelWithDebInfo\lib\usd\schemas\MayaReference.cpp

    wrote C:\workspace\build\RelWithDebInfo\lib\usd\schemas\wrapMayaReference.cpp

    wrote C:\workspace\build\RelWithDebInfo\lib\usd\schemas\ALMayaReference.h

    wrote C:\workspace\build\RelWithDebInfo\lib\usd\schemas\ALMayaReference.cpp

    wrote C:\workspace\build\RelWithDebInfo\lib\usd\schemas\wrapALMayaReference.cpp

    wrote C:\workspace\build\RelWithDebInfo\lib\usd\schemas\plugInfo.json

Generating Schematics:

    wrote C:\workspace\build\RelWithDebInfo\lib\usd\schemas\generatedSchema.usda

-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/utils/ALHalf.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/utils/Api.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/utils/DebugCodes.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/utils/DiffCore.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/utils/ForwardDeclares.h
-- promoting: E:/USD/sourcecode/maya-usd/lib/usd/utils/SIMD.h
========== Pixar USD Plugin ==========
Compiling C:/workspace/build/RelWithDebInfo/plugin/pxr/init.py ...

-- Skipping validation of Maya fragment XML files because PXR_VALIDATE_GENERATED_CODE=OFF
========== AL USD Plugin ==========
CMake Deprecation Warning at plugin/al/CMakeLists.txt:7 (cmake_policy):
The OLD behavior for policy CMP0026 will be removed from a future version
of CMake.

The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.

-- Found Boost 1.70.0 at C:/USD/lib/cmake/Boost-1.70.0
-- Requested configuration: QUIET REQUIRED COMPONENTS python;thread;filesystem;system;chrono;date_time
-- Found boost_headers 1.70.0 at C:/USD/lib/cmake/boost_headers-1.70.0
-- Found boost_python 1.70.0 at C:/USD/lib/cmake/boost_python-1.70.0
-- boost_python27-vc141-mt-x64-1_70.lib
-- Adding boost_python dependencies: headers
-- Found boost_thread 1.70.0 at C:/USD/lib/cmake/boost_thread-1.70.0
-- boost_thread-vc141-mt-x64-1_70.lib
-- Adding boost_thread dependencies: chrono;headers
-- Found boost_chrono 1.70.0 at C:/USD/lib/cmake/boost_chrono-1.70.0
-- boost_chrono-vc141-mt-x64-1_70.lib
-- Adding boost_chrono dependencies: headers
-- Found boost_filesystem 1.70.0 at C:/USD/lib/cmake/boost_filesystem-1.70.0
-- boost_filesystem-vc141-mt-x64-1_70.lib
-- Adding boost_filesystem dependencies: headers
-- Found boost_system 1.70.0 at C:/USD/lib/cmake/boost_system-1.70.0
-- boost_system-vc141-mt-x64-1_70.lib
-- Adding boost_system dependencies: headers
-- Found boost_date_time 1.70.0 at C:/USD/lib/cmake/boost_date_time-1.70.0
-- boost_date_time-vc141-mt-x64-1_70.lib
-- Adding boost_date_time dependencies: headers
-- Found Boost: C:/USD/lib/cmake/Boost-1.70.0/BoostConfig.cmake (found version "1.70.0") found components: python thread filesystem system chrono date_time
-- Found GTest: C:/workspace/build/RelWithDebInfo/googletest-install/lib/gtest.lib
Compiling C:/workspace/build/RelWithDebInfo/plugin/al/lib/AL_USDMaya/lib/python/AL/usdmaya/init.py ...

-- Building AL_USDMayaSchemas
Processing schema classes:

ALModelAPI, ALFrameRange

Loading Templates from c:\USD\lib\usd\usd\resources\codegenTemplates

Writing API:

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\maya\api.h

Writing Schema Tokens:

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\maya\tokens.h

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\maya\tokens.cpp

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\maya\wrapTokens.cpp

Generating Classes:

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\maya\ModelAPI.h

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\maya\ModelAPI.cpp

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\maya\wrapModelAPI.cpp

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\maya\FrameRange.h

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\maya\FrameRange.cpp

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\maya\wrapFrameRange.cpp

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\maya\plugInfo.json

Generating Schematics:

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\maya\generatedSchema.usda

Compiling C:/workspace/build/RelWithDebInfo/AL/usd/schemas/maya/init.py ...

Compiling C:/workspace/build/RelWithDebInfo/AL/init.py ...

Compiling C:/workspace/build/RelWithDebInfo/AL/usd/init.py ...

Compiling C:/workspace/build/RelWithDebInfo/AL/usd/schemas/init.py ...

Processing schema classes:

ALExamplePolyCubeNode

Loading Templates from c:\USD\lib\usd\usd\resources\codegenTemplates

Writing API:

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\mayatest\api.h

Writing Schema Tokens:

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\mayatest\tokens.h

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\mayatest\tokens.cpp

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\mayatest\wrapTokens.cpp

Generating Classes:

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\mayatest\ExamplePolyCubeNode.h

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\mayatest\ExamplePolyCubeNode.cpp

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\mayatest\wrapExamplePolyCubeNode.cpp

unchanged C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\mayatest\plugInfo.json

Generating Schematics:

    wrote C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\mayatest\generatedSchema.usda

Compiling C:/workspace/build/RelWithDebInfo/AL/usd/schemas/mayatest/init.py ...

-- Building AL_USDMayaTranslators
========== ADSK USD Plugin ==========
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:

CMAKE_EXPORT_COMPILE_COMMANDS

-- Build files have been written to: C:/workspace/build/RelWithDebInfo
#####################################################################################
log date: 2020-04-20 20:43
commit sha: ec3853c
commit date: Sat Apr 18 13:52:36 2020 -0400
#####################################################################################

cmake --build . --config RelWithDebInfo --target install -- /M:12
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.

Checking Build System

copying file from E:/USD/sourcecode/maya-usd/test/lib/testMayaUsdPythonImport.py to C:/workspace/build/RelWithDebInfo/test/lib/testMayaUsdPythonImport.py

copying file from E:/USD/sourcecode/maya-usd/test/lib/usd/schemas/testMayaUsdSchemasPythonImport.py to C:/workspace/build/RelWithDebInfo/test/lib/usd/schemas/testMayaUsdSchemasPythonImport.py copying file from E:/USD/sourcecode/maya-usd/test/lib/usd/schemas/testMayaUsdSchemasMayaReference.py to C:/workspace/build/RelWithDebInfo/test/lib/usd/schemas/testMayaUsdSchemasMayaReference.py

Building Custom Rule E:/USD/sourcecode/maya-usd/test/lib/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/test/lib/usd/schemas/CMakeLists.txt

																																						copying file from E:/USD/sourcecode/maya-usd/test/lib/ufe/testDeleteCmd.py to C:/workspace/build/RelWithDebInfo/test/lib/ufe/testDeleteCmd.py	copying file from E:/USD/sourcecode/maya-usd/test/lib/ufe/testMatrices.py to C:/workspace/build/RelWithDebInfo/test/lib/ufe/testMatrices.py	copying file from E:/USD/sourcecode/maya-usd/test/lib/ufe/testMayaPickwalk.py to C:/workspace/build/RelWithDebInfo/test/lib/ufe/testMayaPickwalk.py	copying file from E:/USD/sourcecode/maya-usd/test/lib/ufe/testRotatePivot.py to C:/workspace/build/RelWithDebInfo/test/lib/ufe/testRotatePivot.py	copying file from E:/USD/sourcecode/maya-usd/test/lib/ufe/testUfePythonImport.py to C:/workspace/build/RelWithDebInfo/test/lib/ufe/testUfePythonImport.py	copying file from E:/USD/sourcecode/maya-usd/test/lib/ufe/testTRSBase.py to C:/workspace/build/RelWithDebInfo/test/lib/ufe/testTRSBase.py

Building Custom Rule E:/USD/sourcecode/maya-usd/lib/mayaUsd/CMakeLists.txt

Generating init.pyc

Generating AEpxrUsdReferenceAssemblyTemplate.pyc

Generating userExportedAttributesUI.pyc

debugCodes.cpp

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/pxr/maya/lib/usdMaya/CMakeLists.txt

Copying api.h ...

Copying editUtil.h ...

Copying translatorModelAssembly.h ...

Copying exportCommand.h ...

Copying exportTranslator.h ...

Copying importCommand.h ...

Copying importTranslator.h ...

Copying listShadingModesCommand.h ...

Copying proxyShape.h ...

Copying referenceAssembly.h ...

Copying readJobWithSceneAssembly.h ...

Copying instancerShapeAdapterWithSceneAssembly.h ...

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/pxr/maya/lib/usdMaya/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/test/lib/ufe/CMakeLists.txt

fallbackPrimReader.cpp

functorPrimReader.cpp

functorPrimWriter.cpp

importData.cpp

instancedNodeWriter.cpp

primReader.cpp

primReaderArgs.cpp

primReaderContext.cpp

primReaderRegistry.cpp

primUpdater.cpp

primUpdaterContext.cpp

primUpdaterRegistry.cpp

primWriter.cpp

primWriterArgs.cpp

primWriterContext.cpp

primWriterRegistry.cpp

registryHelper.cpp

shaderWriter.cpp

transformWriter.cpp

writeJobContext.cpp

chaser.cpp

chaserRegistry.cpp

jobArgs.cpp

modelKindProcessor.cpp

readJob.cpp

writeJob.cpp

shadingModeDisplayColor.cpp

shadingModeExporter.cpp

shadingModeExporterContext.cpp

shadingModeImporter.cpp

shadingModePxrRis.cpp

shadingModeRegistry.cpp

shadingModeUseRegistry.cpp

skelBindingsProcessor.cpp

translatorCamera.cpp

translatorCurves.cpp

translatorGprim.cpp

translatorMaterial.cpp

translatorMayaReference.cpp

translatorMesh.cpp

translatorNurbsPatch.cpp

translatorPrim.cpp

translatorRfMLight.cpp

translatorSkel.cpp

translatorUtil.cpp

translatorXformable.cpp

translatorXformable_decompose.cpp

adaptor.cpp

meshUtil.cpp

readUtil.cpp

roundTripUtil.cpp

shadingUtil.cpp

userTaggedAttribute.cpp

writeUtil.cpp

xformStack.cpp

notice.cpp

proxyShapeNotice.cpp

stageNoticeListener.cpp

hdImagingShape.cpp

pointBasedDeformerNode.cpp

proxyShapeBase.cpp

proxyShapePlugin.cpp

stageData.cpp

stageNode.cpp

usdPrimProvider.cpp

glslProgram.cpp

utils_legacy.cpp

batchRenderer.cpp

hdImagingShapeDrawOverride.cpp

hdImagingShapeUI.cpp

hdRenderer.cpp

instancerImager.cpp

instancerShapeAdapter.cpp

proxyDrawOverride.cpp

proxyShapeDelegate.cpp

proxyShapeUI.cpp

sceneDelegate.cpp

shapeAdapter.cpp

softSelectHelper.cpp

usdProxyShapeAdapter.cpp

userData.cpp

basisCurves.cpp

bboxGeom.cpp

draw_item.cpp

instancer.cpp

material.cpp

mesh.cpp

proxyRenderDelegate.cpp

render_delegate.cpp

render_param.cpp

sampler.cpp

tokens.cpp

shaderFragments.cpp

Global.cpp

ProxyShapeHandler.cpp

ProxyShapeHierarchy.cpp

ProxyShapeHierarchyHandler.cpp

StagesSubject.cpp

UsdHierarchy.cpp

UsdHierarchyHandler.cpp

UsdRootChildHierarchy.cpp

UsdRotatePivotTranslateUndoableCommand.cpp

UsdRotateUndoableCommand.cpp

UsdScaleUndoableCommand.cpp

UsdSceneItem.cpp

UsdSceneItemOps.cpp

UsdSceneItemOpsHandler.cpp

UsdStageMap.cpp

UsdTransform3d.cpp

UsdTransform3dHandler.cpp

UsdTranslateUndoableCommand.cpp

UsdUndoDeleteCommand.cpp

UsdUndoDuplicateCommand.cpp

UsdUndoRenameCommand.cpp

blockSceneModificationContext.cpp

colorSpace.cpp

diagnosticDelegate.cpp

query.cpp

stageCache.cpp

undoHelperCommand.cpp

util.cpp

utilFileSystem.cpp

moduleDeps.cpp

utils.cpp

debugCodes.cpp

debugCodes.cpp

Utils.cpp

moduleDeps.cpp

Utils.cpp

 Creating library C:/workspace/build/RelWithDebInfo/lib/mayaUsd/RelWithDebInfo/mayaUsd.lib and object C:/workspace/build/RelWithDebInfo/lib/mayaUsd/RelWithDebInfo/mayaUsd.exp

mayaUsd.vcxproj -> C:\workspace\build\RelWithDebInfo\lib\mayaUsd\RelWithDebInfo\mayaUsd.dll

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/adsk/plugin/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/pxr/maya/lib/usdMaya/CMakeLists.txt

plugin.cpp

importTranslator.cpp

exportTranslator.cpp

ProxyShape.cpp

readJob_ImportWithProxies.cpp

readJobWithSceneAssembly.cpp

instancerShapeAdapterWithSceneAssembly.cpp

editUtil.cpp

translatorModelAssembly.cpp

exportCommand.cpp

exportTranslator.cpp

importCommand.cpp

importTranslator.cpp

listShadingModesCommand.cpp

proxyShape.cpp

referenceAssembly.cpp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/adsk/plugin/RelWithDebInfo/mayaUsdPlugin.lib and object C:/workspace/build/RelWithDebInfo/plugin/adsk/plugin/RelWithDebInfo/mayaUsdPlugin.exp

mayaUsdPlugin.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\adsk\plugin\RelWithDebInfo\mayaUsdPlugin.mll

 Creating library C:/workspace/build/RelWithDebInfo/plugin/pxr/maya/lib/usdMaya/RelWithDebInfo/usdMaya.lib and object C:/workspace/build/RelWithDebInfo/plugin/pxr/maya/lib/usdMaya/RelWithDebInfo/usdMaya.exp

usdMaya.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\pxr\maya\lib\usdMaya\RelWithDebInfo\usdMaya.dll

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/pxr/maya/lib/usdMaya/CMakeLists.txt

module.cpp

wrapAssembly.cpp

wrapEditUtil.cpp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/pxr/maya/lib/usdMaya/RelWithDebInfo/_usdMaya.lib and object C:/workspace/build/RelWithDebInfo/plugin/pxr/maya/lib/usdMaya/RelWithDebInfo/_usdMaya.exp

_usdMaya.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\pxr\maya\lib\usdMaya\RelWithDebInfo_usdMaya.pyd

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/pxr/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/mayatest/AL/maya/test/CMakeLists.txt

testHelpers.cpp

testHarness.cpp

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/utils/AL/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/lib/usd/utils/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/usdtransaction/AL/usd/transaction/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/lib/mayaUsd/python/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/lib/usd/schemas/CMakeLists.txt

module.cpp

wrapAdaptor.cpp

wrapBlockSceneModificationContext.cpp

wrapColorSpace.cpp

wrapDiagnosticDelegate.cpp

wrapMeshUtil.cpp

wrapQuery.cpp

wrapReadUtil.cpp

EventHandler.cpp

wrapRoundTripUtil.cpp

wrapStageCache.cpp

wrapUserTaggedAttribute.cpp

wrapWriteUtil.cpp

Notice.cpp

Transaction.cpp

DebugCodes.cpp

TransactionManager.cpp

DiffCore.cpp

wrapXformStack.cpp

Building Custom Rule E:/USD/sourcecode/maya-usd/lib/mayaUsd/ufe/CMakeLists.txt

ALMayaReference.cpp

MayaReference.cpp

ModuleDeps.cpp

tokens.cpp

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/schemas/AL/usd/schemas/mayatest/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/lib/usd/hdMaya/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/schemas/AL/usd/schemas/maya/CMakeLists.txt

Copying api.h ...

Copying api.h ...

 Creating library C:/workspace/build/RelWithDebInfo/lib/usd/utils/RelWithDebInfo/mayaUsdUtils.lib and object C:/workspace/build/RelWithDebInfo/lib/usd/utils/RelWithDebInfo/mayaUsdUtils.exp

Copying usdPreviewSurface.h ...

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/mayatest/AL/maya/test/RelWithDebInfo/AL_MayaTest.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/mayatest/AL/maya/test/RelWithDebInfo/AL_MayaTest.exp

module.cpp

wrapUtils.cpp

ModuleDeps.cpp

ExamplePolyCubeNode.cpp

ModelAPI.cpp

FrameRange.cpp

tokens.cpp

debugCodes.cpp

mayaUsdUtils.vcxproj -> C:\workspace\build\RelWithDebInfo\lib\usd\utils\RelWithDebInfo\mayaUsdUtils.dll

utils.cpp

adapter.cpp

adapterDebugCodes.cpp

ModuleDeps.cpp

adapterRegistry.cpp

aiSkydomeLightAdapter.cpp

areaLightAdapter.cpp

dagAdapter.cpp

directionalLightAdapter.cpp

lightAdapter.cpp

proxyAdapter.cpp

materialAdapter.cpp

tokens.cpp

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/pxr/maya/plugin/pxrUsd/CMakeLists.txt

AL_MayaTest.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\mayatest\AL\maya\test\RelWithDebInfo\AL_MayaTest.dll

Building Custom Rule E:/USD/sourcecode/maya-usd/test/lib/usd/utils/CMakeLists.txt

Copying usdPreviewSurfaceShadingNodeOverride.h ...

materialNetworkConverter.cpp

mayaAttrs.cpp

meshAdapter.cpp

main.cpp

test_DiffCore.cpp

Copying usdPreviewSurfaceWriter.h ...

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/pxr/maya/plugin/pxrUsd/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/pxr/maya/plugin/pxrUsdPreviewSurface/CMakeLists.txt

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/schemas/AL/usd/schemas/mayatest/RelWithDebInfo/AL_USDMayaSchemasTest.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/schemas/AL/usd/schemas/mayatest/RelWithDebInfo/AL_USDMayaSchemasTest.exp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/usdtransaction/AL/usd/transaction/RelWithDebInfo/AL_USDTransaction.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/usdtransaction/AL/usd/transaction/RelWithDebInfo/AL_USDTransaction.exp

alembicChaser.cpp

plugin.cpp

usdTranslator.cpp

AL_USDMayaSchemasTest.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\mayatest\RelWithDebInfo\AL_USDMayaSchemasTest.dll

AL_USDTransaction.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\usdtransaction\AL\usd\transaction\RelWithDebInfo\AL_USDTransaction.dll

DiffCore.vcxproj -> C:\workspace\build\RelWithDebInfo\test\lib\usd\utils\RelWithDebInfo\DiffCore.exe

 Creating library C:/workspace/build/RelWithDebInfo/lib/usd/schemas/RelWithDebInfo/mayaUsd_Schemas.lib and object C:/workspace/build/RelWithDebInfo/lib/usd/schemas/RelWithDebInfo/mayaUsd_Schemas.exp

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/schemas/AL/usd/schemas/mayatest/CMakeLists.txt

nurbsCurveAdapter.cpp

 Creating library C:/workspace/build/RelWithDebInfo/lib/mayaUsd/ufe/RelWithDebInfo/_ufe.lib and object C:/workspace/build/RelWithDebInfo/lib/mayaUsd/ufe/RelWithDebInfo/_ufe.exp

ALMayaReference.obj : warning LNK4217: locally defined symbol ??1MayaUsd_SchemasMayaReference@pxrInternal_v0_20__pxrReserved__@@UEAA@XZ (public: virtual cdecl pxrInternal_v0_20__pxrReserved::MayaUsd_SchemasMayaReference::~MayaUsd_SchemasMayaReference(void)) imported in function "public: virtual cdecl pxrInternal_v0_20__pxrReserved::MayaUsd_SchemasALMayaReference::~MayaUsd_SchemasALMayaReference(void)" (??1MayaUsd_SchemasALMayaReference@pxrInternal_v0_20__pxrReserved__@@UEAA@XZ) [C:\workspace\build\RelWithDebInfo\lib\usd\schemas\mayaUsd_Schemas.vcxproj]

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/schemas/AL/usd/schemas/maya/RelWithDebInfo/AL_USDMayaSchemas.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/schemas/AL/usd/schemas/maya/RelWithDebInfo/AL_USDMayaSchemas.exp

ALMayaReference.obj : warning LNK4217: locally defined symbol ?GetSchemaAttributeNames@MayaUsd_SchemasMayaReference@pxrInternal_v0_20__pxrReserved__@@SAAEBV?$vector@VTfToken@pxrInternal_v0_20__pxrReserved__@@v?$allocator@VTfToken@pxrInternal_v0_20__pxrReserved__@@@std@@@std@@N@Z (public: static class std::vector<class pxrInternal_v0_20__pxrReserved_::TfToken,class std::allocator > const & cdecl pxrInternal_v0_20__pxrReserved::MayaUsd_SchemasMayaReference::GetSchemaAttributeNames(bool)) imported in function "public: static class std::vector<class pxrInternal_v0_20__pxrReserved__::TfToken,class std::allocator > const & cdecl pxrInternal_v0_20__pxrReserved::MayaUsd_SchemasALMayaReference::GetSchemaAttributeNames(bool)" (?GetSchemaAttributeNames@MayaUsd_SchemasALMayaReference@pxrInternal_v0_20__pxrReserved__@@SAAEBV?$vector@VTfToken@pxrInternal_v0_20__pxrReserved__@@v?$allocator@VTfToken@pxrInternal_v0_20__pxrReserved__@@@std@@@std@@_N@Z) [C:\workspace\build\RelWithDebInfo\lib\usd\schemas\mayaUsd_Schemas.vcxproj]

MayaReference.obj : warning LNK4217: locally defined symbol ??0MayaUsd_SchemasTokensType@pxrInternal_v0_20__pxrReserved__@@qeaa@XZ (public: cdecl pxrInternal_v0_20__pxrReserved::MayaUsd_SchemasTokensType::MayaUsd_SchemasTokensType(void)) imported in function "public: struct pxrInternal_v0_20__pxrReserved__::MayaUsd_SchemasTokensType * cdecl pxrInternal_v0_20__pxrReserved::TfStaticData<struct pxrInternal_v0_20__pxrReserved__::MayaUsd_SchemasTokensType,struct pxrInternal_v0_20__pxrReserved__::Tf_StaticDataDefaultFactory >::Get(void)const " (?Get@?$TfStaticData@UMayaUsd_SchemasTokensType@pxrInternal_v0_20__pxrReserved__@@U?$Tf_StaticDataDefaultFactory@UMayaUsd_SchemasTokensType@pxrInternal_v0_20__pxrReserved__@@@2@@pxrInternal_v0_20__pxrReserved__@@QEBAPEAUMayaUsd_SchemasTokensType@2@XZ) [C:\workspace\build\RelWithDebInfo\lib\usd\schemas\mayaUsd_Schemas.vcxproj]

MayaReference.obj : warning LNK4049: locally defined symbol ?MayaUsd_SchemasTokens@pxrInternal_v0_20__pxrReserved__@@3v?$TfStaticData@UMayaUsd_SchemasTokensType@pxrInternal_v0_20__pxrReserved__@@U?$Tf_StaticDataDefaultFactory@UMayaUsd_SchemasTokensType@pxrInternal_v0_20__pxrReserved__@@@2@@1@A (class pxrInternal_v0_20__pxrReserved__::TfStaticData<struct pxrInternal_v0_20__pxrReserved__::MayaUsd_SchemasTokensType,struct pxrInternal_v0_20__pxrReserved__::Tf_StaticDataDefaultFactory > pxrInternal_v0_20__pxrReserved__::MayaUsd_SchemasTokens) imported [C:\workspace\build\RelWithDebInfo\lib\usd\schemas\mayaUsd_Schemas.vcxproj]

pointLightAdapter.cpp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/utils/AL/RelWithDebInfo/AL_EventSystem.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/utils/AL/RelWithDebInfo/AL_EventSystem.exp

shapeAdapter.cpp

mayaUsd_Schemas.vcxproj -> C:\workspace\build\RelWithDebInfo\lib\usd\schemas\RelWithDebInfo\mayaUsd_Schemas.dll

_ufe.vcxproj -> C:\workspace\build\RelWithDebInfo\lib\mayaUsd\ufe\RelWithDebInfo_ufe.pyd

spotLightAdapter.cpp

module.cpp

wrapTokens.cpp

wrapExamplePolyCubeNode.cpp

AL_EventSystem.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\utils\AL\RelWithDebInfo\AL_EventSystem.dll

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/usdtransaction/AL/usd/transaction/tests/CMakeLists.txt

AL_USDMayaSchemas.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\maya\RelWithDebInfo\AL_USDMayaSchemas.dll

tokens.cpp

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/pxr/maya/plugin/pxrUsdPreviewSurface/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/usdtransaction/AL/usd/transaction/CMakeLists.txt

delegate.cpp

testMain.cpp

testTransactionManager.cpp

testTransaction.cpp

delegateCtx.cpp

plugin.cpp

usdPreviewSurface.cpp

usdPreviewSurfaceShadingNodeOverride.cpp

usdPreviewSurfaceWriter.cpp

module.cpp

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/mayautils/AL/maya/CMakeLists.txt

 Creating library C:/workspace/build/RelWithDebInfo/lib/mayaUsd/python/RelWithDebInfo/_mayaUsd.lib and object C:/workspace/build/RelWithDebInfo/lib/mayaUsd/python/RelWithDebInfo/_mayaUsd.exp

wrapNotice.cpp

delegateDebugCodes.cpp

wrapTransaction.cpp

wrapTransactionManager.cpp

delegateRegistry.cpp

proxyDelegate.cpp

proxyUsdImagingDelegate.cpp

FileTranslatorOptions.cpp

_mayaUsd.vcxproj -> C:\workspace\build\RelWithDebInfo\lib\mayaUsd\python\RelWithDebInfo_mayaUsd.pyd

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/schemas/AL/usd/schemas/maya/CMakeLists.txt

sceneDelegate.cpp

MenuBuilder.cpp

NodeHelper.cpp

CommandGuiHelper.cpp

PluginTranslatorOptions.cpp

Utils.cpp

MayaEventManager.cpp

testDelegate.cpp

module.cpp

wrapModelAPI.cpp

wrapTokens.cpp

wrapFrameRange.cpp

Building Custom Rule E:/USD/sourcecode/maya-usd/lib/usd/schemas/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/schemas/AL/usd/schemas/maya/tests/CMakeLists.txt

module.cpp

wrapTokens.cpp

wrapMayaReference.cpp

wrapALMayaReference.cpp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/mayautils/AL/maya/RelWithDebInfo/AL_MayaUtils.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/mayautils/AL/maya/RelWithDebInfo/AL_MayaUtils.exp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/schemas/AL/usd/schemas/mayatest/RelWithDebInfo/_AL_USDMayaSchemasTest.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/schemas/AL/usd/schemas/mayatest/RelWithDebInfo/_AL_USDMayaSchemasTest.exp

main.cpp

testMayaSchemas.cpp

testModelAPI.cpp

Building Custom Rule E:/USD/sourcecode/maya-usd/lib/usd/translators/CMakeLists.txt

AL_MayaUtils.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\mayautils\AL\maya\RelWithDebInfo\AL_MayaUtils.dll

_AL_USDMayaSchemasTest.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\mayatest\RelWithDebInfo_AL_USDMayaSchemasTest.pyd

LINK : warning LNK4044: unrecognized option '/lpthread'; ignored [C:\workspace\build\RelWithDebInfo\plugin\al\usdtransaction\AL\usd\transaction\tests\AL_USDTransactionTests.vcxproj]

LINK : warning LNK4044: unrecognized option '/lm'; ignored [C:\workspace\build\RelWithDebInfo\plugin\al\usdtransaction\AL\usd\transaction\tests\AL_USDTransactionTests.vcxproj]

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/usdmayautils/AL/usdmaya/utils/CMakeLists.txt

cameraReader.cpp

cameraWriter.cpp

fileTextureWriter.cpp

instancerWriter.cpp

jointWriter.cpp

lightReader.cpp

lightWriter.cpp

locatorWriter.cpp

materialReader.cpp

mayaReferenceReader.cpp

mayaReferenceUpdater.cpp

meshReader.cpp

AL_USDTransactionTests.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\usdtransaction\AL\usd\transaction\tests\RelWithDebInfo\AL_USDTransactionTests.exe

 Creating library C:/workspace/build/RelWithDebInfo/plugin/pxr/maya/plugin/pxrUsdPreviewSurface/RelWithDebInfo/pxrUsdPreviewSurface.lib and object C:/workspace/build/RelWithDebInfo/plugin/pxr/maya/plugin/pxrUsdPreviewSurface/RelWithDebInfo/pxrUsdPreviewSurface.exp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/pxr/maya/plugin/pxrUsd/RelWithDebInfo/pxrUsd.lib and object C:/workspace/build/RelWithDebInfo/plugin/pxr/maya/plugin/pxrUsd/RelWithDebInfo/pxrUsd.exp

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/mayautils/AL/maya/tests/mayaplugintest/CMakeLists.txt

AnimationTranslator.cpp

AttributeType.cpp

DgNodeHelper.cpp

Utils.cpp

MeshUtils.cpp

NurbsCurveUtils.cpp

DiffPrimVar.cpp

pxrUsdPreviewSurface.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\pxr\maya\plugin\pxrUsdPreviewSurface\RelWithDebInfo\pxrUsdPreviewSurface.mll

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/usdtransaction/AL/usd/transaction/RelWithDebInfo/_AL_USDTransaction.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/usdtransaction/AL/usd/transaction/RelWithDebInfo/_AL_USDTransaction.exp

pxrUsd.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\pxr\maya\plugin\pxrUsd\RelWithDebInfo\pxrUsd.mll

plugin.cpp

test_maya_MenuBuilder.cpp

test_maya_NodeHelper.cpp

test_mobjectmap.cpp

CommandGuiHelperTest.cpp

NodeHelperUnitTest.cpp

PluginTranslatorOptionsTest.cpp

_AL_USDTransaction.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\usdtransaction\AL\usd\transaction\RelWithDebInfo_AL_USDTransaction.pyd

 Creating library C:/workspace/build/RelWithDebInfo/lib/usd/hdMaya/RelWithDebInfo/hdMaya.lib and object C:/workspace/build/RelWithDebInfo/lib/usd/hdMaya/RelWithDebInfo/hdMaya.exp

meshWriter.cpp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/mayautils/AL/maya/tests/mayaplugintest/RelWithDebInfo/AL_MayaUtilsTests.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/mayautils/AL/maya/tests/mayaplugintest/RelWithDebInfo/AL_MayaUtilsTests.exp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/schemas/AL/usd/schemas/maya/RelWithDebInfo/_AL_USDMayaSchemas.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/schemas/AL/usd/schemas/maya/RelWithDebInfo/_AL_USDMayaSchemas.exp

testMayaSchemas.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\maya\tests\RelWithDebInfo\testMayaSchemas.exe

meshWriter_Primvars.cpp

AL_MayaUtilsTests.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\mayautils\AL\maya\tests\mayaplugintest\RelWithDebInfo\AL_MayaUtilsTests.mll

_AL_USDMayaSchemas.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\schemas\AL\usd\schemas\maya\RelWithDebInfo_AL_USDMayaSchemas.pyd

meshWriter_Skin.cpp

meshWriter_Subdiv.cpp

nurbsCurveWriter.cpp

 Creating library C:/workspace/build/RelWithDebInfo/lib/usd/schemas/RelWithDebInfo/_schemas.lib and object C:/workspace/build/RelWithDebInfo/lib/usd/schemas/RelWithDebInfo/_schemas.exp

nurbsCurvesReader.cpp

nurbsPatchReader.cpp

hdMaya.vcxproj -> C:\workspace\build\RelWithDebInfo\lib\usd\hdMaya\RelWithDebInfo\hdMaya.dll

nurbsSurfaceWriter.cpp

particleWriter.cpp

_schemas.vcxproj -> C:\workspace\build\RelWithDebInfo\lib\usd\schemas\RelWithDebInfo_schemas.pyd

Building Custom Rule E:/USD/sourcecode/maya-usd/lib/mayaUsd/render/mayaToHydra/CMakeLists.txt

scopeReader.cpp

strokeWriter.cpp

defaultLightDelegate.cpp

plugin.cpp

pluginDebugCodes.cpp

renderGlobals.cpp

renderOverride.cpp

shadingModeExporter.cpp

tokens.cpp

utils.cpp

viewCommand.cpp

skelReader.cpp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/usdmayautils/AL/usdmaya/utils/RelWithDebInfo/AL_USDMayaUtils.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/usdmayautils/AL/usdmaya/utils/RelWithDebInfo/AL_USDMayaUtils.exp

AL_USDMayaUtils.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\usdmayautils\AL\usdmaya\utils\RelWithDebInfo\AL_USDMayaUtils.dll

xformReader.cpp

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/lib/AL_USDMaya/CMakeLists.txt

DebugCodes.cpp

Global.cpp

Metadata.cpp

SelectabilityDB.cpp

StageCache.cpp

TransformOperation.cpp

CodeTimings.cpp

moduleDeps.cpp

CreateUsdPrim.cpp

DebugCommands.cpp

EventCommand.cpp

LayerCommands.cpp

ListTranslators.cpp

ProxyShapeCommands.cpp

ProxyShapePostLoadProcess.cpp

RendererCommands.cpp

SyncFileIOGui.cpp

UnloadPrim.cpp

AnimationTranslator.cpp

Export.cpp

ExportTranslator.cpp

Import.cpp

 Creating library C:/workspace/build/RelWithDebInfo/lib/mayaUsd/render/mayaToHydra/RelWithDebInfo/mtoh.lib and object C:/workspace/build/RelWithDebInfo/lib/mayaUsd/render/mayaToHydra/RelWithDebInfo/mtoh.exp

ImportTranslator.cpp

NodeFactory.cpp

SchemaPrims.cpp

mtoh.vcxproj -> C:\workspace\build\RelWithDebInfo\lib\mayaUsd\render\mayaToHydra\RelWithDebInfo\mtoh.mll

mayaUsd_Translators.vcxproj -> C:\workspace\build\RelWithDebInfo\lib\usd\translators\RelWithDebInfo\mayaUsd_Translators.dll

TransformIterator.cpp

DagNodeTranslator.cpp

DgNodeTranslator.cpp

TransformTranslator.cpp

TranslatorBase.cpp

TranslatorContext.cpp

TranslatorTestPlugin.cpp

TranslatorTestType.cpp

ExtraDataPlugin.cpp

TestExtraDataPlugin.cpp

Engine.cpp

Layer.cpp

LayerManager.cpp

MeshAnimCreator.cpp

MeshAnimDeformer.cpp

ProxyDrawOverride.cpp

ProxyShape.cpp

ProxyShapeSelection.cpp

ProxyShapeUI.cpp

ProxyUsdGeomCamera.cpp

RendererManager.cpp

Transform.cpp

Scope.cpp

BasicTransformationMatrix.cpp

TransformationMatrix.cpp

LockManager.cpp

PrimFilter.cpp

ProxyShapeMetaData.cpp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/lib/AL_USDMaya/RelWithDebInfo/AL_USDMaya.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/lib/AL_USDMaya/RelWithDebInfo/AL_USDMaya.exp

AL_USDMaya.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\lib\AL_USDMaya\RelWithDebInfo\AL_USDMaya.dll

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/plugin/AL_USDMayaTestPlugin/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/lib/AL_USDMaya/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/translators/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/plugin/AL_USDMayaPlugin/CMakeLists.txt

Building Custom Rule E:/USD/sourcecode/maya-usd/plugin/al/translators/pxrUsdTranslators/CMakeLists.txt

plugin.cpp

ProxyShapeTranslator.cpp

plugin.cpp

module.cpp

Camera.cpp

CommonTranslatorOptions.cpp

wrapStageCache.cpp

wrapLayerManager.cpp

MayaReference.cpp

Mesh.cpp

NurbsCurve.cpp

FrameRange.cpp

DirectionalLight.cpp

wrapProxyShape.cpp

wrapTranslatorBase.cpp

plugin.cpp

wrapTranslatorContext.cpp

test_EventHandler.cpp

test_MatrixToSRT.cpp

test_MayaEventManager.cpp

test_ExportCommands.cpp

test_InternalProxySelection.cpp

test_LayerCommands.cpp

test_LayerManagerCommands.cpp

test_ProxyShapeImport.cpp

test_ProxyShapeSelect.cpp

test_TranslateCommand.cpp

export_blendshape.cpp

export_constraints.cpp

export_ik.cpp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/translators/pxrUsdTranslators/RelWithDebInfo/AL_USDMayaPxrTranslators.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/translators/pxrUsdTranslators/RelWithDebInfo/AL_USDMayaPxrTranslators.exp

export_import_instancing.cpp

export_lattice.cpp

AL_USDMayaPxrTranslators.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\translators\pxrUsdTranslators\RelWithDebInfo\AL_USDMayaPxrTranslators.mll

export_multiple_shapes.cpp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/plugin/AL_USDMayaPlugin/RelWithDebInfo/AL_USDMayaPlugin.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/plugin/AL_USDMayaPlugin/RelWithDebInfo/AL_USDMayaPlugin.exp

export_nonlinear.cpp

export_unmerged.cpp

AL_USDMayaPlugin.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\plugin\AL_USDMayaPlugin\RelWithDebInfo\AL_USDMayaPlugin.mll

import_instances.cpp

test_activeInActiveTranslators.cpp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/translators/RelWithDebInfo/AL_USDMayaTranslators.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/translators/RelWithDebInfo/AL_USDMayaTranslators.exp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/lib/AL_USDMaya/RelWithDebInfo/_AL_USDMaya.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/lib/AL_USDMaya/RelWithDebInfo/_AL_USDMaya.exp

test_PrimFilter.cpp

AL_USDMayaTranslators.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\translators\RelWithDebInfo\AL_USDMayaTranslators.dll

test_ActiveInactive.cpp

_AL_USDMaya.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\lib\AL_USDMaya\RelWithDebInfo_AL_USDMaya.pyd

test_ExtraDataPlugin.cpp

test_LayerManager.cpp

test_lockPrims.cpp

test_ProxyShape.cpp

test_ProxyShapeSelectabilityDB.cpp

test_ProxyUsdGeomCamera.cpp

test_Transform.cpp

test_TransformMatrix.cpp

test_ScopeMatrix.cpp

test_TranslatorContext.cpp

test_DiffGeom.cpp

test_DiffPrimVar.cpp

test_SelectabilityDB.cpp

test_translators_AnimationTranslator.cpp

test_translators_CameraTranslator.cpp

test_translators_DgTranslator.cpp

test_translators_MeshTranslator.cpp

test_translators_NurbsCurveTranslator.cpp

test_translators_PythonBindings.cpp

test_translators_TransformTranslator.cpp

test_translators_Translator.cpp

test_usdmaya.cpp

test_usdmaya_AttributeType.cpp

 Creating library C:/workspace/build/RelWithDebInfo/plugin/al/plugin/AL_USDMayaTestPlugin/RelWithDebInfo/AL_USDMayaTestPlugin.lib and object C:/workspace/build/RelWithDebInfo/plugin/al/plugin/AL_USDMayaTestPlugin/RelWithDebInfo/AL_USDMayaTestPlugin.exp

AL_USDMayaTestPlugin.vcxproj -> C:\workspace\build\RelWithDebInfo\plugin\al\plugin\AL_USDMayaTestPlugin\RelWithDebInfo\AL_USDMayaTestPlugin.mll

Building Custom Rule E:/USD/sourcecode/maya-usd/CMakeLists.txt

-- Install configuration: "RelWithDebInfo"

Test project C:/workspace/build/RelWithDebInfo/plugin/al
Start 1: AL_MayaUtilsTests
Test not available without configuration. (Missing "-C "?)
1/11 Test #1: AL_MayaUtilsTests ..................***Not Run 0.00 sec
Start 2: GTest:AL_USDTransactionTests
Test not available without configuration. (Missing "-C "?)
2/11 Test #2: GTest:AL_USDTransactionTests .......***Not Run 0.00 sec
Start 3: Python:AL_USDTransactionTests
Test not available without configuration. (Missing "-C "?)
3/11 Test #3: Python:AL_USDTransactionTests ......***Not Run 0.00 sec
Start 4: AL_USDMayaTestPlugin
Test not available without configuration. (Missing "-C "?)
4/11 Test #4: AL_USDMayaTestPlugin ...............***Not Run 0.00 sec
Start 5: TestALUSDMayaPython_ProxyShape
Test not available without configuration. (Missing "-C "?)
5/11 Test #5: TestALUSDMayaPython_ProxyShape .....***Not Run 0.00 sec
Start 6: TestALUSDMayaPython_Translators
Test not available without configuration. (Missing "-C "?)
6/11 Test #6: TestALUSDMayaPython_Translators ....***Not Run 0.00 sec
Start 7: TestALUSDMayaPython_LayerManager
Test not available without configuration. (Missing "-C "?)
7/11 Test #7: TestALUSDMayaPython_LayerManager ...***Not Run 0.00 sec
Start 8: TestALUSDMayaPython_ImportModule
Test not available without configuration. (Missing "-C "?)
8/11 Test #8: TestALUSDMayaPython_ImportModule ...***Not Run 0.00 sec
Start 9: testMayaSchemas
Test not available without configuration. (Missing "-C "?)
9/11 Test #9: testMayaSchemas ....................***Not Run 0.00 sec
Start 10: TestAdditionalTranslators
Test not available without configuration. (Missing "-C "?)
10/11 Test #10: TestAdditionalTranslators ..........***Not Run 0.00 sec
Start 11: TestPxrUsdTranslators
Test not available without configuration. (Missing "-C "?)
11/11 Test #11: TestPxrUsdTranslators ..............***Not Run 0.00 sec

0% tests passed, 11 tests failed out of 11

Total Test time (real) = 0.03 sec

The following tests FAILED:
1 - AL_MayaUtilsTests (Not Run)
2 - GTest:AL_USDTransactionTests (Not Run)
3 - Python:AL_USDTransactionTests (Not Run)
4 - AL_USDMayaTestPlugin (Not Run)
5 - TestALUSDMayaPython_ProxyShape (Not Run)
6 - TestALUSDMayaPython_Translators (Not Run)
7 - TestALUSDMayaPython_LayerManager (Not Run)
8 - TestALUSDMayaPython_ImportModule (Not Run)
9 - testMayaSchemas (Not Run)
10 - TestAdditionalTranslators (Not Run)
11 - TestPxrUsdTranslators (Not Run)

@HamedSabri-adsk
Copy link
Contributor

HamedSabri-adsk commented Apr 20, 2020

@Sushant304 Strange. How are you running these tests?

Are you using build.py script by passing the test to --stages?

e.g
python build.py ........ --stages=test ......

If you are running the test via build.py, -C is already setup for you:

'-C {variant} '

Can you run the test manually without the use of build.py?

cd into workspace\build\RelWithDebInfo\plugin\al and run ctest like this:
e.g
C:\workspace\build\RelWithDebInfo\plugin\al> ctest -C RelWithDebInfo

You can optionally pass -j <num cores> so tests run concurrently.

FWIW, I tried both approaches and I don't hit your issue.

@santosg87 santosg87 removed their assignment Apr 20, 2020
ppt-adsk pushed a commit that referenced this issue Sep 27, 2023
* HYDRA-414 : aiSkydomeLight
- fix default color not being supported
- fix texture inside the dome light not visible
- fix the warning that no texture is present when we use onlythe default color

* HYDRA-414 : Fix a test which was using the name "Solid" which was changed to "Lighted"

* HYDRA-414 : Fix build issues under OSX and Linux.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unit test Related to unit tests (both python or c++)
Projects
None yet
Development

No branches or pull requests

3 participants