Advertisement
Guest User

Untitled

a guest
Dec 7th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.10 KB | None | 0 0
  1. Started by upstream project "IntelCore2Duo" build number 124
  2. originally caused by:
  3. Started by GitHub push by devalberg
  4. Building in workspace /var/lib/jenkins/workspace/Deployment
  5. [ssh-agent] Looking for ssh-agent implementation...
  6. [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
  7. $ ssh-agent
  8. SSH_AUTH_SOCK=/tmp/ssh-3sirFZKmhhAA/agent.31335
  9. SSH_AGENT_PID=31337
  10. [ssh-agent] Started.
  11. Running ssh-add (command line suppressed)
  12. Identity added: /var/lib/jenkins/workspace/Deployment@tmp/private_key_5115303800353180080.key (/var/lib/jenkins/workspace/Deployment@tmp/private_key_5115303800353180080.key)
  13. [ssh-agent] Using credentials danielv16
  14. [Deployment] $ /bin/sh -xe /tmp/jenkins1741859806705571853.sh
  15. + rm -rf repository
  16. + git clone git@github.com:IntelCore2Duo/hgop.git repository
  17. Cloning into 'repository'...
  18. + cd repository
  19. + git checkout daefa9a6c752de5e561846b7dcc029f17abc9bd2
  20. Note: checking out 'daefa9a6c752de5e561846b7dcc029f17abc9bd2'.
  21.  
  22. You are in 'detached HEAD' state. You can look around, make experimental
  23. changes and commit them, and you can discard any commits you make in this
  24. state without impacting any branches by performing another checkout.
  25.  
  26. If you want to create a new branch to retain commits you create, you may
  27. do so (now or later) by using -b with the checkout command again. Example:
  28.  
  29. git checkout -b <new-branch-name>
  30.  
  31. HEAD is now at daefa9a chages to ports again
  32. + rm /var/lib/jenkins/terraform/hgop/production/infrastructure.tf
  33. + cp infrastructure.tf /var/lib/jenkins/terraform/hgop/production
  34. + cp -rf scripts/ /var/lib/jenkins/terraform/hgop/production
  35. + cp docker-compose.yml /var/lib/jenkins/terraform/hgop/production
  36. + cd /var/lib/jenkins/terraform/hgop/production
  37. + terraform init
  38.  
  39. Initializing provider plugins...
  40.  
  41. The following providers do not have any version constraints in configuration,
  42. so the latest version was installed.
  43.  
  44. To prevent automatic upgrades to new major versions that may contain breaking
  45. changes, it is recommended to add version = "..." constraints to the
  46. corresponding provider blocks in configuration, with the constraint strings
  47. suggested below.
  48.  
  49. * provider.aws: version = "~> 1.51"
  50.  
  51. Terraform has been successfully initialized!
  52. 
  53. You may now begin working with Terraform. Try running "terraform plan" to see
  54. any changes that are required for your infrastructure. All Terraform commands
  55. should now work.
  56.  
  57. If you ever set or change modules or backend configuration for Terraform,
  58. rerun this command to reinitialize your working directory. If you forget, other
  59. commands will detect it and remind you to do so if necessary.
  60. + terraform destroy -auto-approve
  61. aws_security_group.game_security_group: Refreshing state... (ID: sg-046415d7473a0558c)
  62. aws_instance.game_server: Refreshing state... (ID: i-05cea20c53d3808e3)
  63. aws_instance.game_server: Destroying... (ID: i-05cea20c53d3808e3)
  64. aws_instance.game_server: Still destroying... (ID: i-05cea20c53d3808e3, 10s elapsed)
  65. aws_instance.game_server: Still destroying... (ID: i-05cea20c53d3808e3, 20s elapsed)
  66. aws_instance.game_server: Still destroying... (ID: i-05cea20c53d3808e3, 30s elapsed)
  67. aws_instance.game_server: Still destroying... (ID: i-05cea20c53d3808e3, 40s elapsed)
  68. aws_instance.game_server: Still destroying... (ID: i-05cea20c53d3808e3, 50s elapsed)
  69. aws_instance.game_server: Destruction complete after 1m0s
  70. aws_security_group.game_security_group: Destroying... (ID: sg-046415d7473a0558c)
  71. aws_security_group.game_security_group: Destruction complete after 1s
  72. 
  73. Destroy complete! Resources: 2 destroyed.
  74. + terraform apply -auto-approve
  75. aws_security_group.game_security_group: Creating...
  76. arn: "" => "<computed>"
  77. description: "" => "Managed by Terraform"
  78. egress.#: "" => "1"
  79. egress.482069346.cidr_blocks.#: "" => "1"
  80. egress.482069346.cidr_blocks.0: "" => "0.0.0.0/0"
  81. egress.482069346.description: "" => ""
  82. egress.482069346.from_port: "" => "0"
  83. egress.482069346.ipv6_cidr_blocks.#: "" => "0"
  84. egress.482069346.prefix_list_ids.#: "" => "0"
  85. egress.482069346.protocol: "" => "-1"
  86. egress.482069346.security_groups.#: "" => "0"
  87. egress.482069346.self: "" => "false"
  88. egress.482069346.to_port: "" => "0"
  89. ingress.#: "" => "2"
  90. ingress.1994621032.cidr_blocks.#: "" => "1"
  91. ingress.1994621032.cidr_blocks.0: "" => "0.0.0.0/0"
  92. ingress.1994621032.description: "" => ""
  93. ingress.1994621032.from_port: "" => "3000"
  94. ingress.1994621032.ipv6_cidr_blocks.#: "" => "0"
  95. ingress.1994621032.prefix_list_ids.#: "" => "0"
  96. ingress.1994621032.protocol: "" => "tcp"
  97. ingress.1994621032.security_groups.#: "" => "0"
  98. ingress.1994621032.self: "" => "false"
  99. ingress.1994621032.to_port: "" => "3000"
  100. ingress.2541437006.cidr_blocks.#: "" => "1"
  101. ingress.2541437006.cidr_blocks.0: "" => "0.0.0.0/0"
  102. ingress.2541437006.description: "" => ""
  103. ingress.2541437006.from_port: "" => "22"
  104. ingress.2541437006.ipv6_cidr_blocks.#: "" => "0"
  105. ingress.2541437006.prefix_list_ids.#: "" => "0"
  106. ingress.2541437006.protocol: "" => "tcp"
  107. ingress.2541437006.security_groups.#: "" => "0"
  108. ingress.2541437006.self: "" => "false"
  109. ingress.2541437006.to_port: "" => "22"
  110. name: "" => "GameSecurityGroup"
  111. owner_id: "" => "<computed>"
  112. revoke_rules_on_delete: "" => "false"
  113. vpc_id: "" => "<computed>"
  114. aws_security_group.game_security_group: Creation complete after 1s (ID: sg-0414e7367b7f5faa3)
  115. aws_instance.game_server: Creating...
  116. ami: "" => "ami-0ac019f4fcb7cb7e6"
  117. arn: "" => "<computed>"
  118. associate_public_ip_address: "" => "<computed>"
  119. availability_zone: "" => "<computed>"
  120. cpu_core_count: "" => "<computed>"
  121. cpu_threads_per_core: "" => "<computed>"
  122. ebs_block_device.#: "" => "<computed>"
  123. ephemeral_block_device.#: "" => "<computed>"
  124. get_password_data: "" => "false"
  125. instance_state: "" => "<computed>"
  126. instance_type: "" => "t2.micro"
  127. ipv6_address_count: "" => "<computed>"
  128. ipv6_addresses.#: "" => "<computed>"
  129. key_name: "" => "GameKeyPair"
  130. network_interface.#: "" => "<computed>"
  131. network_interface_id: "" => "<computed>"
  132. password_data: "" => "<computed>"
  133. placement_group: "" => "<computed>"
  134. primary_network_interface_id: "" => "<computed>"
  135. private_dns: "" => "<computed>"
  136. private_ip: "" => "<computed>"
  137. public_dns: "" => "<computed>"
  138. public_ip: "" => "<computed>"
  139. root_block_device.#: "" => "<computed>"
  140. security_groups.#: "" => "<computed>"
  141. source_dest_check: "" => "true"
  142. subnet_id: "" => "<computed>"
  143. tags.%: "" => "1"
  144. tags.Name: "" => "GameServer"
  145. tenancy: "" => "<computed>"
  146. volume_tags.%: "" => "<computed>"
  147. vpc_security_group_ids.#: "" => "1"
  148. vpc_security_group_ids.172812682: "" => "sg-0414e7367b7f5faa3"
  149. aws_instance.game_server: Still creating... (10s elapsed)
  150. aws_instance.game_server: Still creating... (20s elapsed)
  151. aws_instance.game_server: Still creating... (30s elapsed)
  152. aws_instance.game_server: Provisioning with 'file'...
  153. aws_instance.game_server: Still creating... (40s elapsed)
  154. aws_instance.game_server: Provisioning with 'file'...
  155. aws_instance.game_server: Provisioning with 'file'...
  156. aws_instance.game_server: Provisioning with 'remote-exec'...
  157. aws_instance.game_server (remote-exec): Connecting to remote host via SSH...
  158. aws_instance.game_server (remote-exec): Host: 52.203.61.173
  159. aws_instance.game_server (remote-exec): User: ubuntu
  160. aws_instance.game_server (remote-exec): Password: false
  161. aws_instance.game_server (remote-exec): Private key: true
  162. aws_instance.game_server (remote-exec): SSH Agent: true
  163. aws_instance.game_server (remote-exec): Checking Host Key: false
  164. aws_instance.game_server (remote-exec): Connected!
  165. aws_instance.game_server: Creation complete after 47s (ID: i-0bf4a5a785d7377b1)
  166. 
  167. Apply complete! Resources: 2 added, 0 changed, 0 destroyed.
  168. 
  169. Outputs:
  170.  
  171. public_ip = 52.203.61.173
  172. + terraform output public_ip
  173. + echo Game API running at + 52.203.61.173
  174. Game API running at + 52.203.61.173
  175. + terraform output public_ip
  176. + ssh -o StrictHostKeyChecking=no -i ~/.aws/GameKeyPair.pem ubuntu@52.203.61.173 ./initialize_game_api_instance.sh
  177. Warning: Permanently added '52.203.61.173' (ECDSA) to the list of known hosts.
  178. This script installs everything needed to run our API on the instance
  179. and then starts the API.
  180. Installing Docker
  181. Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
  182. Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
  183. Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
  184. Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
  185. Get:5 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB]
  186. Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [218 kB]
  187. Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [84.0 kB]
  188. Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [106 kB]
  189. Get:9 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB]
  190. Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [60.3 kB]
  191. Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [1440 B]
  192. Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB]
  193. Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [996 B]
  194. Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB]
  195. Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [454 kB]
  196. Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [169 kB]
  197. Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [6992 B]
  198. Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [3076 B]
  199. Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [592 kB]
  200. Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [165 kB]
  201. Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [6372 B]
  202. Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [3356 B]
  203. Get:23 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [3468 B]
  204. Get:24 http://archive.ubuntu.com/ubuntu bionic-backports/universe Translation-en [1604 B]
  205. Fetched 15.9 MB in 6s (2697 kB/s)
  206. Reading package lists...
  207. Reading package lists...
  208. Building dependency tree...
  209. Reading state information...
  210. ca-certificates is already the newest version (20180409).
  211. software-properties-common is already the newest version (0.96.24.32.5).
  212. The following additional packages will be installed:
  213. libcurl4
  214. The following NEW packages will be installed:
  215. apt-transport-https
  216. The following packages will be upgraded:
  217. curl libcurl4
  218. 2 upgraded, 1 newly installed, 0 to remove and 115 not upgraded.
  219. Need to get 374 kB of archives.
  220. After this operation, 152 kB of additional disk space will be used.
  221. Get:1 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.6 [1692 B]
  222. Get:2 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.5 [159 kB]
  223. Get:3 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.5 [214 kB]
  224. debconf: unable to initialize frontend: Dialog
  225. debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
  226. debconf: falling back to frontend: Readline
  227. debconf: unable to initialize frontend: Readline
  228. debconf: (This frontend requires a controlling tty.)
  229. debconf: falling back to frontend: Teletype
  230. dpkg-preconfigure: unable to re-open stdin:
  231. Fetched 374 kB in 0s (11.7 MB/s)
  232. Selecting previously unselected package apt-transport-https.
  233. (Reading database ...
  234. (Reading database ... 5%
  235. (Reading database ... 10%
  236. (Reading database ... 15%
  237. (Reading database ... 20%
  238. (Reading database ... 25%
  239. (Reading database ... 30%
  240. (Reading database ... 35%
  241. (Reading database ... 40%
  242. (Reading database ... 45%
  243. (Reading database ... 50%
  244. (Reading database ... 55%
  245. (Reading database ... 60%
  246. (Reading database ... 65%
  247. (Reading database ... 70%
  248. (Reading database ... 75%
  249. (Reading database ... 80%
  250. (Reading database ... 85%
  251. (Reading database ... 90%
  252. (Reading database ... 95%
  253. (Reading database ... 100%
  254. (Reading database ... 56473 files and directories currently installed.)
  255. Preparing to unpack .../apt-transport-https_1.6.6_all.deb ...
  256. Unpacking apt-transport-https (1.6.6) ...
  257. Preparing to unpack .../curl_7.58.0-2ubuntu3.5_amd64.deb ...
  258. Unpacking curl (7.58.0-2ubuntu3.5) over (7.58.0-2ubuntu3.2) ...
  259. Preparing to unpack .../libcurl4_7.58.0-2ubuntu3.5_amd64.deb ...
  260. Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.5) over (7.58.0-2ubuntu3.2) ...
  261. Setting up apt-transport-https (1.6.6) ...
  262. Setting up libcurl4:amd64 (7.58.0-2ubuntu3.5) ...
  263. Processing triggers for libc-bin (2.27-3ubuntu1) ...
  264. Processing triggers for man-db (2.8.3-2) ...
  265. Setting up curl (7.58.0-2ubuntu3.5) ...
  266. Warning: apt-key output should not be parsed (stdout is not a terminal)
  267. OK
  268. Hit:1 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic InRelease
  269. Hit:2 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates InRelease
  270. Hit:3 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-backports InRelease
  271. Get:4 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB]
  272. Get:5 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/restricted Sources [5324 B]
  273. Get:6 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe Sources [9051 kB]
  274. Hit:7 http://security.ubuntu.com/ubuntu bionic-security InRelease
  275. Get:8 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/multiverse Sources [181 kB]
  276. Get:9 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main Sources [829 kB]
  277. Get:10 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/restricted Sources [2064 B]
  278. Get:11 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/main Sources [218 kB]
  279. Get:12 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/multiverse Sources [3824 B]
  280. Get:13 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates/universe Sources [106 kB]
  281. Get:14 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-backports/universe Sources [2068 B]
  282. Get:15 https://download.docker.com/linux/ubuntu bionic/stable amd64 Packages [3161 B]
  283. Get:16 http://security.ubuntu.com/ubuntu bionic-security/main Sources [64.1 kB]
  284. Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe Sources [26.7 kB]
  285. Get:18 http://security.ubuntu.com/ubuntu bionic-security/multiverse Sources [1336 B]
  286. Fetched 10.6 MB in 2s (4601 kB/s)
  287. Reading package lists...
  288. Hit:1 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic InRelease
  289. Hit:2 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-updates InRelease
  290. Hit:3 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic-backports InRelease
  291. Hit:4 https://download.docker.com/linux/ubuntu bionic InRelease
  292. Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease
  293. Reading package lists...
  294. Reading package lists...
  295. Building dependency tree...
  296. Reading state information...
  297. The following additional packages will be installed:
  298. aufs-tools cgroupfs-mount containerd.io docker-ce-cli libltdl7 pigz
  299. The following NEW packages will be installed:
  300. aufs-tools cgroupfs-mount containerd.io docker-ce docker-ce-cli libltdl7
  301. pigz
  302. 0 upgraded, 7 newly installed, 0 to remove and 115 not upgraded.
  303. Need to get 50.6 MB of archives.
  304. After this operation, 243 MB of additional disk space will be used.
  305. Get:1 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 pigz amd64 2.4-1 [57.4 kB]
  306. Get:2 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 aufs-tools amd64 1:4.9+20170918-1ubuntu1 [104 kB]
  307. Get:3 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/universe amd64 cgroupfs-mount all 1.4 [6320 B]
  308. Get:4 http://us-east-1.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB]
  309. Get:5 https://download.docker.com/linux/ubuntu bionic/stable amd64 containerd.io amd64 1.2.0-1 [19.9 MB]
  310. Get:6 https://download.docker.com/linux/ubuntu bionic/stable amd64 docker-ce-cli amd64 5:18.09.0~3-0~ubuntu-bionic [13.1 MB]
  311. Get:7 https://download.docker.com/linux/ubuntu bionic/stable amd64 docker-ce amd64 5:18.09.0~3-0~ubuntu-bionic [17.4 MB]
  312. debconf: unable to initialize frontend: Dialog
  313. debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
  314. debconf: falling back to frontend: Readline
  315. debconf: unable to initialize frontend: Readline
  316. debconf: (This frontend requires a controlling tty.)
  317. debconf: falling back to frontend: Teletype
  318. dpkg-preconfigure: unable to re-open stdin:
  319. Fetched 50.6 MB in 1s (40.2 MB/s)
  320. Selecting previously unselected package pigz.
  321. (Reading database ...
  322. (Reading database ... 5%
  323. (Reading database ... 10%
  324. (Reading database ... 15%
  325. (Reading database ... 20%
  326. (Reading database ... 25%
  327. (Reading database ... 30%
  328. (Reading database ... 35%
  329. (Reading database ... 40%
  330. (Reading database ... 45%
  331. (Reading database ... 50%
  332. (Reading database ... 55%
  333. (Reading database ... 60%
  334. (Reading database ... 65%
  335. (Reading database ... 70%
  336. (Reading database ... 75%
  337. (Reading database ... 80%
  338. (Reading database ... 85%
  339. (Reading database ... 90%
  340. (Reading database ... 95%
  341. (Reading database ... 100%
  342. (Reading database ... 56477 files and directories currently installed.)
  343. Preparing to unpack .../0-pigz_2.4-1_amd64.deb ...
  344. Unpacking pigz (2.4-1) ...
  345. Selecting previously unselected package aufs-tools.
  346. Preparing to unpack .../1-aufs-tools_1%3a4.9+20170918-1ubuntu1_amd64.deb ...
  347. Unpacking aufs-tools (1:4.9+20170918-1ubuntu1) ...
  348. Selecting previously unselected package cgroupfs-mount.
  349. Preparing to unpack .../2-cgroupfs-mount_1.4_all.deb ...
  350. Unpacking cgroupfs-mount (1.4) ...
  351. Selecting previously unselected package containerd.io.
  352. Preparing to unpack .../3-containerd.io_1.2.0-1_amd64.deb ...
  353. Unpacking containerd.io (1.2.0-1) ...
  354. Selecting previously unselected package libltdl7:amd64.
  355. Preparing to unpack .../4-libltdl7_2.4.6-2_amd64.deb ...
  356. Unpacking libltdl7:amd64 (2.4.6-2) ...
  357. Selecting previously unselected package docker-ce-cli.
  358. Preparing to unpack .../5-docker-ce-cli_5%3a18.09.0~3-0~ubuntu-bionic_amd64.deb ...
  359. Unpacking docker-ce-cli (5:18.09.0~3-0~ubuntu-bionic) ...
  360. Selecting previously unselected package docker-ce.
  361. Preparing to unpack .../6-docker-ce_5%3a18.09.0~3-0~ubuntu-bionic_amd64.deb ...
  362. Unpacking docker-ce (5:18.09.0~3-0~ubuntu-bionic) ...
  363. Setting up aufs-tools (1:4.9+20170918-1ubuntu1) ...
  364. Setting up containerd.io (1.2.0-1) ...
  365. Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
  366. Processing triggers for ureadahead (0.100.0-20) ...
  367. Setting up cgroupfs-mount (1.4) ...
  368. Processing triggers for libc-bin (2.27-3ubuntu1) ...
  369. Processing triggers for systemd (237-3ubuntu10.3) ...
  370. Setting up libltdl7:amd64 (2.4.6-2) ...
  371. Processing triggers for man-db (2.8.3-2) ...
  372. Setting up docker-ce-cli (5:18.09.0~3-0~ubuntu-bionic) ...
  373. Setting up pigz (2.4-1) ...
  374. Setting up docker-ce (5:18.09.0~3-0~ubuntu-bionic) ...
  375. update-alternatives: using /usr/bin/dockerd-ce to provide /usr/bin/dockerd (dockerd) in auto mode
  376. Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
  377. Processing triggers for ureadahead (0.100.0-20) ...
  378. Processing triggers for libc-bin (2.27-3ubuntu1) ...
  379. Install Docker Compose
  380. % Total % Received % Xferd Average Speed Time Time Time Current
  381. Dload Upload Total Spent Left Speed
  382.  
  383. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  384. 100 617 0 617 0 0 7011 0 --:--:-- --:--:-- --:--:-- 7011
  385. 100 11.1M 100 11.1M 0 0 31.0M 0 --:--:-- --:--:-- --:--:-- 31.0M
  386. + terraform output public_ip
  387. + ssh -o StrictHostKeyChecking=no -i ~/.aws/GameKeyPair.pem ubuntu@52.203.61.173 ./docker_compose_up.sh daefa9a6c752de5e561846b7dcc029f17abc9bd2
  388. Removing network ubuntu_default
  389. Network ubuntu_default not found.
  390. Creating network "ubuntu_default" with the default driver
  391. Pulling my_postgres_container (postgres:)...
  392. latest: Pulling from library/postgres
  393. Pulling my_item_repository (danielev22/hgop:daefa9a6c752de5e561846b7dcc029f17abc9bd2)...
  394. daefa9a6c752de5e561846b7dcc029f17abc9bd2: Pulling from danielev22/hgop
  395. Creating ubuntu_my_postgres_container_1_d7180fc02459 ...
  396. 
  397. Creating ubuntu_my_postgres_container_1_d7180fc02459 ... done
  398. Creating ubuntu_my_item_repository_1_f78f52b6bb4b ...
  399. 
  400. Creating ubuntu_my_item_repository_1_f78f52b6bb4b ... done
  401. + exit 0
  402. $ ssh-agent -k
  403. unset SSH_AUTH_SOCK;
  404. unset SSH_AGENT_PID;
  405. echo Agent pid 31337 killed;
  406. [ssh-agent] Stopped.
  407. Finished: SUCCESS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement