Project

General

Profile

Bug #22217 » packer-build-compute-image-262.log

Brett Smith, 10/18/2024 01:35 PM

 
1
Started by user Brett Smith
2
Running as SYSTEM
3
[EnvInject] - Loading node environment variables.
4
Building remotely on build-l6ox3m (diagnostics build) in workspace /tmp/workspace/packer-build-compute-image
5
The recommended git tool is: NONE
6
using credential c9bcf704-d840-44fe-928e-2eecd48c3006
7
Cloning the remote Git repository
8
Cloning repository git@git.arvados.org:arvados.git
9
 > git init /tmp/workspace/packer-build-compute-image # timeout=10
10
Fetching upstream changes from git@git.arvados.org:arvados.git
11
 > git --version # timeout=10
12
 > git --version # 'git version 2.30.2'
13
using GIT_SSH to set credentials 
14
Verifying host key using manually-configured host key entries
15
 > git fetch --tags --force --progress -- git@git.arvados.org:arvados.git +refs/heads/*:refs/remotes/origin/* # timeout=10
16
 > git config remote.origin.url git@git.arvados.org:arvados.git # timeout=10
17
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
18
Avoid second fetch
19
 > git rev-parse f7d4b53226017e236002f7e2887335084dfe92bb^{commit} # timeout=10
20
Checking out Revision f7d4b53226017e236002f7e2887335084dfe92bb (detached)
21
 > git config core.sparsecheckout # timeout=10
22
 > git checkout -f f7d4b53226017e236002f7e2887335084dfe92bb # timeout=10
23
Commit message: "Merge branch '22154-included-kind'"
24
 > git rev-list --no-walk f7d4b53226017e236002f7e2887335084dfe92bb # timeout=10
25
provisioning config files...
26
copy managed file [su92l adc public ssh key] to file:/tmp/workspace/packer-build-compute-image/su92l-adc.pub
27
copy managed file [ce8i5 adc public ssh key] to file:/tmp/workspace/packer-build-compute-image/ce8i5-adc.pub
28
copy managed file [pirca adc public ssh key] to file:/tmp/workspace/packer-build-compute-image/pirca-adc.pub
29
copy managed file [lugli adc public ssh key] to file:/tmp/workspace/packer-build-compute-image/lugli-adc.pub
30
copy managed file [tordo adc public ssh key] to file:/tmp/workspace/packer-build-compute-image/tordo-adc.pub
31
copy managed file [bd44f adc public ssh key] to file:/tmp/workspace/packer-build-compute-image/bd44f-adc.pub
32
copy managed file [2xpu4 adc public ssh key] to file:/tmp/workspace/packer-build-compute-image/2xpu4-adc.pub
33
copy managed file [jutro adc public ssh key] to file:/tmp/workspace/packer-build-compute-image/jutro-adc.pub
34
copy managed file [ac2it adc public ssh key] to file:/tmp/workspace/packer-build-compute-image/ac2it-adc.pub
35
[packer-build-compute-image] $ /bin/bash -x /tmp/jenkins3104858278512639503.sh
36
+ set -e
37
+ packer version
38
Packer v1.8.0
39

    
40
Your version of Packer is out of date! The latest version
41
is 1.11.2. You can update by downloading from www.packer.io/downloads
42
+ cd /tmp/workspace/packer-build-compute-image/tools/compute-images/
43
+ case "$cluster_id" in
44
+ export PACKER_LOG=1
45
+ PACKER_LOG=1
46
+ ./build.sh --json-file arvados-images-aws.json --arvados-cluster-id tordo --aws-secrets-file **** --aws-source-ami ami-064519b8c76274859 --aws-vpc-id vpc-06efa3e085394e460 --aws-subnet-id subnet-05b635657ce13d74e --aws-region=us-east-1 --aws-ebs-autoscale --resolver 10.253.0.2 --ssh_user admin --reposuffix -dev --nvidia-gpu-support --public-key-file /tmp/workspace/packer-build-compute-image/tordo-adc.pub
47

    
48
2024/10/18 01:26:23 [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
49
2024/10/18 01:26:23 [TRACE] discovering plugins in /usr/local/bin
50
2024/10/18 01:26:23 [TRACE] discovering plugins in /home/jenkins/.config/packer/plugins
51
2024/10/18 01:26:23 [TRACE] discovering plugins in .
52
2024/10/18 01:26:23 [INFO] PACKER_CONFIG env var not set; checking the default config file path
53
2024/10/18 01:26:23 [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
54
2024/10/18 01:26:23 [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
55
2024/10/18 01:26:23 [INFO] Setting cache directory: /home/jenkins/.cache/packer
56
e: Running in background, not using a TTY
57
2024/10/18 01:26:23 machine readable: version []string{"1.8.0"}
58
2024/10/18 01:26:23 machine readable: version-prelease []string{""}
59
2024/10/18 01:26:23 machine readable: version-commit []string{"1c398a73b426dc2c84a777dda29a01b7e957435e"}
60
Your version of Packer is out of date! The latest version
61
is 1.11.2. You can update by downloading from www.packer.io/downloads
62
Packer v1.8.0
63

    
64
Your version of Packer is out of date! The latest version
65
is 1.11.2. You can update by downloading from www.packer.io/downloads
66
2024/10/18 01:26:23 [INFO] (telemetry) Finalizing.
67
2024/10/18 01:26:23 waiting for all plugin processes to complete...
68

    
69
packer build -var arvados_cluster=tordo -var aws_source_ami=ami-064519b8c76274859 -var vpc_id=vpc-06efa3e085394e460 -var subnet_id=subnet-05b635657ce13d74e -var aws_default_region=us-east-1 -var aws_ebs_autoscale=1 -var aws_associate_public_ip_address=true -var aws_ena_support=true -var ssh_user=admin -var resolver=10.253.0.2 -var reposuffix=-dev -var public_key_file=/tmp/workspace/packer-build-compute-image/tordo-adc.pub -var mksquashfs_mem=256M -var nvidia_gpu_support=1 -var goversion=1.21.10 arvados-images-aws.json
70
2024/10/18 01:26:23 [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
71
2024/10/18 01:26:23 [TRACE] discovering plugins in /usr/local/bin
72
2024/10/18 01:26:23 [TRACE] discovering plugins in /home/jenkins/.config/packer/plugins
73
2024/10/18 01:26:23 [TRACE] discovering plugins in .
74
2024/10/18 01:26:23 [INFO] PACKER_CONFIG env var not set; checking the default config file path
75
2024/10/18 01:26:23 [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
76
2024/10/18 01:26:23 [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
77
2024/10/18 01:26:23 [INFO] Setting cache directory: /home/jenkins/.cache/packer
78
e: Running in background, not using a TTY
79
2024/10/18 01:26:23 [TRACE] Starting internal plugin packer-builder-amazon-ebs
80
2024/10/18 01:26:23 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-builder-amazon-ebs"}
81
2024/10/18 01:26:23 Waiting for RPC address for: /usr/local/bin/packer
82
2024/10/18 01:26:23 packer-builder-amazon-ebs plugin: [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
83
2024/10/18 01:26:23 packer-builder-amazon-ebs plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
84
2024/10/18 01:26:23 packer-builder-amazon-ebs plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
85
2024/10/18 01:26:23 packer-builder-amazon-ebs plugin: [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
86
2024/10/18 01:26:23 packer-builder-amazon-ebs plugin: [INFO] Setting cache directory: /home/jenkins/.cache/packer
87
2024/10/18 01:26:23 packer-builder-amazon-ebs plugin: args: []string{"packer-builder-amazon-ebs"}
88
2024/10/18 01:26:23 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin1478307853
89
2024/10/18 01:26:23 packer-builder-amazon-ebs plugin: Plugin address: unix /tmp/packer-plugin1478307853
90
2024/10/18 01:26:23 packer-builder-amazon-ebs plugin: Waiting for connection...
91
2024/10/18 01:26:23 packer-builder-amazon-ebs plugin: Serving a plugin connection...
92
2024/10/18 01:26:23 [TRACE] Starting internal plugin packer-provisioner-file
93
2024/10/18 01:26:23 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-provisioner-file"}
94
2024/10/18 01:26:23 Waiting for RPC address for: /usr/local/bin/packer
95
2024/10/18 01:26:23 packer-provisioner-file plugin: [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
96
2024/10/18 01:26:23 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
97
2024/10/18 01:26:23 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
98
2024/10/18 01:26:23 packer-provisioner-file plugin: [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
99
2024/10/18 01:26:23 packer-provisioner-file plugin: [INFO] Setting cache directory: /home/jenkins/.cache/packer
100
2024/10/18 01:26:23 packer-provisioner-file plugin: args: []string{"packer-provisioner-file"}
101
2024/10/18 01:26:23 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin2611804751
102
2024/10/18 01:26:23 packer-provisioner-file plugin: Plugin address: unix /tmp/packer-plugin2611804751
103
2024/10/18 01:26:23 packer-provisioner-file plugin: Waiting for connection...
104
2024/10/18 01:26:23 packer-provisioner-file plugin: Serving a plugin connection...
105
2024/10/18 01:26:23 [TRACE] Starting internal plugin packer-provisioner-file
106
2024/10/18 01:26:23 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-provisioner-file"}
107
2024/10/18 01:26:23 Waiting for RPC address for: /usr/local/bin/packer
108
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
109
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
110
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
111
2024/10/18 01:26:24 packer-provisioner-file plugin: [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
112
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] Setting cache directory: /home/jenkins/.cache/packer
113
2024/10/18 01:26:24 packer-provisioner-file plugin: args: []string{"packer-provisioner-file"}
114
2024/10/18 01:26:24 packer-provisioner-file plugin: Plugin address: unix /tmp/packer-plugin2178887156
115
2024/10/18 01:26:24 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin2178887156
116
2024/10/18 01:26:24 packer-provisioner-file plugin: Waiting for connection...
117
2024/10/18 01:26:24 packer-provisioner-file plugin: Serving a plugin connection...
118
2024/10/18 01:26:24 [TRACE] Starting internal plugin packer-provisioner-file
119
2024/10/18 01:26:24 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-provisioner-file"}
120
2024/10/18 01:26:24 Waiting for RPC address for: /usr/local/bin/packer
121
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
122
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
123
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
124
2024/10/18 01:26:24 packer-provisioner-file plugin: [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
125
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] Setting cache directory: /home/jenkins/.cache/packer
126
2024/10/18 01:26:24 packer-provisioner-file plugin: args: []string{"packer-provisioner-file"}
127
2024/10/18 01:26:24 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin1806807859
128
2024/10/18 01:26:24 packer-provisioner-file plugin: Plugin address: unix /tmp/packer-plugin1806807859
129
2024/10/18 01:26:24 packer-provisioner-file plugin: Waiting for connection...
130
2024/10/18 01:26:24 packer-provisioner-file plugin: Serving a plugin connection...
131
2024/10/18 01:26:24 [TRACE] Starting internal plugin packer-provisioner-file
132
2024/10/18 01:26:24 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-provisioner-file"}
133
2024/10/18 01:26:24 Waiting for RPC address for: /usr/local/bin/packer
134
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
135
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
136
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
137
2024/10/18 01:26:24 packer-provisioner-file plugin: [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
138
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] Setting cache directory: /home/jenkins/.cache/packer
139
2024/10/18 01:26:24 packer-provisioner-file plugin: args: []string{"packer-provisioner-file"}
140
2024/10/18 01:26:24 packer-provisioner-file plugin: Plugin address: unix /tmp/packer-plugin3663101220
141
2024/10/18 01:26:24 packer-provisioner-file plugin: Waiting for connection...
142
2024/10/18 01:26:24 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin3663101220
143
2024/10/18 01:26:24 packer-provisioner-file plugin: Serving a plugin connection...
144
2024/10/18 01:26:24 [TRACE] Starting internal plugin packer-provisioner-file
145
2024/10/18 01:26:24 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-provisioner-file"}
146
2024/10/18 01:26:24 Waiting for RPC address for: /usr/local/bin/packer
147
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
148
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
149
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
150
2024/10/18 01:26:24 packer-provisioner-file plugin: [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
151
2024/10/18 01:26:24 packer-provisioner-file plugin: [INFO] Setting cache directory: /home/jenkins/.cache/packer
152
2024/10/18 01:26:24 packer-provisioner-file plugin: args: []string{"packer-provisioner-file"}
153
2024/10/18 01:26:24 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin3125730187
154
2024/10/18 01:26:24 packer-provisioner-file plugin: Plugin address: unix /tmp/packer-plugin3125730187
155
2024/10/18 01:26:24 packer-provisioner-file plugin: Waiting for connection...
156
2024/10/18 01:26:24 packer-provisioner-file plugin: Serving a plugin connection...
157
2024/10/18 01:26:24 [TRACE] Starting internal plugin packer-provisioner-shell
158
2024/10/18 01:26:24 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-provisioner-shell"}
159
2024/10/18 01:26:24 Waiting for RPC address for: /usr/local/bin/packer
160
2024/10/18 01:26:24 packer-provisioner-shell plugin: [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
161
2024/10/18 01:26:24 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin1228763050
162
2024/10/18 01:26:24 packer-provisioner-shell plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
163
2024/10/18 01:26:24 packer-provisioner-shell plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
164
2024/10/18 01:26:24 packer-provisioner-shell plugin: [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
165
2024/10/18 01:26:24 packer-provisioner-shell plugin: [INFO] Setting cache directory: /home/jenkins/.cache/packer
166
2024/10/18 01:26:24 packer-provisioner-shell plugin: args: []string{"packer-provisioner-shell"}
167
2024/10/18 01:26:24 packer-provisioner-shell plugin: Plugin address: unix /tmp/packer-plugin1228763050
168
2024/10/18 01:26:24 packer-provisioner-shell plugin: Waiting for connection...
169
2024/10/18 01:26:24 packer-provisioner-shell plugin: Serving a plugin connection...
170
2024/10/18 01:26:24 Preparing build: amazon-ebs
171
2024/10/18 01:26:24 packer-builder-amazon-ebs plugin: [INFO] (aws): No AWS timeout and polling overrides have been set. Packer will default to waiter-specific delays and timeouts. If you would like to customize the length of time between retries and max number of retries you may do so by setting the environment variables AWS_POLL_DELAY_SECONDS and AWS_MAX_ATTEMPTS or the configuration options aws_polling_delay_seconds and aws_polling_max_attempts to your desired values.
172
amazon-ebs: output will be in this color.
173

    
174
2024/10/18 01:26:24 Build debug mode: false
175
2024/10/18 01:26:24 Force build: false
176
2024/10/18 01:26:24 On error: 
177
2024/10/18 01:26:24 Waiting on builds to complete...
178
2024/10/18 01:26:24 Starting build run: amazon-ebs
179
2024/10/18 01:26:24 Running builder: amazon-ebs
180
2024/10/18 01:26:24 [INFO] (telemetry) Starting builder amazon-ebs
181
2024/10/18 01:26:24 packer-builder-amazon-ebs plugin: [INFO] AWS Auth provider used: "EnvProvider"
182
2024/10/18 01:26:24 packer-builder-amazon-ebs plugin: Found region us-east-1
183
2024/10/18 01:26:24 packer-builder-amazon-ebs plugin: [INFO] AWS Auth provider used: "EnvProvider"
184
==> amazon-ebs: Prevalidating any provided VPC information
185
==> amazon-ebs: Prevalidating AMI Name: arvados-tordo-compute-20241018012623
186
2024/10/18 01:26:25 packer-builder-amazon-ebs plugin: Using AMI Filters {
187
2024/10/18 01:26:25 packer-builder-amazon-ebs plugin:   ImageIds: ["ami-064519b8c76274859"]
188
2024/10/18 01:26:25 packer-builder-amazon-ebs plugin: }
189
    amazon-ebs: Found Image ID: ami-064519b8c76274859
190
2024/10/18 01:26:25 packer-builder-amazon-ebs plugin: [INFO] Finding AZ and VpcId for the given subnet 'subnet-05b635657ce13d74e'
191
2024/10/18 01:26:26 packer-builder-amazon-ebs plugin: [INFO] AvailabilityZone found: 'us-east-1a'
192
==> amazon-ebs: Creating temporary keypair: packer_6711b940-20f8-53a6-fb38-184e3bd1202d
193
==> amazon-ebs: Creating temporary security group for this instance: packer_6711b942-dfaa-e25f-475a-58ff29f7508c
194
2024/10/18 01:26:26 packer-builder-amazon-ebs plugin: [DEBUG] Waiting for temporary security group: sg-0fd98f80ba0be0694
195
2024/10/18 01:26:27 packer-builder-amazon-ebs plugin: [DEBUG] Found security group sg-0fd98f80ba0be0694
196
==> amazon-ebs: Authorizing access to port 22 from [0.0.0.0/0] in the temporary security groups...
197
==> amazon-ebs: Launching a source AWS instance...
198
==> amazon-ebs: Adding tags to source instance
199
    amazon-ebs: Adding tag: "creation_date": "20241018012623"
200
    amazon-ebs: Adding tag: "environment": "development"
201
    amazon-ebs: Adding tag: "Name": "packer-arvados-tordo-compute-builder"
202
    amazon-ebs: Adding tag: "Name": "packer-arvados-tordo-compute-builder"
203
    amazon-ebs: Adding tag: "creation_date": "20241018012623"
204
    amazon-ebs: Adding tag: "environment": "development"
205
    amazon-ebs: Instance ID: i-00e3951fef44f5abf
206
==> amazon-ebs: Waiting for instance (i-00e3951fef44f5abf) to become ready...
207
2024/10/18 01:26:44 packer-builder-amazon-ebs plugin: [INFO] Not using winrm communicator, skipping get password...
208
==> amazon-ebs: Using SSH communicator to connect: 54.175.47.1
209
2024/10/18 01:26:44 packer-builder-amazon-ebs plugin: [INFO] Waiting for SSH, up to timeout: 5m0s
210
==> amazon-ebs: Waiting for SSH to become available...
211
2024/10/18 01:26:44 packer-builder-amazon-ebs plugin: Using host value: 54.175.47.1
212
2024/10/18 01:26:47 packer-builder-amazon-ebs plugin: [DEBUG] TCP connection to SSH ip/port failed: dial tcp 54.175.47.1:22: connect: connection refused
213
2024/10/18 01:26:52 packer-builder-amazon-ebs plugin: Using host value: 54.175.47.1
214
2024/10/18 01:26:52 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.175.47.1:22...
215
2024/10/18 01:26:52 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
216
2024/10/18 01:26:52 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
217
2024/10/18 01:26:52 packer-builder-amazon-ebs plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
218
2024/10/18 01:26:52 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
219
2024/10/18 01:26:59 packer-builder-amazon-ebs plugin: Using host value: 54.175.47.1
220
2024/10/18 01:27:00 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.175.47.1:22...
221
2024/10/18 01:27:00 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
222
2024/10/18 01:27:00 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
223
2024/10/18 01:27:00 packer-builder-amazon-ebs plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
224
2024/10/18 01:27:00 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
225
2024/10/18 01:27:07 packer-builder-amazon-ebs plugin: Using host value: 54.175.47.1
226
2024/10/18 01:27:07 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.175.47.1:22...
227
2024/10/18 01:27:07 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
228
2024/10/18 01:27:07 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
229
2024/10/18 01:27:07 packer-builder-amazon-ebs plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
230
2024/10/18 01:27:07 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
231
2024/10/18 01:27:14 packer-builder-amazon-ebs plugin: Using host value: 54.175.47.1
232
2024/10/18 01:27:14 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.175.47.1:22...
233
2024/10/18 01:27:14 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
234
2024/10/18 01:27:14 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
235
2024/10/18 01:27:14 packer-builder-amazon-ebs plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
236
2024/10/18 01:27:14 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
237
2024/10/18 01:27:21 packer-builder-amazon-ebs plugin: Using host value: 54.175.47.1
238
2024/10/18 01:27:21 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.175.47.1:22...
239
2024/10/18 01:27:21 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
240
2024/10/18 01:27:21 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
241
2024/10/18 01:27:22 packer-builder-amazon-ebs plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
242
2024/10/18 01:27:22 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
243
2024/10/18 01:27:29 packer-builder-amazon-ebs plugin: Using host value: 54.175.47.1
244
2024/10/18 01:27:29 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.175.47.1:22...
245
2024/10/18 01:27:29 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
246
2024/10/18 01:27:29 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
247
2024/10/18 01:27:29 packer-builder-amazon-ebs plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
248
2024/10/18 01:27:29 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
249
2024/10/18 01:27:36 packer-builder-amazon-ebs plugin: Using host value: 54.175.47.1
250
2024/10/18 01:27:36 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.175.47.1:22...
251
2024/10/18 01:27:36 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
252
2024/10/18 01:27:36 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
253
2024/10/18 01:27:36 packer-builder-amazon-ebs plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
254
2024/10/18 01:27:36 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
255
2024/10/18 01:27:43 packer-builder-amazon-ebs plugin: Using host value: 54.175.47.1
256
2024/10/18 01:27:43 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.175.47.1:22...
257
2024/10/18 01:27:43 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
258
2024/10/18 01:27:43 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
259
2024/10/18 01:27:43 packer-builder-amazon-ebs plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
260
2024/10/18 01:27:43 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
261
2024/10/18 01:27:50 packer-builder-amazon-ebs plugin: Using host value: 54.175.47.1
262
2024/10/18 01:27:50 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.175.47.1:22...
263
2024/10/18 01:27:50 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
264
2024/10/18 01:27:50 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
265
2024/10/18 01:27:51 packer-builder-amazon-ebs plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
266
2024/10/18 01:27:51 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
267
2024/10/18 01:27:58 packer-builder-amazon-ebs plugin: Using host value: 54.175.47.1
268
2024/10/18 01:27:58 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.175.47.1:22...
269
2024/10/18 01:27:58 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
270
2024/10/18 01:27:58 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
271
2024/10/18 01:27:58 packer-builder-amazon-ebs plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
272
2024/10/18 01:27:58 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
273
==> amazon-ebs: Error waiting for SSH: Packer experienced an authentication error when trying to connect via SSH. This can happen if your username/password are wrong. You may want to double-check your credentials as part of your debugging process. original error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
274
==> amazon-ebs: Terminating the source AWS instance...
275
==> amazon-ebs: Cleaning up any extra volumes...
276
==> amazon-ebs: No volumes to clean up, skipping
277
==> amazon-ebs: Deleting temporary security group...
278
==> amazon-ebs: Deleting temporary keypair...
279
2024/10/18 01:29:31 [INFO] (telemetry) ending amazon-ebs
280
==> Wait completed after 3 minutes 7 seconds
281
2024/10/18 01:29:31 machine readable: error-count []string{"1"}
282
==> Some builds didn't complete successfully and had errors:
283
2024/10/18 01:29:31 machine readable: amazon-ebs,error []string{"Packer experienced an authentication error when trying to connect via SSH. This can happen if your username/password are wrong. You may want to double-check your credentials as part of your debugging process. original error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain"}
284
==> Builds finished but no artifacts were created.
285
Build 'amazon-ebs' errored after 3 minutes 7 seconds: Packer experienced an authentication error when trying to connect via SSH. This can happen if your username/password are wrong. You may want to double-check your credentials as part of your debugging process. original error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
286

    
287
==> Wait completed after 3 minutes 7 seconds
288

    
289
==> Some builds didn't complete successfully and had errors:
290
--> amazon-ebs: Packer experienced an authentication error when trying to connect via SSH. This can happen if your username/password are wrong. You may want to double-check your credentials as part of your debugging process. original error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
291

    
292
==> Builds finished but no artifacts were created.
293
2024/10/18 01:29:31 [INFO] (telemetry) Finalizing.
294
2024/10/18 01:29:31 waiting for all plugin processes to complete...
295
2024/10/18 01:29:31 /usr/local/bin/packer: plugin process exited
296
2024/10/18 01:29:31 /usr/local/bin/packer: plugin process exited
297
2024/10/18 01:29:31 /usr/local/bin/packer: plugin process exited
298
2024/10/18 01:29:31 /usr/local/bin/packer: plugin process exited
299
2024/10/18 01:29:31 /usr/local/bin/packer: plugin process exited
300
2024/10/18 01:29:31 /usr/local/bin/packer: plugin process exited
301
2024/10/18 01:29:31 /usr/local/bin/packer: plugin process exited
302
Started calculate disk usage of build
303
Finished Calculation of disk usage of build in 0 seconds
304
Started calculate disk usage of workspace
305
Finished Calculation of disk usage of workspace in 0 seconds
306
Finished: SUCCESS
(1-1/2)