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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(debian): Pins Bullseye version for Debian #1657

Merged
merged 6 commits into from
Jun 28, 2023

Merge branch 'master' into pins-bullseye-version

57fd360
Select commit
Failed to load commit list.
Merged

chore(debian): Pins Bullseye version for Debian #1657

Merge branch 'master' into pins-bullseye-version
57fd360
Select commit
Failed to load commit list.
ci.jenkins.io / Jenkins failed Jun 26, 2023 in 1h 2m 26s

Build/windows/Test: error in 'powershell' step

Build / windows / Test / Windows PowerShell Script

Error in powershell step.

null
Build log
[2023-06-26T14:54:56.425Z] Building jdk11-hotspot-windowsservercore-2019 => tag=jdk11-hotspot-windowsservercore-2019
[2023-06-26T14:54:56.425Z] Sending build context to Docker daemon  18.43kB
[2023-06-26T14:54:56.425Z] 
[2023-06-26T14:54:56.425Z] Step 1/32 : FROM eclipse-temurin:11.0.19_7-jdk-windowsservercore-1809
[2023-06-26T14:54:56.425Z]  ---> 8bcd1686bf38
[2023-06-26T14:54:56.425Z] Step 2/32 : ARG user=jenkins
[2023-06-26T14:54:56.425Z]  ---> Using cache
[2023-06-26T14:54:56.425Z]  ---> 7842b9fa8479
[2023-06-26T14:54:56.425Z] Step 3/32 : ARG http_port=8080
[2023-06-26T14:54:56.425Z]  ---> Using cache
[2023-06-26T14:54:56.425Z]  ---> 7d79d8b4ee9f
[2023-06-26T14:54:56.425Z] Step 4/32 : ARG agent_port=50000
[2023-06-26T14:54:56.426Z]  ---> Using cache
[2023-06-26T14:54:56.426Z]  ---> 520c830b5f6b
[2023-06-26T14:54:56.426Z] Step 5/32 : ARG JENKINS_HOME=C:/ProgramData/Jenkins/JenkinsHome
[2023-06-26T14:54:56.426Z]  ---> Using cache
[2023-06-26T14:54:56.426Z]  ---> 599981a20553
[2023-06-26T14:54:56.426Z] Step 6/32 : ARG COMMIT_SHA
[2023-06-26T14:54:56.426Z]  ---> Using cache
[2023-06-26T14:54:56.426Z]  ---> 729c39bb1a8f
[2023-06-26T14:54:56.426Z] Step 7/32 : ENV JENKINS_HOME $JENKINS_HOME
[2023-06-26T14:54:56.426Z]  ---> Using cache
[2023-06-26T14:54:56.426Z]  ---> b807e77c4d34
[2023-06-26T14:54:56.426Z] Step 8/32 : ENV JENKINS_AGENT_PORT ${agent_port}
[2023-06-26T14:54:56.426Z]  ---> Using cache
[2023-06-26T14:54:56.426Z]  ---> 6fd2f58ee984
[2023-06-26T14:54:56.427Z] Step 9/32 : VOLUME $JENKINS_HOME
[2023-06-26T14:54:56.427Z]  ---> Using cache
[2023-06-26T14:54:56.427Z]  ---> 9473b316baee
[2023-06-26T14:54:56.427Z] Step 10/32 : RUN New-LocalUser -Name $env:user -AccountNeverExpires -Description 'Jenkins User' -NoPassword -UserMayNotChangePassword | Out-Null ;     Set-Localuser -Name $env:user -PasswordNeverExpires $true | Out-Null ;     Add-LocalGroupMember -Group "Administrators" -Member "${env:user}" ;     New-Item -Type Directory -Force -Path "C:/ProgramData/Jenkins" | Out-Null ;     icacls.exe "C:/ProgramData/Jenkins" /setowner ${env:user} | Out-Null ;     icacls.exe "C:/ProgramData/Jenkins" /inheritance:r | Out-Null ;     icacls.exe "C:/ProgramData/Jenkins" /grant:r $('{0}:(CI)(OI)(F)' -f $env:user) /grant 'Administrators:(CI)(OI)(F)' | Out-Null ;     icacls.exe "$env:JENKINS_HOME" /setowner ${env:user} | Out-Null ;     icacls.exe "$env:JENKINS_HOME" /grant:r $('{0}:(CI)(OI)(F)' -f $env:user) /grant 'Administrators:(CI)(OI)(F)' | Out-Null
[2023-06-26T14:54:56.427Z]  ---> Using cache
[2023-06-26T14:54:56.427Z]  ---> 7a44ca9141fc
[2023-06-26T14:54:56.427Z] Step 11/32 : USER ${user}
[2023-06-26T14:54:56.427Z]  ---> Using cache
[2023-06-26T14:54:56.427Z]  ---> ff79b3c73355
[2023-06-26T14:54:56.427Z] Step 12/32 : RUN New-Item -ItemType Directory -Force -Path C:/ProgramData/Jenkins/Reference/init.groovy.d | Out-Null
[2023-06-26T14:54:56.427Z]  ---> Using cache
[2023-06-26T14:54:56.427Z]  ---> f73c18b8f254
[2023-06-26T14:54:56.427Z] Step 13/32 : ARG JENKINS_VERSION
[2023-06-26T14:54:56.428Z]  ---> Using cache
[2023-06-26T14:54:56.428Z]  ---> 43f9ee7044ed
[2023-06-26T14:54:56.428Z] Step 14/32 : ENV JENKINS_VERSION ${JENKINS_VERSION:-2.410}
[2023-06-26T14:54:56.428Z]  ---> Using cache
[2023-06-26T14:54:56.428Z]  ---> ff2536f5ffbd
[2023-06-26T14:54:56.428Z] Step 15/32 : ARG JENKINS_SHA=20e3436e1c05f1fa8c441d7fb41f2a797604194fd9f8e774acb74d47b6187e45
[2023-06-26T14:54:56.428Z]  ---> Using cache
[2023-06-26T14:54:56.428Z]  ---> 4336210ca451
[2023-06-26T14:54:56.428Z] Step 16/32 : ARG RELEASE_LINE
[2023-06-26T14:54:56.428Z]  ---> Using cache
[2023-06-26T14:54:56.428Z]  ---> 52e3ea3c5f3e
[2023-06-26T14:54:56.428Z] Step 17/32 : ARG JENKINS_URL=https://get.jenkins.io/${RELEASE_LINE}/${JENKINS_VERSION}/jenkins.war
[2023-06-26T14:54:56.428Z]  ---> Using cache
[2023-06-26T14:54:56.428Z]  ---> d1e0d84542ef
[2023-06-26T14:54:56.428Z] Step 18/32 : RUN curl.exe -fsSL "$env:JENKINS_URL" -o C:/ProgramData/Jenkins/jenkins.war ;     if ((Get-FileHash C:/ProgramData/Jenkins/jenkins.war -Algorithm SHA256).Hash -ne $env:JENKINS_SHA) {exit 1}
[2023-06-26T14:54:56.429Z]  ---> Using cache
[2023-06-26T14:54:56.429Z]  ---> 25ba0c4f6e7d
[2023-06-26T14:54:56.429Z] Step 19/32 : ENV JENKINS_UC https://updates.jenkins.io
[2023-06-26T14:54:56.429Z]  ---> Using cache
[2023-06-26T14:54:56.429Z]  ---> 0420778d6946
[2023-06-26T14:54:56.429Z] Step 20/32 : ENV JENKINS_UC_EXPERIMENTAL=https://updates.jenkins.io/experimental
[2023-06-26T14:54:56.429Z]  ---> Using cache
[2023-06-26T14:54:56.429Z]  ---> 4a863c58b570
[2023-06-26T14:54:56.429Z] Step 21/32 : ENV JENKINS_INCREMENTALS_REPO_MIRROR=https://repo.jenkins-ci.org/incrementals
[2023-06-26T14:54:56.429Z]  ---> Using cache
[2023-06-26T14:54:56.429Z]  ---> b69fac976306
[2023-06-26T14:54:56.429Z] Step 22/32 : ARG PLUGIN_CLI_VERSION=2.12.11
[2023-06-26T14:54:56.429Z]  ---> Using cache
[2023-06-26T14:54:56.429Z]  ---> 43915a5517bc
[2023-06-26T14:54:56.429Z] Step 23/32 : ARG PLUGIN_CLI_URL=https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${PLUGIN_CLI_VERSION}/jenkins-plugin-manager-${PLUGIN_CLI_VERSION}.jar
[2023-06-26T14:54:56.430Z]  ---> Using cache
[2023-06-26T14:54:56.430Z]  ---> 5982e92ef102
[2023-06-26T14:54:56.430Z] Step 24/32 : RUN curl.exe -fsSL "$env:PLUGIN_CLI_URL" -o C:/ProgramData/Jenkins/jenkins-plugin-manager.jar
[2023-06-26T14:54:56.430Z]  ---> Using cache
[2023-06-26T14:54:56.430Z]  ---> 35eb077b485b
[2023-06-26T14:54:56.430Z] Step 25/32 : EXPOSE ${http_port}
[2023-06-26T14:54:56.430Z]  ---> Using cache
[2023-06-26T14:54:56.430Z]  ---> ed9a7e2f33be
[2023-06-26T14:54:56.430Z] Step 26/32 : EXPOSE ${agent_port}
[2023-06-26T14:54:56.430Z]  ---> Using cache
[2023-06-26T14:54:56.430Z]  ---> 2bf3515938a6
[2023-06-26T14:54:56.430Z] Step 27/32 : ENV COPY_REFERENCE_FILE_LOG $JENKINS_HOME/copy_reference_file.log
[2023-06-26T14:54:56.430Z]  ---> Using cache
[2023-06-26T14:54:56.430Z]  ---> c44d14102333
[2023-06-26T14:54:56.431Z] Step 28/32 : COPY jenkins-support.psm1 C:/ProgramData/Jenkins
[2023-06-26T14:54:56.431Z]  ---> Using cache
[2023-06-26T14:54:56.431Z]  ---> 73cc3aee845a
[2023-06-26T14:54:56.431Z] Step 29/32 : COPY jenkins.ps1 C:/ProgramData/Jenkins
[2023-06-26T14:54:56.431Z]  ---> Using cache
[2023-06-26T14:54:56.431Z]  ---> 61b385c70c2f
[2023-06-26T14:54:56.431Z] Step 30/32 : COPY jenkins-plugin-cli.ps1 C:/ProgramData/Jenkins
[2023-06-26T14:54:56.431Z]  ---> Using cache
[2023-06-26T14:54:56.431Z]  ---> cf508ee6ce83
[2023-06-26T14:54:56.431Z] Step 31/32 : ENTRYPOINT ["powershell.exe", "-f", "C:/ProgramData/Jenkins/jenkins.ps1"]
[2023-06-26T14:54:56.431Z]  ---> Using cache
[2023-06-26T14:54:56.431Z]  ---> 9da2d9bab6ca
[2023-06-26T14:54:56.431Z] Step 32/32 : LABEL     org.opencontainers.image.vendor="Jenkins project"     org.opencontainers.image.title="Official Jenkins Docker image"     org.opencontainers.image.description="The Jenkins Continuous Integration and Delivery server"     org.opencontainers.image.version="${JENKINS_VERSION}"     org.opencontainers.image.url="https://www.jenkins.io/"     org.opencontainers.image.source="https://github.com/jenkinsci/docker"     org.opencontainers.image.revision="${COMMIT_SHA}"     org.opencontainers.image.licenses="MIT"
[2023-06-26T14:54:56.431Z]  ---> Using cache
[2023-06-26T14:54:56.432Z]  ---> 4849cafc5e67
[2023-06-26T14:54:56.432Z] Successfully built 4849cafc5e67
[2023-06-26T14:54:56.432Z] Successfully tagged jenkins4eval/jenkins:jdk11-hotspot-windowsservercore-2019
[2023-06-26T14:54:56.432Z] Building jdk11-hotspot-windowsservercore-2019 => tag=windowsservercore-2019
[2023-06-26T14:54:56.693Z] Sending build context to Docker daemon  18.43kB
[2023-06-26T14:54:56.693Z] 
[2023-06-26T14:54:56.693Z] Step 1/32 : FROM eclipse-temurin:11.0.19_7-jdk-windowsservercore-1809
[2023-06-26T14:54:56.694Z]  ---> 8bcd1686bf38
[2023-06-26T14:54:56.694Z] Step 2/32 : ARG user=jenkins
[2023-06-26T14:54:56.694Z]  ---> Using cache
[2023-06-26T14:54:56.694Z]  ---> 7842b9fa8479
[2023-06-26T14:54:56.694Z] Step 3/32 : ARG http_port=8080
[2023-06-26T14:54:56.694Z]  ---> Using cache
[2023-06-26T14:54:56.694Z]  ---> 7d79d8b4ee9f
[2023-06-26T14:54:56.694Z] Step 4/32 : ARG agent_port=50000
[2023-06-26T14:54:56.694Z]  ---> Using cache
[2023-06-26T14:54:56.694Z]  ---> 520c830b5f6b
[2023-06-26T14:54:56.695Z] Step 5/32 : ARG JENKINS_HOME=C:/ProgramData/Jenkins/JenkinsHome
[2023-06-26T14:54:56.695Z]  ---> Using cache
[2023-06-26T14:54:56.695Z]  ---> 599981a20553
[2023-06-26T14:54:56.695Z] Step 6/32 : ARG COMMIT_SHA
[2023-06-26T14:54:56.695Z]  ---> Using cache
[2023-06-26T14:54:56.695Z]  ---> 729c39bb1a8f
[2023-06-26T14:54:56.695Z] Step 7/32 : ENV JENKINS_HOME $JENKINS_HOME
[2023-06-26T14:54:56.695Z]  ---> Using cache
[2023-06-26T14:54:56.695Z]  ---> b807e77c4d34
[2023-06-26T14:54:56.695Z] Step 8/32 : ENV JENKINS_AGENT_PORT ${agent_port}
[2023-06-26T14:54:56.695Z]  ---> Using cache
[2023-06-26T14:54:56.695Z]  ---> 6fd2f58ee984
[2023-06-26T14:54:56.696Z] Step 9/32 : VOLUME $JENKINS_HOME
[2023-06-26T14:54:56.696Z]  ---> Using cache
[2023-06-26T14:54:56.696Z]  ---> 9473b316baee
[2023-06-26T14:54:56.696Z] Step 10/32 : RUN New-LocalUser -Name $env:user -AccountNeverExpires -Description 'Jenkins User' -NoPassword -UserMayNotChangePassword | Out-Null ;     Set-Localuser -Name $env:user -PasswordNeverExpires $true | Out-Null ;     Add-LocalGroupMember -Group "Administrators" -Member "${env:user}" ;     New-Item -Type Directory -Force -Path "C:/ProgramData/Jenkins" | Out-Null ;     icacls.exe "C:/ProgramData/Jenkins" /setowner ${env:user} | Out-Null ;     icacls.exe "C:/ProgramData/Jenkins" /inheritance:r | Out-Null ;     icacls.exe "C:/ProgramData/Jenkins" /grant:r $('{0}:(CI)(OI)(F)' -f $env:user) /grant 'Administrators:(CI)(OI)(F)' | Out-Null ;     icacls.exe "$env:JENKINS_HOME" /setowner ${env:user} | Out-Null ;     icacls.exe "$env:JENKINS_HOME" /grant:r $('{0}:(CI)(OI)(F)' -f $env:user) /grant 'Administrators:(CI)(OI)(F)' | Out-Null
[2023-06-26T14:54:56.696Z]  ---> Using cache
[2023-06-26T14:54:56.696Z]  ---> 7a44ca9141fc
[2023-06-26T14:54:56.696Z] Step 11/32 : USER ${user}
[2023-06-26T14:54:56.696Z]  ---> Using cache
[2023-06-26T14:54:56.696Z]  ---> ff79b3c73355
[2023-06-26T14:54:56.696Z] Step 12/32 : RUN New-Item -ItemType Directory -Force -Path C:/ProgramData/Jenkins/Reference/init.groovy.d | Out-Null
[2023-06-26T14:54:56.697Z]  ---> Using cache
[2023-06-26T14:54:56.697Z]  ---> f73c18b8f254
[2023-06-26T14:54:56.697Z] Step 13/32 : ARG JENKINS_VERSION
[2023-06-26T14:54:56.697Z]  ---> Using cache
[2023-06-26T14:54:56.697Z]  ---> 43f9ee7044ed
[2023-06-26T14:54:56.697Z] Step 14/32 : ENV JENKINS_VERSION ${JENKINS_VERSION:-2.410}
[2023-06-26T14:54:56.697Z]  ---> Using cache
[2023-06-26T14:54:56.697Z]  ---> ff2536f5ffbd
[2023-06-26T14:54:56.697Z] Step 15/32 : ARG JENKINS_SHA=20e3436e1c05f1fa8c441d7fb41f2a797604194fd9f8e774acb74d47b6187e45
[2023-06-26T14:54:56.697Z]  ---> Using cache
[2023-06-26T14:54:56.697Z]  ---> 4336210ca451
[2023-06-26T14:54:56.697Z] Step 16/32 : ARG RELEASE_LINE
[2023-06-26T14:54:56.698Z]  ---> Using cache
[2023-06-26T14:54:56.698Z]  ---> 52e3ea3c5f3e
[2023-06-26T14:54:56.698Z] Step 17/32 : ARG JENKINS_URL=https://get.jenkins.io/${RELEASE_LINE}/${JENKINS_VERSION}/jenkins.war
[2023-06-26T14:54:56.698Z]  ---> Using cache
[2023-06-26T14:54:56.698Z]  ---> d1e0d84542ef
[2023-06-26T14:54:56.698Z] Step 18/32 : RUN curl.exe -fsSL "$env:JENKINS_URL" -o C:/ProgramData/Jenkins/jenkins.war ;     if ((Get-FileHash C:/ProgramData/Jenkins/jenkins.war -Algorithm SHA256).Hash -ne $env:JENKINS_SHA) {exit 1}
[2023-06-26T14:54:56.698Z]  ---> Using cache
[2023-06-26T14:54:56.698Z]  ---> 25ba0c4f6e7d
[2023-06-26T14:54:56.698Z] Step 19/32 : ENV JENKINS_UC https://updates.jenkins.io
[2023-06-26T14:54:56.698Z]  ---> Using cache
[2023-06-26T14:54:56.698Z]  ---> 0420778d6946
[2023-06-26T14:54:56.699Z] Step 20/32 : ENV JENKINS_UC_EXPERIMENTAL=https://updates.jenkins.io/experimental
[2023-06-26T14:54:56.699Z]  ---> Using cache
[2023-06-26T14:54:56.699Z]  ---> 4a863c58b570
[2023-06-26T14:54:56.699Z] Step 21/32 : ENV JENKINS_INCREMENTALS_REPO_MIRROR=https://repo.jenkins-ci.org/incrementals
[2023-06-26T14:54:56.699Z]  ---> Using cache
[2023-06-26T14:54:56.699Z]  ---> b69fac976306
[2023-06-26T14:54:56.699Z] Step 22/32 : ARG PLUGIN_CLI_VERSION=2.12.11
[2023-06-26T14:54:56.699Z]  ---> Using cache
[2023-06-26T14:54:56.699Z]  ---> 43915a5517bc
[2023-06-26T14:54:56.699Z] Step 23/32 : ARG PLUGIN_CLI_URL=https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${PLUGIN_CLI_VERSION}/jenkins-plugin-manager-${PLUGIN_CLI_VERSION}.jar
[2023-06-26T14:54:56.699Z]  ---> Using cache
[2023-06-26T14:54:56.699Z]  ---> 5982e92ef102
[2023-06-26T14:54:56.700Z] Step 24/32 : RUN curl.exe -fsSL "$env:PLUGIN_CLI_URL" -o C:/ProgramData/Jenkins/jenkins-plugin-manager.jar
[2023-06-26T14:54:56.700Z]  ---> Using cache
[2023-06-26T14:54:56.700Z]  ---> 35eb077b485b
[2023-06-26T14:54:56.700Z] Step 25/32 : EXPOSE ${http_port}
[2023-06-26T14:54:56.700Z]  ---> Using cache
[2023-06-26T14:54:56.700Z]  ---> ed9a7e2f33be
[2023-06-26T14:54:56.700Z] Step 26/32 : EXPOSE ${agent_port}
[2023-06-26T14:54:56.700Z]  ---> Using cache
[2023-06-26T14:54:56.700Z]  ---> 2bf3515938a6
[2023-06-26T14:54:56.700Z] Step 27/32 : ENV COPY_REFERENCE_FILE_LOG $JENKINS_HOME/copy_reference_file.log
[2023-06-26T14:54:56.700Z]  ---> Using cache
[2023-06-26T14:54:56.701Z]  ---> c44d14102333
[2023-06-26T14:54:56.701Z] Step 28/32 : COPY jenkins-support.psm1 C:/ProgramData/Jenkins
[2023-06-26T14:54:56.701Z]  ---> Using cache
[2023-06-26T14:54:56.701Z]  ---> 73cc3aee845a
[2023-06-26T14:54:56.701Z] Step 29/32 : COPY jenkins.ps1 C:/ProgramData/Jenkins
[2023-06-26T14:54:56.701Z]  ---> Using cache
[2023-06-26T14:54:56.701Z]  ---> 61b385c70c2f
[2023-06-26T14:54:56.701Z] Step 30/32 : COPY jenkins-plugin-cli.ps1 C:/ProgramData/Jenkins
[2023-06-26T14:54:56.701Z]  ---> Using cache
[2023-06-26T14:54:56.701Z]  ---> cf508ee6ce83
[2023-06-26T14:54:56.701Z] Step 31/32 : ENTRYPOINT ["powershell.exe", "-f", "C:/ProgramData/Jenkins/jenkins.ps1"]
[2023-06-26T14:54:56.701Z]  ---> Using cache
[2023-06-26T14:54:56.702Z]  ---> 9da2d9bab6ca
[2023-06-26T14:54:56.702Z] Step 32/32 : LABEL     org.opencontainers.image.vendor="Jenkins project"     org.opencontainers.image.title="Official Jenkins Docker image"     org.opencontainers.image.description="The Jenkins Continuous Integration and Delivery server"     org.opencontainers.image.version="${JENKINS_VERSION}"     org.opencontainers.image.url="https://www.jenkins.io/"     org.opencontainers.image.source="https://github.com/jenkinsci/docker"     org.opencontainers.image.revision="${COMMIT_SHA}"     org.opencontainers.image.licenses="MIT"
[2023-06-26T14:54:56.702Z]  ---> Using cache
[2023-06-26T14:54:56.702Z]  ---> 4849cafc5e67
[2023-06-26T14:54:56.702Z] Successfully built 4849cafc5e67
[2023-06-26T14:54:56.702Z] Successfully tagged jenkins4eval/jenkins:windowsservercore-2019
[2023-06-26T14:55:00.861Z] 
[2023-06-26T14:55:00.861Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester" now owned by the administrators group.
[2023-06-26T14:55:00.861Z] 
[2023-06-26T14:55:00.862Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0" now owned by the administrators group.
[2023-06-26T14:55:00.862Z] 
[2023-06-26T14:55:00.862Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\bin" now owned by the administrators group.
[2023-06-26T14:55:00.862Z] 
[2023-06-26T14:55:00.862Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Build.bat" now owned by the administrators group.
[2023-06-26T14:55:00.862Z] 
[2023-06-26T14:55:00.862Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\build.psake.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.862Z] 
[2023-06-26T14:55:00.862Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\CHANGELOG.md" now owned by the administrators group.
[2023-06-26T14:55:00.862Z] 
[2023-06-26T14:55:00.862Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\chocolateyInstall.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.863Z] 
[2023-06-26T14:55:00.863Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\en-US" now owned by the administrators group.
[2023-06-26T14:55:00.863Z] 
[2023-06-26T14:55:00.863Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Examples" now owned by the administrators group.
[2023-06-26T14:55:00.863Z] 
[2023-06-26T14:55:00.863Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions" now owned by the administrators group.
[2023-06-26T14:55:00.863Z] 
[2023-06-26T14:55:00.863Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\LICENSE" now owned by the administrators group.
[2023-06-26T14:55:00.863Z] 
[2023-06-26T14:55:00.863Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\nunit_schema_2.5.xsd" now owned by the administrators group.
[2023-06-26T14:55:00.863Z] 
[2023-06-26T14:55:00.863Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.nuspec" now owned by the administrators group.
[2023-06-26T14:55:00.863Z] 
[2023-06-26T14:55:00.863Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.psd1" now owned by the administrators group.
[2023-06-26T14:55:00.864Z] 
[2023-06-26T14:55:00.864Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.psm1" now owned by the administrators group.
[2023-06-26T14:55:00.864Z] 
[2023-06-26T14:55:00.864Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.864Z] 
[2023-06-26T14:55:00.864Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\README.md" now owned by the administrators group.
[2023-06-26T14:55:00.864Z] 
[2023-06-26T14:55:00.864Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets" now owned by the administrators group.
[2023-06-26T14:55:00.864Z] 
[2023-06-26T14:55:00.864Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\bin\Pester.bat" now owned by the administrators group.
[2023-06-26T14:55:00.864Z] 
[2023-06-26T14:55:00.864Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\en-US\about_BeforeEach_AfterEach.help.txt" now owned by the administrators group.
[2023-06-26T14:55:00.864Z] 
[2023-06-26T14:55:00.864Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\en-US\about_Mocking.help.txt" now owned by the administrators group.
[2023-06-26T14:55:00.865Z] 
[2023-06-26T14:55:00.865Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\en-US\about_Pester.help.txt" now owned by the administrators group.
[2023-06-26T14:55:00.865Z] 
[2023-06-26T14:55:00.865Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\en-US\about_should.help.txt" now owned by the administrators group.
[2023-06-26T14:55:00.865Z] 
[2023-06-26T14:55:00.865Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\en-US\about_TestDrive.help.txt" now owned by the administrators group.
[2023-06-26T14:55:00.865Z] 
[2023-06-26T14:55:00.865Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Examples\Calculator" now owned by the administrators group.
[2023-06-26T14:55:00.865Z] 
[2023-06-26T14:55:00.865Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Examples\Validator" now owned by the administrators group.
[2023-06-26T14:55:00.865Z] 
[2023-06-26T14:55:00.865Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Examples\Calculator\Add-Numbers.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.865Z] 
[2023-06-26T14:55:00.866Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Examples\Calculator\Add-Numbers.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.866Z] 
[2023-06-26T14:55:00.866Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Examples\Validator\Validator.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.866Z] 
[2023-06-26T14:55:00.866Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions" now owned by the administrators group.
[2023-06-26T14:55:00.866Z] 
[2023-06-26T14:55:00.866Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\BreakAndContinue.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.866Z] 
[2023-06-26T14:55:00.866Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Context.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.866Z] 
[2023-06-26T14:55:00.866Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Context.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.866Z] 
[2023-06-26T14:55:00.866Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Coverage.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.867Z] 
[2023-06-26T14:55:00.867Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Coverage.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.867Z] 
[2023-06-26T14:55:00.867Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Describe.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.867Z] 
[2023-06-26T14:55:00.867Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Describe.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.867Z] 
[2023-06-26T14:55:00.867Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\GlobalMock-A.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.867Z] 
[2023-06-26T14:55:00.867Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\GlobalMock-B.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.867Z] 
[2023-06-26T14:55:00.867Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\In.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.867Z] 
[2023-06-26T14:55:00.867Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\In.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.868Z] 
[2023-06-26T14:55:00.868Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\InModuleScope.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.868Z] 
[2023-06-26T14:55:00.868Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\InModuleScope.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.868Z] 
[2023-06-26T14:55:00.868Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\It.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.868Z] 
[2023-06-26T14:55:00.868Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\It.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.868Z] 
[2023-06-26T14:55:00.868Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Mock.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.868Z] 
[2023-06-26T14:55:00.868Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Mock.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.868Z] 
[2023-06-26T14:55:00.868Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\New-Fixture.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.869Z] 
[2023-06-26T14:55:00.869Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\New-Fixture.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.869Z] 
[2023-06-26T14:55:00.869Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\PesterState.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.869Z] 
[2023-06-26T14:55:00.869Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\PesterState.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.869Z] 
[2023-06-26T14:55:00.869Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\SetupTeardown.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.869Z] 
[2023-06-26T14:55:00.869Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\SetupTeardown.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.870Z] 
[2023-06-26T14:55:00.870Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\TestDrive.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.870Z] 
[2023-06-26T14:55:00.870Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\TestDrive.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.870Z] 
[2023-06-26T14:55:00.870Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\TestResults.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.870Z] 
[2023-06-26T14:55:00.870Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\TestResults.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.870Z] 
[2023-06-26T14:55:00.870Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\TestsRunningInCleanRunspace.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.870Z] 
[2023-06-26T14:55:00.871Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Be.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.871Z] 
[2023-06-26T14:55:00.871Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Be.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.871Z] 
[2023-06-26T14:55:00.871Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeGreaterThan.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.871Z] 
[2023-06-26T14:55:00.871Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeGreaterThan.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.871Z] 
[2023-06-26T14:55:00.871Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeLessThan.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.871Z] 
[2023-06-26T14:55:00.871Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeLessThan.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.871Z] 
[2023-06-26T14:55:00.871Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeLike.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.871Z] 
[2023-06-26T14:55:00.872Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeLike.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.872Z] 
[2023-06-26T14:55:00.872Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeLikeExactly.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.872Z] 
[2023-06-26T14:55:00.872Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeLikeExactly.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.872Z] 
[2023-06-26T14:55:00.872Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeNullOrEmpty.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.872Z] 
[2023-06-26T14:55:00.872Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeNullOrEmpty.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.872Z] 
[2023-06-26T14:55:00.872Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeOfType.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.872Z] 
[2023-06-26T14:55:00.872Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeOfType.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.872Z] 
[2023-06-26T14:55:00.873Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Contain.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.873Z] 
[2023-06-26T14:55:00.873Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Contain.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.873Z] 
[2023-06-26T14:55:00.873Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\ContainExactly.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.873Z] 
[2023-06-26T14:55:00.873Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\ContainExactly.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.873Z] 
[2023-06-26T14:55:00.873Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Exist.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.873Z] 
[2023-06-26T14:55:00.873Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Exist.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.873Z] 
[2023-06-26T14:55:00.873Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Match.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.873Z] 
[2023-06-26T14:55:00.874Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Match.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.874Z] 
[2023-06-26T14:55:00.874Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\MatchExactly.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.874Z] 
[2023-06-26T14:55:00.874Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\MatchExactly.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.874Z] 
[2023-06-26T14:55:00.874Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\PesterThrow.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.874Z] 
[2023-06-26T14:55:00.874Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\PesterThrow.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.874Z] 
[2023-06-26T14:55:00.874Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Set-TestInconclusive.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.874Z] 
[2023-06-26T14:55:00.875Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Should.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.875Z] 
[2023-06-26T14:55:00.875Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Should.Tests.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.875Z] 
[2023-06-26T14:55:00.875Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Test-Assertion.ps1" now owned by the administrators group.
[2023-06-26T14:55:00.875Z] 
[2023-06-26T14:55:00.875Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\Context.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.875Z] 
[2023-06-26T14:55:00.875Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\Describe.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.875Z] 
[2023-06-26T14:55:00.875Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\It.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.875Z] 
[2023-06-26T14:55:00.875Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldBe.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.875Z] 
[2023-06-26T14:55:00.876Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldBeGreaterThan.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.876Z] 
[2023-06-26T14:55:00.876Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldBeLessThan.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.876Z] 
[2023-06-26T14:55:00.876Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldBeNullOrEmpty.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.876Z] 
[2023-06-26T14:55:00.876Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldContain.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.876Z] 
[2023-06-26T14:55:00.876Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldExist.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.876Z] 
[2023-06-26T14:55:00.876Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldMatch.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.876Z] 
[2023-06-26T14:55:00.876Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldNotBe.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.876Z] 
[2023-06-26T14:55:00.877Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldNotBeNullOrEmpty.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.877Z] 
[2023-06-26T14:55:00.877Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldNotContain.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.877Z] 
[2023-06-26T14:55:00.877Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldNotExist.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.877Z] 
[2023-06-26T14:55:00.877Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldNotMatch.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.877Z] 
[2023-06-26T14:55:00.877Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldNotThrow.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.877Z] 
[2023-06-26T14:55:00.877Z] SUCCESS: The file (or folder): "c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldThrow.snippets.ps1xml" now owned by the administrators group.
[2023-06-26T14:55:00.877Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester
[2023-06-26T14:55:00.877Z] Successfully processed 1 files; Failed processing 0 files
[2023-06-26T14:55:00.878Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester
[2023-06-26T14:55:00.878Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0
[2023-06-26T14:55:00.878Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\bin
[2023-06-26T14:55:00.878Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Build.bat
[2023-06-26T14:55:00.878Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\build.psake.ps1
[2023-06-26T14:55:00.878Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\CHANGELOG.md
[2023-06-26T14:55:00.878Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\chocolateyInstall.ps1
[2023-06-26T14:55:00.878Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\en-US
[2023-06-26T14:55:00.878Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Examples
[2023-06-26T14:55:00.878Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions
[2023-06-26T14:55:00.878Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\LICENSE
[2023-06-26T14:55:00.878Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\nunit_schema_2.5.xsd
[2023-06-26T14:55:00.878Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.nuspec
[2023-06-26T14:55:00.879Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.psd1
[2023-06-26T14:55:00.879Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.psm1
[2023-06-26T14:55:00.879Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Pester.Tests.ps1
[2023-06-26T14:55:00.879Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\README.md
[2023-06-26T14:55:00.879Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets
[2023-06-26T14:55:00.879Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\bin\Pester.bat
[2023-06-26T14:55:00.879Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\en-US\about_BeforeEach_AfterEach.help.txt
[2023-06-26T14:55:00.879Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\en-US\about_Mocking.help.txt
[2023-06-26T14:55:00.879Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\en-US\about_Pester.help.txt
[2023-06-26T14:55:00.879Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\en-US\about_should.help.txt
[2023-06-26T14:55:00.879Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\en-US\about_TestDrive.help.txt
[2023-06-26T14:55:00.879Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Examples\Calculator
[2023-06-26T14:55:00.879Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Examples\Validator
[2023-06-26T14:55:00.879Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Examples\Calculator\Add-Numbers.ps1
[2023-06-26T14:55:00.880Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Examples\Calculator\Add-Numbers.Tests.ps1
[2023-06-26T14:55:00.880Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Examples\Validator\Validator.Tests.ps1
[2023-06-26T14:55:00.880Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions
[2023-06-26T14:55:00.880Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\BreakAndContinue.Tests.ps1
[2023-06-26T14:55:00.880Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Context.ps1
[2023-06-26T14:55:00.880Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Context.Tests.ps1
[2023-06-26T14:55:00.880Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Coverage.ps1
[2023-06-26T14:55:00.880Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Coverage.Tests.ps1
[2023-06-26T14:55:00.880Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Describe.ps1
[2023-06-26T14:55:00.880Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Describe.Tests.ps1
[2023-06-26T14:55:00.880Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\GlobalMock-A.Tests.ps1
[2023-06-26T14:55:00.880Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\GlobalMock-B.Tests.ps1
[2023-06-26T14:55:00.880Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\In.ps1
[2023-06-26T14:55:00.881Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\In.Tests.ps1
[2023-06-26T14:55:00.881Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\InModuleScope.ps1
[2023-06-26T14:55:00.881Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\InModuleScope.Tests.ps1
[2023-06-26T14:55:00.881Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\It.ps1
[2023-06-26T14:55:00.881Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\It.Tests.ps1
[2023-06-26T14:55:00.881Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Mock.ps1
[2023-06-26T14:55:00.881Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Mock.Tests.ps1
[2023-06-26T14:55:00.881Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\New-Fixture.ps1
[2023-06-26T14:55:00.881Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\New-Fixture.Tests.ps1
[2023-06-26T14:55:00.881Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\PesterState.ps1
[2023-06-26T14:55:00.881Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\PesterState.Tests.ps1
[2023-06-26T14:55:00.881Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\SetupTeardown.ps1
[2023-06-26T14:55:00.881Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\SetupTeardown.Tests.ps1
[2023-06-26T14:55:00.882Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\TestDrive.ps1
[2023-06-26T14:55:00.882Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\TestDrive.Tests.ps1
[2023-06-26T14:55:00.882Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\TestResults.ps1
[2023-06-26T14:55:00.882Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\TestResults.Tests.ps1
[2023-06-26T14:55:00.882Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\TestsRunningInCleanRunspace.Tests.ps1
[2023-06-26T14:55:00.882Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Be.ps1
[2023-06-26T14:55:00.882Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Be.Tests.ps1
[2023-06-26T14:55:00.882Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeGreaterThan.ps1
[2023-06-26T14:55:00.882Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeGreaterThan.Tests.ps1
[2023-06-26T14:55:00.882Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeLessThan.ps1
[2023-06-26T14:55:00.882Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeLessThan.Tests.ps1
[2023-06-26T14:55:00.882Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeLike.ps1
[2023-06-26T14:55:00.882Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeLike.Tests.ps1
[2023-06-26T14:55:00.883Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeLikeExactly.ps1
[2023-06-26T14:55:00.883Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeLikeExactly.Tests.ps1
[2023-06-26T14:55:00.883Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeNullOrEmpty.ps1
[2023-06-26T14:55:00.883Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeNullOrEmpty.Tests.ps1
[2023-06-26T14:55:00.883Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeOfType.ps1
[2023-06-26T14:55:00.883Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\BeOfType.Tests.ps1
[2023-06-26T14:55:00.883Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Contain.ps1
[2023-06-26T14:55:00.883Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Contain.Tests.ps1
[2023-06-26T14:55:00.883Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\ContainExactly.ps1
[2023-06-26T14:55:00.883Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\ContainExactly.Tests.ps1
[2023-06-26T14:55:00.884Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Exist.ps1
[2023-06-26T14:55:00.884Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Exist.Tests.ps1
[2023-06-26T14:55:00.884Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Match.ps1
[2023-06-26T14:55:00.884Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Match.Tests.ps1
[2023-06-26T14:55:00.884Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\MatchExactly.ps1
[2023-06-26T14:55:00.885Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\MatchExactly.Tests.ps1
[2023-06-26T14:55:00.885Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\PesterThrow.ps1
[2023-06-26T14:55:00.885Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\PesterThrow.Tests.ps1
[2023-06-26T14:55:00.885Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Set-TestInconclusive.ps1
[2023-06-26T14:55:00.885Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Should.ps1
[2023-06-26T14:55:00.885Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Should.Tests.ps1
[2023-06-26T14:55:00.885Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Functions\Assertions\Test-Assertion.ps1
[2023-06-26T14:55:00.886Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\Context.snippets.ps1xml
[2023-06-26T14:55:00.886Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\Describe.snippets.ps1xml
[2023-06-26T14:55:00.886Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\It.snippets.ps1xml
[2023-06-26T14:55:00.886Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldBe.snippets.ps1xml
[2023-06-26T14:55:00.886Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldBeGreaterThan.snippets.ps1xml
[2023-06-26T14:55:00.886Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldBeLessThan.snippets.ps1xml
[2023-06-26T14:55:00.886Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldBeNullOrEmpty.snippets.ps1xml
[2023-06-26T14:55:00.886Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldContain.snippets.ps1xml
[2023-06-26T14:55:00.886Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldExist.snippets.ps1xml
[2023-06-26T14:55:00.887Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldMatch.snippets.ps1xml
[2023-06-26T14:55:00.887Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldNotBe.snippets.ps1xml
[2023-06-26T14:55:00.887Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldNotBeNullOrEmpty.snippets.ps1xml
[2023-06-26T14:55:00.887Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldNotContain.snippets.ps1xml
[2023-06-26T14:55:00.887Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldNotExist.snippets.ps1xml
[2023-06-26T14:55:00.887Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldNotMatch.snippets.ps1xml
[2023-06-26T14:55:00.887Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldNotThrow.snippets.ps1xml
[2023-06-26T14:55:00.887Z] processed file: c:\Program Files\WindowsPowerShell\Modules\Pester\3.4.0\Snippets\ShouldThrow.snippets.ps1xml
[2023-06-26T14:55:00.887Z] Successfully processed 105 files; Failed processing 0 files
[2023-06-26T15:51:57.519Z] Sending interrupt signal to process
[2023-06-26T15:52:17.520Z] After 20s process did not stop

Details

  • Build (1 hr 2 min)
    • windows (5 ms)
      • Checkout (12 sec)
      • Build (2 min 33 sec)
      • Test (57 min)
        Error: null
    • almalinux_jdk11 (3 ms)
      • Checkout (12 sec)
      • Static analysis (9.8 sec)
      • Build linux-almalinux_jdk11 (38 sec)
      • Test linux-almalinux_jdk11 (1 min 15 sec)
    • alpine_jdk11 (3 ms)
      • Checkout (9.2 sec)
      • Static analysis (7.3 sec)
      • Build linux-alpine_jdk11 (29 sec)
      • Test linux-alpine_jdk11 (1 min 20 sec)
    • alpine_jdk17 (3 ms)
      • Checkout (9.2 sec)
      • Static analysis (7.3 sec)
      • Build linux-alpine_jdk17 (26 sec)
      • Test linux-alpine_jdk17 (1 min 14 sec)
    • centos7_jdk11 (3 ms)
      • Checkout (10 sec)
      • Static analysis (8.9 sec)
      • Build linux-centos7_jdk11 (55 sec)
      • Test linux-centos7_jdk11 (1 min 14 sec)
    • debian_jdk11 (4 ms)
      • Checkout (11 sec)
      • Static analysis (9.4 sec)
      • Build linux-debian_jdk11 (40 sec)
      • Test linux-debian_jdk11 (1 min 12 sec)
    • debian_jdk17 (3 ms)
      • Checkout (10 sec)
      • Static analysis (6.9 sec)
      • Build linux-debian_jdk17 (34 sec)
      • Test linux-debian_jdk17 (1 min 10 sec)
    • debian_slim_jdk11 (6 ms)
      • Checkout (11 sec)
      • Static analysis (8.4 sec)
      • Build linux-debian_slim_jdk11 (34 sec)
      • Test linux-debian_slim_jdk11 (1 min 22 sec)
    • debian_slim_jdk17 (3 ms)
      • Checkout (11 sec)
      • Static analysis (8.1 sec)
      • Build linux-debian_slim_jdk17 (36 sec)
      • Test linux-debian_slim_jdk17 (1 min 10 sec)
    • rhel_ubi8_jdk11 (4 ms)
      • Checkout (10 sec)
      • Static analysis (6.8 sec)
      • Build linux-rhel_ubi8_jdk11 (30 sec)
      • Test linux-rhel_ubi8_jdk11 (1 min 23 sec)
    • rhel_ubi9_jdk17 (3 ms)
      • Checkout (10 sec)
      • Static analysis (8.3 sec)
      • Build linux-rhel_ubi9_jdk17 (32 sec)
      • Test linux-rhel_ubi9_jdk17 (1 min 16 sec)
    • multiarch-build (14 min)
      • Checkout (10 sec)
      • Multi arch build (11 min)