34 references to Trace
Microsoft.Build (34)
BackEnd\Client\MSBuildClient.cs (13)
172
CommunicationsUtilities.
Trace
("Executing build with command line '{0}'", descriptiveCommandLine);
210
CommunicationsUtilities.
Trace
("Failed to obtain the current build server state: {0}", ex);
211
CommunicationsUtilities.
Trace
("HResult: {0}.", ex.HResult);
369
CommunicationsUtilities.
Trace
("MSBuild client error: problem during packet handling occurred: {0}.", ex);
394
CommunicationsUtilities.
Trace
("MSBuild client warning: problem during querying console buffer width.", ex);
427
CommunicationsUtilities.
Trace
("Command packet of type '{0}' sent...", packet.Type);
462
CommunicationsUtilities.
Trace
("Failed to obtain the current build server state: {0}", ex);
463
CommunicationsUtilities.
Trace
("HResult: {0}.", ex.HResult);
478
CommunicationsUtilities.
Trace
("Server started with PID: {0}", msbuildProcess?.Id);
482
CommunicationsUtilities.
Trace
("Failed to launch the msbuild server: {0}", ex);
559
CommunicationsUtilities.
Trace
("MSBuild client error: packet pump unexpectedly shut down: {0}", packetPump.PacketPumpException);
633
CommunicationsUtilities.
Trace
("Retrying to connect to server after {0} ms", sw.ElapsedMilliseconds);
641
CommunicationsUtilities.
Trace
("Failed to connect to server: {0}", result.ErrorMessage);
BackEnd\Client\MSBuildClientPacketPump.cs (2)
301
CommunicationsUtilities.
Trace
("Packet factory failed to receive package. Exception while deserializing packet {0}.", packetType);
332
CommunicationsUtilities.
Trace
("Exception occurred in the packet pump: {0}", ex);
BackEnd\Components\Communications\NodeLauncher.cs (1)
92
CommunicationsUtilities.
Trace
("Launching node from {0}", msbuildLocation);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (7)
175
CommunicationsUtilities.
Trace
("Shutting down node with pid = {0}", nodeProcess.Id);
369
CommunicationsUtilities.
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);
375
CommunicationsUtilities.
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);
530
CommunicationsUtilities.
Trace
("Reading handshake from pipe {0}", pipeName);
541
CommunicationsUtilities.
Trace
("Successfully connected to pipe {0}...!", pipeName);
919
CommunicationsUtilities.
Trace
("Waiting for node with pid = {0} to exit", _process.Id);
947
CommunicationsUtilities.
Trace
("Killing node with pid = {0}", _process.Id);
BackEnd\Components\Communications\RarNodeLauncher.cs (1)
45
CommunicationsUtilities.
Trace
("Failed to launch RAR node: {0}", ex);
BackEnd\Node\OutOfProcNode.cs (1)
507
CommunicationsUtilities.
Trace
("Failed to restore the original environment: {0}.", ex);
BackEnd\Node\OutOfProcServerNode.cs (2)
108
CommunicationsUtilities.
Trace
("Starting new server node with handshake {0}", handshake);
357
CommunicationsUtilities.
Trace
("Building with MSBuild server with command line {0}", command.CommandLine);
CommunicationsUtilities.cs (2)
210
CommunicationsUtilities.
Trace
("Handshake salt is {0}", handshakeSalt);
211
CommunicationsUtilities.
Trace
("Tools directory root is {0}", toolsDirectory);
NodeEndpointOutOfProcBase.cs (5)
392
CommunicationsUtilities.
Trace
("Waiting for connection {0} ms...", waitTimeRemaining);
483
CommunicationsUtilities.
Trace
("Client connection failed but we will wait for another connection. Exception: {0}", e.Message);
505
CommunicationsUtilities.
Trace
("Client connection failed. Exiting comm thread. {0}", e);
659
CommunicationsUtilities.
Trace
("Exception reading from server. {0}", e);
773
CommunicationsUtilities.
Trace
("Exception while serializing packets: {0}", e);