Skip to content

error MSB4166: Child node "3" exited prematurely #12944

@Liklainy

Description

@Liklainy

Issue Description

After upgrading from dotnet 9 to dotnet 10 got strange error when building efbundle

MSBUILD : error MSB4166: Child node "3" exited prematurely. Shutting down. Diagnostic information may be found in files in "/src/tmp/msbuild_logs" and will be named MSBuild_*.failure.txt. This location can be changed by setting the MSBUILDDEBUGPATH environment variable to a different directory.

Efbundle is built inside Dockerfile

Steps to Reproduce

RUN dotnet tool install dotnet-ef --version 10.* --create-manifest-if-needed
RUN dotnet ef migrations bundle --self-contained -r linux-x64 -p ./Db/Db.csproj -s ./Api/Api.csproj -o efbundle --verbose

Expected Behavior

efbundle built successfully

Actual Behavior

#32 0.379 /src/tmp/msbuild_logs:
#32 0.379 MSBuild_CommTrace_PID_114.txt
#32 0.379 MSBuild_CommTrace_PID_138.txt
#32 0.379 MSBuild_CommTrace_PID_163.txt
#32 0.379 MSBuild_CommTrace_PID_164.txt
#32 0.379 MSBuild_CommTrace_PID_165.txt
#32 0.379 MSBuild_CommTrace_PID_24.txt
#32 0.379 MSBuild_CommTrace_PID_284.txt
#32 0.379 MSBuild_CommTrace_PID_284_node_3.txt
#32 0.379 MSBuild_CommTrace_PID_302.txt
#32 0.379 MSBuild_CommTrace_PID_322.txt
#32 0.379 MSBuild_CommTrace_PID_339.txt
#32 0.379 MSBuild_CommTrace_PID_340.txt
#32 0.379 MSBuild_CommTrace_PID_48.txt
#32 0.379 MSBuild_CommTrace_PID_71.txt
#32 0.379 MSBuild_CommTrace_PID_92.txt
#32 DONE 0.5s
#33 [migrations 10/12] RUN find /src/tmp/msbuild_logs -type f -name "*.txt" -exec cat {} ; || true
#33 0.417  (TID 1) 639014281918384032 +   25.8334ms: Command line parameters: System.String[]
#33 0.417 OutOfProc Endpoint Packet Pump (TID 5) 639014281918937778 +     0.232ms: Waiting for connection 900000 ms...
#33 0.417 OutOfProc Endpoint Packet Pump (TID 5) 639014281918942093 +    0.4315ms: Parent started connecting. Reading handshake from parent
#33 0.417 OutOfProc Endpoint Packet Pump (TID 5) 639014281918953285 +    1.1192ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.417 OutOfProc Endpoint Packet Pump (TID 5) 639014281918959235 +     0.595ms: Handshake salt is 
#33 0.417 OutOfProc Endpoint Packet Pump (TID 5) 639014281918959848 +    0.0613ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.417 OutOfProc Endpoint Packet Pump (TID 5) 639014281919070349 +   11.0501ms: Successfully connected to parent.
#33 0.417 OutOfProc Endpoint Packet Pump (TID 5) 639014281919074374 +    0.4025ms: Changing link status from Inactive to Active
#33 0.417 OutOfProc Endpoint Packet Pump (TID 5) 639014281919076229 +    0.1855ms: Entering read loop.
#33 0.417  (TID 1) 639014281928047229 +     897.1ms: Shutting down with reason: BuildComplete, and exception: .
#33 0.417 OutOfProc Endpoint Packet Pump (TID 5) 639014281928085265 +    3.8036ms: Disconnecting voluntarily
#33 0.417 OutOfProc Endpoint Packet Pump (TID 5) 639014281928086244 +    0.0979ms: Changing link status from Active to Failed
#33 0.417 OutOfProc Endpoint Packet Pump (TID 5) 639014281928086952 +    0.0708ms: Ending read loop
#33 0.417  (TID 1) 639014281928130397 +    4.3445ms: Changing link status from Failed to Inactive
#33 0.417  (TID 1) 639014281928136003 +    0.5606ms: Shut down complete.
#33 0.418  (TID 1) 639014282015456730 +   25.7145ms: Command line parameters: System.String[]
#33 0.418 OutOfProc Endpoint Packet Pump (TID 5) 639014282016156184 +    0.2247ms: Waiting for connection 900000 ms...
#33 0.418 OutOfProc Endpoint Packet Pump (TID 5) 639014282016160892 +    0.4708ms: Parent started connecting. Reading handshake from parent
#33 0.418 OutOfProc Endpoint Packet Pump (TID 5) 639014282016172109 +    1.1217ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.418 OutOfProc Endpoint Packet Pump (TID 5) 639014282016177428 +    0.5319ms: Handshake salt is 
#33 0.418 OutOfProc Endpoint Packet Pump (TID 5) 639014282016178008 +     0.058ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.418 OutOfProc Endpoint Packet Pump (TID 5) 639014282016641290 +   46.3282ms: Successfully connected to parent.
#33 0.418 OutOfProc Endpoint Packet Pump (TID 5) 639014282016645514 +    0.4224ms: Changing link status from Inactive to Active
#33 0.418 OutOfProc Endpoint Packet Pump (TID 5) 639014282016647573 +    0.2059ms: Entering read loop.
#33 0.418  (TID 1) 639014282294242678 +  27759.51ms: Shutting down with reason: BuildComplete, and exception: .
#33 0.418 OutOfProc Endpoint Packet Pump (TID 5) 639014282294278747 +    3.6069ms: Disconnecting voluntarily
#33 0.418 OutOfProc Endpoint Packet Pump (TID 5) 639014282294279896 +    0.1149ms: Changing link status from Active to Failed
#33 0.418 OutOfProc Endpoint Packet Pump (TID 5) 639014282294280371 +    0.0475ms: Ending read loop
#33 0.418  (TID 1) 639014282294284072 +    0.3701ms: Changing link status from Failed to Inactive
#33 0.418  (TID 1) 639014282294290570 +    0.6498ms: Shut down complete.
#33 0.419  (TID 1) 639014281905493024 +   25.8406ms: Command line parameters: System.String[]
#33 0.419 OutOfProc Endpoint Packet Pump (TID 5) 639014281906044271 +    0.2301ms: Waiting for connection 900000 ms...
#33 0.419 OutOfProc Endpoint Packet Pump (TID 5) 639014281906049141 +     0.487ms: Parent started connecting. Reading handshake from parent
#33 0.419 OutOfProc Endpoint Packet Pump (TID 5) 639014281906062094 +    1.2953ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.419 OutOfProc Endpoint Packet Pump (TID 5) 639014281906067983 +    0.5889ms: Handshake salt is 
#33 0.419 OutOfProc Endpoint Packet Pump (TID 5) 639014281906069007 +    0.1024ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.419 OutOfProc Endpoint Packet Pump (TID 5) 639014281906196677 +    12.767ms: Successfully connected to parent.
#33 0.419 OutOfProc Endpoint Packet Pump (TID 5) 639014281906202122 +    0.5445ms: Changing link status from Inactive to Active
#33 0.419 OutOfProc Endpoint Packet Pump (TID 5) 639014281906203983 +    0.1861ms: Entering read loop.
#33 0.419  (TID 1) 639014281913333280 +  712.9297ms: Shutting down with reason: BuildComplete, and exception: .
#33 0.419 OutOfProc Endpoint Packet Pump (TID 5) 639014281913372346 +    3.9066ms: Disconnecting voluntarily
#33 0.419 OutOfProc Endpoint Packet Pump (TID 5) 639014281913373448 +    0.1102ms: Changing link status from Active to Failed
#33 0.419 OutOfProc Endpoint Packet Pump (TID 5) 639014281913374024 +    0.0576ms: Ending read loop
#33 0.419  (TID 1) 639014281913417538 +    4.3514ms: Changing link status from Failed to Inactive
#33 0.419  (TID 1) 639014281913423294 +    0.5756ms: Shut down complete.
#33 0.420  (TID 1) 639014281903345720 +   17.9745ms: Command line parameters: System.String[]
#33 0.420 .NET TP Worker (TID 6) 639014281904164550 +   44.2049ms: Starting to acquire 1 new or existing node(s) to establish nodes from ID 2 to 2...
#33 0.420 .NET TP Worker (TID 6) 639014281904178366 +    1.3816ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.420 .NET TP Worker (TID 6) 639014281904179437 +    0.1071ms: Handshake salt is 
#33 0.420 .NET TP Worker (TID 6) 639014281904179935 +    0.0498ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.420 .NET TP Worker (TID 6) 639014281904341559 +   16.1624ms: Could not connect to existing process, now creating a process...
#33 0.420 .NET TP Worker (TID 6) 639014281904351178 +    0.9619ms: Launching node from /usr/share/dotnet/sdk/10.0.101/MSBuild.dll
#33 0.420 .NET TP Worker (TID 6) 639014281904378420 +    2.7242ms: Successfully launched /usr/share/dotnet/dotnet node with PID 48
#33 0.420 .NET TP Worker (TID 6) 639014281904387172 +    0.8752ms: Attempting connect to PID 48 with pipe /tmp/MSBuild48 with timeout 30000 ms
#33 0.420 .NET TP Worker (TID 6) 639014281906004299 +  161.7127ms: Writing handshake part Options (16777220) to pipe /tmp/MSBuild48
#33 0.420 .NET TP Worker (TID 6) 639014281906008540 +    0.4241ms: Writing handshake part Salt (1312470924) to pipe /tmp/MSBuild48
#33 0.420 .NET TP Worker (TID 6) 639014281906009668 +    0.1128ms: Writing handshake part FileVersionMajor (18) to pipe /tmp/MSBuild48
#33 0.420 .NET TP Worker (TID 6) 639014281906010176 +    0.0508ms: Writing handshake part FileVersionMinor (0) to pipe /tmp/MSBuild48
#33 0.420 .NET TP Worker (TID 6) 639014281906010638 +    0.0462ms: Writing handshake part FileVersionBuild (6) to pipe /tmp/MSBuild48
#33 0.420 .NET TP Worker (TID 6) 639014281906011090 +    0.0452ms: Writing handshake part FileVersionPrivate (57005) to pipe /tmp/MSBuild48
#33 0.420 .NET TP Worker (TID 6) 639014281906011545 +    0.0455ms: Writing handshake part SessionId (1) to pipe /tmp/MSBuild48
#33 0.420 .NET TP Worker (TID 6) 639014281906012055 +     0.051ms: Reading handshake from pipe /tmp/MSBuild48
#33 0.420 .NET TP Worker (TID 6) 639014281906211954 +   19.9899ms: Successfully connected to pipe /tmp/MSBuild48...!
#33 0.420 .NET TP Worker (TID 6) 639014281906212798 +    0.0844ms: Successfully connected to created node 2 which is PID 48
#33 0.421  (TID 1) 639014281933323227 +   26.5318ms: Command line parameters: System.String[]
#33 0.421 OutOfProc Endpoint Packet Pump (TID 5) 639014281933897722 +    0.2554ms: Waiting for connection 900000 ms...
#33 0.421 OutOfProc Endpoint Packet Pump (TID 5) 639014281933902229 +    0.4507ms: Parent started connecting. Reading handshake from parent
#33 0.421 OutOfProc Endpoint Packet Pump (TID 5) 639014281933913936 +    1.1707ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.421 OutOfProc Endpoint Packet Pump (TID 5) 639014281933919705 +    0.5769ms: Handshake salt is 
#33 0.421 OutOfProc Endpoint Packet Pump (TID 5) 639014281933920331 +    0.0626ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.421 OutOfProc Endpoint Packet Pump (TID 5) 639014281934035497 +   11.5166ms: Successfully connected to parent.
#33 0.421 OutOfProc Endpoint Packet Pump (TID 5) 639014281934040786 +    0.5289ms: Changing link status from Inactive to Active
#33 0.421 OutOfProc Endpoint Packet Pump (TID 5) 639014281934042785 +    0.1999ms: Entering read loop.
#33 0.421  (TID 1) 639014281975119197 +  4107.641ms: Shutting down with reason: BuildComplete, and exception: .
#33 0.421 OutOfProc Endpoint Packet Pump (TID 5) 639014281975154262 +    3.5065ms: Disconnecting voluntarily
#33 0.421 OutOfProc Endpoint Packet Pump (TID 5) 639014281975155350 +    0.1088ms: Changing link status from Active to Failed
#33 0.421 OutOfProc Endpoint Packet Pump (TID 5) 639014281975155821 +    0.0471ms: Ending read loop
#33 0.421  (TID 1) 639014281975200213 +    4.4392ms: Changing link status from Failed to Inactive
#33 0.421  (TID 1) 639014281975208462 +    0.8249ms: Shut down complete.
#33 0.422 .NET TP Worker (TID 5) 639014282294210385 + 27750.527ms: COMMUNICATIONS ERROR (HRC) Node: 3 Process: 322 Bytes Read: 0 Expected: 5
#33 0.422 .NET TP Worker (TID 5) 639014282294214033 +    0.3648ms:    Child Process 322 is still running.
#33 0.423  (TID 1) 639014281942877121 +   29.2828ms: Command line parameters: System.String[]
#33 0.423 OutOfProc Endpoint Packet Pump (TID 5) 639014281943469174 +    0.2771ms: Waiting for connection 900000 ms...
#33 0.423 OutOfProc Endpoint Packet Pump (TID 5) 639014281943473503 +    0.4329ms: Parent started connecting. Reading handshake from parent
#33 0.423 OutOfProc Endpoint Packet Pump (TID 5) 639014281943484904 +    1.1401ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.423 OutOfProc Endpoint Packet Pump (TID 5) 639014281943490647 +    0.5743ms: Handshake salt is 
#33 0.423 OutOfProc Endpoint Packet Pump (TID 5) 639014281943491261 +    0.0614ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.423 OutOfProc Endpoint Packet Pump (TID 5) 639014281943598917 +   10.7656ms: Successfully connected to parent.
#33 0.423 OutOfProc Endpoint Packet Pump (TID 5) 639014281943603089 +    0.4172ms: Changing link status from Inactive to Active
#33 0.423 OutOfProc Endpoint Packet Pump (TID 5) 639014281943605457 +    0.2368ms: Entering read loop.
#33 0.423  (TID 1) 639014281975119796 +  3151.434ms: Shutting down with reason: BuildComplete, and exception: .
#33 0.423 OutOfProc Endpoint Packet Pump (TID 5) 639014281975158210 +    3.8414ms: Disconnecting voluntarily
#33 0.423 OutOfProc Endpoint Packet Pump (TID 5) 639014281975159357 +    0.1147ms: Changing link status from Active to Failed
#33 0.423 OutOfProc Endpoint Packet Pump (TID 5) 639014281975159797 +     0.044ms: Ending read loop
#33 0.423  (TID 1) 639014281975200312 +    4.0515ms: Changing link status from Failed to Inactive
#33 0.423  (TID 1) 639014281975207769 +    0.7457ms: Shut down complete.
#33 0.424  (TID 1) 639014282005342692 +    26.868ms: Command line parameters: System.String[]
#33 0.424 OutOfProc Endpoint Packet Pump (TID 5) 639014282005909559 +    0.3234ms: Waiting for connection 900000 ms...
#33 0.424 OutOfProc Endpoint Packet Pump (TID 5) 639014282005914488 +    0.4929ms: Parent started connecting. Reading handshake from parent
#33 0.424 OutOfProc Endpoint Packet Pump (TID 5) 639014282005930314 +    1.5826ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.424 OutOfProc Endpoint Packet Pump (TID 5) 639014282005937629 +    0.7315ms: Handshake salt is 
#33 0.424 OutOfProc Endpoint Packet Pump (TID 5) 639014282005938583 +    0.0954ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.424 OutOfProc Endpoint Packet Pump (TID 5) 639014282006091489 +   15.2906ms: Successfully connected to parent.
#33 0.424 OutOfProc Endpoint Packet Pump (TID 5) 639014282006096956 +    0.5467ms: Changing link status from Inactive to Active
#33 0.424 OutOfProc Endpoint Packet Pump (TID 5) 639014282006099779 +    0.2823ms: Entering read loop.
#33 0.424  (TID 1) 639014282294239608 + 28813.984ms: Shutting down with reason: BuildComplete, and exception: .
#33 0.424 OutOfProc Endpoint Packet Pump (TID 5) 639014282294275039 +    3.5431ms: Disconnecting voluntarily
#33 0.424 OutOfProc Endpoint Packet Pump (TID 5) 639014282294276101 +    0.1062ms: Changing link status from Active to Failed
#33 0.424 OutOfProc Endpoint Packet Pump (TID 5) 639014282294609520 +   33.3419ms: Ending read loop
#33 0.424  (TID 1) 639014282294615641 +    0.6121ms: Changing link status from Failed to Inactive
#33 0.424  (TID 1) 639014282294623733 +    0.8092ms: Shut down complete.
#33 0.425  (TID 1) 639014282003424930 +    8.6383ms: Command line parameters: System.String[]
#33 0.425 .NET TP Worker (TID 8) 639014282003918764 +  509.6315ms: Starting to acquire 1 new or existing node(s) to establish nodes from ID 2 to 2...
#33 0.425 .NET TP Worker (TID 8) 639014282003930737 +    1.1973ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.425 .NET TP Worker (TID 8) 639014282003931714 +    0.0977ms: Handshake salt is 
#33 0.425 .NET TP Worker (TID 8) 639014282003932126 +    0.0412ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.425 .NET TP Worker (TID 8) 639014282003947284 +    1.5158ms: Could not connect to existing process, now creating a process...
#33 0.425 .NET TP Worker (TID 8) 639014282003954675 +    0.7391ms: Launching node from /usr/share/dotnet/sdk/10.0.101/MSBuild.dll
#33 0.425 .NET TP Worker (TID 8) 639014282003980831 +    2.6156ms: Successfully launched /usr/share/dotnet/dotnet node with PID 302
#33 0.425 .NET TP Worker (TID 8) 639014282003988622 +    0.7791ms: Attempting connect to PID 302 with pipe /tmp/MSBuild302 with timeout 30000 ms
#33 0.425 .NET TP Worker (TID 8) 639014282005862085 +  187.3463ms: Writing handshake part Options (16777220) to pipe /tmp/MSBuild302
#33 0.425 .NET TP Worker (TID 8) 639014282005866401 +    0.4316ms: Writing handshake part Salt (1312470924) to pipe /tmp/MSBuild302
#33 0.425 .NET TP Worker (TID 8) 639014282005867568 +    0.1167ms: Writing handshake part FileVersionMajor (18) to pipe /tmp/MSBuild302
#33 0.425 .NET TP Worker (TID 8) 639014282005868133 +    0.0565ms: Writing handshake part FileVersionMinor (0) to pipe /tmp/MSBuild302
#33 0.425 .NET TP Worker (TID 8) 639014282005868809 +    0.0676ms: Writing handshake part FileVersionBuild (6) to pipe /tmp/MSBuild302
#33 0.425 .NET TP Worker (TID 8) 639014282005869298 +    0.0489ms: Writing handshake part FileVersionPrivate (57005) to pipe /tmp/MSBuild302
#33 0.425 .NET TP Worker (TID 8) 639014282005869740 +    0.0442ms: Writing handshake part SessionId (1) to pipe /tmp/MSBuild302
#33 0.425 .NET TP Worker (TID 8) 639014282005870361 +    0.0621ms: Reading handshake from pipe /tmp/MSBuild302
#33 0.425 .NET TP Worker (TID 8) 639014282006107043 +   23.6682ms: Successfully connected to pipe /tmp/MSBuild302...!
#33 0.425 .NET TP Worker (TID 8) 639014282006108636 +    0.1593ms: Successfully connected to created node 2 which is PID 302
#33 0.425 .NET TP Worker (TID 5) 639014282011624485 +  551.5849ms: Starting to acquire 1 new or existing node(s) to establish nodes from ID 3 to 3...
#33 0.425 .NET TP Worker (TID 5) 639014282011625773 +    0.1288ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.425 .NET TP Worker (TID 5) 639014282011626325 +    0.0552ms: Handshake salt is 
#33 0.425 .NET TP Worker (TID 5) 639014282011626835 +     0.051ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.425 .NET TP Worker (TID 5) 639014282011639023 +    1.2188ms: Could not connect to existing process, now creating a process...
#33 0.425 .NET TP Worker (TID 5) 639014282011640540 +    0.1517ms: Launching node from /usr/share/dotnet/sdk/10.0.101/MSBuild.dll
#33 0.425 .NET TP Worker (TID 5) 639014282011647158 +    0.6618ms: Successfully launched /usr/share/dotnet/dotnet node with PID 322
#33 0.425 .NET TP Worker (TID 5) 639014282011648975 +    0.1817ms: Attempting connect to PID 322 with pipe /tmp/MSBuild322 with timeout 30000 ms
#33 0.425 .NET TP Worker (TID 5) 639014282014114185 +   246.521ms: Writing handshake part Options (16777220) to pipe /tmp/MSBuild322
#33 0.425 .NET TP Worker (TID 5) 639014282014115477 +    0.1292ms: Writing handshake part Salt (1312470924) to pipe /tmp/MSBuild322
#33 0.425 .NET TP Worker (TID 5) 639014282014116171 +    0.0694ms: Writing handshake part FileVersionMajor (18) to pipe /tmp/MSBuild322
#33 0.425 .NET TP Worker (TID 5) 639014282014116904 +    0.0733ms: Writing handshake part FileVersionMinor (0) to pipe /tmp/MSBuild322
#33 0.425 .NET TP Worker (TID 5) 639014282014117517 +    0.0613ms: Writing handshake part FileVersionBuild (6) to pipe /tmp/MSBuild322
#33 0.425 .NET TP Worker (TID 5) 639014282014118111 +    0.0594ms: Writing handshake part FileVersionPrivate (57005) to pipe /tmp/MSBuild322
#33 0.425 .NET TP Worker (TID 5) 639014282014118726 +    0.0615ms: Writing handshake part SessionId (1) to pipe /tmp/MSBuild322
#33 0.425 .NET TP Worker (TID 5) 639014282014119580 +    0.0854ms: Reading handshake from pipe /tmp/MSBuild322
#33 0.425 .NET TP Worker (TID 5) 639014282014301619 +   18.2039ms: Successfully connected to pipe /tmp/MSBuild322...!
#33 0.425 .NET TP Worker (TID 5) 639014282014302895 +    0.1276ms: Successfully connected to created node 3 which is PID 322
#33 0.425 .NET TP Worker (TID 5) 639014282014323863 +    2.0968ms: Starting to acquire 2 new or existing node(s) to establish nodes from ID 4 to 5...
#33 0.425 .NET TP Worker (TID 5) 639014282014324917 +    0.1054ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.425 .NET TP Worker (TID 5) 639014282014325758 +    0.0841ms: Handshake salt is 
#33 0.425 .NET TP Worker (TID 5) 639014282014326268 +     0.051ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.425 .NET TP Worker (TID 5) 639014282014338067 +    1.1799ms: Could not connect to existing process, now creating a process...
#33 0.425 .NET TP Worker (TID 8) 639014282014339093 +    0.1026ms: Could not connect to existing process, now creating a process...
#33 0.425 .NET TP Worker (TID 5) 639014282014340045 +    0.0952ms: Launching node from /usr/share/dotnet/sdk/10.0.101/MSBuild.dll
#33 0.425 .NET TP Worker (TID 8) 639014282014340825 +     0.078ms: Launching node from /usr/share/dotnet/sdk/10.0.101/MSBuild.dll
#33 0.425 .NET TP Worker (TID 5) 639014282014346929 +    0.6104ms: Successfully launched /usr/share/dotnet/dotnet node with PID 339
#33 0.425 .NET TP Worker (TID 5) 639014282014347886 +    0.0957ms: Attempting connect to PID 339 with pipe /tmp/MSBuild339 with timeout 30000 ms
#33 0.425 .NET TP Worker (TID 8) 639014282014349974 +    0.2088ms: Successfully launched /usr/share/dotnet/dotnet node with PID 340
#33 0.425 .NET TP Worker (TID 8) 639014282014350847 +    0.0873ms: Attempting connect to PID 340 with pipe /tmp/MSBuild340 with timeout 30000 ms
#33 0.425 .NET TP Worker (TID 8) 639014282015961038 +  161.0191ms: Writing handshake part Options (16777220) to pipe /tmp/MSBuild340
#33 0.425 .NET TP Worker (TID 8) 639014282015962214 +    0.1176ms: Writing handshake part Salt (1312470924) to pipe /tmp/MSBuild340
#33 0.425 .NET TP Worker (TID 8) 639014282015962730 +    0.0516ms: Writing handshake part FileVersionMajor (18) to pipe /tmp/MSBuild340
#33 0.425 .NET TP Worker (TID 8) 639014282015963227 +    0.0497ms: Writing handshake part FileVersionMinor (0) to pipe /tmp/MSBuild340
#33 0.425 .NET TP Worker (TID 8) 639014282015963644 +    0.0417ms: Writing handshake part FileVersionBuild (6) to pipe /tmp/MSBuild340
#33 0.425 .NET TP Worker (TID 8) 639014282015964150 +    0.0506ms: Writing handshake part FileVersionPrivate (57005) to pipe /tmp/MSBuild340
#33 0.425 .NET TP Worker (TID 8) 639014282015964604 +    0.0454ms: Writing handshake part SessionId (1) to pipe /tmp/MSBuild340
#33 0.425 .NET TP Worker (TID 8) 639014282015965269 +    0.0665ms: Reading handshake from pipe /tmp/MSBuild340
#33 0.425 .NET TP Worker (TID 5) 639014282016118013 +   15.2744ms: Writing handshake part Options (16777220) to pipe /tmp/MSBuild339
#33 0.425 .NET TP Worker (TID 5) 639014282016119487 +    0.1474ms: Writing handshake part Salt (1312470924) to pipe /tmp/MSBuild339
#33 0.425 .NET TP Worker (TID 5) 639014282016120036 +    0.0549ms: Writing handshake part FileVersionMajor (18) to pipe /tmp/MSBuild339
#33 0.425 .NET TP Worker (TID 5) 639014282016120512 +    0.0476ms: Writing handshake part FileVersionMinor (0) to pipe /tmp/MSBuild339
#33 0.425 .NET TP Worker (TID 5) 639014282016121182 +     0.067ms: Writing handshake part FileVersionBuild (6) to pipe /tmp/MSBuild339
#33 0.425 .NET TP Worker (TID 5) 639014282016121663 +    0.0481ms: Writing handshake part FileVersionPrivate (57005) to pipe /tmp/MSBuild339
#33 0.425 .NET TP Worker (TID 5) 639014282016122122 +    0.0459ms: Writing handshake part SessionId (1) to pipe /tmp/MSBuild339
#33 0.425 .NET TP Worker (TID 5) 639014282016122639 +    0.0517ms: Reading handshake from pipe /tmp/MSBuild339
#33 0.425 .NET TP Worker (TID 8) 639014282016137261 +    1.4622ms: Successfully connected to pipe /tmp/MSBuild340...!
#33 0.425 .NET TP Worker (TID 8) 639014282016138193 +    0.0932ms: Successfully connected to created node 5 which is PID 340
#33 0.425 .NET TP Worker (TID 5) 639014282016704155 +   56.5962ms: Successfully connected to pipe /tmp/MSBuild339...!
#33 0.425 .NET TP Worker (TID 5) 639014282016705114 +    0.0959ms: Successfully connected to created node 4 which is PID 339
#33 0.426  (TID 1) 639014281943313476 +   38.4065ms: Command line parameters: System.String[]
#33 0.426 OutOfProc Endpoint Packet Pump (TID 5) 639014281943917820 +    0.2493ms: Waiting for connection 900000 ms...
#33 0.426 OutOfProc Endpoint Packet Pump (TID 5) 639014281943922199 +    0.4379ms: Parent started connecting. Reading handshake from parent
#33 0.426 OutOfProc Endpoint Packet Pump (TID 5) 639014281943933184 +    1.0985ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.426 OutOfProc Endpoint Packet Pump (TID 5) 639014281943938616 +    0.5432ms: Handshake salt is 
#33 0.426 OutOfProc Endpoint Packet Pump (TID 5) 639014281943939239 +    0.0623ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.426 OutOfProc Endpoint Packet Pump (TID 5) 639014281944040586 +   10.1347ms: Successfully connected to parent.
#33 0.426 OutOfProc Endpoint Packet Pump (TID 5) 639014281944044334 +    0.3748ms: Changing link status from Inactive to Active
#33 0.426 OutOfProc Endpoint Packet Pump (TID 5) 639014281944046073 +    0.1739ms: Entering read loop.
#33 0.426  (TID 1) 639014281975121814 +  3107.574ms: Shutting down with reason: BuildComplete, and exception: .
#33 0.426 OutOfProc Endpoint Packet Pump (TID 5) 639014281975165095 +    4.3281ms: Disconnecting voluntarily
#33 0.426 OutOfProc Endpoint Packet Pump (TID 5) 639014281975166151 +    0.1056ms: Changing link status from Active to Failed
#33 0.426 OutOfProc Endpoint Packet Pump (TID 5) 639014281975166713 +    0.0562ms: Ending read loop
#33 0.426  (TID 1) 639014281975217344 +    5.0631ms: Changing link status from Failed to Inactive
#33 0.426  (TID 1) 639014281975225171 +    0.7827ms: Shut down complete.
#33 0.427  (TID 1) 639014282013579102 +   45.1033ms: Command line parameters: System.String[]
#33 0.427 OutOfProc Endpoint Packet Pump (TID 5) 639014282014155837 +    0.2946ms: Waiting for connection 900000 ms...
#33 0.427 OutOfProc Endpoint Packet Pump (TID 5) 639014282014160560 +    0.4723ms: Parent started connecting. Reading handshake from parent
#33 0.427 OutOfProc Endpoint Packet Pump (TID 5) 639014282014172495 +    1.1935ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.427 OutOfProc Endpoint Packet Pump (TID 5) 639014282014178450 +    0.5955ms: Handshake salt is 
#33 0.427 OutOfProc Endpoint Packet Pump (TID 5) 639014282014179213 +    0.0763ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.427 OutOfProc Endpoint Packet Pump (TID 5) 639014282014284303 +    10.509ms: Successfully connected to parent.
#33 0.427 OutOfProc Endpoint Packet Pump (TID 5) 639014282014288506 +    0.4203ms: Changing link status from Inactive to Active
#33 0.427 OutOfProc Endpoint Packet Pump (TID 5) 639014282014290275 +    0.1769ms: Entering read loop.
#33 0.428  (TID 1) 639014282015456340 +   25.6722ms: Command line parameters: System.String[]
#33 0.428 OutOfProc Endpoint Packet Pump (TID 5) 639014282015997491 +    0.2478ms: Waiting for connection 900000 ms...
#33 0.428 OutOfProc Endpoint Packet Pump (TID 5) 639014282016002264 +    0.4773ms: Parent started connecting. Reading handshake from parent
#33 0.428 OutOfProc Endpoint Packet Pump (TID 5) 639014282016014023 +    1.1759ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.428 OutOfProc Endpoint Packet Pump (TID 5) 639014282016019873 +     0.585ms: Handshake salt is 
#33 0.428 OutOfProc Endpoint Packet Pump (TID 5) 639014282016020470 +    0.0597ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.428 OutOfProc Endpoint Packet Pump (TID 5) 639014282016133034 +   11.2564ms: Successfully connected to parent.
#33 0.428 OutOfProc Endpoint Packet Pump (TID 5) 639014282016137255 +    0.4221ms: Changing link status from Inactive to Active
#33 0.428 OutOfProc Endpoint Packet Pump (TID 5) 639014282016139270 +    0.2015ms: Entering read loop.
#33 0.428  (TID 1) 639014282294251625 + 27811.234ms: Shutting down with reason: BuildComplete, and exception: .
#33 0.428 OutOfProc Endpoint Packet Pump (TID 5) 639014282294285667 +    3.4042ms: Disconnecting voluntarily
#33 0.428 OutOfProc Endpoint Packet Pump (TID 5) 639014282294287235 +    0.1568ms: Changing link status from Active to Failed
#33 0.428 OutOfProc Endpoint Packet Pump (TID 5) 639014282294287878 +    0.0643ms: Ending read loop
#33 0.428  (TID 1) 639014282294291656 +    0.3778ms: Changing link status from Failed to Inactive
#33 0.428  (TID 1) 639014282294296839 +    0.5183ms: Shut down complete.
#33 0.429  (TID 1) 639014281930939578 +   23.3677ms: Command line parameters: System.String[]
#33 0.429 .NET TP Worker (TID 8) 639014281931972525 +   52.6371ms: Starting to acquire 1 new or existing node(s) to establish nodes from ID 2 to 2...
#33 0.429 .NET TP Worker (TID 8) 639014281931987580 +    1.5055ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.429 .NET TP Worker (TID 8) 639014281931989116 +    0.1536ms: Handshake salt is 
#33 0.429 .NET TP Worker (TID 8) 639014281931989837 +    0.0721ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.429 .NET TP Worker (TID 12) 639014281932154281 +   16.4444ms: Could not connect to existing process, now creating a process...
#33 0.429 .NET TP Worker (TID 12) 639014281932164548 +    1.0267ms: Launching node from /usr/share/dotnet/sdk/10.0.101/MSBuild.dll
#33 0.429 .NET TP Worker (TID 12) 639014281932285531 +   12.0983ms: Successfully launched /usr/share/dotnet/dotnet node with PID 138
#33 0.429 .NET TP Worker (TID 12) 639014281932295475 +    0.9944ms: Attempting connect to PID 138 with pipe /tmp/MSBuild138 with timeout 30000 ms
#33 0.429 .NET TP Worker (TID 12) 639014281933862977 +  156.7502ms: Writing handshake part Options (16777220) to pipe /tmp/MSBuild138
#33 0.429 .NET TP Worker (TID 12) 639014281933865939 +    0.2962ms: Writing handshake part Salt (1312470924) to pipe /tmp/MSBuild138
#33 0.429 .NET TP Worker (TID 12) 639014281933866788 +    0.0849ms: Writing handshake part FileVersionMajor (18) to pipe /tmp/MSBuild138
#33 0.429 .NET TP Worker (TID 12) 639014281933867392 +    0.0604ms: Writing handshake part FileVersionMinor (0) to pipe /tmp/MSBuild138
#33 0.429 .NET TP Worker (TID 12) 639014281933867794 +    0.0402ms: Writing handshake part FileVersionBuild (6) to pipe /tmp/MSBuild138
#33 0.429 .NET TP Worker (TID 12) 639014281933868487 +    0.0693ms: Writing handshake part FileVersionPrivate (57005) to pipe /tmp/MSBuild138
#33 0.429 .NET TP Worker (TID 12) 639014281933868999 +    0.0512ms: Writing handshake part SessionId (1) to pipe /tmp/MSBuild138
#33 0.429 .NET TP Worker (TID 12) 639014281933869604 +    0.0605ms: Reading handshake from pipe /tmp/MSBuild138
#33 0.429 .NET TP Worker (TID 12) 639014281934047352 +   17.7748ms: Successfully connected to pipe /tmp/MSBuild138...!
#33 0.429 .NET TP Worker (TID 12) 639014281934048473 +    0.1121ms: Successfully connected to created node 2 which is PID 138
#33 0.429 .NET TP Worker (TID 12) 639014281941653967 +  760.5494ms: Starting to acquire 3 new or existing node(s) to establish nodes from ID 3 to 5...
#33 0.429 .NET TP Worker (TID 12) 639014281941655453 +    0.1486ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.429 .NET TP Worker (TID 12) 639014281941656012 +    0.0559ms: Handshake salt is 
#33 0.429 .NET TP Worker (TID 12) 639014281941656467 +    0.0455ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.429 .NET TP Worker (TID 12) 639014281941671184 +    1.4717ms: Could not connect to existing process, now creating a process...
#33 0.429 .NET TP Worker (TID 4) 639014281941672468 +    0.1284ms: Could not connect to existing process, now creating a process...
#33 0.429 .NET TP Worker (TID 12) 639014281941673295 +    0.0827ms: Launching node from /usr/share/dotnet/sdk/10.0.101/MSBuild.dll
#33 0.429 .NET TP Worker (TID 13) 639014281941674269 +    0.0974ms: Could not connect to existing process, now creating a process...
#33 0.429 .NET TP Worker (TID 4) 639014281941675084 +    0.0815ms: Launching node from /usr/share/dotnet/sdk/10.0.101/MSBuild.dll
#33 0.429 .NET TP Worker (TID 13) 639014281941675823 +    0.0739ms: Launching node from /usr/share/dotnet/sdk/10.0.101/MSBuild.dll
#33 0.429 .NET TP Worker (TID 13) 639014281941687270 +    1.1447ms: Successfully launched /usr/share/dotnet/dotnet node with PID 165
#33 0.429 .NET TP Worker (TID 13) 639014281941689007 +    0.1737ms: Attempting connect to PID 165 with pipe /tmp/MSBuild165 with timeout 30000 ms
#33 0.429 .NET TP Worker (TID 4) 639014281941689628 +    0.0621ms: Successfully launched /usr/share/dotnet/dotnet node with PID 164
#33 0.429 .NET TP Worker (TID 12) 639014281941690603 +    0.0975ms: Successfully launched /usr/share/dotnet/dotnet node with PID 163
#33 0.429 .NET TP Worker (TID 4) 639014281941691417 +    0.0814ms: Attempting connect to PID 164 with pipe /tmp/MSBuild164 with timeout 30000 ms
#33 0.429 .NET TP Worker (TID 12) 639014281941691984 +    0.0567ms: Attempting connect to PID 163 with pipe /tmp/MSBuild163 with timeout 30000 ms
#33 0.429 .NET TP Worker (TID 13) 639014281943433910 +  174.1926ms: Writing handshake part Options (16777220) to pipe /tmp/MSBuild165
#33 0.429 .NET TP Worker (TID 13) 639014281943435214 +    0.1304ms: Writing handshake part Salt (1312470924) to pipe /tmp/MSBuild165
#33 0.429 .NET TP Worker (TID 13) 639014281943435946 +    0.0732ms: Writing handshake part FileVersionMajor (18) to pipe /tmp/MSBuild165
#33 0.429 .NET TP Worker (TID 13) 639014281943436664 +    0.0718ms: Writing handshake part FileVersionMinor (0) to pipe /tmp/MSBuild165
#33 0.429 .NET TP Worker (TID 13) 639014281943437187 +    0.0523ms: Writing handshake part FileVersionBuild (6) to pipe /tmp/MSBuild165
#33 0.429 .NET TP Worker (TID 13) 639014281943592428 +   15.5241ms: Writing handshake part FileVersionPrivate (57005) to pipe /tmp/MSBuild165
#33 0.429 .NET TP Worker (TID 13) 639014281943593161 +    0.0733ms: Writing handshake part SessionId (1) to pipe /tmp/MSBuild165
#33 0.429 .NET TP Worker (TID 13) 639014281943593919 +    0.0758ms: Reading handshake from pipe /tmp/MSBuild165
#33 0.429 .NET TP Worker (TID 13) 639014281943603141 +    0.9222ms: Successfully connected to pipe /tmp/MSBuild165...!
#33 0.429 .NET TP Worker (TID 13) 639014281943603744 +    0.0603ms: Successfully connected to created node 5 which is PID 165
#33 0.429 .NET TP Worker (TID 4) 639014281943865953 +   26.2209ms: Writing handshake part Options (16777220) to pipe /tmp/MSBuild164
#33 0.429 .NET TP Worker (TID 4) 639014281943867027 +    0.1074ms: Writing handshake part Salt (1312470924) to pipe /tmp/MSBuild164
#33 0.429 .NET TP Worker (TID 4) 639014281943867472 +    0.0445ms: Writing handshake part FileVersionMajor (18) to pipe /tmp/MSBuild164
#33 0.429 .NET TP Worker (TID 4) 639014281943867884 +    0.0412ms: Writing handshake part FileVersionMinor (0) to pipe /tmp/MSBuild164
#33 0.429 .NET TP Worker (TID 4) 639014281943868368 +    0.0484ms: Writing handshake part FileVersionBuild (6) to pipe /tmp/MSBuild164
#33 0.429 .NET TP Worker (TID 4) 639014281943868812 +    0.0444ms: Writing handshake part FileVersionPrivate (57005) to pipe /tmp/MSBuild164
#33 0.429 .NET TP Worker (TID 4) 639014281943869308 +    0.0496ms: Writing handshake part SessionId (1) to pipe /tmp/MSBuild164
#33 0.429 .NET TP Worker (TID 4) 639014281943869788 +     0.048ms: Reading handshake from pipe /tmp/MSBuild164
#33 0.429 .NET TP Worker (TID 12) 639014281943879770 +    0.9982ms: Writing handshake part Options (16777220) to pipe /tmp/MSBuild163
#33 0.429 .NET TP Worker (TID 12) 639014281943880602 +    0.0832ms: Writing handshake part Salt (1312470924) to pipe /tmp/MSBuild163
#33 0.429 .NET TP Worker (TID 12) 639014281943881063 +    0.0461ms: Writing handshake part FileVersionMajor (18) to pipe /tmp/MSBuild163
#33 0.429 .NET TP Worker (TID 12) 639014281943881478 +    0.0415ms: Writing handshake part FileVersionMinor (0) to pipe /tmp/MSBuild163
#33 0.429 .NET TP Worker (TID 12) 639014281943881855 +    0.0377ms: Writing handshake part FileVersionBuild (6) to pipe /tmp/MSBuild163
#33 0.429 .NET TP Worker (TID 12) 639014281943882245 +     0.039ms: Writing handshake part FileVersionPrivate (57005) to pipe /tmp/MSBuild163
#33 0.429 .NET TP Worker (TID 12) 639014281943882646 +    0.0401ms: Writing handshake part SessionId (1) to pipe /tmp/MSBuild163
#33 0.429 .NET TP Worker (TID 12) 639014281943883069 +    0.0423ms: Reading handshake from pipe /tmp/MSBuild163
#33 0.429 .NET TP Worker (TID 4) 639014281944028589 +    14.552ms: Successfully connected to pipe /tmp/MSBuild164...!
#33 0.429 .NET TP Worker (TID 4) 639014281944029535 +    0.0946ms: Successfully connected to created node 4 which is PID 164
#33 0.429 .NET TP Worker (TID 12) 639014281944044263 +    1.4728ms: Successfully connected to pipe /tmp/MSBuild163...!
#33 0.429 .NET TP Worker (TID 12) 639014281944044909 +    0.0646ms: Successfully connected to created node 3 which is PID 163
#33 0.430  (TID 1) 639014281916215122 +   17.4344ms: Command line parameters: System.String[]
#33 0.430 .NET TP Worker (TID 6) 639014281917037281 +   44.1641ms: Starting to acquire 1 new or existing node(s) to establish nodes from ID 2 to 2...
#33 0.430 .NET TP Worker (TID 6) 639014281917050934 +    1.3653ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.430 .NET TP Worker (TID 6) 639014281917051984 +     0.105ms: Handshake salt is 
#33 0.430 .NET TP Worker (TID 6) 639014281917052507 +    0.0523ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.430 .NET TP Worker (TID 6) 639014281917218715 +   16.6208ms: Could not connect to existing process, now creating a process...
#33 0.430 .NET TP Worker (TID 6) 639014281917226358 +    0.7643ms: Launching node from /usr/share/dotnet/sdk/10.0.101/MSBuild.dll
#33 0.430 .NET TP Worker (TID 6) 639014281917253038 +     2.668ms: Successfully launched /usr/share/dotnet/dotnet node with PID 92
#33 0.430 .NET TP Worker (TID 6) 639014281917261206 +    0.8168ms: Attempting connect to PID 92 with pipe /tmp/MSBuild92 with timeout 30000 ms
#33 0.430 .NET TP Worker (TID 6) 639014281918909671 +  164.8465ms: Writing handshake part Options (16777220) to pipe /tmp/MSBuild92
#33 0.430 .NET TP Worker (TID 6) 639014281918914300 +    0.4629ms: Writing handshake part Salt (1312470924) to pipe /tmp/MSBuild92
#33 0.430 .NET TP Worker (TID 6) 639014281918915857 +    0.1557ms: Writing handshake part FileVersionMajor (18) to pipe /tmp/MSBuild92
#33 0.430 .NET TP Worker (TID 6) 639014281918916794 +    0.0937ms: Writing handshake part FileVersionMinor (0) to pipe /tmp/MSBuild92
#33 0.430 .NET TP Worker (TID 6) 639014281918917568 +    0.0774ms: Writing handshake part FileVersionBuild (6) to pipe /tmp/MSBuild92
#33 0.430 .NET TP Worker (TID 6) 639014281918918576 +    0.1008ms: Writing handshake part FileVersionPrivate (57005) to pipe /tmp/MSBuild92
#33 0.430 .NET TP Worker (TID 6) 639014281918919598 +    0.1022ms: Writing handshake part SessionId (1) to pipe /tmp/MSBuild92
#33 0.430 .NET TP Worker (TID 6) 639014281918920644 +    0.1046ms: Reading handshake from pipe /tmp/MSBuild92
#33 0.430 .NET TP Worker (TID 6) 639014281919085672 +   16.5028ms: Successfully connected to pipe /tmp/MSBuild92...!
#33 0.430 .NET TP Worker (TID 6) 639014281919087237 +    0.1565ms: Successfully connected to created node 2 which is PID 92
#33 0.431  (TID 1) 639014281943313471 +    38.406ms: Command line parameters: System.String[]
#33 0.431 OutOfProc Endpoint Packet Pump (TID 5) 639014281943900383 +    0.2259ms: Waiting for connection 900000 ms...
#33 0.431 OutOfProc Endpoint Packet Pump (TID 5) 639014281943904580 +    0.4197ms: Parent started connecting. Reading handshake from parent
#33 0.431 OutOfProc Endpoint Packet Pump (TID 5) 639014281943915551 +    1.0971ms: Building handshake for node type X64, (version 1): options 16777220.
#33 0.431 OutOfProc Endpoint Packet Pump (TID 5) 639014281943921026 +    0.5475ms: Handshake salt is 
#33 0.431 OutOfProc Endpoint Packet Pump (TID 5) 639014281943921797 +    0.0771ms: Tools directory root is /usr/share/dotnet/sdk/10.0.101
#33 0.431 OutOfProc Endpoint Packet Pump (TID 5) 639014281944023868 +   10.2071ms: Successfully connected to parent.
#33 0.431 OutOfProc Endpoint Packet Pump (TID 5) 639014281944027785 +    0.3917ms: Changing link status from Inactive to Active
#33 0.431 OutOfProc Endpoint Packet Pump (TID 5) 639014281944030045 +     0.226ms: Entering read loop.
#33 0.431  (TID 1) 639014281975119841 + 3108.9795ms: Shutting down with reason: BuildComplete, and exception: .
#33 0.431 OutOfProc Endpoint Packet Pump (TID 5) 639014281975153813 +    3.3972ms: Disconnecting voluntarily
#33 0.431 OutOfProc Endpoint Packet Pump (TID 5) 639014281975154929 +    0.1116ms: Changing link status from Active to Failed
#33 0.431 OutOfProc Endpoint Packet Pump (TID 5) 639014281975155414 +    0.0485ms: Ending read loop
#33 0.431  (TID 1) 639014281975200294 +     4.488ms: Changing link status from Failed to Inactive
#33 0.431  (TID 1) 639014281975206684 +     0.639ms: Shut down complete.

Analysis

Adding
ENV MSBUILDDISABLENODEREUSE=1
ENV DOTNET_MSBUILD_CLI_OPTIONS=-m:1
or adding /m:1 /nr:false to command doesn't work
duplication node is still created, was not able to find how to pass arguments or fix the issue

Versions & Configurations

Runner has the next configuration
Kernel Version: 3.10.0-1160.118.1.el7.x86_64
Operating System: CentOS Linux 7 (Core)
OSType: linux
Architecture: x86_64
CPUs: 12
Total Memory: 31.26GiB

Using standard microsoft image
FROM mcr.microsoft.com/dotnet/sdk:10.0

Metadata

Metadata

Assignees

Labels

Area: IPCIssues concerning how MSBuild communicates between processes, including serialization.needs-investigationneeds-more-infoIssues that need more info to continue investigation.triaged

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions