<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<p>Hi all,</p>
<p><br>
</p>
<p>while setting up smalltalkCI for a project, I am having troubles getting OSProcess to run on a GitHub Actions runner for Windows.</p>
<p><br>
</p>
<p>My test is as simple as:</p>
<p><br>
</p>
</div>
<blockquote style="margin:0 0 0 40px; border:none; padding:0px">
<div dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<p><span>OSProcess waitForCommand: 'whoami'</span></p>
</div>
</blockquote>
<div dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<p><span><br>
</span></p>
<p><span>Which, normally, should print a small string to stdout and return after no longer than a few decisonds.</span></p>
<p><span><br>
</span></p>
<p><span>However, in my smalltalkCI test for Windows, I just keep getting timeouts, even though the username is output correctly to the CI log.</span></p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div>
<div class="_rp_T4" id="Item.MessagePartBody">I am installing OSProcess using: 
<div id="diff-c3d99eb5b1df175b174fa728b42366c78512a42d2d91370efe97ff59a512a761" class="file js-file js-details-container js-targetable-element Details
              Details--on open
             
             
             
             
             
              show-inline-notes
           " style="border-radius:6px; margin-bottom:20px; margin-top:0px">
<div class="js-file-content Details-content--hidden" style="">
<div class="data highlight js-blob-wrapper " style="overflow-x:auto">
<table class="diff-table js-diff-table tab-size  " style="border-spacing:0px; width:1214px; tab-size:8">
<tbody style="">
<tr style="">
<td class="blob-code blob-code-addition is-hovered" style="padding:0px 10px; line-height:20px">
<span class="blob-code-inner blob-code-marker" style="font-family:ui-monospace,SFMono-Regular,"SF Mono",Consolas,"Liberation Mono",Menlo,monospace; font-size:12px; overflow:visible; white-space:pre"><span class="pl-c1" style="">MCMcmUpdater
</span><span class="pl-c1" style="">updateFromRepository:</span> <span class="pl-s" style="">
<span class="pl-pds" style="">'</span>http://www.squeaksource.com/OSProcess<span class="pl-pds" style="">'
</span></span><span class="pl-c1" style="">baseName:</span> <span class="pl-c1" style="">
MCMcmUpdater</span> defaultBaseName <span class="pl-c1" style="">interactive: </span>
<span class="pl-c1" style="">false</span>.</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="_rp_U4 ms-font-weight-regular ms-font-color-neutralDark rpHighlightAllClass rpHighlightBodyClass" id="Item.MessageUniqueBody" style="font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif,serif,EmojiFont">
<div dir="ltr">
<div id="divtagdefaultwrapper"><font face="Calibri,Helvetica,sans-serif,EmojiFont,Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols">
<div id="Signature">
<div style="margin:0px"><font style="font-family:Calibri,Arial,Helvetica,sans-serif,serif,EmojiFont">
<div><font size="3" color="black"><span style="font-size:12pt"><a href="http://www.hpi.de/" target="_blank" rel="noopener noreferrer" id="LPNoLP"><font size="2"><span id="LPlnk909538"><font color="#757B80"></font></span></font></a></span></font></div>
</font></div>
</div>
</font></div>
</div>
</div>
</div>
<div class="_rp_T4" id="Item.MessagePartBody">I have ensured (via good old Transcript debugging) that the <span>grimReaperProcess is running and not suspended.</span></div>
<div class="_rp_T4" id="Item.MessagePartBody"><span>Also, there is not any other error message visible in the Transcript.</span></div>
<div class="_rp_T4" id="Item.MessagePartBody"><span><br>
</span></div>
<div class="_rp_T4" id="Item.MessagePartBody"><span>How could that be? As far as I know, the GitHub runner for Windows uses the git bash (mingw), so Windows executables and APIs are still available, but the shell is a different one.</span></div>
<div class="_rp_T4" id="Item.MessagePartBody"><span style="font-size:12pt">I could also reproduce the issue</span><span style="font-size:12pt"> when running </span><span style="font-size:12pt">smalltalkCI </span><span style="font-size:12pt">from</span><span style="font-size:12pt">
 my local git bash (mingw). Interestingly, when using the "--headful" option to inspect the image manually, I can run all tests successfully, but when the tests are run automatically in the squeak::run_tests stage, they fail again.</span></div>
<div class="_rp_T4" id="Item.MessagePartBody"><span style="font-size:12pt">What is going on here?? At the moment, I feel somehow like at my wit's end ...</span><br>
</div>
<div class="_rp_T4" id="Item.MessagePartBody"><span style="font-size:12pt"><br>
</span></div>
<div class="_rp_T4" id="Item.MessagePartBody"><span style="font-size:12pt">Did anyone of you already encountered a similar problem, or do you have any idea how to debug/solve the problem? Thanks in advance! :-)</span></div>
<div class="_rp_T4" id="Item.MessagePartBody"><span style="font-size:12pt"><br>
</span></div>
<div class="_rp_T4" id="Item.MessagePartBody"><span style="font-size:12pt">Best,</span></div>
<div class="_rp_T4" id="Item.MessagePartBody"><span style="font-size:12pt">Christoph</span></div>
</div>
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>