Hey,
Anyone seen any setting or issue with a plugin that would cut the console output short?
e.g.
13:44:27 PLAY [foo] *********************************************************************
13:44:27
13:44:27 TASK [bar : Ensure the version is installed] ***********************
13:44:27 Wednesday 17 April 2019 03:44:27 +0000 (0:00:09.260) 0:01:03.174 *******
13:44:28 FATAL: command execution failed
13:44:28 hudson.AbortException: Ansible playbook execution failed
13:44:28 at org.jenkinsci.plugins.ansible.AnsiblePlaybookBuilder.perform(AnsiblePlaybookBuilder.java:262)
13:44:28 at org.jenkinsci.plugins.ansible.workflow.AnsiblePlaybookStep$AnsiblePlaybookExecution.run(AnsiblePlaybookStep.java:400)
13:44:28 at org.jenkinsci.plugins.ansible.workflow.AnsiblePlaybookStep$AnsiblePlaybookExecution.run(AnsiblePlaybookStep.java:321)
13:44:28 at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)
13:44:28 at hudson.security.ACL.impersonate(ACL.java:290)
13:44:28 at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)
13:44:28 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
13:44:28 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
13:44:28 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
13:44:28 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
13:44:28 at java.lang.Thread.run(Thread.java:748)
13:44:28 [Pipeline] }
13:44:28 [Pipeline] // ansiColor
13:44:28 [Pipeline] }
13:44:28 [Pipeline] // dir
13:44:28 [Pipeline] }
13:44:28 [Pipeline] // stage
13:44:28 [Pipeline] }
13:44:28 [Pipeline] // withEnv
13:44:28 [Pipeline] }
13:44:28 [Pipeline] // node
13:44:28 [Pipeline] End of Pipeline
13:44:28 ERROR: Ansible playbook execution failed
13:44:28 Finished: FAILURE
You would normally see the Ansible error, and playbook host summary at the end, but something seems to be cutting the output short. It's not just on error either, we've occasionally seen a successful job also have the end output cut short.
We're running Jenkins 2.164.1 using the Docker 1.16 plugin - which also made us think it could be the container shutting down before output is captured maybe?
Anyone any ideas or seen similar?
Thanks!