Coder Social home page Coder Social logo

devos's Introduction

devos's People

Contributors

aarono avatar freefull avatar samypesse avatar suriyaakudoisc avatar thethirdone avatar zsprackett avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

devos's Issues

.asm Compile error

when i try to do make all in the main makefile, it comes up with an error which says

 Building Kernel
 make -C ./kernel
 make[1]: Entering directory '/home/mainuser/Documents/9/devos-master/kernel'
 nasm   -f elf -o  -c arch/x86/start.asm -o  arch/x86/start.o
 arch/x86/start.asm: fatal: more than one output file specified: arch/x86/start.o

 make[1]: *** [Makefile:64: arch/x86/start.o] Error 1
 make[1]: Leaving directory '/home/mainuser/Documents/9/devos-master/kernel'
 make: *** [Makefile:14: all] Error 2

Error compiling on native linux

This error starts in file.cc and is in the filesystem code, also it is in the Process code.

ld -melf_i386 -static  -L ./  -T ./arch/x86/linker.ld -o kernel.elf arch/x86/start.o runtime/cxx.o runtime/itoa.o runtime/buffer.o runtime/memory.o runtime/string.o core/class.o core/elf_loader.o core/file.o core/filesystem.o core/kernel.o core/api_posix.o core/process.o core/syscalls.o core/device.o core/system.o core/env.o core/user.o core/modulelink.o core/socket.o modules/module.o modules/null.o modules/stdtty.o modules/x86serial.o modules/ide.o modules/bochsvbe.o modules/ext2.o modules/dospartition.o modules/clock_x86.o modules/keys.o arch/x86/alloc.o arch/x86/architecture.o arch/x86/io.o arch/x86/vmm.o arch/x86/x86.o arch/x86/switch.o arch/x86/x86int.o 
core/file.o: In function `File::~File()':
/home/majicktek/Downloads/devos-master/kernel/core/file.cc:73: undefined reference to `operator delete(void*, unsigned int)'
core/file.o: In function `File::remove()':
/home/majicktek/Downloads/devos-master/kernel/core/file.cc:223: undefined reference to `operator delete(void*, unsigned int)'
core/filesystem.o: In function `Filesystem::~Filesystem()':
/home/majicktek/Downloads/devos-master/kernel/core/filesystem.cc:26: undefined reference to `operator delete(void*, unsigned int)'
core/process.o: In function `Process::~Process()':
/home/majicktek/Downloads/devos-master/kernel/core/process.cc:12: undefined reference to `operator delete(void*, unsigned int)'
core/process.o: In function `Process::remove()':
/home/majicktek/Downloads/devos-master/kernel/core/process.cc:106: undefined reference to `operator delete(void*, unsigned int)'
core/device.o:/home/majicktek/Downloads/devos-master/kernel/core/device.cc:36: more undefined references to `operator delete(void*, unsigned int)' follow
Makefile:21: recipe for target 'kernel.elf' failed
make[1]: *** [kernel.elf] Error 1
make[1]: Leaving directory '/home/majicktek/Downloads/devos-master/kernel'
Makefile:13: recipe for target 'all' failed

stumbleupon

Started by GitHub push by AlekseyTs
[EnvInject] - Loading node environment variables.
Building remotely on dci-win-fbld-11 (windows-roslyn windows-fast windows) in workspace d:\j\workspace\dotnet_roslyn_master_win_dbg_64
Wiping out workspace first.
Cloning the remote Git repository
Using shallow clone
Cloning repository git://github.com/dotnet/roslyn.git

git init d:\j\workspace\dotnet_roslyn_master_win_dbg_64 # timeout=10
Fetching upstream changes from git://github.com/dotnet/roslyn.git
git --version # timeout=10
git -c core.askpass=true fetch --tags --progress git://github.com/dotnet/roslyn.git +refs/heads/:refs/remotes/origin/ --depth=1
git config remote.origin.url git://github.com/dotnet/roslyn.git # timeout=10
git config --add remote.origin.fetch +refs/heads/:refs/remotes/origin/ # timeout=10
git config remote.origin.url git://github.com/dotnet/roslyn.git # timeout=10
Fetching upstream changes from git://github.com/dotnet/roslyn.git
git -c core.askpass=true fetch --tags --progress git://github.com/dotnet/roslyn.git +refs/heads/:refs/remotes/origin/
git rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
git rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision f0c1e470ed95d3f54a637fff84995b2faca203ec (refs/remotes/origin/master)
git config core.sparsecheckout # timeout=10
git checkout -f f0c1e470ed95d3f54a637fff84995b2faca203ec
git rev-list 47ee3f82c3fab87841f476e0cba9d58145d7de82 # timeout=10
First time build. Skipping changelog.
No emails were triggered.
[dotnet_roslyn_master_win_dbg_64] $ cmd /c call C:\Users\DOTNET~1\AppData\Local\Temp\hudson2322927096240703246.bat

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>cibuild.cmd /debug /test64

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>REM Parse Arguments.

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>set RoslynRoot=d:\j\workspace\dotnet_roslyn_master_win_dbg_64\

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>set BuildConfiguration=Debug

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>if "/debug" == "" goto :DoneParsing

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>if /I "/debug" == "/?" call :Usage && exit /b 1

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>if /I "/debug" == "/debug" set BuildConfiguration=Debug && shift && goto :ParseArguments

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>if "/test64" == "" goto :DoneParsing

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>if /I "/test64" == "/?" call :Usage && exit /b 1

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>if /I "/test64" == "/debug" set BuildConfiguration=Debug && shift && goto :ParseArguments

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>if /I "/test64" == "/release" set BuildConfiguration=Release && shift && goto :ParseArguments

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>if /I "/test64" == "/test32" set Test64=false && shift && goto :ParseArguments

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>if /I "/test64" == "/test64" set Test64=true && shift && goto :ParseArguments

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>if "" == "" goto :DoneParsing

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat"

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>REM Build the compiler so we can self host it for the full build

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>nuget.exe restore -verbosity quiet d:\j\workspace\dotnet_roslyn_master_win_dbg_64\build/ToolsetPackages/project.json

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>nuget.exe restore -verbosity quiet d:\j\workspace\dotnet_roslyn_master_win_dbg_64\build/Toolset.sln

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>msbuild /nologo /v:m /m d:\j\workspace\dotnet_roslyn_master_win_dbg_64\build/Toolset.sln /p:Configuration=Debug
CompilersBoundTreeGenerator -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\BoundTreeGenerator.exe
CSharpSyntaxGenerator -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\CSharpSyntaxGenerator.exe
CSharpErrorFactsGenerator -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\CSharpErrorFactsGenerator.exe
VisualBasicSyntaxGenerator -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\VBSyntaxGenerator.exe
VisualBasicErrorFactsGenerator -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\VBErrorFactsGenerator.exe
Microsoft.DiaSymReader.PortablePdb -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.DiaSymReader.PortablePdb.dll
CodeAnalysis -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.dll
Reading input file "Syntax\Syntax.xml"...
Wrote d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Obj\CSharpCodeAnalysis\Debug\Syntax.xml.Generated.cs
291 node structures, 2 enumerations, 639 node kinds
CSharpCodeAnalysis -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.dll
MSBuildTask -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.Build.Tasks.CodeAnalysis.dll
csc -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\csc.exe
csc2 -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\csc2.exe
BasicCodeAnalysis -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.dll
VBCSCompiler -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\VBCSCompiler.exe
vbc -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\vbc.exe
vbc2 -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\vbc2.exe

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>mkdir d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Bootstrap

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>move Binaries\Debug* d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Bootstrap
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\BoundTreeGenerator.exe
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\BoundTreeGenerator.exe.config
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\BoundTreeGenerator.pdb
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\csc.exe
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\csc.exe.config
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\csc.pdb
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\csc.rsp
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\csc.xml
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\csc2.exe
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\csc2.pdb
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\csc2.xml
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\CSharpErrorFactsGenerator.exe
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\CSharpErrorFactsGenerator.pdb
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\CSharpSyntaxGenerator.exe
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\CSharpSyntaxGenerator.pdb
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.Build.Framework.dll
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.Build.Tasks.CodeAnalysis.dll
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.Build.Tasks.CodeAnalysis.pdb
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.Build.Tasks.CodeAnalysis.xml
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.Build.Tasks.Core.dll
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.Build.Utilities.Core.dll
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.dll
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.pdb
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.xml
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.dll
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.pdb
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.dll
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.pdb
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.xml
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.xml
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CSharp.Core.targets
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.DiaSymReader.Native.amd64.dll
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.DiaSymReader.Native.x86.dll
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.DiaSymReader.PortablePdb.dll
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.DiaSymReader.PortablePdb.pdb
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.DiaSymReader.PortablePdb.xml
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.VisualBasic.Core.targets
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\System.Collections.Immutable.dll
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\System.Reflection.Metadata.dll
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\vbc.exe
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\vbc.exe.config
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\vbc.pdb
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\vbc.rsp
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\vbc.xml
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\vbc2.exe
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\vbc2.pdb
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\vbc2.xml
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\VBCSCompiler.exe
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\VBCSCompiler.exe.config
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\VBCSCompiler.pdb
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\VBCSCompiler.xml
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\VBErrorFactsGenerator.exe
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\VBErrorFactsGenerator.pdb
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\VBSyntaxGenerator.exe
d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\VBSyntaxGenerator.pdb
55 file(s) moved.

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>msbuild /v:m /t:Clean build/Toolset.sln /p:Configuration=Debug
Microsoft (R) Build Engine version 14.0.23107.0
Copyright (C) Microsoft Corporation. All rights reserved.

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>taskkill /F /IM vbcscompiler.exe
SUCCESS: The process "VBCSCompiler.exe" with PID 6120 has been terminated.

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>msbuild /v:m /m /p:BootstrapBuildPath=d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Bootstrap BuildAndTest.proj /p:Configuration=Debug /p:Test64=true
Microsoft (R) Build Engine version 14.0.23107.0
Copyright (C) Microsoft Corporation. All rights reserved.

MSBuild auto-detection: using msbuild version '14.0' from 'C:\Program Files (x86)\MSBuild\14.0\bin'.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\build\ToolsetPackages\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
All packages are compatible with .NETFramework,Version=v4.5 (win).
Generating MSBuild file ToolsetPackages.nuget.props.
MSBuild auto-detection: using msbuild version '14.0' from 'C:\Program Files (x86)\MSBuild\14.0\bin'.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\Core\CodeAnalysisTest\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\Core\Portable\project.json...
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\Core\VBCSCompiler\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\Core\VBCSCompilerTests\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\CSharp\csc\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\CSharp\Portable\project.json...
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\CSharp\Test\CommandLine\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\CSharp\Test\Emit\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\CSharp\Test\Semantic\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\CSharp\Test\Symbol\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\CSharp\Test\Syntax\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\Test\Resources\Core\project.json...
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Test\Utilities\Portable.FX45\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\Test\Utilities\CSharp\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\Test\Utilities\VisualBasic\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\VisualBasic\Portable\project.json...
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\VisualBasic\Test\CommandLine\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\VisualBasic\Test\Emit\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\VisualBasic\Test\Semantic\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\VisualBasic\Test\Symbol\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\VisualBasic\Test\Syntax\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Test\PdbUtilities\project.json...
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Test\Utilities\Desktop\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Workspaces\Core\Portable\project.json...
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Tools\Source\CompilerGeneratorTools\Source\BoundTreeGenerator\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Tools\Source\CompilerGeneratorTools\Source\CSharpErrorFactsGenerator\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Tools\Source\CompilerGeneratorTools\Source\CSharpSyntaxGenerator\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Tools\Source\CompilerGeneratorTools\Source\VisualBasicSyntaxGenerator\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Workspaces\CoreTest\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Workspaces\CSharpTest\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Workspaces\VisualBasicTest\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Tools\Source\CompilerGeneratorTools\Source\VisualBasicErrorFactsGenerator\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Workspaces\Core\Desktop\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Workspaces\CSharp\Portable\project.json...
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Workspaces\VisualBasic\Portable\project.json...
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Tools\Source\FakeSign\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
All packages are compatible with .NETFramework,Version=v4.5.2 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Features\VisualBasic\Portable\project.json...
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Features\CSharp\Portable\project.json...
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Features\Core\Portable\project.json...
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\EditorFeatures\Text\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\EditorFeatures\VisualBasic\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\EditorFeatures\CSharp\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\EditorFeatures\Core\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\EditorFeatures\VisualBasicTest\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Scripting\VisualBasic\project.json...
EXEC : warning : Unknown Compatibility Profile: net46.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
All packages are compatible with .NETPlatform,Version=v5.0.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Scripting\Core\project.json...
EXEC : warning : Unknown Compatibility Profile: net46.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
All packages are compatible with .NETPlatform,Version=v5.0.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Scripting\CoreTest\project.json...
EXEC : warning : Unknown Compatibility Profile: net46.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
All packages are compatible with .NETPlatform,Version=v5.0.
Generating MSBuild file ScriptingTest.nuget.props.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Scripting\CSharp\project.json...
EXEC : warning : Unknown Compatibility Profile: net46.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
All packages are compatible with .NETPlatform,Version=v5.0.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Scripting\CSharpTest\project.json...
EXEC : warning : Unknown Compatibility Profile: net46.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
All packages are compatible with .NETPlatform,Version=v5.0.
Generating MSBuild file CSharpScriptingTest.nuget.props.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Interactive\Features\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\InteractiveWindow\Editor\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\EditorFeatures\CSharpTest\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\EditorFeatures\Test\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\EditorFeatures\Test2\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\EditorFeatures\TestUtilities\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Interactive\EditorFeatures\VisualBasic\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Interactive\EditorFeatures\CSharp\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Interactive\EditorFeatures\Core\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Interactive\Host\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Interactive\HostTest\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Interactive\csi\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Interactive\vbi\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\InteractiveWindow\EditorTest\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\InteractiveWindow\VisualStudio\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\VisualStudio\Core\Def\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\VisualStudio\Core\Impl\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\VisualStudio\Core\SolutionExplorerShim\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\VisualStudio\VisualBasic\Impl\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\VisualStudio\VisualBasic\Repl\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\VisualStudio\CSharp\Impl\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\VisualStudio\CSharp\Repl\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\VisualStudio\CSharp\Test\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\VisualStudio\Core\Test\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\VisualStudio\Setup\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\VisualStudio\VisualStudioInteractiveComponents\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
All packages are compatible with .NETFramework,Version=v4.6 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\VisualStudio\InteractiveServices\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\VisualStudio\SetupInteractive\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\VisualStudio\VisualStudioDiagnosticsToolWindow\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\ExpressionEvaluator\CSharp\Source\ExpressionCompiler\project.json...
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\ExpressionEvaluator\CSharp\Test\ExpressionCompiler\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\ExpressionEvaluator\CSharp\Test\ResultProvider\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\ExpressionEvaluator\VisualBasic\Source\ExpressionCompiler\project.json...
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\ExpressionEvaluator\VisualBasic\Test\ExpressionCompiler\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\ExpressionEvaluator\Core\Source\ExpressionCompiler\project.json...
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\ExpressionEvaluator\VisualBasic\Test\ResultProvider\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\ExpressionEvaluator\Core\Test\ExpressionCompiler\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\ExpressionEvaluator\Core\Test\ResultProvider\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Tools\Source\MetadataVisualizer\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\CSharp\Test\WinRT\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\Core\MSBuildTask\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\Core\MSBuildTaskTests\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\ExpressionEvaluator\VisualBasic\Source\ResultProvider\NetFX20\project.json...
All packages are compatible with .NETFramework,Version=v2.0.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\ExpressionEvaluator\CSharp\Source\ResultProvider\NetFX20\project.json...
All packages are compatible with .NETFramework,Version=v2.0.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\ExpressionEvaluator\Core\Source\ResultProvider\NetFX20\project.json...
All packages are compatible with .NETFramework,Version=v2.0.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\CSharp\csc2\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\VisualBasic\vbc2\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\VisualBasic\vbc\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Tools\Source\Pdb2Xml\project.json...
All packages are compatible with .NETFramework,Version=v4.5.
All packages are compatible with .NETFramework,Version=v4.5 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Debugging\Microsoft.DiaSymReader.PortablePdb\project.json...
All packages are compatible with .NETPortable,Version=v4.5,Profile=Profile7.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Debugging\Microsoft.DiaSymReader.PortablePdb.Tests\project.json...
EXEC : warning : Unknown Compatibility Profile: net46.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
All packages are compatible with .NETPlatform,Version=v5.0.
Generating MSBuild file Microsoft.DiaSymReader.PortablePdb.UnitTests.nuget.props.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\CSharp\CscCore\project.json...
All packages are compatible with DNXCore,Version=v5.0.
All packages are compatible with DNXCore,Version=v5.0 (win-x64).
All packages are compatible with DNXCore,Version=v5.0 (linux-x64).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Compilers\VisualBasic\VbcCore\project.json...
All packages are compatible with DNXCore,Version=v5.0.
All packages are compatible with DNXCore,Version=v5.0 (win-x64).
All packages are compatible with DNXCore,Version=v5.0 (linux-x64).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Test\Utilities\Portable\project.json...
EXEC : warning : Unknown Compatibility Profile: net46.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
All packages are compatible with .NETPlatform,Version=v5.0.
Generating MSBuild file TestUtilities.nuget.props.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Scripting\CoreTest.Desktop\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Generating MSBuild file ScriptingTest.Desktop.nuget.targets.
Generating MSBuild file ScriptingTest.Desktop.nuget.props.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Scripting\CSharpTest.Desktop\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Generating MSBuild file CSharpScriptingTest.Desktop.nuget.targets.
Generating MSBuild file CSharpScriptingTest.Desktop.nuget.props.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Scripting\VisualBasicTest.Desktop\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Generating MSBuild file BasicScriptingTest.Desktop.nuget.targets.
Generating MSBuild file BasicScriptingTest.Desktop.nuget.props.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Scripting\VisualBasicTest\project.json...
EXEC : warning : Unknown Compatibility Profile: net46.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
EXEC : warning : Unknown Compatibility Profile: dnxcore50.app [d:\j\workspace\dotnet_roslyn_master_win_dbg_64\BuildAndTest.proj]
All packages are compatible with .NETPlatform,Version=v5.0.
Generating MSBuild file BasicScriptingTest.nuget.props.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Test\Diagnostics\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Test\Utilities\Runtime.FX46\project.json...
All packages are compatible with .NETFramework,Version=v4.6.
All packages are compatible with .NETFramework,Version=v4.6 (win-).
Generating MSBuild file TestRuntime.FX46.nuget.targets.
Generating MSBuild file TestRuntime.FX46.nuget.props.
MSBuild auto-detection: using msbuild version '14.0' from 'C:\Program Files (x86)\MSBuild\14.0\bin'.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\CSharp\APISampleUnitTests\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\CSharp\ConsoleClassifier\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
All packages are compatible with .NETFramework,Version=v4.5.2 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\CSharp\ConvertToAutoProperty\Impl\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\CSharp\ImplementNotifyPropertyChanged\Impl\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\CSharp\ImplementNotifyPropertyChanged\Test\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\CSharp\MakeConst\Impl\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\CSharp\MakeConst\Test\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\Shared\UnitTestFramework\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\VisualBasic\APISampleUnitTests\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\VisualBasic\ConsoleClassifier\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
All packages are compatible with .NETFramework,Version=v4.5.2 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\VisualBasic\ConvertToAutoProperty\Impl\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\VisualBasic\ConvertToAutoProperty\Test\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\VisualBasic\FormatSolution\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
All packages are compatible with .NETFramework,Version=v4.5.2 (win-anycpu).
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\VisualBasic\ImplementNotifyPropertyChanged\Impl\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\VisualBasic\ImplementNotifyPropertyChanged\Test\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\VisualBasic\MakeConst\Impl\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
Restoring packages for d:\j\workspace\dotnet_roslyn_master_win_dbg_64\src\Samples\VisualBasic\MakeConst\Test\project.json...
All packages are compatible with .NETFramework,Version=v4.5.2.
CSharpSyntaxGenerator -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\CSharpSyntaxGenerator.exe
Microsoft.DiaSymReader.PortablePdb -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.DiaSymReader.PortablePdb.dll
VisualBasicSyntaxGenerator -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\VBSyntaxGenerator.exe
CompilersBoundTreeGenerator -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\BoundTreeGenerator.exe
VisualBasicErrorFactsGenerator -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\VBErrorFactsGenerator.exe
CSharpErrorFactsGenerator -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\CSharpErrorFactsGenerator.exe
PdbUtilities -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Test.PdbUtilities.dll
RunTests -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\RunTests.exe
FakeSign -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\FakeSign.exe
InteractiveWindow -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.VisualStudio.InteractiveWindow.dll
ServicesTestUtilities -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Services.Test.Utilities.dll
TestRuntime.FX46 -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.TestRuntime.FX46.dll
CodeAnalysis -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.dll
VisualStudioInteractiveWindow ->
VisualStudioInteractiveWindow ->
Concord -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.ExpressionEvaluator.Concord.DoNotUse.dll
Microsoft.DiaSymReader.PortablePdb.UnitTests -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.DiaSymReader.PortablePdb.UnitTests.dll
MetadataVisualizer -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\mdv.exe
Pdb2Xml -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Pdb2Xml.exe
CompilerTestResources -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.Test.Resources.dll
Scripting -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.dll
Workspaces -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Workspaces.dll
Reading input file "Syntax\Syntax.xml"...
Wrote d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Obj\CSharpCodeAnalysis\Debug\Syntax.xml.Generated.cs
291 node structures, 2 enumerations, 639 node kinds
CSharpCodeAnalysis -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.dll
MSBuildTask -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.Build.Tasks.CodeAnalysis.dll
CSharpScripting -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.CSharp.dll
csi -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\csi.exe
CscCore -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\core-clr\csc.exe
TextEditorFeatures -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.EditorFeatures.Text.dll
Features -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Features.dll
VisualStudioInteractiveWindow -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.VisualStudio.VsInteractiveWindow.dll
Creating intermediate PkgDef file.
Creating VSIX Container...
VisualStudioInteractiveWindow -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.VisualStudio.VsInteractiveWindow.vsix
csc -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\csc.exe
ResultProvider.NetFX20 -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\NetFX20\Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.dll
ExpressionCompiler -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler.dll
BasicCodeAnalysis -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.dll
CSharpWorkspace -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.Workspaces.dll
ResultProvider.Portable -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.dll
Workspaces.Desktop -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Workspaces.Desktop.dll
Reading input file "..........\Compilers\VisualBasic\Portable\Syntax\Syntax.xml"...
291 node structures, 2 enumerations, 639 node kinds
CSharpResultProvider.NetFX20 -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\NetFX20\Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.dll
BasicResultProvider.NetFX20 -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\NetFX20\Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ResultProvider.dll
Reading input file "..........\Compilers\VisualBasic\Portable\Syntax\Syntax.xml"...
291 node structures, 2 enumerations, 639 node kinds
BasicResultProvider.Portable -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ResultProvider.dll
ResultProviderTestUtilities -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.ExpressionEvaluator.ResultProvider.Test.Utilities.dll
CSharpResultProvider.Portable -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.dll
BasicWorkspace -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll
BasicScripting -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.VisualBasic.dll
VbcCore -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\core-clr\vbc.exe
TestUtilities.FX45 -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Test.Utilities.FX45.dll
VBCSCompiler -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\VBCSCompiler.exe
vbc -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\vbc.exe
TestUtilities.Desktop -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Test.Utilities.Desktop.dll
CSharpCompilerTestUtilities -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.CSharp.Test.Utilities.dll
vbc2 -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\vbc2.exe
BasicCompilerTestUtilities -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.VisualBasic.Test.Utilities.dll
MSBuildTaskTests -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.Build.Tasks.CodeAnalysis.UnitTests.dll
BasicCompilerEmitTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.VisualBasic.Emit.UnitTests.dll
BasicCompilerSymbolTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.VisualBasic.Symbol.UnitTests.dll
Reading input file "....\Portable\Syntax\Syntax.xml"...
291 node structures, 2 enumerations, 639 node kinds
BasicCompilerSyntaxTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.VisualBasic.Syntax.UnitTests.dll
CodeAnalysisTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.UnitTests.dll
InteractiveWindowTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.InteractiveWindow.UnitTests.dll
BasicCompilerSemanticTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.VisualBasic.Semantic.UnitTests.dll
BasicCommandLineTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.VisualBasic.CommandLine.UnitTests.dll
CSharpCompilerEmitTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.CSharp.Emit.UnitTests.dll
CSharpCompilerSemanticTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.CSharp.Semantic.UnitTests.dll
CSharpCompilerSymbolTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.CSharp.Symbol.UnitTests.dll
CSharpWinRTTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.CSharp.WinRT.UnitTests.dll
Wrote d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Obj\CSharpCompilerSyntaxTest\Debug\Syntax.xml.Generated.cs
CSharpCompilerSyntaxTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.CSharp.Syntax.UnitTests.dll
CSharpResultProviderTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.ExpressionEvaluator.CSharp.ResultProvider.UnitTests.dll
BasicResultProviderTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.ExpressionEvaluator.VisualBasic.ResultProvider.UnitTests.dll
CSharpCommandLineTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.CSharp.CommandLine.UnitTests.dll
csc2 -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\csc2.exe
OpenSourceDebug ->
OpenSourceDebug ->
ServicesTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Services.UnitTests.dll
InteractiveFeatures -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.InteractiveFeatures.dll
OpenSourceDebug -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\OpenSourceDebug.dll
Creating intermediate PkgDef file.
ExpressionCompilerTestUtilities -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.ExpressionEvaluator.ExpressionCompiler.Test.Utilities.dll
BasicExpressionCompiler -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.dll
CSharpFeatures -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.Features.dll
BasicExpressionCompilerTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.ExpressionEvaluator.VisualBasic.ExpressionCompiler.UnitTests.dll
TestUtilities -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Test.Utilities.dll
vbi -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\vbi.exe
EditorFeatures -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.EditorFeatures.dll
CSharpServicesTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Services.CSharp.UnitTests.dll
VisualBasicServicesTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Services.VisualBasic.UnitTests.dll
BasicFeatures -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.Features.dll
CSharpExpressionCompiler -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.dll
CSharpExpressionCompilerTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.ExpressionEvaluator.CSharp.ExpressionCompiler.UnitTests.dll
CSharpEditorFeatures -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.EditorFeatures.dll
Diagnostics -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Hosting.Diagnostics.dll
ServicesVisualStudio ->
ServicesVisualStudio ->
InteractiveHost -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\InteractiveHost.exe
InteractiveEditorFeatures -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.InteractiveEditorFeatures.dll
CSharpInteractiveEditorFeatures -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.CSharp.InteractiveEditorFeatures.dll
BasicEditorFeatures -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.dll
ScriptingTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.UnitTests.dll
CSharpScriptingTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.CSharp.UnitTests.dll
BasicScriptingTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.VisualBasic.UnitTests.dll
CSharpScriptingTest.Desktop -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.CSharp.Desktop.UnitTests.dll
BasicInteractiveEditorFeatures -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.VisualBasic.InteractiveEditorFeatures.dll
ScriptingTest.Desktop -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests.dll
EditorServicesTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Services.Editor.UnitTests.dll
ServicesVisualStudio -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.VisualStudio.LanguageServices.dll
Creating intermediate PkgDef file.
BasicScriptingTest.Desktop -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.VisualBasic.Desktop.UnitTests.dll
CSharpEditorServicesTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Services.Editor.CSharp.UnitTests.dll
EditorServicesTest2 -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Services.Editor.UnitTests2.dll
SolutionExplorerShim -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.VisualStudio.LanguageServices.SolutionExplorer.dll
VisualStudioInteractiveServices -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.VisualStudio.InteractiveServices.dll
BasicEditorServicesTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Services.Editor.VisualBasic.UnitTests.dll
BasicVisualStudioRepl ->
BasicVisualStudioRepl ->
BasicVisualStudioRepl -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.VisualStudio.VisualBasic.Repl.dll
Creating intermediate PkgDef file.
CSharpVisualStudioRepl ->
CSharpVisualStudioRepl ->
CSharpVisualStudioRepl -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.VisualStudio.CSharp.Repl.dll
Creating intermediate PkgDef file.
ServicesVisualStudioImpl -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.VisualStudio.LanguageServices.Implementation.dll
VisualStudioDiagnosticsWindow ->
VisualStudioDiagnosticsWindow ->
VisualStudioDiagnosticsWindow -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.VisualStudio.DiagnosticsWindow.dll
Creating intermediate PkgDef file.
BasicVisualStudio ->
BasicVisualStudio ->
BasicVisualStudio -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll
Creating intermediate PkgDef file.
CSharpVisualStudio ->
CSharpVisualStudio ->
CSharpVisualStudio -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.VisualStudio.LanguageServices.CSharp.dll
Creating intermediate PkgDef file.
VisualStudioSetup ->
VisualStudioSetup ->
InteractiveHostTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.InteractiveHost.UnitTests.dll
ServicesVisualStudioTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.VisualStudio.Services.UnitTests.dll
CSharpVisualStudioTest -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.VisualStudio.CSharp.UnitTests.dll
VisualStudioSetup -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.VisualStudio.Setup.dll
Creating intermediate PkgDef file.
Creating VSIX Container...
VisualStudioSetup -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.VisualStudio.Setup.vsix
VisualStudioInteractiveComponents ->
VisualStudioInteractiveComponents ->
VisualStudioInteractiveComponents -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.VisualStudio.InteractiveComponents.dll
ExpressionEvaluatorPackage ->
ExpressionEvaluatorPackage ->
ExpressionEvaluatorPackage -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ExpressionEvaluatorPackage.dll
Creating VSIX Container...
VisualStudioDiagnosticsWindow -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.VisualStudio.DiagnosticsWindow.vsix
Creating VSIX Container...
ExpressionEvaluatorPackage -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ExpressionEvaluatorPackage.vsix
Creating VSIX Container...
VisualStudioInteractiveComponents -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.VisualStudio.InteractiveComponents.vsix
VisualStudioSetupInteractive ->
VisualStudioSetupInteractive ->
VisualStudioSetupInteractive -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.VisualStudio.Setup.Interactive.dll
Creating VSIX Container...
VisualStudioSetupInteractive -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.VisualStudio.Setup.Interactive.vsix
VBCSCompilerTests -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.CompilerServer.UnitTests.dll
ConsoleClassifierCS -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ConsoleClassifier.exe
FormatSolutionCS -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\FormatSolution.exe
ConvertToAutoPropertyCS ->
ConvertToAutoPropertyCS ->
ConvertToAutoPropertyCS -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ConvertToAutoPropertyCS.dll
Creating VSIX Container...
ConvertToAutoPropertyCS -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ConvertToAutoPropertyCS.vsix
ImplementNotifyPropertyChangedCS ->
ImplementNotifyPropertyChangedCS ->
ImplementNotifyPropertyChangedCS -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ImplementNotifyPropertyChangedCS.dll
Creating VSIX Container...
ImplementNotifyPropertyChangedCS -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ImplementNotifyPropertyChangedCS.vsix
APISampleUnitTestsCS -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\APISampleUnitTestsCS.dll
UnitTestFramework -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.UnitTestFramework.dll
MakeConstCS ->
MakeConstCS ->
MakeConstCS -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\MakeConstCS.dll
Creating VSIX Container...
MakeConstCS -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\MakeConstCS.vsix
ConsoleClassifierVB -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ConsoleClassifier.exe
ConvertToAutoPropertyVB ->
ConvertToAutoPropertyVB ->
ConvertToAutoPropertyVB -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ConvertToAutoPropertyVB.dll
APISampleUnitTestsVB -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\APISampleUnitTestsVB.dll
FormatSolutionVB -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\FormatSolution.exe
ImplementNotifyPropertyChangedVB ->
ImplementNotifyPropertyChangedVB ->
ImplementNotifyPropertyChangedVB -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ImplementNotifyPropertyChangedVB.dll
ImplementNotifyPropertyChangedCS.UnitTests -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ImplementNotifyPropertyChangedCS.UnitTests.dll
Creating VSIX Container...
ConvertToAutoPropertyVB -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ConvertToAutoPropertyVB.vsix
MakeConstVB ->
MakeConstVB ->
MakeConstVB -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\MakeConstVB.dll
Creating VSIX Container...
ImplementNotifyPropertyChangedVB -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ImplementNotifyPropertyChangedVB.vsix
Creating VSIX Container...
MakeConstVB -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\MakeConstVB.vsix
ConvertToAutoPropertyVB.UnitTests -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ConvertToAutoPropertyVB.UnitTests.dll
MakeConstCS.UnitTests -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\MakeConstCS.UnitTests.dll
ImplementNotifyPropertyChangedVB.UnitTests -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ImplementNotifyPropertyChangedVB.UnitTests.dll
MakeConstVB.UnitTests -> d:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\MakeConstVB.UnitTests.dll
Running 41 tests
4 running, 37 queued, 0 completed
4 running, 36 queued, 1 completed
4 running, 35 queued, 2 completed
4 running, 34 queued, 3 completed
4 running, 33 queued, 4 completed
4 running, 32 queued, 5 completed
4 running, 31 queued, 6 completed
4 running, 30 queued, 7 completed
4 running, 29 queued, 8 completed
4 running, 28 queued, 9 completed
4 running, 27 queued, 10 completed
4 running, 26 queued, 11 completed
4 running, 25 queued, 12 completed
4 running, 24 queued, 13 completed
4 running, 23 queued, 14 completed
4 running, 22 queued, 15 completed
4 running, 21 queued, 16 completed
4 running, 20 queued, 17 completed
4 running, 19 queued, 18 completed
4 running, 18 queued, 19 completed
4 running, 17 queued, 20 completed
4 running, 16 queued, 21 completed
4 running, 15 queued, 22 completed
4 running, 14 queued, 23 completed
4 running, 13 queued, 24 completed
4 running, 12 queued, 25 completed
4 running, 11 queued, 26 completed
4 running, 10 queued, 27 completed
4 running, 9 queued, 28 completed
4 running, 8 queued, 29 completed
4 running, 7 queued, 30 completed
4 running, 6 queued, 31 completed
4 running, 5 queued, 32 completed
4 running, 4 queued, 33 completed
4 running, 3 queued, 34 completed
4 running, 2 queued, 35 completed
4 running, 1 queued, 36 completed
4 running, 0 queued, 37 completed
3 running, 0 queued, 38 completed
2 running, 0 queued, 39 completed
1 running, 0 queued, 40 completed
0 running, 0 queued, 41 completed

Roslyn.InteractiveWindow.UnitTests.dll PASSED 00:00:01.9329866
Roslyn.InteractiveHost.UnitTests.dll PASSED 00:00:02.0069874
MakeConstVB.UnitTests.dll PASSED 00:00:02.4039846
Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests.dll PASSED 00:00:02.4329998
MakeConstCS.UnitTests.dll PASSED 00:00:02.4519843
Microsoft.CodeAnalysis.Scripting.UnitTests.dll PASSED 00:00:02.5719998
Microsoft.CodeAnalysis.Scripting.CSharp.Desktop.UnitTests.dll PASSED 00:00:02.7017924
Microsoft.CodeAnalysis.Scripting.VisualBasic.Desktop.UnitTests.dll PASSED 00:00:03.2070019
Microsoft.Build.Tasks.CodeAnalysis.UnitTests.dll PASSED 00:00:04.3007464
Microsoft.DiaSymReader.PortablePdb.UnitTests.dll PASSED 00:00:06.1713611
ConvertToAutoPropertyVB.UnitTests.dll PASSED 00:00:07.4643844
Microsoft.CodeAnalysis.Scripting.VisualBasic.UnitTests.dll PASSED 00:00:09.3128651
ImplementNotifyPropertyChangedCS.UnitTests.dll PASSED 00:00:10.6979313
ImplementNotifyPropertyChangedVB.UnitTests.dll PASSED 00:00:11.2069292
Roslyn.Services.VisualBasic.UnitTests.dll PASSED 00:00:14.6377599
Roslyn.ExpressionEvaluator.VisualBasic.ResultProvider.UnitTests.dll PASSED 00:00:15.9126480
Microsoft.CodeAnalysis.Scripting.CSharp.UnitTests.dll PASSED 00:00:16.6002271
Roslyn.Services.CSharp.UnitTests.dll PASSED 00:00:17.3309420
Roslyn.Compilers.CSharp.WinRT.UnitTests.dll PASSED 00:00:17.6498133
Roslyn.Compilers.UnitTests.dll PASSED 00:00:23.0077478
Roslyn.ExpressionEvaluator.CSharp.ResultProvider.UnitTests.dll PASSED 00:00:30.3859408
Roslyn.ExpressionEvaluator.CSharp.ExpressionCompiler.UnitTests.dll PASSED 00:00:32.6880799
Roslyn.Compilers.CSharp.Syntax.UnitTests.dll PASSED 00:00:36.6395973
Roslyn.ExpressionEvaluator.VisualBasic.ExpressionCompiler.UnitTests.dll PASSED 00:00:38.2898571
Roslyn.Compilers.VisualBasic.Syntax.UnitTests.dll PASSED 00:01:05.3117175
Roslyn.Compilers.CSharp.CommandLine.UnitTests.dll PASSED 00:01:14.3868096
Roslyn.VisualStudio.CSharp.UnitTests.dll PASSED 00:01:27.4798138
Roslyn.Compilers.VisualBasic.Symbol.UnitTests.dll PASSED 00:01:39.6859883
Roslyn.Services.UnitTests.dll PASSED 00:01:43.2697771
Roslyn.Compilers.CSharp.Symbol.UnitTests.dll PASSED 00:02:30.7944963
Roslyn.Compilers.VisualBasic.CommandLine.UnitTests.dll PASSED 00:03:28.7600951
Roslyn.Compilers.CompilerServer.UnitTests.dll PASSED 00:03:58.1336189
Roslyn.Services.Editor.UnitTests2.dll PASSED 00:04:04.5733708
Roslyn.Compilers.CSharp.Semantic.UnitTests.dll PASSED 00:04:05.4166682
Roslyn.Compilers.CSharp.Emit.UnitTests.dll PASSED 00:04:48.0652529
Roslyn.Compilers.VisualBasic.Semantic.UnitTests.dll PASSED 00:04:49.1469218
Roslyn.Services.Editor.UnitTests.dll PASSED 00:05:21.7144399
Roslyn.VisualStudio.Services.UnitTests.dll PASSED 00:06:09.0137898
Roslyn.Compilers.VisualBasic.Emit.UnitTests.dll PASSED 00:06:14.6656336
Roslyn.Services.Editor.VisualBasic.UnitTests.dll PASSED 00:09:57.6298669
Roslyn.Services.Editor.CSharp.UnitTests.dll PASSED 00:11:49.2184559

All tests passed: 00:21:19.6472593

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>if ERRORLEVEL 1 (
taskkill /F /IM vbcscompiler.exe
echo Build failed
exit /b 1
)

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>REM Kill any instances of VBCSCompiler.exe to release locked files;

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>REM otherwise future CI runs may fail while trying to delete those files.

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>taskkill /F /IM vbcscompiler.exe
ERROR: The process "vbcscompiler.exe" not found.

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>REM It is okay and expected for taskkill to fail (it's a cleanup routine). Ensure

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>REM caller sees successful exit.

d:\j\workspace\dotnet_roslyn_master_win_dbg_64>exit /b 0
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing xUnit.Net-v2 (default)
[xUnit] [INFO] - [xUnit.Net-v2 (default)] - 41 test report file(s) were found with the pattern '*_/_TestResults.xml' relative to 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64' for the testing framework 'xUnit.Net-v2 (default)'.
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ConvertToAutoPropertyVB.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ImplementNotifyPropertyChangedCS.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\ImplementNotifyPropertyChangedVB.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\MakeConstCS.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\MakeConstVB.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.Build.Tasks.CodeAnalysis.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.CSharp.Desktop.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.CSharp.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.VisualBasic.Desktop.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.CodeAnalysis.Scripting.VisualBasic.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Microsoft.DiaSymReader.PortablePdb.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.CSharp.CommandLine.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.CSharp.Emit.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.CSharp.Semantic.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.CSharp.Symbol.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.CSharp.Syntax.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.CSharp.WinRT.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.CompilerServer.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.VisualBasic.CommandLine.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.VisualBasic.Emit.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.VisualBasic.Semantic.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.VisualBasic.Symbol.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Compilers.VisualBasic.Syntax.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.ExpressionEvaluator.CSharp.ExpressionCompiler.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.ExpressionEvaluator.CSharp.ResultProvider.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.ExpressionEvaluator.VisualBasic.ExpressionCompiler.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.ExpressionEvaluator.VisualBasic.ResultProvider.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.InteractiveHost.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.InteractiveWindow.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Services.CSharp.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Services.Editor.CSharp.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Services.Editor.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Services.Editor.UnitTests2.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Services.Editor.VisualBasic.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Services.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.Services.VisualBasic.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.VisualStudio.CSharp.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Converting 'd:\j\workspace\dotnet_roslyn_master_win_dbg_64\Binaries\Debug\Roslyn.VisualStudio.Services.UnitTests.TestResults.xml' .
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to SUCCESS
[xUnit] [INFO] - Stopping recording.
No emails were triggered.
Finished: SUCCESS
Aidez-nous à traduire cette page Page générée: 22 sept. 2015 22:50:38REST APIJenkins ver. 1.628

issue with davos after boot

I am able to boot davos using make emulate. But once it prints following

Configuring PIC
...
...
System is ready(date and time)
hello world

It gets stuck.
I am not able to do anything after it. Will you be able to tell what am I doing wrong?

I have this issue with Emulating

Running Dev Operating System.
cd ./sdk && sudo ./diskimage.sh
Formatting 'c.img', fmt=raw size=2097152
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel with disk identifier 0x1d94e7f8.
Changes will remain in memory only, until you decide to write them.
After that, of course, the previous content won't be recoverable.

Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
You must set cylinders.
You can do this from the extra functions menu.

Command (m for help):
Expert command (m for help): Number of cylinders (1-1048576):
Expert command (m for help): Number of heads (1-256, default 255):
Expert command (m for help): Number of sectors (1-63, default 63):
Expert command (m for help):
Command (m for help): Partition type:
p primary (0 primary, 0 extended, 4 free)
e extended
Select (default p): Partition number (1-4, default 1): First sector (1-4095, default 1): Last sector, +sectors or +size{K,M,G} (1-4095, default 4095):
Command (m for help): Partition number (1-4):
Command (m for help): The partition table has been altered!

Syncing disks.

Disk ./c.img: 2 MB, 2097152 bytes
1 heads, 5 sectors/track, 819 cylinders, total 4096 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x1d94e7f8

Device Boot Start End Blocks Id System
./c.img1 * 1 4 2 83 Linux
/dev/loop1: No such file or directory
mke2fs 1.42.9 (4-Feb-2014)
Could not stat /dev/loop1 --- No such file or directory

The device apparently does not exist; did you specify it correctly?
mount: permission denied
umount: /mnt/: must be superuser to umount

   [ Minimal BASH-like line editing is supported.   For
     the   first   word,  TAB  lists  possible  command
     completions.  Anywhere else TAB lists the possible
     completions of a device/filename. ]

grub> device (hd0) ./c.img
grub> geometry (hd0) 4 16 63
drive 0x80: C/H/S = 4/16/63, The number of sectors = 4032, ./c.img
Partition num: 0, Filesystem type unknown, partition type 0x83
grub> root (hd0,0)
grub> setup (hd0)

Error 17: Cannot mount selected partition
grub> quit
loop: can't delete device /dev/loop1: No such file or directory
make: *** [emulate] Error 1

i need help

i can not download lucid32.box.can u do me a favor?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.