Uploaded image for project: 'MariaDB Foundation Development'
  1. MariaDB Foundation Development
  2. MDBF-252

Windows bug in buildbot: Access to the path '*.exe' is denied.

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • N/A
    • None
    • None

    Description

      New buildbot has a windows bug:

      Remove-Item : Cannot remove item D:\Buildbot\amd64-windows-packages\build\client\RelWithDebInfo\mariadb-test.exe:
      Access to the path 'mariadb-test.exe' is denied.
      At line:1 char:1
      + Remove-Item $pwd\* -Recurse -Force
      + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          + CategoryInfo          : PermissionDenied: (mariadb-test.exe:FileInfo) [Remove-Item], UnauthorizedAccessException
          + FullyQualifiedErrorId : RemoveFileSystemItemUnAuthorizedAccess,Microsoft.PowerShell.Commands.RemoveItemCommand
      Remove-Item : Cannot remove item D:\Buildbot\amd64-windows-packages\build\client\RelWithDebInfo\mysqltest.exe: Access
      to the path 'mysqltest.exe' is denied.
      At line:1 char:1
      + Remove-Item $pwd\* -Recurse -Force
      + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          + CategoryInfo          : PermissionDenied: (mysqltest.exe:FileInfo) [Remove-Item], UnauthorizedAccessException
          + FullyQualifiedErrorId : RemoveFileSystemItemUnAuthorizedAccess,Microsoft.PowerShell.Commands.RemoveItemCommand
      Remove-Item : Cannot remove item D:\Buildbot\amd64-windows-packages\build\client\RelWithDebInfo: The directory is not
      empty.
      At line:1 char:1
      + Remove-Item $pwd\* -Recurse -Force
      + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          + CategoryInfo          : WriteError: (RelWithDebInfo:DirectoryInfo) [Remove-Item], IOException
          + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
      Remove-Item : Cannot remove item D:\Buildbot\amd64-windows-packages\build\client: The directory is not empty.
      At line:1 char:1
      + Remove-Item $pwd\* -Recurse -Force
      + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          + CategoryInfo          : WriteError: (D:\Buildbot\amd...es\build\client:DirectoryInfo) [Remove-Item], IOException
          + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
      dojob: spawn returned error 1
      

      Attachments

        Activity

          People

            vladbogo Vlad Bogolin
            anel Anel Husakovic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: