Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pixi install reports access denied in CI jobs #1257

Open
j-rivero opened this issue Feb 4, 2025 · 1 comment
Open

Pixi install reports access denied in CI jobs #1257

j-rivero opened this issue Feb 4, 2025 · 1 comment

Comments

@j-rivero
Copy link
Contributor

j-rivero commented Feb 4, 2025

Some jobs have been failing with:

C:\Windows\Temp\pixi\project>call "C:\Windows\TEMP\pixi\pixi.exe" install  
  × failed to link libzlib-1.2.13-h2466b09_6.conda
  ├─▶ failed to link 'zlib.dll'
  ├─▶ unexpected io operation while removing clobbered file
  ╰─▶ Access is denied. (os error 5)

If we check in powershell what is locking the directory:

PS C:\Users\Administrator> Get-Process | Where-Object { $_.Modules.FileName -match "C:\\Windows\\Temp\\pixi\\project" }

Handles  NPM(K)    PM(K)      WS(K)     CPU(s)     Id  SI ProcessName
-------  ------    -----      -----     ------     --  -- -----------
    264      66    12180      13408       0.95  15992   0 twoProcsSrvCallReplierInc_aux
    258      60    11848      13184       1.03    676   0 twoProcsSrvCallWithoutInputReplierInc_aux
    254      57    11656      13056       0.34   8160   0 twoProcsSrvCallWithoutOutputReplierInc_aux

This makes sense since gz-transport is linked to zlib. We need to find a way of cleaning up these processes.

@j-rivero
Copy link
Contributor Author

j-rivero commented Feb 5, 2025

Until we implement a zombie killer, these processes needs to be killed manually inside the node or the AWS node needs to be killed so a new is spawned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant