35 references to Trace
Microsoft.Build (35)
BackEnd\Client\MSBuildClient.cs (13)
157CommunicationsUtilities.Trace("Executing build with command line '{0}'", descriptiveCommandLine); 195CommunicationsUtilities.Trace("Failed to obtain the current build server state: {0}", ex); 196CommunicationsUtilities.Trace("HResult: {0}.", ex.HResult); 354CommunicationsUtilities.Trace("MSBuild client error: problem during packet handling occurred: {0}.", ex); 379CommunicationsUtilities.Trace("MSBuild client warning: problem during querying console buffer width.", ex); 412CommunicationsUtilities.Trace("Command packet of type '{0}' sent...", packet.Type); 447CommunicationsUtilities.Trace("Failed to obtain the current build server state: {0}", ex); 448CommunicationsUtilities.Trace("HResult: {0}.", ex.HResult); 463CommunicationsUtilities.Trace("Server started with PID: {0}", msbuildProcess?.Id); 467CommunicationsUtilities.Trace("Failed to launch the msbuild server: {0}", ex); 544CommunicationsUtilities.Trace("MSBuild client error: packet pump unexpectedly shut down: {0}", packetPump.PacketPumpException); 618CommunicationsUtilities.Trace("Retrying to connect to server after {0} ms", sw.ElapsedMilliseconds); 626CommunicationsUtilities.Trace("Failed to connect to server: {0}", result.ErrorMessage);
BackEnd\Client\MSBuildClientPacketPump.cs (2)
301CommunicationsUtilities.Trace("Packet factory failed to receive package. Exception while deserializing packet {0}.", packetType); 332CommunicationsUtilities.Trace("Exception occurred in the packet pump: {0}", ex);
BackEnd\Components\Communications\DetouredNodeLauncher.cs (1)
72CommunicationsUtilities.Trace("Launching node from {0}", msbuildLocation);
BackEnd\Components\Communications\NodeLauncher.cs (1)
92CommunicationsUtilities.Trace("Launching node from {0}", msbuildLocation);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (7)
175CommunicationsUtilities.Trace("Shutting down node with pid = {0}", nodeProcess.Id); 369CommunicationsUtilities.Trace("Could not connect to node with PID {0}; it has exited with unknown exit code. This can indicate a crash at startup", msbuildProcess.Id); 375CommunicationsUtilities.Trace("Could not connect to node with PID {0}; it is still running. This can occur when two multiprocess builds run in parallel and the other one 'stole' this node", msbuildProcess.Id); 530CommunicationsUtilities.Trace("Reading handshake from pipe {0}", pipeName); 541CommunicationsUtilities.Trace("Successfully connected to pipe {0}...!", pipeName); 919CommunicationsUtilities.Trace("Waiting for node with pid = {0} to exit", _process.Id); 947CommunicationsUtilities.Trace("Killing node with pid = {0}", _process.Id);
BackEnd\Components\Communications\RarNodeLauncher.cs (1)
45CommunicationsUtilities.Trace("Failed to launch RAR node: {0}", ex);
BackEnd\Node\OutOfProcNode.cs (1)
507CommunicationsUtilities.Trace("Failed to restore the original environment: {0}.", ex);
BackEnd\Node\OutOfProcServerNode.cs (2)
103CommunicationsUtilities.Trace("Starting new server node with handshake {0}", handshake); 352CommunicationsUtilities.Trace("Building with MSBuild server with command line {0}", command.CommandLine);
CommunicationsUtilities.cs (2)
210CommunicationsUtilities.Trace("Handshake salt is {0}", handshakeSalt); 211CommunicationsUtilities.Trace("Tools directory root is {0}", toolsDirectory);
NodeEndpointOutOfProcBase.cs (5)
388CommunicationsUtilities.Trace("Waiting for connection {0} ms...", waitTimeRemaining); 483CommunicationsUtilities.Trace("Client connection failed but we will wait for another connection. Exception: {0}", e.Message); 505CommunicationsUtilities.Trace("Client connection failed. Exiting comm thread. {0}", e); 659CommunicationsUtilities.Trace("Exception reading from server. {0}", e); 773CommunicationsUtilities.Trace("Exception while serializing packets: {0}", e);