cry-inc

Results 6 comments of cry-inc

I observed the same issues two days ago and reported it here: https://developercommunity.visualstudio.com/t/Hosted-Agent-Rust-Issue-on-Windows-2022/10164368 and was now told to come here. For us, it happens only on one agent machine with...

Here is an example job where the problem is visible: ``` - job: pool: vmImage: windows-2022 steps: - script: rustup update continueOnError: true - powershell: which rustup - powershell: which...

`reg query HKCU\Environment`: ``` HKEY_CURRENT_USER\Environment Path REG_EXPAND_SZ C:\Users\Default\.cargo\bin;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;C:\Users\packer\AppData\Roaming\npm;C:\Users\packer\AppData\Roaming\Composer\vendor\bin;%USERPROFILE%\.dotnet\tools;C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin;C:\Users\packer\AppData\Roaming\cabal\bin;C:\tools\ghc-9.0.2\bin;C:\tools\ghc-9.2.4\bin;C:\tools\ghc-9.4.2\bin;;C:\ghcup\bin;C:\Program Files\Mercurial\; TEMP REG_EXPAND_SZ %USERPROFILE%\AppData\Local\Temp TMP REG_EXPAND_SZ %USERPROFILE%\AppData\Local\Temp ChocolateyLastPathUpdate REG_SZ 133092054979450164 ChocolateyToolsLocation REG_SZ C:\tools _MSYS2_BASH REG_SZ C:\msys64\usr\bin\bash.exe _MSYS2_PREFIX REG_SZ x86_64 GHCUP_INSTALL_BASE_PREFIX REG_SZ C:\...

The planId for that job is `1f676ead-a3d4-4d31-a5bf-fd49e19a69ea`

@al-cheb Our builds get no longer the machine WIN-EERHFLKC3PP assigned, so its impossible to say if it was fixed. I cannot reproduce the issue with any other agents that used...

Also found this bug when trying the setup @afvicente described. I'm using rebird 0.7.0. With pure HTTP the same setup works as intended.