dfarrell07

packer_docker_commit_fail_io

Jan 12th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1. ==> qemu: Provisioning with shell script: provision/minimize.sh
  2. qemu: + sudo dd if=/dev/zero of=/EMPTY bs=1M
  3. qemu: dd: error writing '/EMPTY': No space left on device
  4. qemu: 14326+0 records in
  5. qemu: 14325+0 records out
  6. qemu: 15020851200 bytes (15 GB, 14 GiB) copied, 40.1806 s, 374 MB/s
  7. qemu: + true
  8. qemu: + sudo rm -f /EMPTY
  9. qemu: + sudo sync
  10. ==> docker: Provisioning with Ansible...
  11. docker: Creating Ansible staging directory...
  12. docker: Creating directory: /tmp/packer-provisioner-ansible-local
  13. docker: Uploading main Playbook file...
  14. docker: Uploading inventory file...
  15. docker: Executing Ansible: cd /tmp/packer-provisioner-ansible-local && ANSIBLE_FORCE_COLOR=1 PYTHONUNBUFFERED=1 ansible-playbook /tmp/packer-provisioner-ansible-local/install_odl.yml --extra-vars "rpm_repo_file=opendaylight-52-release.repo rpm_repo_url='https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-52-release.repo'" -c local -i /tmp/packer-provisioner-ansible-local/packer-provisioner-ansible-local849810156
  16. docker: [DEPRECATION WARNING]: Instead of sudo/sudo_user, use become/become_user and
  17. docker: make sure become_method is 'sudo' (default).
  18. docker: This feature will be removed in a
  19. docker: future release. Deprecation warnings can be disabled by setting
  20. docker: deprecation_warnings=False in ansible.cfg.
  21. docker:
  22. docker: PLAY [localhost] ***************************************************************
  23. docker:
  24. docker: TASK [setup] *******************************************************************
  25. docker: ok: [127.0.0.1]
  26. docker:
  27. docker: TASK [opendaylight : Set OS name for .deb repo for Debian in OBS] **************
  28. docker: skipping: [127.0.0.1]
  29. docker:
  30. docker: TASK [opendaylight : Set OS name for .deb repo for Ubuntu in OBS] **************
  31. docker: skipping: [127.0.0.1]
  32. docker:
  33. docker: TASK [opendaylight : Add the repository key to apt] ****************************
  34. docker: skipping: [127.0.0.1]
  35. docker:
  36. docker: TASK [opendaylight : Add ODL deb repo] *****************************************
  37. docker: skipping: [127.0.0.1]
  38. docker:
  39. docker: TASK [opendaylight : Add jessie-backports] *************************************
  40. docker: skipping: [127.0.0.1]
  41. docker:
  42. docker: TASK [opendaylight : Install ODL via Deb repo] *********************************
  43. docker: skipping: [127.0.0.1]
  44. docker:
  45. docker: TASK [opendaylight : Add jessie-backports] *************************************
  46. docker: skipping: [127.0.0.1]
  47. docker:
  48. docker: TASK [opendaylight : Install ODL via Deb path] *********************************
  49. docker: skipping: [127.0.0.1]
  50. docker:
  51. docker: TASK [opendaylight : Download ODL yum repo] ************************************
  52. docker: changed: [127.0.0.1]
  53. docker:
  54. docker: TASK [opendaylight : Set ODL yum repo file properties] *************************
  55. docker: ok: [127.0.0.1]
  56. docker:
  57. docker: TASK [opendaylight : Install ODL via RPM repo] *********************************
  58. docker: changed: [127.0.0.1]
  59. docker:
  60. docker: TASK [opendaylight : Install ODL via RPM path] *********************************
  61. docker: skipping: [127.0.0.1]
  62. docker:
  63. docker: TASK [opendaylight : Build Karaf feature list] *********************************
  64. docker: ok: [127.0.0.1]
  65. docker:
  66. docker: TASK [opendaylight : Configure ODL Karaf features] *****************************
  67. docker: ok: [127.0.0.1]
  68. docker:
  69. docker: TASK [opendaylight : Configure ODL NB REST port] *******************************
  70. docker: ok: [127.0.0.1]
  71. docker:
  72. docker: TASK [opendaylight : Check if in a container] **********************************
  73. docker: ok: [127.0.0.1]
  74. docker:
  75. docker: TASK [opendaylight : Check if FirewallD service is running] ********************
  76. docker: skipping: [127.0.0.1]
  77. docker:
  78. docker: TASK [opendaylight : Open ODL NB REST port via FirewallD] **********************
  79. docker: skipping: [127.0.0.1]
  80. docker:
  81. docker: TASK [opendaylight : Check if in a container] **********************************
  82. docker: ok: [127.0.0.1]
  83. docker:
  84. docker: TASK [opendaylight : Start ODL systemd service] ********************************
  85. docker: skipping: [127.0.0.1]
  86. docker:
  87. docker: PLAY RECAP *********************************************************************
  88. docker: 127.0.0.1 : ok=9 changed=2 unreachable=0 failed=0
  89. docker:
  90. ==> docker: Committing the container
  91. ==> docker: Error committing container: exit status 1
  92. ==> docker: Stderr: Error response from daemon: ApplyLayer exit status 1 stdout: stderr: write /opt/opendaylight/system/org/yaml/snakeyaml/1.11/snakeyaml-1.11.jar: input/output error
  93. ==> docker:
  94. ==> docker: Killing the container: 5434c54f514d223f8b9d41243c41bd17e6e088a2b281c372e26789984dbb4a3c
  95. Build 'docker' errored: Error committing container: exit status 1
  96. Stderr: Error response from daemon: ApplyLayer exit status 1 stdout: stderr: write /opt/opendaylight/system/org/yaml/snakeyaml/1.11/snakeyaml-1.11.jar: input/output error
  97.  
  98.  
  99. ==> Some builds didn't complete successfully and had errors:
  100. --> docker: Error committing container: exit status 1
  101. Stderr: Error response from daemon: ApplyLayer exit status 1 stdout: stderr: write /opt/opendaylight/system/org/yaml/snakeyaml/1.11/snakeyaml-1.11.jar: input/output error
  102.  
  103.  
  104. ==> Builds finished but no artifacts were created
Advertisement
Add Comment
Please, Sign In to add comment