-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yamux: keepalive failed: i/o deadline reached #11509
Comments
Thanks for reaching out. We’ll take a look to see what might be causing this. Thanks for linking the other issues in the description. |
Hey @pgrmega, do you have more info for us to be able to repro this ? Like a simplified packer build config ? And, maybe the system + shell this is running on ? We will also need the full log. Thanks ! |
Hello, We migrated the server on wich it was running from Windows Server 2016 to Windows Server 2019. This was running on Powershell 5.2 on Windows Server 2016. JSON Config Files :
|
I'm not even sure where this error is coming from. I cloned both the packer repo and the plugin I use, and neither has |
We seem to experience the same issue on the following Nomad version run on M3 macbook pro.
This happens when we run nomad in a dev mode to construct a local cluster for testing. No other jobs run on a cluster. The This is a portion of an error:
This works normal when run on our CentOS servers. |
Hello,
Overview of the Issue
We use packer to automatically build HyperV VMs.
The scripts are directly executed on the HyperV server heberged in our own local infrastructure.
We build several VMs in parallel (up to 7).
Sometime we encounter an error "yamux: keepalive failed: i/o deadline reached".
We cannot determine a link between this error and any element (CPU, memory, network, disk, etc...).
We looked for any known issue looking like what we experiment and find #3378, #5360, #6410, #6475
But it didn't helped us => we are not running in Azure but on a Windows Server 2016.
Reproduction Steps
No specific element identified to reproduce the issue.
We lowered the number of VMs in parallel.
We tried to check if reboot of the server improve the behavior.
But no way to find a determining element.
Packer version
From
packer version
1.7.8Operating system and Environment details
Windows Server 2016
Intel Xeon CPU X5650 @ 2.67GHz (2procs)
RAM : 192 GB
Log Fragments and crash.log files
2022/01/19 23:01:22 [ERR] yamux: keepalive failed: i/o deadline reached
2022/01/19 23:02:07 [INFO] (telemetry) ending powershell
2022/01/19 23:02:22 [ERR] yamux: keepalive failed: i/o deadline reached
2022/01/19 23:02:22 [INFO] (telemetry) ending hyperv-vmcx
2022/01/19 23:02:22 [INFO] 537 bytes written for 'stderr'
2022/01/19 23:02:22 [INFO] 20095 bytes written for 'stdout'
2022/01/19 23:02:22 [ERR] Error decoding response stream 6: EOF
2022/01/19 23:02:22 [INFO] RPC endpoint: Communicator ended with: 123
2022/01/19 23:03:12 packer.exe plugin: [INFO] 537 bytes written for 'stderr'
2022/01/19 23:03:12 packer.exe plugin: [INFO] 20095 bytes written for 'stdout'
2022/01/19 23:03:12 packer.exe plugin: [ERR] Error decoding response stream 5: EOF
2022/01/19 23:03:12 packer.exe plugin: c:/Windows/Temp/script-61e85116-8b32-7360-3555-f83ea4f243bc.ps1 returned with exit code 123
2022/01/19 23:03:12 packer.exe plugin: waiting for all plugin processes to complete...
Thank you for any help
The text was updated successfully, but these errors were encountered: