Last active
February 4, 2022 12:37
-
-
Save r-pankevicius/0905b683931ac29942a9e5e0caadbda1 to your computer and use it in GitHub Desktop.
Compiling dotnet/machinelearning, see https://github.com/dotnet/machinelearning/issues/6071
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Temp>mkdir github-clean | |
C:\Temp>cd github-clean | |
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 | |
Receiving objects: 100% (61066/61066), 71.58 MiB | 11.50 MiB/s, done. | |
Resolving deltas: 100% (48093/48093), done. | |
Updating files: 100% (3339/3339), done. | |
C:\Temp\github-clean>cd machinelearning | |
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 130 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 169 ms). | |
Determining projects to restore... | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Experimental\Microsoft.ML.Experimental.csproj (in 675 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.PCA\Microsoft.ML.PCA.csproj (in 674 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.TimeSeries\Microsoft.ML.TimeSeries.csproj (in 675 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.TensorFlow\Microsoft.ML.TensorFlow.csproj (in 675 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Featurizers\Microsoft.ML.Featurizers.csproj (in 675 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Parquet\Microsoft.ML.Parquet.csproj (in 675 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.OnnxTransformer\Microsoft.ML.OnnxTransformer.csproj (in 675 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.FastTree\Microsoft.ML.FastTree.csproj (in 675 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Mkl.Redist\Microsoft.ML.Mkl.Redist.csproj (in 2 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Maml\Microsoft.ML.Maml.csproj (in 15 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.OnnxConverter\Microsoft.ML.OnnxConverter.csproj (in 18 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Recommender\Microsoft.ML.Recommender.csproj (in 29 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Mkl.Components\Microsoft.ML.Mkl.Components.csproj (in 43 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.LightGbm\Microsoft.ML.LightGbm.csproj (in 23 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.ResultProcessor\Microsoft.ML.ResultProcessor.csproj (in 25 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML\Microsoft.ML.csproj (in 27 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Transforms\Microsoft.ML.Transforms.csproj (in 33 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Vision\Microsoft.ML.Vision.csproj (in 36 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Core\Microsoft.ML.Core.csproj (in 2 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.NugetPackageVersionUpdater\Microsoft.ML.NugetPackageVersionUpdater.csproj (in 937 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.OnnxTransformerTest\Microsoft.ML.OnnxTransformerTest.csproj (in 977 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.Sweeper.Tests\Microsoft.ML.Sweeper.Tests.csproj (in 1.01 sec). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.Extensions.ML\Microsoft.Extensions.ML.csproj (in 88 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Console\Microsoft.ML.Console.csproj (in 153 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.AutoML\Microsoft.ML.AutoML.csproj (in 94 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.Predictor.Tests\Microsoft.ML.Predictor.Tests.csproj (in 437 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.EntryPoints\Microsoft.ML.EntryPoints.csproj (in 39 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.CodeGenerator\Microsoft.ML.CodeGenerator.csproj (in 300 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.PerformanceTests\Microsoft.ML.PerformanceTests.csproj (in 1.24 sec). | |
Restored C:\Temp\github-clean\machinelearning\test\RemoteExecutorConsoleApp\RemoteExecutorConsoleApp.csproj (in 242 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.DnnImageFeaturizer.ResNet18\Microsoft.ML.DnnImageFeaturizer.ResNet18.csproj (in 28 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.DnnImageFeaturizer.ResNet50\Microsoft.ML.DnnImageFeaturizer.ResNet50.csproj (in 40 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.Data.Analysis.Tests\Microsoft.Data.Analysis.Tests.csproj (in 559 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Ensemble\Microsoft.ML.Ensemble.csproj (in 69 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.DnnImageFeaturizer.ResNet101\Microsoft.ML.DnnImageFeaturizer.ResNet101.csproj (in 50 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.Data.Analysis.Interactive.Tests\Microsoft.Data.Analysis.Interactive.Tests.csproj (in 636 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.KMeansClustering\Microsoft.ML.KMeansClustering.csproj (in 24 ms). | |
Restored C:\Temp\github-clean\machinelearning\tools-local\Microsoft.ML.InternalCodeAnalyzer\Microsoft.ML.InternalCodeAnalyzer.csproj (in 55 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.DnnImageFeaturizer.AlexNet\Microsoft.ML.DnnImageFeaturizer.AlexNet.csproj (in 21 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.ImageAnalytics\Microsoft.ML.ImageAnalytics.csproj (in 43 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.DataView\Microsoft.ML.DataView.csproj (in 4 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.CpuMath\Microsoft.ML.CpuMath.csproj (in 3 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Data\Microsoft.ML.Data.csproj (in 12 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.DnnAnalyzer\Microsoft.ML.DnnAnalyzer\Microsoft.ML.DnnAnalyzer.csproj (in 15 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Sweeper\Microsoft.ML.Sweeper.csproj (in 22 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.StandardTrainers\Microsoft.ML.StandardTrainers.csproj (in 15 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.TestFrameworkCommon\Microsoft.ML.TestFrameworkCommon.csproj (in 343 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.ML.SamplesUtils\Microsoft.ML.SamplesUtils.csproj (in 46 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.TimeSeries.Tests\Microsoft.ML.TimeSeries.Tests.csproj (in 439 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.TestFramework\Microsoft.ML.TestFramework.csproj (in 434 ms). | |
Restored C:\Temp\github-clean\machinelearning\tools-local\Microsoft.ML.StableApi\Microsoft.ML.StableApi.csproj (in 289 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.CpuMath.PerformanceTests\Microsoft.ML.CpuMath.PerformanceTests.csproj (in 95 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.Data.Analysis\Microsoft.Data.Analysis.csproj (in 8 ms). | |
Restored C:\Temp\github-clean\machinelearning\docs\samples\Microsoft.ML.Samples\Microsoft.ML.Samples.csproj (in 77 ms). | |
Restored C:\Temp\github-clean\machinelearning\src\Microsoft.Data.Analysis.Interactive\Microsoft.Data.Analysis.Interactive.csproj (in 81 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.Tests\Microsoft.ML.Tests.csproj (in 711 ms). | |
Restored C:\Temp\github-clean\machinelearning\docs\samples\Microsoft.ML.AutoML.Samples\Microsoft.ML.AutoML.Samples.csproj (in 35 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.CodeAnalyzer.Tests\Microsoft.ML.CodeAnalyzer.Tests.csproj (in 1.12 sec). | |
Restored C:\Temp\github-clean\machinelearning\docs\samples\Microsoft.ML.Samples.GPU\Microsoft.ML.Samples.GPU.csproj (in 48 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.CpuMath.UnitTests\Microsoft.ML.CpuMath.UnitTests.csproj (in 399 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.IntegrationTests\Microsoft.ML.IntegrationTests.csproj (in 459 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.CodeGenerator.Tests\Microsoft.ML.CodeGenerator.Tests.csproj (in 1.28 sec). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.Extensions.ML.Tests\Microsoft.Extensions.ML.Tests.csproj (in 425 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\Microsoft.ML.AutoML.Tests.csproj (in 431 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.Benchmarks.Tests\Microsoft.ML.Benchmarks.Tests.csproj (in 469 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.Core.Tests\Microsoft.ML.Core.Tests.csproj (in 524 ms). | |
Restored C:\Temp\github-clean\machinelearning\test\Microsoft.ML.FSharp.Tests\Microsoft.ML.FSharp.Tests.fsproj (in 2.2 sec). | |
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:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Native\Native.proj] | |
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 | |
CMake Error at MatrixFactorizationNative/CMakeLists.txt:44 (add_library): | |
Cannot find source file: | |
libmf/mf.cpp | |
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h | |
.hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc | |
CMake Error at MatrixFactorizationNative/CMakeLists.txt:44 (add_library): | |
No SOURCES given to target: MatrixFactorizationNative | |
CMake Generate step failed. Build files cannot be regenerated correctly. | |
Failed to generate native component build project! | |
C:\Temp\github-clean\machinelearning\src\Native\Native.proj(80,5): error MSB3073: The command ""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" exited with code 1. | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\tools-local\Microsoft.ML.InternalCodeAnalyzer\Microsoft.ML.InternalCodeAnalyzer.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\tools-local\Microsoft.ML.StableApi\Microsoft.ML.StableApi.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\tools-local\Microsoft.ML.StableApi\Microsoft.ML.StableApi.csproj] | |
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 | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.CpuMath\Microsoft.ML.CpuMath.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.CpuMath\Microsoft.ML.CpuMath.csproj] | |
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 | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.DataView\Microsoft.ML.DataView.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.NugetPackageVersionUpdater\Microsoft.ML.NugetPackageVersionUpdater.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\RemoteExecutorConsoleApp\RemoteExecutorConsoleApp.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Mkl.Redist\Microsoft.ML.Mkl.Redist.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\RemoteExecutorConsoleApp\RemoteExecutorConsoleApp.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.NugetPackageVersionUpdater\Microsoft.ML.NugetPackageVersionUpdater.csproj] | |
Microsoft.ML.Mkl.Redist -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Mkl.Redist\Debug\netstandard2.0\Microsoft.ML.Mkl.Redist.dll | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.CpuMath.PerformanceTests\Microsoft.ML.CpuMath.PerformanceTests.csproj] | |
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\netcoreapp3.1\Microsoft.ML.NugetPackageVersionUpdater.dll | |
Microsoft.ML.NugetPackageVersionUpdater -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.NugetPackageVersionUpdater\Debug\net461\win-x64\Microsoft.ML.NugetPackageVersionUpdater.exe | |
RemoteExecutorConsoleApp -> C:\Temp\github-clean\machinelearning\artifacts\bin\RemoteExecutorConsoleApp\Debug\netcoreapp3.1\RemoteExecutorConsoleApp.dll | |
Microsoft.ML.DataView -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.DataView\Debug\netstandard2.0\Microsoft.ML.DataView.dll | |
Microsoft.ML.CpuMath.PerformanceTests -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.CpuMath.PerformanceTests\Debug\netcoreapp3.1\Microsoft.ML.CpuMath.PerformanceTests.dll | |
C:\Temp\github-clean\machinelearning\Directory.Build.targets(54,3): error MSB3030: Could not copy the file "C:\Temp\github-clean\machinelearning\artifacts\bin\Native\x64.Debug\CpuMathNative.dll" because it was not found. [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.CpuMath.PerformanceTests\Microsoft.ML.CpuMath.PerformanceTests.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Core\Microsoft.ML.Core.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.Data.Analysis\Microsoft.Data.Analysis.csproj] | |
Microsoft.ML.Core -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Core\Debug\netstandard2.0\Microsoft.ML.Core.dll | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Maml\Microsoft.ML.Maml.csproj] | |
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 | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Data\Microsoft.ML.Data.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.Data.Analysis.Interactive\Microsoft.Data.Analysis.Interactive.csproj] | |
Microsoft.ML.Data -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Data\Debug\netstandard2.0\Microsoft.ML.Data.dll | |
Microsoft.Data.Analysis.Interactive -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.Data.Analysis.Interactive\Debug\netcoreapp3.1\Microsoft.Data.Analysis.Interactive.dll | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.PCA\Microsoft.ML.PCA.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.StandardTrainers\Microsoft.ML.StandardTrainers.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.TestFrameworkCommon\Microsoft.ML.TestFrameworkCommon.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.KMeansClustering\Microsoft.ML.KMeansClustering.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.TestFrameworkCommon\Microsoft.ML.TestFrameworkCommon.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\Microsoft.Data.Analysis.Interactive.Tests\Microsoft.Data.Analysis.Interactive.Tests.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.ResultProcessor\Microsoft.ML.ResultProcessor.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Transforms\Microsoft.ML.Transforms.csproj] | |
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.ResultProcessor -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.ResultProcessor\Debug\netstandard2.0\Microsoft.ML.ResultProcessor.dll | |
Microsoft.ML.TestFrameworkCommon -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.TestFrameworkCommon\Debug\netcoreapp3.1\Microsoft.ML.TestFrameworkCommon.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.StandardTrainers -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.StandardTrainers\Debug\netstandard2.0\Microsoft.ML.StandardTrainers.dll | |
Microsoft.ML.TestFrameworkCommon -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.TestFrameworkCommon\Debug\net461\win-x64\Microsoft.ML.TestFrameworkCommon.dll | |
Microsoft.ML.Transforms -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Transforms\Debug\netstandard2.0\Microsoft.ML.Transforms.dll | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML\Microsoft.ML.csproj] | |
Microsoft.ML -> C:\Temp\github-clean\machinelearning\artifacts\bin\Microsoft.ML\Debug\netstandard2.0\Microsoft.ML.dll | |
C:\Temp\github-clean\machinelearning\Directory.Build.targets(54,3): error MSB3030: Could not copy the file "C:\Temp\github-clean\machinelearning\artifacts\bin\Native\x64.Debug\LdaNative.dll" because it was not found. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML\Microsoft.ML.csproj] | |
Build FAILED. | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Native\Native.proj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\tools-local\Microsoft.ML.InternalCodeAnalyzer\Microsoft.ML.InternalCodeAnalyzer.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\tools-local\Microsoft.ML.StableApi\Microsoft.ML.StableApi.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\tools-local\Microsoft.ML.StableApi\Microsoft.ML.StableApi.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.CpuMath\Microsoft.ML.CpuMath.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.CpuMath\Microsoft.ML.CpuMath.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.DataView\Microsoft.ML.DataView.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.NugetPackageVersionUpdater\Microsoft.ML.NugetPackageVersionUpdater.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\RemoteExecutorConsoleApp\RemoteExecutorConsoleApp.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Mkl.Redist\Microsoft.ML.Mkl.Redist.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\RemoteExecutorConsoleApp\RemoteExecutorConsoleApp.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.NugetPackageVersionUpdater\Microsoft.ML.NugetPackageVersionUpdater.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.CpuMath.PerformanceTests\Microsoft.ML.CpuMath.PerformanceTests.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Core\Microsoft.ML.Core.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.Data.Analysis\Microsoft.Data.Analysis.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Maml\Microsoft.ML.Maml.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Data\Microsoft.ML.Data.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.Data.Analysis.Interactive\Microsoft.Data.Analysis.Interactive.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.PCA\Microsoft.ML.PCA.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.StandardTrainers\Microsoft.ML.StandardTrainers.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.TestFrameworkCommon\Microsoft.ML.TestFrameworkCommon.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.KMeansClustering\Microsoft.ML.KMeansClustering.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.TestFrameworkCommon\Microsoft.ML.TestFrameworkCommon.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\test\Microsoft.Data.Analysis.Interactive.Tests\Microsoft.Data.Analysis.Interactive.Tests.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.ResultProcessor\Microsoft.ML.ResultProcessor.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML.Transforms\Microsoft.ML.Transforms.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'C:\Temp\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML\Microsoft.ML.csproj] | |
C:\Temp\github-clean\machinelearning\src\Native\Native.proj(80,5): error MSB3073: The command ""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" exited with code 1. | |
C:\Temp\github-clean\machinelearning\Directory.Build.targets(54,3): error MSB3030: Could not copy the file "C:\Temp\github-clean\machinelearning\artifacts\bin\Native\x64.Debug\CpuMathNative.dll" because it was not found. [C:\Temp\github-clean\machinelearning\test\Microsoft.ML.CpuMath.PerformanceTests\Microsoft.ML.CpuMath.PerformanceTests.csproj] | |
C:\Temp\github-clean\machinelearning\Directory.Build.targets(54,3): error MSB3030: Could not copy the file "C:\Temp\github-clean\machinelearning\artifacts\bin\Native\x64.Debug\LdaNative.dll" because it was not found. [C:\Temp\github-clean\machinelearning\src\Microsoft.ML\Microsoft.ML.csproj] | |
27 Warning(s) | |
3 Error(s) | |
Time Elapsed 00:02:57.61 | |
Build failed with exit code 1. Check errors above. | |
C:\Temp\github-clean\machinelearning> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D:\>mkdir github-clean | |
D:\>cd github-clean | |
D:\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% (1922/1922), done. | |
remote: Total 61066 (delta 1097), reused 1624 (delta 771), pack-reused 58303 eceiving objects: 100% (61066/61066), 71.55Receiving objects: 100% (61066/61066), 71.72 MiB | 6.44 MiB/s, done. | |
Resolving deltas: 100% (48087/48087), done. | |
Updating files: 100% (3339/3339), done. | |
D:\github-clean>cd machinelearning | |
D:\github-clean\machinelearning>git log -n 1 | |
commit 363f5c8a4045cf7c44828f173fd775e0ce758669 (HEAD -> main, origin/main, origin/HEAD) | |
Author: Michael Sharp <[email protected]> | |
Date: Thu Feb 3 17:00:55 2022 -0800 | |
Disabling flaky tests on unix/arm systems for stability. (#6070) | |
D:\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: "D:\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 183 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: "D:\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 D:\github-clean\machinelearning\src\Native\Native.proj (in 187 ms). | |
Determining projects to restore... | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.Maml\Microsoft.ML.Maml.csproj (in 166 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.ResultProcessor\Microsoft.ML.ResultProcessor.csproj (in 1.14 sec). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.Mkl.Components\Microsoft.ML.Mkl.Components.csproj (in 1.14 sec). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.Recommender\Microsoft.ML.Recommender.csproj (in 1.14 sec). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.LightGbm\Microsoft.ML.LightGbm.csproj (in 1.14 sec). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.PCA\Microsoft.ML.PCA.csproj (in 18 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.Parquet\Microsoft.ML.Parquet.csproj (in 28 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.OnnxTransformer\Microsoft.ML.OnnxTransformer.csproj (in 24 ms). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.CpuMath.PerformanceTests\Microsoft.ML.CpuMath.PerformanceTests.csproj (in 1.07 sec). | |
Restored D:\github-clean\machinelearning\src\Microsoft.Data.Analysis\Microsoft.Data.Analysis.csproj (in 97 ms). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.NugetPackageVersionUpdater\Microsoft.ML.NugetPackageVersionUpdater.csproj (in 1.35 sec). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.CpuMath.UnitTests\Microsoft.ML.CpuMath.UnitTests.csproj (in 1.43 sec). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.Sweeper.Tests\Microsoft.ML.Sweeper.Tests.csproj (in 1.44 sec). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.Predictor.Tests\Microsoft.ML.Predictor.Tests.csproj (in 1.43 sec). | |
Restored D:\github-clean\machinelearning\test\Microsoft.Extensions.ML.Tests\Microsoft.Extensions.ML.Tests.csproj (in 1.44 sec). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.OnnxTransformerTest\Microsoft.ML.OnnxTransformerTest.csproj (in 1.44 sec). | |
Restored D:\github-clean\machinelearning\docs\samples\Microsoft.ML.Samples.GPU\Microsoft.ML.Samples.GPU.csproj (in 114 ms). | |
Restored D:\github-clean\machinelearning\docs\samples\Microsoft.ML.Samples\Microsoft.ML.Samples.csproj (in 152 ms). | |
Restored D:\github-clean\machinelearning\docs\samples\Microsoft.ML.AutoML.Samples\Microsoft.ML.AutoML.Samples.csproj (in 34 ms). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.PerformanceTests\Microsoft.ML.PerformanceTests.csproj (in 1.53 sec). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML\Microsoft.ML.csproj (in 19 ms). | |
Restored D:\github-clean\machinelearning\tools-local\Microsoft.ML.InternalCodeAnalyzer\Microsoft.ML.InternalCodeAnalyzer.csproj (in 407 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.Vision\Microsoft.ML.Vision.csproj (in 34 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.Transforms\Microsoft.ML.Transforms.csproj (in 13 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.DnnImageFeaturizer.AlexNet\Microsoft.ML.DnnImageFeaturizer.AlexNet.csproj (in 25 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.DnnAnalyzer\Microsoft.ML.DnnAnalyzer\Microsoft.ML.DnnAnalyzer.csproj (in 25 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.Data\Microsoft.ML.Data.csproj (in 15 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.DataView\Microsoft.ML.DataView.csproj (in 2 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.CpuMath\Microsoft.ML.CpuMath.csproj (in 7 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.DnnImageFeaturizer.ResNet50\Microsoft.ML.DnnImageFeaturizer.ResNet50.csproj (in 28 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.EntryPoints\Microsoft.ML.EntryPoints.csproj (in 15 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.Ensemble\Microsoft.ML.Ensemble.csproj (in 32 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.DnnImageFeaturizer.ResNet18\Microsoft.ML.DnnImageFeaturizer.ResNet18.csproj (in 44 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.DnnImageFeaturizer.ResNet101\Microsoft.ML.DnnImageFeaturizer.ResNet101.csproj (in 40 ms). | |
Restored D:\github-clean\machinelearning\test\Microsoft.Data.Analysis.Tests\Microsoft.Data.Analysis.Tests.csproj (in 271 ms). | |
Restored D:\github-clean\machinelearning\tools-local\Microsoft.ML.StableApi\Microsoft.ML.StableApi.csproj (in 651 ms). | |
Restored D:\github-clean\machinelearning\test\RemoteExecutorConsoleApp\RemoteExecutorConsoleApp.csproj (in 197 ms). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.Core.Tests\Microsoft.ML.Core.Tests.csproj (in 860 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.Data.Analysis.Interactive\Microsoft.Data.Analysis.Interactive.csproj (in 785 ms). | |
Restored D:\github-clean\machinelearning\test\Microsoft.Data.Analysis.Interactive.Tests\Microsoft.Data.Analysis.Interactive.Tests.csproj (in 514 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.Mkl.Redist\Microsoft.ML.Mkl.Redist.csproj (in 2 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.OnnxConverter\Microsoft.ML.OnnxConverter.csproj (in 29 ms). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.Benchmarks.Tests\Microsoft.ML.Benchmarks.Tests.csproj (in 553 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.KMeansClustering\Microsoft.ML.KMeansClustering.csproj (in 23 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.ImageAnalytics\Microsoft.ML.ImageAnalytics.csproj (in 24 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.FastTree\Microsoft.ML.FastTree.csproj (in 15 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.Featurizers\Microsoft.ML.Featurizers.csproj (in 21 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.Experimental\Microsoft.ML.Experimental.csproj (in 14 ms). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.TestFrameworkCommon\Microsoft.ML.TestFrameworkCommon.csproj (in 246 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.TimeSeries\Microsoft.ML.TimeSeries.csproj (in 20 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.TensorFlow\Microsoft.ML.TensorFlow.csproj (in 20 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.Sweeper\Microsoft.ML.Sweeper.csproj (in 20 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.StandardTrainers\Microsoft.ML.StandardTrainers.csproj (in 18 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.Core\Microsoft.ML.Core.csproj (in 16 ms). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.TimeSeries.Tests\Microsoft.ML.TimeSeries.Tests.csproj (in 373 ms). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.TestFramework\Microsoft.ML.TestFramework.csproj (in 328 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.SamplesUtils\Microsoft.ML.SamplesUtils.csproj (in 28 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.Extensions.ML\Microsoft.Extensions.ML.csproj (in 23 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.AutoML\Microsoft.ML.AutoML.csproj (in 32 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.Console\Microsoft.ML.Console.csproj (in 52 ms). | |
Restored D:\github-clean\machinelearning\src\Microsoft.ML.CodeGenerator\Microsoft.ML.CodeGenerator.csproj (in 63 ms). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.Tests\Microsoft.ML.Tests.csproj (in 571 ms). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.IntegrationTests\Microsoft.ML.IntegrationTests.csproj (in 314 ms). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.CodeAnalyzer.Tests\Microsoft.ML.CodeAnalyzer.Tests.csproj (in 1.03 sec). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.AutoML.Tests\Microsoft.ML.AutoML.Tests.csproj (in 1.18 sec). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.CodeGenerator.Tests\Microsoft.ML.CodeGenerator.Tests.csproj (in 1.19 sec). | |
Restored D:\github-clean\machinelearning\test\Microsoft.ML.FSharp.Tests\Microsoft.ML.FSharp.Tests.fsproj (in 3.51 sec). | |
Downloading external model files... D:\github-clean\machinelearning\artifacts\obj\DnnImageModels\AlexNetPrepOnnx\AlexNetPreprocess.onnx;D:\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx;D:\github-clean\machinelearning\artifacts\obj\DnnImageModels\AlexNetOnnx\AlexNet.onnx;D:\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNet18Onnx\ResNet18.onnx;D:\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNet50Onnx\ResNet50.onnx;D:\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNet101Onnx\ResNet101.onnx | |
Downloading from "https://aka.ms/mlnet-resources/image/AlexNetPrepOnnx/AlexNetPreprocess.onnx" to "D:\github-clean\machinelearning\artifacts\obj\DnnImageModels\AlexNetPrepOnnx\AlexNetPreprocess.onnx" (618820 bytes). | |
Downloading from "https://aka.ms/mlnet-resources/image/ResNetPrepOnnx/ResNetPreprocess.onnx" to "D:\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx" (602584 bytes). | |
Downloading from "https://aka.ms/mlnet-resources/image/AlexNetOnnx/AlexNet.onnx" to "D:\github-clean\machinelearning\artifacts\obj\DnnImageModels\AlexNetOnnx\AlexNet.onnx" (233133636 bytes). | |
Downloading from "https://aka.ms/mlnet-resources/image/ResNet18Onnx/ResNet18.onnx" to "D:\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNet18Onnx\ResNet18.onnx" (63653533 bytes). | |
Downloading from "https://aka.ms/mlnet-resources/image/ResNet50Onnx/ResNet50.onnx" to "D:\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNet50Onnx\ResNet50.onnx" (94288003 bytes). | |
Downloading from "https://aka.ms/mlnet-resources/image/ResNet101Onnx/ResNet101.onnx" to "D:\github-clean\machinelearning\artifacts\obj\DnnImageModels\ResNet101Onnx\ResNet101.onnx" (170508881 bytes). | |
Copying external model files... D:\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.AlexNet\tools\DnnImageModels\AlexNetPrepOnnx\AlexNetPreprocess.onnx;D:\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.AlexNet\tools\DnnImageModels\AlexNetOnnx\AlexNet.onnx;D:\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.ResNet18\tools\DnnImageModels\ResNet18Onnx\ResNet18.onnx;D:\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.ResNet18\tools\DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx;D:\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.ResNet50\tools\DnnImageModels\ResNet50Onnx\ResNet50.onnx;D:\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.ResNet50\tools\DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx;D:\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.ResNet101\tools\DnnImageModels\ResNet101Onnx\ResNet101.onnx;D:\github-clean\machinelearning\artifacts\pkgassets/\Microsoft.ML.DnnImageFeaturizer.ResNet101\tools\DnnImageModels\ResNetPrepOnnx\ResNetPreprocess.onnx | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Native\Native.proj] | |
D:\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 "D:\github-clean\machinelearning\src\Native\\gen-buildsys-win.bat" "D:\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 | |
CMake Error at MatrixFactorizationNative/CMakeLists.txt:44 (add_library): | |
Cannot find source file: | |
libmf/mf.cpp | |
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h | |
.hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc | |
CMake Error at MatrixFactorizationNative/CMakeLists.txt:44 (add_library): | |
No SOURCES given to target: MatrixFactorizationNative | |
CMake Generate step failed. Build files cannot be regenerated correctly. | |
Failed to generate native component build project! | |
D:\github-clean\machinelearning\src\Native\Native.proj(80,5): error MSB3073: The command ""D:\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" exited with code 1. | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\tools-local\Microsoft.ML.InternalCodeAnalyzer\Microsoft.ML.InternalCodeAnalyzer.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\tools-local\Microsoft.ML.StableApi\Microsoft.ML.StableApi.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\tools-local\Microsoft.ML.StableApi\Microsoft.ML.StableApi.csproj] | |
Microsoft.ML.StableApi -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.StableApi\Debug\netcoreapp3.1\Microsoft.ML.StableApi.dll | |
Microsoft.ML.StableApi -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.StableApi\Debug\netstandard2.0\Microsoft.ML.StableApi.dll | |
Microsoft.ML.InternalCodeAnalyzer -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.InternalCodeAnalyzer\Debug\netstandard2.0\Microsoft.ML.InternalCodeAnalyzer.dll | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.CpuMath\Microsoft.ML.CpuMath.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.CpuMath\Microsoft.ML.CpuMath.csproj] | |
Microsoft.ML.CpuMath -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.CpuMath\Debug\netcoreapp3.1\Microsoft.ML.CpuMath.dll | |
Microsoft.ML.CpuMath -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.CpuMath\Debug\netstandard2.0\Microsoft.ML.CpuMath.dll | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.DataView\Microsoft.ML.DataView.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.Mkl.Redist\Microsoft.ML.Mkl.Redist.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\Microsoft.ML.CpuMath.PerformanceTests\Microsoft.ML.CpuMath.PerformanceTests.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\Microsoft.ML.NugetPackageVersionUpdater\Microsoft.ML.NugetPackageVersionUpdater.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\RemoteExecutorConsoleApp\RemoteExecutorConsoleApp.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\Microsoft.ML.NugetPackageVersionUpdater\Microsoft.ML.NugetPackageVersionUpdater.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\RemoteExecutorConsoleApp\RemoteExecutorConsoleApp.csproj] | |
Microsoft.ML.Mkl.Redist -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Mkl.Redist\Debug\netstandard2.0\Microsoft.ML.Mkl.Redist.dll | |
Microsoft.ML.NugetPackageVersionUpdater -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.NugetPackageVersionUpdater\Debug\net461\win-x64\Microsoft.ML.NugetPackageVersionUpdater.exe | |
Microsoft.ML.NugetPackageVersionUpdater -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.NugetPackageVersionUpdater\Debug\netcoreapp3.1\Microsoft.ML.NugetPackageVersionUpdater.dll | |
RemoteExecutorConsoleApp -> D:\github-clean\machinelearning\artifacts\bin\RemoteExecutorConsoleApp\Debug\net461\win-x64\RemoteExecutorConsoleApp.exe | |
RemoteExecutorConsoleApp -> D:\github-clean\machinelearning\artifacts\bin\RemoteExecutorConsoleApp\Debug\netcoreapp3.1\RemoteExecutorConsoleApp.dll | |
Microsoft.ML.CpuMath.PerformanceTests -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.CpuMath.PerformanceTests\Debug\netcoreapp3.1\Microsoft.ML.CpuMath.PerformanceTests.dll | |
D:\github-clean\machinelearning\Directory.Build.targets(54,3): error MSB3030: Could not copy the file "D:\github-clean\machinelearning\artifacts\bin\Native\x64.Debug\CpuMathNative.dll" because it was not found. [D:\github-clean\machinelearning\test\Microsoft.ML.CpuMath.PerformanceTests\Microsoft.ML.CpuMath.PerformanceTests.csproj] | |
Microsoft.ML.DataView -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.DataView\Debug\netstandard2.0\Microsoft.ML.DataView.dll | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.Core\Microsoft.ML.Core.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.Data.Analysis\Microsoft.Data.Analysis.csproj] | |
Microsoft.ML.Core -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Core\Debug\netstandard2.0\Microsoft.ML.Core.dll | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.Maml\Microsoft.ML.Maml.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.Data\Microsoft.ML.Data.csproj] | |
Microsoft.ML.Maml -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Maml\Debug\netstandard2.0\Microsoft.ML.Maml.dll | |
Microsoft.Data.Analysis -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.Data.Analysis\Debug\netstandard2.0\Microsoft.Data.Analysis.dll | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.Data.Analysis.Interactive\Microsoft.Data.Analysis.Interactive.csproj] | |
Microsoft.Data.Analysis.Interactive -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.Data.Analysis.Interactive\Debug\netcoreapp3.1\Microsoft.Data.Analysis.Interactive.dll | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\Microsoft.Data.Analysis.Interactive.Tests\Microsoft.Data.Analysis.Interactive.Tests.csproj] | |
Microsoft.Data.Analysis.Interactive.Tests -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.Data.Analysis.Interactive.Tests\Debug\netcoreapp3.1\Microsoft.Data.Analysis.Interactive.Tests.dll | |
Microsoft.ML.Data -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Data\Debug\netstandard2.0\Microsoft.ML.Data.dll | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.KMeansClustering\Microsoft.ML.KMeansClustering.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.PCA\Microsoft.ML.PCA.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.Transforms\Microsoft.ML.Transforms.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.StandardTrainers\Microsoft.ML.StandardTrainers.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\Microsoft.ML.TestFrameworkCommon\Microsoft.ML.TestFrameworkCommon.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\Microsoft.ML.TestFrameworkCommon\Microsoft.ML.TestFrameworkCommon.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.ResultProcessor\Microsoft.ML.ResultProcessor.csproj] | |
Microsoft.ML.TestFrameworkCommon -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.TestFrameworkCommon\Debug\net461\win-x64\Microsoft.ML.TestFrameworkCommon.dll | |
Microsoft.ML.PCA -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.PCA\Debug\netstandard2.0\Microsoft.ML.PCA.dll | |
Microsoft.ML.TestFrameworkCommon -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.TestFrameworkCommon\Debug\netcoreapp3.1\Microsoft.ML.TestFrameworkCommon.dll | |
Microsoft.ML.KMeansClustering -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.KMeansClustering\Debug\netstandard2.0\Microsoft.ML.KMeansClustering.dll | |
Microsoft.ML.StandardTrainers -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.StandardTrainers\Debug\netstandard2.0\Microsoft.ML.StandardTrainers.dll | |
Microsoft.ML.ResultProcessor -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.ResultProcessor\Debug\netstandard2.0\Microsoft.ML.ResultProcessor.dll | |
Microsoft.ML.Transforms -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML.Transforms\Debug\netstandard2.0\Microsoft.ML.Transforms.dll | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML\Microsoft.ML.csproj] | |
Microsoft.ML -> D:\github-clean\machinelearning\artifacts\bin\Microsoft.ML\Debug\netstandard2.0\Microsoft.ML.dll | |
D:\github-clean\machinelearning\Directory.Build.targets(54,3): error MSB3030: Could not copy the file "D:\github-clean\machinelearning\artifacts\bin\Native\x64.Debug\LdaNative.dll" because it was not found. [D:\github-clean\machinelearning\src\Microsoft.ML\Microsoft.ML.csproj] | |
Build FAILED. | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Native\Native.proj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\tools-local\Microsoft.ML.InternalCodeAnalyzer\Microsoft.ML.InternalCodeAnalyzer.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\tools-local\Microsoft.ML.StableApi\Microsoft.ML.StableApi.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\tools-local\Microsoft.ML.StableApi\Microsoft.ML.StableApi.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.CpuMath\Microsoft.ML.CpuMath.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.CpuMath\Microsoft.ML.CpuMath.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.DataView\Microsoft.ML.DataView.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.Mkl.Redist\Microsoft.ML.Mkl.Redist.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\Microsoft.ML.CpuMath.PerformanceTests\Microsoft.ML.CpuMath.PerformanceTests.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\Microsoft.ML.NugetPackageVersionUpdater\Microsoft.ML.NugetPackageVersionUpdater.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\RemoteExecutorConsoleApp\RemoteExecutorConsoleApp.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\Microsoft.ML.NugetPackageVersionUpdater\Microsoft.ML.NugetPackageVersionUpdater.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\RemoteExecutorConsoleApp\RemoteExecutorConsoleApp.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.Core\Microsoft.ML.Core.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.Data.Analysis\Microsoft.Data.Analysis.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.Maml\Microsoft.ML.Maml.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.Data\Microsoft.ML.Data.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.Data.Analysis.Interactive\Microsoft.Data.Analysis.Interactive.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\Microsoft.Data.Analysis.Interactive.Tests\Microsoft.Data.Analysis.Interactive.Tests.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.KMeansClustering\Microsoft.ML.KMeansClustering.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.PCA\Microsoft.ML.PCA.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.Transforms\Microsoft.ML.Transforms.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.StandardTrainers\Microsoft.ML.StandardTrainers.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\Microsoft.ML.TestFrameworkCommon\Microsoft.ML.TestFrameworkCommon.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\test\Microsoft.ML.TestFrameworkCommon\Microsoft.ML.TestFrameworkCommon.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML.ResultProcessor\Microsoft.ML.ResultProcessor.csproj] | |
C:\Users\MY_LOGIN_NAME\.nuget\packages\microsoft.build.tasks.git\1.1.0-beta-20206-02\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Could not find file 'D:\github-clean\machinelearning\src\Native\MatrixFactorizationNative\libmf\.git'. The source code won't be available via Source Link. [D:\github-clean\machinelearning\src\Microsoft.ML\Microsoft.ML.csproj] | |
D:\github-clean\machinelearning\src\Native\Native.proj(80,5): error MSB3073: The command ""D:\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" exited with code 1. | |
D:\github-clean\machinelearning\Directory.Build.targets(54,3): error MSB3030: Could not copy the file "D:\github-clean\machinelearning\artifacts\bin\Native\x64.Debug\CpuMathNative.dll" because it was not found. [D:\github-clean\machinelearning\test\Microsoft.ML.CpuMath.PerformanceTests\Microsoft.ML.CpuMath.PerformanceTests.csproj] | |
D:\github-clean\machinelearning\Directory.Build.targets(54,3): error MSB3030: Could not copy the file "D:\github-clean\machinelearning\artifacts\bin\Native\x64.Debug\LdaNative.dll" because it was not found. [D:\github-clean\machinelearning\src\Microsoft.ML\Microsoft.ML.csproj] | |
27 Warning(s) | |
3 Error(s) | |
Time Elapsed 00:03:05.34 | |
Build failed with exit code 1. Check errors above. | |
D:\github-clean\machinelearning> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Such errors occured because I did not clone repository recursively.
Correct cloning: