You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue was realized in a local development environment on a Windows 11 machine.
Date/time occurred
This issue started around mid December 2024.
Description
When running mvn verify on pass-support, there will be an intermittent issue with docker that will interrupt the build process and fail to complete the whole mvn verify process. It happens at various points of the build process. Two documented modules where it happens is during the pass-journal-loader-nih , nihms-token-refresh, and nihms-docker module.
Steps to Reproduce
Run mvn verify. The issue will occur intermittently so it may take a couple runs before the error presents itself. More often than not, cleaning out the images and volumes and then restarting docker will stop this error for happening, but it will return on another run.
Expected Results
A successful mvn verify
Actual Results
What occurs is a the error message: [ERROR] DOCKER> Cannot create docker access object [\\.\pipe\docker_engine (All pipe instances are busy)]
Environment
The issue was realized in a local development environment on a Windows 11 machine.
Date/time occurred
This issue started around mid December 2024.
Description
When running
mvn verify
on pass-support, there will be an intermittent issue with docker that will interrupt the build process and fail to complete the wholemvn verify
process. It happens at various points of the build process. Two documented modules where it happens is during thepass-journal-loader-nih
,nihms-token-refresh
, andnihms-docker
module.Steps to Reproduce
Run
mvn verify
. The issue will occur intermittently so it may take a couple runs before the error presents itself. More often than not, cleaning out the images and volumes and then restarting docker will stop this error for happening, but it will return on another run.Expected Results
A successful
mvn verify
Actual Results
What occurs is a the error message:
[ERROR] DOCKER> Cannot create docker access object [\\.\pipe\docker_engine (All pipe instances are busy)]
Evidence
During the
nihms-token-refresh
submoduleDuring the
nihms-docker
module verify, in particular thebuild-nihms-docker-image
exectionDuring the
pass-journal-loader-nih
Commenting out
io.fabric8
inpass-journal-loader-nih
Commenting out the plugin in the
pass-journal-loader-nih
will prevent the image from being built and allow theverify
process to continue.However, keeping the plugin uncommented, but only running
verify
on thepass-journal-loader-nih
module, will allow it to passCommenting out
io.fabric8
docker-maven-plugin
inpass-journal-loader-nih
,nihms-docker
, andnihms-token-refresh
Commenting out the
io.fabric8
docker-maven-plugin
in all three of these module's POMs will result inpass-support
runningmvn verify
successfully.Estimated Severity
Low-Medium. Will it will be successful sometimes, but it is a real problem for Windows developers. This is not an issue for end users.
The text was updated successfully, but these errors were encountered: