Skip to content

Make multiple attempts to remove the temporary melted save file if it's used by another process #3225

Make multiple attempts to remove the temporary melted save file if it's used by another process

Make multiple attempts to remove the temporary melted save file if it's used by another process #3225

Triggered via pull request July 15, 2024 15:43
Status Success
Total duration 1m 29s
Artifacts

test.yml

on: pull_request
test_and_check_coverage
1m 0s
test_and_check_coverage
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

32 warnings
test_and_check_coverage
Failed to install dotnet runtime + cli, exit code: 1. cp: cannot create directory '/usr/share/dotnet/host/fxr/8.0.7/': Permission denied cp: cannot create directory '/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/': Permission denied dotnet_install: Error: Failed to verify the version of installed `.NET Core Runtime`. Installation source: https://dotnetcli.azureedge.net/dotnet/Runtime/8.0.7/dotnet-runtime-8.0.7-linux-x64.tar.gz. Installation location: /usr/share/dotnet. Report the bug at https://github.com/dotnet/install-scripts/issues. dotnet_install: Error: `.NET Core Runtime` with version = 8.0.7 failed to install with an error.
test (self-hosted, windows)
Failed to install dotnet runtime + cli, exit code: 1. dotnet-install: Failed to extract package. Exception: Access to the path '8.0.7' is denied. New-Item : Access to the path '8.0.7' is denied. At C:\actions-runner\_work\_actions\actions\setup-dotnet\v4\externals\install-dotnet.ps1:863 char:21 + ... New-Item -ItemType Directory -Force -Path $DestinationDir ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : PermissionDenied: (C:\Program Files\dotnet\host\fxr\8.0.7:String) [New-Item], Unauthoriz edAccessException + FullyQualifiedErrorId : CreateDirectoryUnauthorizedAccessError,Microsoft.PowerShell.Commands.NewItemCommand