Skip to content

Instantly share code, notes, and snippets.

@r-pankevicius
Created February 4, 2022 12:47
Show Gist options
  • Save r-pankevicius/1f722569a98be2a1747ddf1bb04c6a9e to your computer and use it in GitHub Desktop.
Save r-pankevicius/1f722569a98be2a1747ddf1bb04c6a9e to your computer and use it in GitHub Desktop.
C:\Temp\github-clean\machinelearning>build.cmd
GET https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1
Attempting to install dotnet from public location.
dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where:
dotnet-install: - The SDK needs to be installed without user interaction and without admin rights.
dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs.
dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer.
dotnet-install: Extracting the archive.
dotnet-install: Adding to current process PATH: "C:\Temp\github-clean\machinelearning\.dotnet\". Note: This change will not be visible if PowerShell was run as a child process.
dotnet-install: Note that the script does not resolve dependencies during installation.
dotnet-install: To check the list of dependencies, go to https://docs.microsoft.com/dotnet/core/install/windows#dependencies
dotnet-install: Installation finished
Determining projects to restore...
Restored C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.dotnet.arcade.sdk\7.0.0-beta.22080.1\tools\Tools.proj (in 4.3 sec).
Attempting to install dotnet from public location.
dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where:
dotnet-install: - The SDK needs to be installed without user interaction and without admin rights.
dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs.
dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer.
dotnet-install: Extracting the archive.
dotnet-install: Note that the script does not resolve dependencies during installation.
dotnet-install: To check the list of dependencies, go to https://docs.microsoft.com/dotnet/core/install/windows#dependencies
dotnet-install: Installation finished
GET https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1
Attempting to install dotnet from public location.
dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where:
dotnet-install: - The SDK needs to be installed without user interaction and without admin rights.
dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs.
dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer.
dotnet-install: Extracting the archive.
dotnet-install: Adding to current process PATH: "C:\Temp\github-clean\machinelearning\.dotnet\x86\". Note: This change will not be visible if PowerShell was run as a child process.
dotnet-install: Note that the script does not resolve dependencies during installation.
dotnet-install: To check the list of dependencies, go to https://docs.microsoft.com/dotnet/core/install/windows#dependencies
dotnet-install: Installation finished
Determining projects to restore...
Restored C:\Temp\github-clean\machinelearning\src\Native\Native.proj (in 197 ms).
Determining projects to restore...
Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f32a49a7-551f-46d0-b4c8-84fc964fe7da/nuget/v3/flat2/microsoft.ml.mkl.components/index.json'.
Response status code does not indicate success: 503 (Service Unavailable).
Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/7d9f5c21-0d79-403f-bfe3-9a4506529760/nuget/v3/flat2/coverlet.msbuild/index.json'.
The SSL connection could not be established, see inner exception.
Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host..
An existing connection was forcibly closed by the remote host.
Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/azure-public/3ccf6661-f8ce-4e8a-bb2e-eff943ddd3c7/_packaging/58ca65bb-e6c1-4210-88ac-fa55c1cd7877/nuget/v3/flat2/microsoft.dotnet.interactive.formatting/index.json'.
The SSL connection could not be established, see inner exception.
Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host..
An existing connection was forcibly closed by the remote host.
Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/1a5f89f6-d8da-4080-b15f-242650c914a8/nuget/v3/flat2/system.security.principal.windows/index.json'.
Response status code does not indicate success: 503 (Service Unavailable).
Attempting to cancel the build...
Terminate batch job (Y/N)? y
C:\Temp\github-clean\machinelearning>cd ..
C:\Temp\github-clean>rd machinelearning
The directory is not empty.
C:\Temp\github-clean>rd /?
Removes (deletes) a directory.
RMDIR [/S] [/Q] [drive:]path
RD [/S] [/Q] [drive:]path
/S Removes all directories and files in the specified directory
in addition to the directory itself. Used to remove a directory
tree.
/Q Quiet mode, do not ask if ok to remove a directory tree with /S
C:\Temp\github-clean>rd /S machinelearning
machinelearning, Are you sure (Y/N)? y
C:\Temp\github-clean>dir
Volume in drive C is Windows
Volume Serial Number is E628-77CD
Directory of C:\Temp\github-clean
02/04/2022 02:15 PM <DIR> .
02/04/2022 01:59 PM <DIR> ..
0 File(s) 0 bytes
2 Dir(s) 509,873,987,584 bytes free
C:\Temp\github-clean>git clone https://github.com/dotnet/machinelearning.git
Cloning into 'machinelearning'...
remote: Enumerating objects: 61066, done.
remote: Counting objects: 100% (2763/2763), done.
remote: Compressing objects: 100% (1913/1913), done.
remote: Total 61066 (delta 1103), reused 1602 (delta 780), pack-reused 58303 eceiving objects: 100% (61066/61066), 68.60Receiving o7 MiB/s
bjects: 100% (61066/61066), 71.58 MiB | 11.42 MiB/s, done.
Resolving deltas: 100% (48093/48093), done.
Updating files: 100% (3339/3339), done.
C:\Temp\github-clean>git submodule update --init
fatal: not a git repository (or any of the parent directories): .git
C:\Temp\github-clean>cd machinelearning
C:\Temp\github-clean\machinelearning>git submodule update --init
Submodule 'src/Native/LIBMFNative/libmf' (https://github.com/cjlin1/libmf.git) registered for path 'src/Native/MatrixFactorizationNative/libmf'
Cloning into 'C:/Temp/github-clean/machinelearning/src/Native/MatrixFactorizationNative/libmf'...
Submodule path 'src/Native/MatrixFactorizationNative/libmf': checked out '403153ca204817e2901b2872d977088316360641'
C:\Temp\github-clean\machinelearning>build.cmd
GET https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1
Attempting to install dotnet from public location.
dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where:
dotnet-install: - The SDK needs to be installed without user interaction and without admin rights.
dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs.
dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer.
dotnet-install: Extracting the archive.
dotnet-install: Adding to current process PATH: "C:\Temp\github-clean\machinelearning\.dotnet\". Note: This change will not be visible if PowerShell was run as a child process.
dotnet-install: Note that the script does not resolve dependencies during installation.
dotnet-install: To check the list of dependencies, go to https://docs.microsoft.com/dotnet/core/install/windows#dependencies
dotnet-install: Installation finished
Determining projects to restore...
Restored C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.dotnet.arcade.sdk\7.0.0-beta.22080.1\tools\Tools.proj (in 144 ms).
Attempting to install dotnet from public location.
dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where:
dotnet-install: - The SDK needs to be installed without user interaction and without admin rights.
dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs.
dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer.
dotnet-install: Extracting the archive.
dotnet-install: Note that the script does not resolve dependencies during installation.
dotnet-install: To check the list of dependencies, go to https://docs.microsoft.com/dotnet/core/install/windows#dependencies
dotnet-install: Installation finished
GET https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1
Attempting to install dotnet from public location.
dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where:
dotnet-install: - The SDK needs to be installed without user interaction and without admin rights.
dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs.
dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer.
dotnet-install: Extracting the archive.
dotnet-install: Adding to current process PATH: "C:\Temp\github-clean\machinelearning\.dotnet\x86\". Note: This change will not be visible if PowerShell was run as a child process.
dotnet-install: Note that the script does not resolve dependencies during installation.
dotnet-install: To check the list of dependencies, go to https://docs.microsoft.com/dotnet/core/install/windows#dependencies
dotnet-install: Installation finished
Determining projects to restore...
Restored C:\Temp\github-clean\machinelearning\src\Native\Native.proj (in 174 ms).
Determining projects to restore...
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Mkl.Redist\Microsoft.ML.Mkl.Redist.csproj (in 62 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Maml\Microsoft.ML.Maml.csproj (in 82 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.DataView\Microsoft.ML.DataView.csproj (in 5 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.OnnxConverter\Microsoft.ML.OnnxConverter.csproj (in 1.73 sec).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.FastTree\Microsoft.ML.FastTree.csproj (in 1.73 sec).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.KMeansClustering\Microsoft.ML.KMeansClustering.csproj (in 1.73 sec).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Data\Microsoft.ML.Data.csproj (in 1.58 sec).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.ImageAnalytics\Microsoft.ML.ImageAnalytics.csproj (in 1.73 sec).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.LightGbm\Microsoft.ML.LightGbm.csproj (in 1.73 sec).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Experimental\Microsoft.ML.Experimental.csproj (in 1.73 sec).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.DnnImageFeaturizer.AlexNet\Microsoft.ML.DnnImageFeaturizer.AlexNet.csproj (in 1.73 sec).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.CpuMath\Microsoft.ML.CpuMath.csproj (in 4.48 sec).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.DnnAnalyzer\Microsoft.ML.DnnAnalyzer\Microsoft.ML.DnnAnalyzer.csproj (in 4.94 sec).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.CpuMath.PerformanceTests\Microsoft.ML.CpuMath.PerformanceTests.csproj (in 7.38 sec).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.TimeSeries\Microsoft.ML.TimeSeries.csproj (in 4 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.TensorFlow\Microsoft.ML.TensorFlow.csproj (in 5 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Sweeper\Microsoft.ML.Sweeper.csproj (in 6 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.StandardTrainers\Microsoft.ML.StandardTrainers.csproj (in 3 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.SamplesUtils\Microsoft.ML.SamplesUtils.csproj (in 47 ms).
Restored C:\Temp\github-clean\machinelearning\test\RemoteExecutorConsoleApp\RemoteExecutorConsoleApp.csproj (in 8.65 sec).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.TestFrameworkCommon\Microsoft.ML.TestFrameworkCommon.csproj (in 5.46 sec).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.TestFramework\Microsoft.ML.TestFramework.csproj (in 5.52 sec).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.TimeSeries.Tests\Microsoft.ML.TimeSeries.Tests.csproj (in 8.66 sec).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.CpuMath.UnitTests\Microsoft.ML.CpuMath.UnitTests.csproj (in 8.66 sec).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.ResultProcessor\Microsoft.ML.ResultProcessor.csproj (in 4 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.PCA\Microsoft.ML.PCA.csproj (in 8 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Recommender\Microsoft.ML.Recommender.csproj (in 9 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Parquet\Microsoft.ML.Parquet.csproj (in 10 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.OnnxTransformer\Microsoft.ML.OnnxTransformer.csproj (in 6 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Ensemble\Microsoft.ML.Ensemble.csproj (in 9 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.EntryPoints\Microsoft.ML.EntryPoints.csproj (in 10 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.DnnImageFeaturizer.ResNet50\Microsoft.ML.DnnImageFeaturizer.ResNet50.csproj (in 6 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.DnnImageFeaturizer.ResNet18\Microsoft.ML.DnnImageFeaturizer.ResNet18.csproj (in 5 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.DnnImageFeaturizer.ResNet101\Microsoft.ML.DnnImageFeaturizer.ResNet101.csproj (in 10 ms).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.NugetPackageVersionUpdater\Microsoft.ML.NugetPackageVersionUpdater.csproj (in 58 ms).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.FSharp.Tests\Microsoft.ML.FSharp.Tests.fsproj (in 10.39 sec).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.Data.Analysis\Microsoft.Data.Analysis.csproj (in 50 ms).
Restored C:\Temp\github-clean\machinelearning\tools-local\Microsoft.ML.InternalCodeAnalyzer\Microsoft.ML.InternalCodeAnalyzer.csproj (in 3.98 sec).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.CodeAnalyzer.Tests\Microsoft.ML.CodeAnalyzer.Tests.csproj (in 4.76 sec).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.CodeGenerator.Tests\Microsoft.ML.CodeGenerator.Tests.csproj (in 9.15 sec).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.Data.Analysis.Interactive\Microsoft.Data.Analysis.Interactive.csproj (in 11.07 sec).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Core\Microsoft.ML.Core.csproj (in 1 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Console\Microsoft.ML.Console.csproj (in 15 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.CodeGenerator\Microsoft.ML.CodeGenerator.csproj (in 17 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.AutoML\Microsoft.ML.AutoML.csproj (in 7 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.Extensions.ML\Microsoft.Extensions.ML.csproj (in 101 ms).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.Sweeper.Tests\Microsoft.ML.Sweeper.Tests.csproj (in 66 ms).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.Predictor.Tests\Microsoft.ML.Predictor.Tests.csproj (in 66 ms).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.Data.Analysis.Tests\Microsoft.Data.Analysis.Tests.csproj (in 56 ms).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.Data.Analysis.Interactive.Tests\Microsoft.Data.Analysis.Interactive.Tests.csproj (in 62 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML\Microsoft.ML.csproj (in 3 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Vision\Microsoft.ML.Vision.csproj (in 4 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Transforms\Microsoft.ML.Transforms.csproj (in 3 ms).
Restored C:\Temp\github-clean\machinelearning\tools-local\Microsoft.ML.StableApi\Microsoft.ML.StableApi.csproj (in 58.19 sec).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Mkl.Components\Microsoft.ML.Mkl.Components.csproj (in 1.21 min).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.Extensions.ML.Tests\Microsoft.Extensions.ML.Tests.csproj (in 312 ms).
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Featurizers\Microsoft.ML.Featurizers.csproj (in 1.35 min).
Restored C:\Temp\github-clean\machinelearning\docs\samples\Microsoft.ML.AutoML.Samples\Microsoft.ML.AutoML.Samples.csproj (in 1.24 min).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\Microsoft.ML.AutoML.Tests.csproj (in 23.92 sec).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.PerformanceTests\Microsoft.ML.PerformanceTests.csproj (in 1.37 min).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.Benchmarks.Tests\Microsoft.ML.Benchmarks.Tests.csproj (in 1.15 min).
Restored C:\Temp\github-clean\machinelearning\docs\samples\Microsoft.ML.Samples.GPU\Microsoft.ML.Samples.GPU.csproj (in 1.65 min).
Restored C:\Temp\github-clean\machinelearning\docs\samples\Microsoft.ML.Samples\Microsoft.ML.Samples.csproj (in 1.7 min).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.IntegrationTests\Microsoft.ML.IntegrationTests.csproj (in 1.92 min).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.OnnxTransformerTest\Microsoft.ML.OnnxTransformerTest.csproj (in 1.77 min).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.Core.Tests\Microsoft.ML.Core.Tests.csproj (in 1.92 min).
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.Tests\Microsoft.ML.Tests.csproj (in 1.92 min).
Downloading external model files... C:\Temp\github-clean\machinelearning\artifacts\obj\DnnImageModels\AlexNetPrepOnnx\AlexNetPreprocess.onnx;C:\Temp\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx;C:\Temp\github-clean\machinelearning\artifacts\obj\DnnImageModels\AlexNetOnnx\AlexNet.onnx;C:\Temp\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNet18Onnx\ResNet18.onnx;C:\Temp\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNet50Onnx\ResNet50.onnx;C:\Temp\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNet101Onnx\ResNet101.onnx
Downloading from "https://aka.ms/mlnet-resources/image/AlexNetPrepOnnx/AlexNetPreprocess.onnx" to "C:\Temp\github-clean\machinelearning\artifacts\obj\DnnImageModels\AlexNetPrepOnnx\AlexNetPreprocess.onnx" (618820 bytes).
Downloading from "https://aka.ms/mlnet-resources/image/ResNetPrepOnnx/ResNetPreprocess.onnx" to "C:\Temp\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx" (602584 bytes).
Downloading from "https://aka.ms/mlnet-resources/image/AlexNetOnnx/AlexNet.onnx" to "C:\Temp\github-clean\machinelearning\artifacts\obj\DnnImageModels\AlexNetOnnx\AlexNet.onnx" (233133636 bytes).
Downloading from "https://aka.ms/mlnet-resources/image/ResNet18Onnx/ResNet18.onnx" to "C:\Temp\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNet18Onnx\ResNet18.onnx" (63653533 bytes).
Downloading from "https://aka.ms/mlnet-resources/image/ResNet50Onnx/ResNet50.onnx" to "C:\Temp\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNet50Onnx\ResNet50.onnx" (94288003 bytes).
Downloading from "https://aka.ms/mlnet-resources/image/ResNet101Onnx/ResNet101.onnx" to "C:\Temp\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNet101Onnx\ResNet101.onnx" (170508881 bytes).
Copying external model files... C:\Temp\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.AlexNet\tools\DnnImageModels\AlexNetPrepOnnx\AlexNetPreprocess.onnx;C:\Temp\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.AlexNet\tools\DnnImageModels\AlexNetOnnx\AlexNet.onnx;C:\Temp\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.ResNet18\tools\DnnImageModels\ResNet18Onnx\ResNet18.onnx;C:\Temp\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.ResNet18\tools\DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx;C:\Temp\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.ResNet50\tools\DnnImageModels\ResNet50Onnx\ResNet50.onnx;C:\Temp\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.ResNet50\tools\DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx;C:\Temp\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.ResNet101\tools\DnnImageModels\ResNet101Onnx\ResNet101.onnx;C:\Temp\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.ResNet101\tools\DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx
C:\Temp\github-clean\machinelearning\src\Native\build.cmd Debug x64 --mkllibpath C:\Users\MY_LOGIN_NAME\.nuget\packages\mlnetmkldeps\0.0.0.12\runtimes\win-x64\native
**********************************************************************
** Visual Studio 2022 Developer Command Prompt v17.0.5
** Copyright (c) 2021 Microsoft Corporation
**********************************************************************
**********************************************************************
** Visual Studio 2022 Developer Command Prompt v17.0.5
** Copyright (c) 2021 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x86_x64'
Commencing native build of dotnet/machinelearning
Calling "C:\Temp\github-clean\machinelearning\src\Native\\gen-buildsys-win.bat" "C:\Temp\github-clean\machinelearning\src\Native\" "17 2022" x64
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as
project(ProjectName)
near the top of the file, but after cmake_minimum_required().
CMake is pretending there is a "project(Project)" command on the first
line.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.22000.
-- The C compiler identification is MSVC 19.30.30709.0
-- The CXX compiler identification is MSVC 19.30.30709.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.30.30705/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.30.30705/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found OpenMP_C: -openmp (found version "2.0")
-- Found OpenMP_CXX: -openmp (found version "2.0")
-- Found OpenMP: TRUE (found version "2.0")
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug
msbuild "C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/obj/Native/x64.Debug\INSTALL.vcxproj" /t:rebuild /p:Configuration=Debug /p:Platform=x64 /p:PlatformToolset="v143"
Microsoft (R) Build Engine version 17.0.0+c9eb9dd64 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 2/4/2022 2:26:29 PM.
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\INSTALL.vcxproj" on node 1 (rebuild target(s)).
CoreClean:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\obj\INSTALL\x64\Debug\".
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\INSTALL.vcxproj" (1) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ZERO_CHECK.vcxproj" (2) on node 1 (Clean target(s)).
CoreClean:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\obj\ZERO_CHECK\x64\Debug\".
CoreCppClean:
Creating directory "x64\Debug\ZERO_CHECK\".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ZERO_CHECK.vcxproj" (Clean target(s)).
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\INSTALL.vcxproj" (1) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (3) on node 1 (Clean target(s)).
CoreClean:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\obj\ALL_BUILD\x64\Debug\".
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (3) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\CpuMathNative\CpuMathNative.vcxproj" (4) on node 1 (Clean target(s)).
CoreClean:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\obj\CpuMathNative\x64\Debug\".
CoreCppClean:
Creating directory "CpuMathNative.dir\Debug\".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\CpuMathNative\CpuMathNative.vcxproj" (Clean target(s)).
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (3) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\FastTreeNative\FastTreeNative.vcxproj" (5) on node 1 (Clean target(s)).
CoreClean:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\obj\FastTreeNative\x64\Debug\".
CoreCppClean:
Creating directory "FastTreeNative.dir\Debug\".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\FastTreeNative\FastTreeNative.vcxproj" (Clean target(s)).
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (3) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\LdaNative\LdaNative.vcxproj" (6) on node 1 (Clean target(s)).
CoreClean:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\obj\LdaNative\x64\Debug\".
CoreCppClean:
Creating directory "LdaNative.dir\Debug\".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\LdaNative\LdaNative.vcxproj" (Clean target(s)).
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (3) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\MatrixFactorizationNative\MatrixFactorizationNative.vcxproj" (7) on node 1 (Clean target(s)).
CoreClean:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\obj\MatrixFactorizationNative\x64\Debug\".
CoreCppClean:
Creating directory "MatrixFactorizationNative.dir\Debug\".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\MatrixFactorizationNative\MatrixFactorizationNative.vcxproj" (Clean target(s)).
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (3) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\MklProxyNative\MklProxyNative.vcxproj" (8) on node 1 (Clean target(s)).
CoreClean:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\obj\MklProxyNative\x64\Debug\".
CoreCppClean:
Creating directory "MklProxyNative.dir\Debug\".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\MklProxyNative\MklProxyNative.vcxproj" (Clean target(s)).
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (3) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\SymSgdNative\SymSgdNative.vcxproj" (9) on node 1 (Clean target(s)).
CoreClean:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\obj\SymSgdNative\x64\Debug\".
CoreCppClean:
Creating directory "SymSgdNative.dir\Debug\".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\SymSgdNative\SymSgdNative.vcxproj" (Clean target(s)).
CoreCppClean:
Creating directory "x64\Debug\ALL_BUILD\".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (Clean target(s)).
CoreCppClean:
Creating directory "x64\Debug\INSTALL\".
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\INSTALL.vcxproj" (1) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ZERO_CHECK.vcxproj" (2:9) on node 1 (default targets).
PrepareForBuild:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\bin\ZERO_CHECK\x64\Debug\".
Creating directory "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Checking Build System
FinalizeBuildStatus:
Deleting file "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ZERO_CHECK.vcxproj" (default targets).
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\INSTALL.vcxproj" (1) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (3:2) on node 1 (default targets).
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (3:2) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\CpuMathNative\CpuMathNative.vcxproj" (4:2) on node 1 (default targets).
PrepareForBuild:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\CpuMathNative\Debug\".
Creating directory "CpuMathNative.dir\Debug\CpuMathNative.tlog\".
InitializeBuildStatus:
Creating "CpuMathNative.dir\Debug\CpuMathNative.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Temp/github-clean/machinelearning/src/Native/CpuMathNative/CMakeLists.txt
ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\CL.exe /c /I"C:\Temp\github-clean\machinelearning\src\Native\..\..\artifacts\obj\Native\x64.Debug" /Zi /nologo /W3 /WX /diagnostics:column /Od /Ob0 /Oi /Oy- /D _WINDLL /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D DEBUG /D EBUG /D _WIN32=1 /D UNICODE /D _UNICODE /D _NO_ASYNCRTIMP /D _NO_PPLXIMP /D "CMAKE_INTDIR=\"Debug\"" /D CpuMathNative_EXPORTS /GF /Gm- /EHsc /RTC1 /MTd /GS /guard:cf /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"CpuMathNative.dir\Debug\\" /Fd"CpuMathNative.dir\Debug\vc143.pdb" /external:W3 /Gd /TP /FC /errorReport:queue /Zo /w34242 /w34244 /w34510 /w34610 /w34611 /w34700 /w34701 /w34703 "C:\Temp\github-clean\machinelearning\src\Native\CpuMathNative\Sse.cpp" "C:\Temp\github-clean\machinelearning\src\Native\CpuMathNative\FactorizationMachineCore.cpp"
Sse.cpp
FactorizationMachineCore.cpp
Generating Code...
ResourceCompile:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\rc.exe /D _UNICODE /D UNICODE /D WIN32 /D _DEBUG /D _WINDOWS /D DEBUG /D EBUG /D _WIN32=1 /D UNICODE /D _UNICODE /D _NO_ASYNCRTIMP /D _NO_PPLXIMP /D "CMAKE_INTDIR=\\\"Debug\\\"" /D CpuMathNative_EXPORTS /l"0x0409" /I"C:\Temp\github-clean\machinelearning\src\Native\..\..\artifacts\obj\Native\x64.Debug" /nologo /fo"CpuMathNative.dir\Debug\NativeVersion.res" "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\NativeVersion.rc"
Link:
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\CpuMathNative\Debug\CpuMathNative.dll" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /NODEFAULTLIB:vcompd.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/CpuMathNative/Debug/CpuMathNative.pdb" /SUBSYSTEM:CONSOLE /LARGEADDRESSAWARE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/CpuMathNative/Debug/CpuMathNative.lib" /MACHINE:X64 /guard:cf /machine:x64 /NOVCFEATURE /DEFAULTLIB:vcomp.lib /DLL CpuMathNative.dir\Debug\NativeVersion.res
CpuMathNative.dir\Debug\Sse.obj
CpuMathNative.dir\Debug\FactorizationMachineCore.obj
Creating library C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/CpuMathNative/Debug/CpuMathNative.lib and object C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/CpuMathNative/Debug/CpuMathNative.exp
CpuMathNative.vcxproj -> C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\CpuMathNative\Debug\CpuMathNative.dll
FinalizeBuildStatus:
Deleting file "CpuMathNative.dir\Debug\CpuMathNative.tlog\unsuccessfulbuild".
Touching "CpuMathNative.dir\Debug\CpuMathNative.tlog\CpuMathNative.lastbuildstate".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\CpuMathNative\CpuMathNative.vcxproj" (default targets).
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (3:2) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\FastTreeNative\FastTreeNative.vcxproj" (5:2) on node 1 (default targets).
PrepareForBuild:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\FastTreeNative\Debug\".
Creating directory "FastTreeNative.dir\Debug\FastTreeNative.tlog\".
InitializeBuildStatus:
Creating "FastTreeNative.dir\Debug\FastTreeNative.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Temp/github-clean/machinelearning/src/Native/FastTreeNative/CMakeLists.txt
ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\CL.exe /c /I"C:\Temp\github-clean\machinelearning\src\Native\..\..\artifacts\obj\Native\x64.Debug" /Zi /nologo /W3 /WX /diagnostics:column /Od /Ob0 /Oi /Oy- /D _WINDLL /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D DEBUG /D EBUG /D _WIN32=1 /D UNICODE /D _UNICODE /D _NO_ASYNCRTIMP /D _NO_PPLXIMP /D "CMAKE_INTDIR=\"Debug\"" /D FastTreeNative_EXPORTS /GF /Gm- /EHsc /RTC1 /MTd /GS /guard:cf /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"FastTreeNative.dir\Debug\\" /Fd"FastTreeNative.dir\Debug\vc143.pdb" /external:W3 /Gd /TP /FC /errorReport:queue /Zo /w34242 /w34244 /w34510 /w34610 /w34611 /w34700 /w34701 /w34703 "C:\Temp\github-clean\machinelearning\src\Native\FastTreeNative\ExpandFloatType.cpp" "C:\Temp\github-clean\machinelearning\src\Native\FastTreeNative\FastTreeNative.cpp" "C:\Temp\github-clean\machinelearning\src\Native\FastTreeNative\getderivatives.cpp" "C:\Temp\github-clean\machinelearning\src\Native\FastTreeNative\getsurplusderivatives.cpp" "C:\Temp\github-clean\machinelearning\src\Native\FastTreeNative\segment.cpp" "C:\Temp\github-clean\machinelearning\src\Native\FastTreeNative\stdafx.cpp"
ExpandFloatType.cpp
FastTreeNative.cpp
getderivatives.cpp
getsurplusderivatives.cpp
segment.cpp
stdafx.cpp
Generating Code...
ResourceCompile:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\rc.exe /D _UNICODE /D UNICODE /D WIN32 /D _DEBUG /D _WINDOWS /D DEBUG /D EBUG /D _WIN32=1 /D UNICODE /D _UNICODE /D _NO_ASYNCRTIMP /D _NO_PPLXIMP /D "CMAKE_INTDIR=\\\"Debug\\\"" /D FastTreeNative_EXPORTS /l"0x0409" /I"C:\Temp\github-clean\machinelearning\src\Native\..\..\artifacts\obj\Native\x64.Debug" /nologo /fo"FastTreeNative.dir\Debug\NativeVersion.res" "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\NativeVersion.rc"
Link:
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\FastTreeNative\Debug\FastTreeNative.dll" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /NODEFAULTLIB:vcompd.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/FastTreeNative/Debug/FastTreeNative.pdb" /SUBSYSTEM:CONSOLE /LARGEADDRESSAWARE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/FastTreeNative/Debug/FastTreeNative.lib" /MACHINE:X64 /guard:cf /machine:x64 /NOVCFEATURE /DEFAULTLIB:vcomp.lib /DLL FastTreeNative.dir\Debug\NativeVersion.res
FastTreeNative.dir\Debug\ExpandFloatType.obj
FastTreeNative.dir\Debug\FastTreeNative.obj
FastTreeNative.dir\Debug\getderivatives.obj
FastTreeNative.dir\Debug\getsurplusderivatives.obj
FastTreeNative.dir\Debug\segment.obj
FastTreeNative.dir\Debug\stdafx.obj
Creating library C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/FastTreeNative/Debug/FastTreeNative.lib and object C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/FastTreeNative/Debug/FastTreeNative.exp
FastTreeNative.vcxproj -> C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\FastTreeNative\Debug\FastTreeNative.dll
FinalizeBuildStatus:
Deleting file "FastTreeNative.dir\Debug\FastTreeNative.tlog\unsuccessfulbuild".
Touching "FastTreeNative.dir\Debug\FastTreeNative.tlog\FastTreeNative.lastbuildstate".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\FastTreeNative\FastTreeNative.vcxproj" (default targets).
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (3:2) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\LdaNative\LdaNative.vcxproj" (6:2) on node 1 (default targets).
PrepareForBuild:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\LdaNative\Debug\".
Creating directory "LdaNative.dir\Debug\LdaNative.tlog\".
InitializeBuildStatus:
Creating "LdaNative.dir\Debug\LdaNative.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Temp/github-clean/machinelearning/src/Native/LdaNative/CMakeLists.txt
ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\CL.exe /c /I"C:\Temp\github-clean\machinelearning\src\Native\..\..\artifacts\obj\Native\x64.Debug" /Zi /nologo /W3 /WX /diagnostics:column /Od /Ob0 /Oi /Oy- /D _WINDLL /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D DEBUG /D EBUG /D _WIN32=1 /D UNICODE /D _UNICODE /D _NO_ASYNCRTIMP /D _NO_PPLXIMP /D "CMAKE_INTDIR=\"Debug\"" /D LdaNative_EXPORTS /GF /Gm- /EHsc /RTC1 /MTd /GS /guard:cf /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"LdaNative.dir\Debug\\" /Fd"LdaNative.dir\Debug\vc143.pdb" /external:W3 /Gd /TP /FC /errorReport:queue /Zo /w34242 /w34244 /w34510 /w34610 /w34611 /w34700 /w34701 /w34703 "C:\Temp\github-clean\machinelearning\src\Native\LdaNative\alias_multinomial_rng_int.cpp" "C:\Temp\github-clean\machinelearning\src\Native\LdaNative\data_block.cpp" "C:\Temp\github-clean\machinelearning\src\Native\LdaNative\hybrid_alias_map.cpp" "C:\Temp\github-clean\machinelearning\src\Native\LdaNative\hybrid_map.cpp" "C:\Temp\github-clean\machinelearning\src\Native\LdaNative\lda_document.cpp" "C:\Temp\github-clean\machinelearning\src\Native\LdaNative\lda_engine.cpp" "C:\Temp\github-clean\machinelearning\src\Native\LdaNative\lda_engine_export.cpp" "C:\Temp\github-clean\machinelearning\src\Native\LdaNative\light_doc_sampler.cpp" "C:\Temp\github-clean\machinelearning\src\Native\LdaNative\light_hash_map.cpp" "C:\Temp\github-clean\machinelearning\src\Native\LdaNative\model_block.cpp" "C:\Temp\github-clean\machinelearning\src\Native\LdaNative\utils.cpp"
alias_multinomial_rng_int.cpp
data_block.cpp
hybrid_alias_map.cpp
hybrid_map.cpp
lda_document.cpp
lda_engine.cpp
lda_engine_export.cpp
light_doc_sampler.cpp
light_hash_map.cpp
model_block.cpp
utils.cpp
Generating Code...
ResourceCompile:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\rc.exe /D _UNICODE /D UNICODE /D WIN32 /D _DEBUG /D _WINDOWS /D DEBUG /D EBUG /D _WIN32=1 /D UNICODE /D _UNICODE /D _NO_ASYNCRTIMP /D _NO_PPLXIMP /D "CMAKE_INTDIR=\\\"Debug\\\"" /D LdaNative_EXPORTS /l"0x0409" /I"C:\Temp\github-clean\machinelearning\src\Native\..\..\artifacts\obj\Native\x64.Debug" /nologo /fo"LdaNative.dir\Debug\NativeVersion.res" "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\NativeVersion.rc"
Link:
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\LdaNative\Debug\LdaNative.dll" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /NODEFAULTLIB:vcompd.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/LdaNative/Debug/LdaNative.pdb" /SUBSYSTEM:CONSOLE /LARGEADDRESSAWARE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/LdaNative/Debug/LdaNative.lib" /MACHINE:X64 /guard:cf /machine:x64 /NOVCFEATURE /DEFAULTLIB:vcomp.lib /DLL LdaNative.dir\Debug\NativeVersion.res
LdaNative.dir\Debug\alias_multinomial_rng_int.obj
LdaNative.dir\Debug\data_block.obj
LdaNative.dir\Debug\hybrid_alias_map.obj
LdaNative.dir\Debug\hybrid_map.obj
LdaNative.dir\Debug\lda_document.obj
LdaNative.dir\Debug\lda_engine.obj
LdaNative.dir\Debug\lda_engine_export.obj
LdaNative.dir\Debug\light_doc_sampler.obj
LdaNative.dir\Debug\light_hash_map.obj
LdaNative.dir\Debug\model_block.obj
LdaNative.dir\Debug\utils.obj
Creating library C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/LdaNative/Debug/LdaNative.lib and object C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/LdaNative/Debug/LdaNative.exp
LdaNative.vcxproj -> C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\LdaNative\Debug\LdaNative.dll
FinalizeBuildStatus:
Deleting file "LdaNative.dir\Debug\LdaNative.tlog\unsuccessfulbuild".
Touching "LdaNative.dir\Debug\LdaNative.tlog\LdaNative.lastbuildstate".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\LdaNative\LdaNative.vcxproj" (default targets).
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (3:2) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\MatrixFactorizationNative\MatrixFactorizationNative.vcxproj" (7:2) on node 1 (default targets).
PrepareForBuild:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\MatrixFactorizationNative\Debug\".
Creating directory "MatrixFactorizationNative.dir\Debug\MatrixFa.BA36A3C1.tlog\".
InitializeBuildStatus:
Creating "MatrixFactorizationNative.dir\Debug\MatrixFa.BA36A3C1.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Temp/github-clean/machinelearning/src/Native/MatrixFactorizationNative/CMakeLists.txt
ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\CL.exe /c /I"C:\Temp\github-clean\machinelearning\src\Native\..\..\artifacts\obj\Native\x64.Debug" /I"C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf" /Zi /nologo /W3 /WX /diagnostics:column /Od /Ob0 /Oi /Oy- /D _WINDLL /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D _CRT_SECURE_NO_DEPRECATE /D DEBUG /D EBUG /D _WIN32=1 /D UNICODE /D _UNICODE /D _NO_ASYNCRTIMP /D _NO_PPLXIMP /D _SCL_SECURE_NO_WARNINGS /D USEOMP /D USESSE /D "CMAKE_INTDIR=\"Debug\"" /D MatrixFactorizationNative_EXPORTS /GF /Gm- /EHsc /RTC1 /MTd /GS /guard:cf /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /openmp /Fo"MatrixFactorizationNative.dir\Debug\\" /Fd"MatrixFactorizationNative.dir\Debug\vc143.pdb" /external:W3 /Gd /TP /FC /errorReport:queue /Zo /w34242 /w34244 /w34510 /w34610 /w34611 /w34700 /w34701 /w34703 "C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\UnmanagedMemory.cpp" "C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\mf.cpp"
UnmanagedMemory.cpp
mf.cpp
Generating Code...
ResourceCompile:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\rc.exe /D _UNICODE /D UNICODE /D WIN32 /D _DEBUG /D _WINDOWS /D _CRT_SECURE_NO_DEPRECATE /D DEBUG /D EBUG /D _WIN32=1 /D UNICODE /D _UNICODE /D _NO_ASYNCRTIMP /D _NO_PPLXIMP /D _SCL_SECURE_NO_WARNINGS /D USEOMP /D USESSE /D "CMAKE_INTDIR=\\\"Debug\\\"" /D MatrixFactorizationNative_EXPORTS /l"0x0409" /I"C:\Temp\github-clean\machinelearning\src\Native\..\..\artifacts\obj\Native\x64.Debug" /I"C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf" /nologo /fo"MatrixFactorizationNative.dir\Debug\NativeVersion.res" "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\NativeVersion.rc"
Link:
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\MatrixFactorizationNative\Debug\MatrixFactorizationNative.dll" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /NODEFAULTLIB:vcompd.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/MatrixFactorizationNative/Debug/MatrixFactorizationNative.pdb" /SUBSYSTEM:CONSOLE /LARGEADDRESSAWARE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/MatrixFactorizationNative/Debug/MatrixFactorizationNative.lib" /MACHINE:X64 /guard:cf /machine:x64 /NOVCFEATURE /DEFAULTLIB:vcomp.lib /DLL MatrixFactorizationNative.dir\Debug\NativeVersion.res
MatrixFactorizationNative.dir\Debug\UnmanagedMemory.obj
MatrixFactorizationNative.dir\Debug\mf.obj
Creating library C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/MatrixFactorizationNative/Debug/MatrixFactorizationNative.lib and object C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/MatrixFactorizationNative/Debug/MatrixFactorizationNative.exp
MatrixFactorizationNative.vcxproj -> C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\MatrixFactorizationNative\Debug\MatrixFactorizationNative.dll
FinalizeBuildStatus:
Deleting file "MatrixFactorizationNative.dir\Debug\MatrixFa.BA36A3C1.tlog\unsuccessfulbuild".
Touching "MatrixFactorizationNative.dir\Debug\MatrixFa.BA36A3C1.tlog\MatrixFactorizationNative.lastbuildstate".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\MatrixFactorizationNative\MatrixFactorizationNative.vcxproj" (default targets).
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (3:2) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\MklProxyNative\MklProxyNative.vcxproj" (8:2) on node 1 (default targets).
PrepareForBuild:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\MklProxyNative\Debug\".
Creating directory "MklProxyNative.dir\Debug\MklProxyNative.tlog\".
InitializeBuildStatus:
Creating "MklProxyNative.dir\Debug\MklProxyNative.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Temp/github-clean/machinelearning/src/Native/MklProxyNative/CMakeLists.txt
ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\CL.exe /c /I"C:\Temp\github-clean\machinelearning\src\Native\..\..\artifacts\obj\Native\x64.Debug" /Zi /nologo /W3 /WX /diagnostics:column /Od /Ob0 /Oi /Oy- /D _WINDLL /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D DEBUG /D EBUG /D _WIN32=1 /D UNICODE /D _UNICODE /D _NO_ASYNCRTIMP /D _NO_PPLXIMP /D "CMAKE_INTDIR=\"Debug\"" /D MklProxyNative_EXPORTS /GF /Gm- /EHsc /RTC1 /MTd /GS /guard:cf /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"MklProxyNative.dir\Debug\\" /Fd"MklProxyNative.dir\Debug\vc143.pdb" /external:W3 /Gd /TP /FC /errorReport:queue /Zo /w34242 /w34244 /w34510 /w34610 /w34611 /w34700 /w34701 /w34703 "C:\Temp\github-clean\machinelearning\src\Native\MklProxyNative\MklProxyNative.cpp"
MklProxyNative.cpp
ResourceCompile:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\rc.exe /D _UNICODE /D UNICODE /D WIN32 /D _DEBUG /D _WINDOWS /D DEBUG /D EBUG /D _WIN32=1 /D UNICODE /D _UNICODE /D _NO_ASYNCRTIMP /D _NO_PPLXIMP /D "CMAKE_INTDIR=\\\"Debug\\\"" /D MklProxyNative_EXPORTS /l"0x0409" /I"C:\Temp\github-clean\machinelearning\src\Native\..\..\artifacts\obj\Native\x64.Debug" /nologo /fo"MklProxyNative.dir\Debug\NativeVersion.res" "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\NativeVersion.rc"
Link:
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\MklProxyNative\Debug\MklProxyNative.dll" /INCREMENTAL:NO /NOLOGO "C:\Users\MY_LOGIN_NAME\.nuget\packages\mlnetmkldeps\0.0.0.12\runtimes\win-x64\native\MklImports.lib" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /NODEFAULTLIB:vcompd.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/MklProxyNative/Debug/MklProxyNative.pdb" /SUBSYSTEM:CONSOLE /LARGEADDRESSAWARE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/MklProxyNative/Debug/MklProxyNative.lib" /MACHINE:X64 /guard:cf /machine:x64 /NOVCFEATURE /DEFAULTLIB:vcomp.lib /DLL MklProxyNative.dir\Debug\NativeVersion.res
MklProxyNative.dir\Debug\MklProxyNative.obj
Creating library C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/MklProxyNative/Debug/MklProxyNative.lib and object C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/MklProxyNative/Debug/MklProxyNative.exp
MklProxyNative.vcxproj -> C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\MklProxyNative\Debug\MklProxyNative.dll
FinalizeBuildStatus:
Deleting file "MklProxyNative.dir\Debug\MklProxyNative.tlog\unsuccessfulbuild".
Touching "MklProxyNative.dir\Debug\MklProxyNative.tlog\MklProxyNative.lastbuildstate".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\MklProxyNative\MklProxyNative.vcxproj" (default targets).
Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (3:2) is building "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\SymSgdNative\SymSgdNative.vcxproj" (9:2) on node 1 (default targets).
PrepareForBuild:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\SymSgdNative\Debug\".
Creating directory "SymSgdNative.dir\Debug\SymSgdNative.tlog\".
InitializeBuildStatus:
Creating "SymSgdNative.dir\Debug\SymSgdNative.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Temp/github-clean/machinelearning/src/Native/SymSgdNative/CMakeLists.txt
ClCompile:
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\CL.exe /c /I"C:\Temp\github-clean\machinelearning\src\Native\..\..\artifacts\obj\Native\x64.Debug" /Zi /nologo /W3 /WX /diagnostics:column /Od /Ob0 /Oi /Oy- /D _WINDLL /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D DEBUG /D EBUG /D _WIN32=1 /D UNICODE /D _UNICODE /D _NO_ASYNCRTIMP /D _NO_PPLXIMP /D USE_OMP /D "CMAKE_INTDIR=\"Debug\"" /D SymSgdNative_EXPORTS /GF /Gm- /EHsc /RTC1 /MTd /GS /guard:cf /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /openmp /Fo"SymSgdNative.dir\Debug\\" /Fd"SymSgdNative.dir\Debug\vc143.pdb" /external:W3 /Gd /TP /FC /errorReport:queue /Zo /w34242 /w34244 /w34510 /w34610 /w34611 /w34700 /w34701 /w34703 "C:\Temp\github-clean\machinelearning\src\Native\SymSgdNative\SymSgdNative.cpp"
SymSgdNative.cpp
ResourceCompile:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\rc.exe /D _UNICODE /D UNICODE /D WIN32 /D _DEBUG /D _WINDOWS /D DEBUG /D EBUG /D _WIN32=1 /D UNICODE /D _UNICODE /D _NO_ASYNCRTIMP /D _NO_PPLXIMP /D USE_OMP /D "CMAKE_INTDIR=\\\"Debug\\\"" /D SymSgdNative_EXPORTS /l"0x0409" /I"C:\Temp\github-clean\machinelearning\src\Native\..\..\artifacts\obj\Native\x64.Debug" /nologo /fo"SymSgdNative.dir\Debug\NativeVersion.res" "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\NativeVersion.rc"
Link:
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\SymSgdNative\Debug\SymSgdNative.dll" /INCREMENTAL:NO /NOLOGO "C:\Users\MY_LOGIN_NAME\.nuget\packages\mlnetmkldeps\0.0.0.12\runtimes\win-x64\native\MklImports.lib" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /NODEFAULTLIB:vcompd.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/SymSgdNative/Debug/SymSgdNative.pdb" /SUBSYSTEM:CONSOLE /LARGEADDRESSAWARE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/SymSgdNative/Debug/SymSgdNative.lib" /MACHINE:X64 /guard:cf /machine:x64 /NOVCFEATURE /DEFAULTLIB:vcomp.lib /DLL SymSgdNative.dir\Debug\NativeVersion.res
SymSgdNative.dir\Debug\SymSgdNative.obj
Creating library C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/SymSgdNative/Debug/SymSgdNative.lib and object C:/Temp/github-clean/machinelearning/artifacts/obj/Native/x64.Debug/SymSgdNative/Debug/SymSgdNative.exp
SymSgdNative.vcxproj -> C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\SymSgdNative\Debug\SymSgdNative.dll
FinalizeBuildStatus:
Deleting file "SymSgdNative.dir\Debug\SymSgdNative.tlog\unsuccessfulbuild".
Touching "SymSgdNative.dir\Debug\SymSgdNative.tlog\SymSgdNative.lastbuildstate".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\SymSgdNative\SymSgdNative.vcxproj" (default targets).
PrepareForBuild:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\bin\ALL_BUILD\x64\Debug\".
Creating directory "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/Temp/github-clean/machinelearning/src/Native/CMakeLists.txt
FinalizeBuildStatus:
Deleting file "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild".
Touching "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuildstate".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\ALL_BUILD.vcxproj" (default targets).
PrepareForBuild:
Creating directory "C:\Temp\github-clean\machinelearning\artifacts\bin\INSTALL\x64\Debug\".
Creating directory "x64\Debug\INSTALL\INSTALL.tlog\".
InitializeBuildStatus:
Creating "x64\Debug\INSTALL\INSTALL.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
PostBuildEvent:
setlocal
"C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -DBUILD_TYPE=Debug -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd
-- Install configuration: "Debug"
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./CpuMathNative.lib
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./CpuMathNative.dll
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./CpuMathNative.pdb
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./FastTreeNative.lib
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./FastTreeNative.dll
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./FastTreeNative.pdb
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./MklProxyNative.lib
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./MklProxyNative.dll
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./MklProxyNative.pdb
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./SymSgdNative.lib
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./SymSgdNative.dll
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./SymSgdNative.pdb
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./LdaNative.lib
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./LdaNative.dll
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./LdaNative.pdb
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./MatrixFactorizationNative.lib
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./MatrixFactorizationNative.dll
-- Installing: C:/Temp/github-clean/machinelearning/src/Native/../../artifacts/bin/Native/x64.Debug/./MatrixFactorizationNative.pdb
FinalizeBuildStatus:
Deleting file "x64\Debug\INSTALL\INSTALL.tlog\unsuccessfulbuild".
Touching "x64\Debug\INSTALL\INSTALL.tlog\INSTALL.lastbuildstate".
Done Building Project "C:\Temp\github-clean\machinelearning\artifacts\obj\Native\x64.Debug\INSTALL.vcxproj" (rebuild target(s)).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:13.08
Done building Native components
PreparePackageAssets
Microsoft.ML.StableApi -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.StableApi\Debug\netcoreapp3.1\Microsoft.ML.StableApi.dll
Microsoft.ML.StableApi -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.StableApi\Debug\netstandard2.0\Microsoft.ML.StableApi.dll
Microsoft.ML.InternalCodeAnalyzer -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.InternalCodeAnalyzer\Debug\netstandard2.0\Microsoft.ML.InternalCodeAnalyzer.dll
Microsoft.ML.DataView -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.DataView\Debug\netstandard2.0\Microsoft.ML.DataView.dll
Microsoft.ML.CpuMath -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.CpuMath\Debug\netcoreapp3.1\Microsoft.ML.CpuMath.dll
Microsoft.ML.CpuMath -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.CpuMath\Debug\netstandard2.0\Microsoft.ML.CpuMath.dll
Microsoft.ML.NugetPackageVersionUpdater -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.NugetPackageVersionUpdater\Debug\netcoreapp3.1\Microsoft.ML.NugetPackageVersionUpdater.dll
Microsoft.ML.Mkl.Redist -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Mkl.Redist\Debug\netstandard2.0\Microsoft.ML.Mkl.Redist.dll
RemoteExecutorConsoleApp -> C:\Temp\github-clean\machinelearning\artifacts\bin\RemoteExecutorConsoleApp\Debug\netcoreapp3.1\RemoteExecutorConsoleApp.dll
RemoteExecutorConsoleApp -> C:\Temp\github-clean\machinelearning\artifacts\bin\RemoteExecutorConsoleApp\Debug\net461\win-x64\RemoteExecutorConsoleApp.exe
Microsoft.ML.NugetPackageVersionUpdater -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.NugetPackageVersionUpdater\Debug\net461\win-x64\Microsoft.ML.NugetPackageVersionUpdater.exe
Microsoft.ML.CpuMath.PerformanceTests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.CpuMath.PerformanceTests\Debug\netcoreapp3.1\Microsoft.ML.CpuMath.PerformanceTests.dll
Microsoft.ML.Core -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Core\Debug\netstandard2.0\Microsoft.ML.Core.dll
Microsoft.ML.Maml -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Maml\Debug\netstandard2.0\Microsoft.ML.Maml.dll
Microsoft.Data.Analysis -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.Data.Analysis\Debug\netstandard2.0\Microsoft.Data.Analysis.dll
Microsoft.Data.Analysis.Interactive -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.Data.Analysis.Interactive\Debug\netcoreapp3.1\Microsoft.Data.Analysis.Interactive.dll
Microsoft.Data.Analysis.Interactive.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.Data.Analysis.Interactive.Tests\Debug\netcoreapp3.1\Microsoft.Data.Analysis.Interactive.Tests.dll
Microsoft.ML.Data -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Data\Debug\netstandard2.0\Microsoft.ML.Data.dll
Microsoft.ML.TestFrameworkCommon -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.TestFrameworkCommon\Debug\net461\win-x64\Microsoft.ML.TestFrameworkCommon.dll
Microsoft.ML.TestFrameworkCommon -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.TestFrameworkCommon\Debug\netcoreapp3.1\Microsoft.ML.TestFrameworkCommon.dll
Microsoft.ML.StandardTrainers -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.StandardTrainers\Debug\netstandard2.0\Microsoft.ML.StandardTrainers.dll
Microsoft.ML.PCA -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.PCA\Debug\netstandard2.0\Microsoft.ML.PCA.dll
Microsoft.ML.KMeansClustering -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.KMeansClustering\Debug\netstandard2.0\Microsoft.ML.KMeansClustering.dll
Microsoft.ML.Transforms -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Transforms\Debug\netstandard2.0\Microsoft.ML.Transforms.dll
Microsoft.ML.ResultProcessor -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.ResultProcessor\Debug\netstandard2.0\Microsoft.ML.ResultProcessor.dll
Microsoft.ML -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML\Debug\netstandard2.0\Microsoft.ML.dll
Microsoft.ML.Parquet -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Parquet\Debug\netstandard2.0\Microsoft.ML.Parquet.dll
Microsoft.ML.Experimental -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Experimental\Debug\netstandard2.0\Microsoft.ML.Experimental.dll
Microsoft.ML.Featurizers -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Featurizers\Debug\netstandard2.0\Microsoft.ML.Featurizers.dll
Microsoft.ML.Ensemble -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Ensemble\Debug\netstandard2.0\Microsoft.ML.Ensemble.dll
Microsoft.ML.OnnxConverter -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.OnnxConverter\Debug\netstandard2.0\Microsoft.ML.OnnxConverter.dll
Microsoft.ML.TimeSeries -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.TimeSeries\Debug\netstandard2.0\Microsoft.ML.TimeSeries.dll
Microsoft.ML.FastTree -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.FastTree\Debug\netstandard2.0\Microsoft.ML.FastTree.dll
Microsoft.ML.Mkl.Components -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Mkl.Components\Debug\netstandard2.0\Microsoft.ML.Mkl.Components.dll
Microsoft.ML.SamplesUtils -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.SamplesUtils\Debug\netstandard2.0\Microsoft.ML.SamplesUtils.dll
Microsoft.ML.Recommender -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Recommender\Debug\netstandard2.0\Microsoft.ML.Recommender.dll
Microsoft.ML.EntryPoints -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.EntryPoints\Debug\netstandard2.0\Microsoft.ML.EntryPoints.dll
Microsoft.Extensions.ML -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.Extensions.ML\Debug\netstandard2.0\Microsoft.Extensions.ML.dll
Microsoft.ML.Sweeper -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Sweeper\Debug\netstandard2.0\Microsoft.ML.Sweeper.dll
Microsoft.ML.OnnxTransformer -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.OnnxTransformer\Debug\netstandard2.0\Microsoft.ML.OnnxTransformer.dll
Microsoft.ML.ImageAnalytics -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.ImageAnalytics\Debug\netstandard2.0\Microsoft.ML.ImageAnalytics.dll
Microsoft.ML.DnnImageFeaturizer.ResNet50 -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.DnnImageFeaturizer.ResNet50\Debug\netstandard2.0\Microsoft.ML.DnnImageFeaturizer.ResNet50.dll
Microsoft.ML.DnnImageFeaturizer.AlexNet -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.DnnImageFeaturizer.AlexNet\Debug\netstandard2.0\Microsoft.ML.DnnImageFeaturizer.AlexNet.dll
Microsoft.ML.LightGbm -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.LightGbm\Debug\netstandard2.0\Microsoft.ML.LightGbm.dll
Microsoft.Data.Analysis.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.Data.Analysis.Tests\Debug\net461\win-x64\Microsoft.Data.Analysis.Tests.dll
Microsoft.Data.Analysis.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.Data.Analysis.Tests\Debug\netcoreapp3.1\Microsoft.Data.Analysis.Tests.dll
Microsoft.ML.DnnImageFeaturizer.ResNet18 -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.DnnImageFeaturizer.ResNet18\Debug\netstandard2.0\Microsoft.ML.DnnImageFeaturizer.ResNet18.dll
Microsoft.ML.DnnImageFeaturizer.ResNet101 -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.DnnImageFeaturizer.ResNet101\Debug\netstandard2.0\Microsoft.ML.DnnImageFeaturizer.ResNet101.dll
Microsoft.ML.TensorFlow -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.TensorFlow\Debug\netstandard2.0\Microsoft.ML.TensorFlow.dll
Microsoft.ML.IntegrationTests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.IntegrationTests\Debug\net461\win-x64\Microsoft.ML.IntegrationTests.dll
Microsoft.ML.TestFramework -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.TestFramework\Debug\net461\win-x64\Microsoft.ML.TestFramework.dll
Microsoft.ML.TestFramework -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.TestFramework\Debug\netcoreapp3.1\Microsoft.ML.TestFramework.dll
Microsoft.ML.IntegrationTests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.IntegrationTests\Debug\netcoreapp3.1\Microsoft.ML.IntegrationTests.dll
Microsoft.ML.DnnAnalyzer -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.DnnAnalyzer\Debug\netcoreapp3.1\DnnAnalyzer.dll
Microsoft.ML.FSharp.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.FSharp.Tests\Debug\net461\win-x64\Microsoft.ML.FSharp.Tests.dll
Microsoft.ML.Console -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Console\Debug\netcoreapp3.1\MML.dll
Microsoft.ML.Vision -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Vision\Debug\netstandard2.0\Microsoft.ML.Vision.dll
Microsoft.ML.FSharp.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.FSharp.Tests\Debug\netcoreapp3.1\Microsoft.ML.FSharp.Tests.dll
Microsoft.ML.CpuMath.UnitTests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.CpuMath.UnitTests\Debug\netcoreapp3.1\Microsoft.ML.CpuMath.UnitTests.dll
Microsoft.ML.Samples.GPU -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Samples.GPU\Debug\netcoreapp3.1\Microsoft.ML.Samples.GPU.dll
Microsoft.ML.Sweeper.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Sweeper.Tests\Debug\netcoreapp3.1\Microsoft.ML.Sweeper.Tests.dll
Microsoft.ML.Samples -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Samples\Debug\netcoreapp3.1\Microsoft.ML.Samples.dll
Microsoft.Extensions.ML.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.Extensions.ML.Tests\Debug\netcoreapp3.1\Microsoft.Extensions.ML.Tests.dll
Microsoft.Extensions.ML.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.Extensions.ML.Tests\Debug\net461\win-x64\Microsoft.Extensions.ML.Tests.dll
Microsoft.ML.PerformanceTests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.PerformanceTests\Debug\netcoreapp3.1\Microsoft.ML.PerformanceTests.dll
Microsoft.ML.PerformanceTests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.PerformanceTests\Debug\net461\win-x64\Microsoft.ML.PerformanceTests.exe
Microsoft.ML.AutoML -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.AutoML\Debug\netstandard2.0\Microsoft.ML.AutoML.dll
Microsoft.ML.CodeAnalyzer.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.CodeAnalyzer.Tests\Debug\net461\win-x64\Microsoft.ML.CodeAnalyzer.Tests.dll
Microsoft.ML.CodeAnalyzer.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.CodeAnalyzer.Tests\Debug\netcoreapp3.1\Microsoft.ML.CodeAnalyzer.Tests.dll
Microsoft.ML.Sweeper.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Sweeper.Tests\Debug\net461\win-x64\Microsoft.ML.Sweeper.Tests.dll
Microsoft.ML.CpuMath.UnitTests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.CpuMath.UnitTests\Debug\net461\win-x64\Microsoft.ML.CpuMath.UnitTests.dll
Microsoft.ML.TimeSeries.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.TimeSeries.Tests\Debug\net461\win-x64\Microsoft.ML.TimeSeries.Tests.dll
Microsoft.ML.Predictor.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Predictor.Tests\Debug\netcoreapp3.1\Microsoft.ML.Predictor.Tests.dll
Microsoft.ML.TimeSeries.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.TimeSeries.Tests\Debug\netcoreapp3.1\Microsoft.ML.TimeSeries.Tests.dll
Microsoft.ML.Predictor.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Predictor.Tests\Debug\net461\win-x64\Microsoft.ML.Predictor.Tests.dll
Microsoft.ML.AutoML.Samples -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.AutoML.Samples\Debug\netcoreapp3.1\Microsoft.ML.AutoML.Samples.dll
Microsoft.ML.CodeGenerator -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.CodeGenerator\Debug\netstandard2.0\Microsoft.ML.CodeGenerator.dll
C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\UserInputValidationTests.cs(410,1): warning IDE0055: Fix formatting [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\Microsoft.ML.AutoML.Tests.csproj]
C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\UserInputValidationTests.cs(425,1): warning IDE0055: Fix formatting [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\Microsoft.ML.AutoML.Tests.csproj]
C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\UserInputValidationTests.cs(410,1): warning IDE0055: Fix formatting [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\Microsoft.ML.AutoML.Tests.csproj]
C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\UserInputValidationTests.cs(425,1): warning IDE0055: Fix formatting [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\Microsoft.ML.AutoML.Tests.csproj]
Microsoft.ML.Benchmarks.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Benchmarks.Tests\Debug\net461\win-x64\Microsoft.ML.Benchmarks.Tests.dll
Microsoft.ML.AutoML.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.AutoML.Tests\Debug\net461\win-x64\Microsoft.ML.AutoML.Tests.dll
Microsoft.ML.AutoML.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.AutoML.Tests\Debug\netcoreapp3.1\Microsoft.ML.AutoML.Tests.dll
Microsoft.ML.CodeGenerator.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.CodeGenerator.Tests\Debug\net461\win-x64\Microsoft.ML.CodeGenerator.Tests.dll
Microsoft.ML.OnnxTransformerTest -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.OnnxTransformerTest\Debug\netcoreapp3.1\Microsoft.ML.OnnxTransformerTest.dll
Microsoft.ML.OnnxTransformerTest -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.OnnxTransformerTest\Debug\net461\win-x64\Microsoft.ML.OnnxTransformerTest.dll
Microsoft.ML.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Tests\Debug\net461\win-x64\Microsoft.ML.Tests.dll
Microsoft.ML.Benchmarks.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Benchmarks.Tests\Debug\netcoreapp3.1\Microsoft.ML.Benchmarks.Tests.dll
Microsoft.ML.CodeGenerator.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.CodeGenerator.Tests\Debug\netcoreapp3.1\Microsoft.ML.CodeGenerator.Tests.dll
Microsoft.ML.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Tests\Debug\netcoreapp3.1\Microsoft.ML.Tests.dll
Microsoft.ML.Core.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Core.Tests\Debug\net461\win-x64\Microsoft.ML.Core.Tests.dll
Microsoft.ML.Core.Tests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Core.Tests\Debug\netcoreapp3.1\Microsoft.ML.Core.Tests.dll
Build succeeded.
C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\UserInputValidationTests.cs(410,1): warning IDE0055: Fix formatting [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\Microsoft.ML.AutoML.Tests.csproj]
C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\UserInputValidationTests.cs(425,1): warning IDE0055: Fix formatting [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\Microsoft.ML.AutoML.Tests.csproj]
C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\UserInputValidationTests.cs(410,1): warning IDE0055: Fix formatting [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\Microsoft.ML.AutoML.Tests.csproj]
C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\UserInputValidationTests.cs(425,1): warning IDE0055: Fix formatting [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\Microsoft.ML.AutoML.Tests.csproj]
4 Warning(s)
0 Error(s)
Time Elapsed 00:06:32.09
C:\Temp\github-clean\machinelearning>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment