Replies: 2 comments 8 replies
-
Hi @dawsunnn the dates are funny in your log: Can you provide the link to the last action run ? You should also be able to get the debug archive artifact and check the build log for that module. Maybe this module had an update and we didn't see the problem for now on glpi-agent as the built perl is cached. |
Beta Was this translation helpful? Give feedback.
-
Hi @dawsunnn just wanted to tell you I just managed to run the build on a windows 11 environment without an issue:
To be honest, I had an issue the first time on the Socket6 package. But looking at the "FAIL" related report in the debug archive, I found it was just a temporary issue while downloading the package. I restarted the build and I got the MSI generated. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Documentation & bug reporting acknowledgment
Yes, I read it
Describe your problem
Context:
I am facing an issue while building GLPI Agent on Windows. The build fails specifically during the installation of the Perl module Test::MockModule. The issue occurs both in the GitHub Actions workflow and when I replicate the steps locally.
Environment:
Operating System: Windows 10 22H2 (Build 19045.5371)

Perl Version: StrawberryPerl 5.32.1001 (x64)
Build Method: Replicated the GitHub Actions steps exactly without any modifications or additional parameters.
Relevant Logs:
To reproduce:
Clone the repository from GitHub.
Follow the documented steps for building GLPI Agent for Windows.
Run the script.
Observe the failure during the Test::MockModule installation step.
Actions Taken:
I verified that the steps I follow locally are identical to the GitHub Actions workflow.
I attempted manual installation of Test::MockModule, but the issue persists.
I have tried forcing installation (--force) and disabling tests, but it did not resolve the problem.
Expectation:
I would like assistance to understand:
Why Test::MockModule fails to install, even though its dependencies are being fetched correctly.
If there are any additional configuration steps or dependencies required for building on Windows.
Any recommendations to resolve this issue and complete the build successfully.
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions