Project

General

Profile

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

Brett Smith, 10/18/2024 02:15 PM

 
1
Started by user Brett Smith
2
Running as SYSTEM
3
[EnvInject] - Loading node environment variables.
4
Building remotely on build-lxg4w3 (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/jenkins14910688828441316689.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-005fc0f236362e99f --ssh_user ubuntu --aws-vpc-id vpc-06efa3e085394e460 --aws-subnet-id subnet-05b635657ce13d74e --aws-region=us-east-1 --aws-ebs-autoscale --resolver 10.253.0.2 --reposuffix -dev --nvidia-gpu-support --public-key-file /tmp/workspace/packer-build-compute-image/tordo-adc.pub
47

    
48
2024/10/18 14:03:03 [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
49
2024/10/18 14:03:03 [TRACE] discovering plugins in /usr/local/bin
50
2024/10/18 14:03:03 [TRACE] discovering plugins in /home/jenkins/.config/packer/plugins
51
2024/10/18 14:03:03 [TRACE] discovering plugins in .
52
2024/10/18 14:03:03 [INFO] PACKER_CONFIG env var not set; checking the default config file path
53
2024/10/18 14:03:03 [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
54
2024/10/18 14:03:03 [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
55
2024/10/18 14:03:03 [INFO] Setting cache directory: /home/jenkins/.cache/packer
56
e: Running in background, not using a TTY
57
Packer v1.8.0
58

    
59
Your version of Packer is out of date! The latest version
60
2024/10/18 14:03:03 machine readable: version []string{"1.8.0"}
61
2024/10/18 14:03:03 machine readable: version-prelease []string{""}
62
2024/10/18 14:03:03 machine readable: version-commit []string{"1c398a73b426dc2c84a777dda29a01b7e957435e"}
63
Your version of Packer is out of date! The latest version
64
is 1.11.2. You can update by downloading from www.packer.io/downloads
65
2024/10/18 14:03:03 [INFO] (telemetry) Finalizing.
66
is 1.11.2. You can update by downloading from www.packer.io/downloads
67
2024/10/18 14:03:04 waiting for all plugin processes to complete...
68

    
69
packer build -var arvados_cluster=tordo -var aws_source_ami=ami-005fc0f236362e99f -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=ubuntu -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 14:03:04 [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
71
2024/10/18 14:03:04 [TRACE] discovering plugins in /usr/local/bin
72
2024/10/18 14:03:04 [TRACE] discovering plugins in /home/jenkins/.config/packer/plugins
73
2024/10/18 14:03:04 [TRACE] discovering plugins in .
74
2024/10/18 14:03:04 [INFO] PACKER_CONFIG env var not set; checking the default config file path
75
2024/10/18 14:03:04 [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
76
2024/10/18 14:03:04 [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
77
2024/10/18 14:03:04 [INFO] Setting cache directory: /home/jenkins/.cache/packer
78
e: Running in background, not using a TTY
79
2024/10/18 14:03:04 [TRACE] Starting internal plugin packer-builder-amazon-ebs
80
2024/10/18 14:03:04 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-builder-amazon-ebs"}
81
2024/10/18 14:03:04 Waiting for RPC address for: /usr/local/bin/packer
82
2024/10/18 14:03:04 packer-builder-amazon-ebs plugin: [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
83
2024/10/18 14:03:04 packer-builder-amazon-ebs plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
84
2024/10/18 14:03:04 packer-builder-amazon-ebs plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
85
2024/10/18 14:03:04 packer-builder-amazon-ebs plugin: [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
86
2024/10/18 14:03:04 packer-builder-amazon-ebs plugin: [INFO] Setting cache directory: /home/jenkins/.cache/packer
87
2024/10/18 14:03:04 packer-builder-amazon-ebs plugin: args: []string{"packer-builder-amazon-ebs"}
88
2024/10/18 14:03:04 packer-builder-amazon-ebs plugin: Plugin address: unix /tmp/packer-plugin2736782046
89
2024/10/18 14:03:04 packer-builder-amazon-ebs plugin: Waiting for connection...
90
2024/10/18 14:03:04 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin2736782046
91
2024/10/18 14:03:04 packer-builder-amazon-ebs plugin: Serving a plugin connection...
92
2024/10/18 14:03:04 [TRACE] Starting internal plugin packer-provisioner-file
93
2024/10/18 14:03:04 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-provisioner-file"}
94
2024/10/18 14:03:04 Waiting for RPC address for: /usr/local/bin/packer
95
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
96
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
97
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
98
2024/10/18 14:03:04 packer-provisioner-file plugin: [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
99
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] Setting cache directory: /home/jenkins/.cache/packer
100
2024/10/18 14:03:04 packer-provisioner-file plugin: args: []string{"packer-provisioner-file"}
101
2024/10/18 14:03:04 packer-provisioner-file plugin: Plugin address: unix /tmp/packer-plugin572431341
102
2024/10/18 14:03:04 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin572431341
103
2024/10/18 14:03:04 packer-provisioner-file plugin: Waiting for connection...
104
2024/10/18 14:03:04 packer-provisioner-file plugin: Serving a plugin connection...
105
2024/10/18 14:03:04 [TRACE] Starting internal plugin packer-provisioner-file
106
2024/10/18 14:03:04 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-provisioner-file"}
107
2024/10/18 14:03:04 Waiting for RPC address for: /usr/local/bin/packer
108
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
109
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
110
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
111
2024/10/18 14:03:04 packer-provisioner-file plugin: [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
112
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] Setting cache directory: /home/jenkins/.cache/packer
113
2024/10/18 14:03:04 packer-provisioner-file plugin: args: []string{"packer-provisioner-file"}
114
2024/10/18 14:03:04 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin2832987396
115
2024/10/18 14:03:04 packer-provisioner-file plugin: Plugin address: unix /tmp/packer-plugin2832987396
116
2024/10/18 14:03:04 packer-provisioner-file plugin: Waiting for connection...
117
2024/10/18 14:03:04 packer-provisioner-file plugin: Serving a plugin connection...
118
2024/10/18 14:03:04 [TRACE] Starting internal plugin packer-provisioner-file
119
2024/10/18 14:03:04 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-provisioner-file"}
120
2024/10/18 14:03:04 Waiting for RPC address for: /usr/local/bin/packer
121
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
122
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
123
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
124
2024/10/18 14:03:04 packer-provisioner-file plugin: [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
125
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] Setting cache directory: /home/jenkins/.cache/packer
126
2024/10/18 14:03:04 packer-provisioner-file plugin: args: []string{"packer-provisioner-file"}
127
2024/10/18 14:03:04 packer-provisioner-file plugin: Plugin address: unix /tmp/packer-plugin808038373
128
2024/10/18 14:03:04 packer-provisioner-file plugin: Waiting for connection...
129
2024/10/18 14:03:04 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin808038373
130
2024/10/18 14:03:04 packer-provisioner-file plugin: Serving a plugin connection...
131
2024/10/18 14:03:04 [TRACE] Starting internal plugin packer-provisioner-file
132
2024/10/18 14:03:04 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-provisioner-file"}
133
2024/10/18 14:03:04 Waiting for RPC address for: /usr/local/bin/packer
134
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
135
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
136
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
137
2024/10/18 14:03:04 packer-provisioner-file plugin: [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
138
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] Setting cache directory: /home/jenkins/.cache/packer
139
2024/10/18 14:03:04 packer-provisioner-file plugin: args: []string{"packer-provisioner-file"}
140
2024/10/18 14:03:04 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin1226942704
141
2024/10/18 14:03:04 packer-provisioner-file plugin: Plugin address: unix /tmp/packer-plugin1226942704
142
2024/10/18 14:03:04 packer-provisioner-file plugin: Waiting for connection...
143
2024/10/18 14:03:04 packer-provisioner-file plugin: Serving a plugin connection...
144
2024/10/18 14:03:04 [TRACE] Starting internal plugin packer-provisioner-file
145
2024/10/18 14:03:04 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-provisioner-file"}
146
2024/10/18 14:03:04 Waiting for RPC address for: /usr/local/bin/packer
147
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
148
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
149
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
150
2024/10/18 14:03:04 packer-provisioner-file plugin: [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
151
2024/10/18 14:03:04 packer-provisioner-file plugin: [INFO] Setting cache directory: /home/jenkins/.cache/packer
152
2024/10/18 14:03:04 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin829753083
153
2024/10/18 14:03:04 packer-provisioner-file plugin: args: []string{"packer-provisioner-file"}
154
2024/10/18 14:03:04 packer-provisioner-file plugin: Plugin address: unix /tmp/packer-plugin829753083
155
2024/10/18 14:03:04 packer-provisioner-file plugin: Waiting for connection...
156
2024/10/18 14:03:04 packer-provisioner-file plugin: Serving a plugin connection...
157
2024/10/18 14:03:04 [TRACE] Starting internal plugin packer-provisioner-shell
158
2024/10/18 14:03:04 Starting plugin: /usr/local/bin/packer []string{"/usr/local/bin/packer", "plugin", "packer-provisioner-shell"}
159
2024/10/18 14:03:04 Waiting for RPC address for: /usr/local/bin/packer
160
2024/10/18 14:03:04 packer-provisioner-shell plugin: [INFO] Packer version: 1.8.0 [go1.17.8 linux amd64]
161
2024/10/18 14:03:04 packer-provisioner-shell plugin: [INFO] PACKER_CONFIG env var not set; checking the default config file path
162
2024/10/18 14:03:04 packer-provisioner-shell plugin: [INFO] PACKER_CONFIG env var set; attempting to open config file: /home/jenkins/.packerconfig
163
2024/10/18 14:03:04 packer-provisioner-shell plugin: [WARN] Config file doesn't exist: /home/jenkins/.packerconfig
164
2024/10/18 14:03:04 packer-provisioner-shell plugin: [INFO] Setting cache directory: /home/jenkins/.cache/packer
165
2024/10/18 14:03:04 packer-provisioner-shell plugin: args: []string{"packer-provisioner-shell"}
166
2024/10/18 14:03:04 packer-provisioner-shell plugin: Plugin address: unix /tmp/packer-plugin1366329707
167
2024/10/18 14:03:04 Received unix RPC address for /usr/local/bin/packer: addr is /tmp/packer-plugin1366329707
168
2024/10/18 14:03:04 packer-provisioner-shell plugin: Waiting for connection...
169
2024/10/18 14:03:04 packer-provisioner-shell plugin: Serving a plugin connection...
170
2024/10/18 14:03:04 Preparing build: amazon-ebs
171
2024/10/18 14:03:04 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
2024/10/18 14:03:04 Build debug mode: false
173
2024/10/18 14:03:04 Force build: false
174
2024/10/18 14:03:04 On error: 
175
2024/10/18 14:03:04 Waiting on builds to complete...
176
2024/10/18 14:03:04 Starting build run: amazon-ebs
177
2024/10/18 14:03:04 Running builder: amazon-ebs
178
2024/10/18 14:03:04 [INFO] (telemetry) Starting builder amazon-ebs
179
amazon-ebs: output will be in this color.
180

    
181
2024/10/18 14:03:04 packer-builder-amazon-ebs plugin: [INFO] AWS Auth provider used: "EnvProvider"
182
2024/10/18 14:03:04 packer-builder-amazon-ebs plugin: Found region us-east-1
183
2024/10/18 14:03:04 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-20241018140304
186
2024/10/18 14:03:06 packer-builder-amazon-ebs plugin: Using AMI Filters {
187
2024/10/18 14:03:06 packer-builder-amazon-ebs plugin:   ImageIds: ["ami-005fc0f236362e99f"]
188
2024/10/18 14:03:06 packer-builder-amazon-ebs plugin: }
189
    amazon-ebs: Found Image ID: ami-005fc0f236362e99f
190
2024/10/18 14:03:06 packer-builder-amazon-ebs plugin: [INFO] Finding AZ and VpcId for the given subnet 'subnet-05b635657ce13d74e'
191
2024/10/18 14:03:06 packer-builder-amazon-ebs plugin: [INFO] AvailabilityZone found: 'us-east-1a'
192
==> amazon-ebs: Creating temporary keypair: packer_67126a98-48f6-99fe-9e81-491ff68a1757
193
==> amazon-ebs: Creating temporary security group for this instance: packer_67126a9b-c4a1-6cd2-2c6c-1e9ca0180b97
194
2024/10/18 14:03:07 packer-builder-amazon-ebs plugin: [DEBUG] Waiting for temporary security group: sg-00767df10504c7507
195
2024/10/18 14:03:08 packer-builder-amazon-ebs plugin: [DEBUG] Found security group sg-00767df10504c7507
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: "Name": "packer-arvados-tordo-compute-builder"
200
    amazon-ebs: Adding tag: "creation_date": "20241018140304"
201
    amazon-ebs: Adding tag: "environment": "development"
202
    amazon-ebs: Adding tag: "Name": "packer-arvados-tordo-compute-builder"
203
    amazon-ebs: Adding tag: "creation_date": "20241018140304"
204
    amazon-ebs: Adding tag: "environment": "development"
205
    amazon-ebs: Instance ID: i-09db084d7f7c092c6
206
==> amazon-ebs: Waiting for instance (i-09db084d7f7c092c6) to become ready...
207
2024/10/18 14:03:25 packer-builder-amazon-ebs plugin: [INFO] Not using winrm communicator, skipping get password...
208
==> amazon-ebs: Using SSH communicator to connect: 54.82.13.130
209
2024/10/18 14:03:25 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 14:03:25 packer-builder-amazon-ebs plugin: Using host value: 54.82.13.130
212
2024/10/18 14:03:40 packer-builder-amazon-ebs plugin: [DEBUG] TCP connection to SSH ip/port failed: dial tcp 54.82.13.130:22: i/o timeout
213
2024/10/18 14:03:45 packer-builder-amazon-ebs plugin: Using host value: 54.82.13.130
214
2024/10/18 14:04:00 packer-builder-amazon-ebs plugin: [DEBUG] TCP connection to SSH ip/port failed: dial tcp 54.82.13.130:22: i/o timeout
215
2024/10/18 14:04:05 packer-builder-amazon-ebs plugin: Using host value: 54.82.13.130
216
2024/10/18 14:04:20 packer-builder-amazon-ebs plugin: [DEBUG] TCP connection to SSH ip/port failed: dial tcp 54.82.13.130:22: i/o timeout
217
2024/10/18 14:04:25 packer-builder-amazon-ebs plugin: Using host value: 54.82.13.130
218
2024/10/18 14:04:28 packer-builder-amazon-ebs plugin: [DEBUG] TCP connection to SSH ip/port failed: dial tcp 54.82.13.130:22: connect: connection refused
219
2024/10/18 14:04:33 packer-builder-amazon-ebs plugin: Using host value: 54.82.13.130
220
2024/10/18 14:04:33 packer-builder-amazon-ebs plugin: [DEBUG] TCP connection to SSH ip/port failed: dial tcp 54.82.13.130:22: connect: connection refused
221
2024/10/18 14:04:38 packer-builder-amazon-ebs plugin: Using host value: 54.82.13.130
222
2024/10/18 14:04:38 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.82.13.130:22...
223
2024/10/18 14:04:38 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
224
2024/10/18 14:04:38 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
225
2024/10/18 14:04:38 packer-builder-amazon-ebs plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
226
2024/10/18 14:04:38 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
227
2024/10/18 14:04:45 packer-builder-amazon-ebs plugin: Using host value: 54.82.13.130
228
2024/10/18 14:04:45 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.82.13.130:22...
229
2024/10/18 14:04:45 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
230
2024/10/18 14:04:45 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
231
2024/10/18 14:04:46 packer-builder-amazon-ebs plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
232
2024/10/18 14:04:46 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
233
2024/10/18 14:04:53 packer-builder-amazon-ebs plugin: Using host value: 54.82.13.130
234
2024/10/18 14:04:53 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.82.13.130:22...
235
2024/10/18 14:04:53 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
236
2024/10/18 14:04:53 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
237
2024/10/18 14:04:53 packer-builder-amazon-ebs plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
238
2024/10/18 14:04:53 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
239
2024/10/18 14:05:00 packer-builder-amazon-ebs plugin: Using host value: 54.82.13.130
240
2024/10/18 14:05:00 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.82.13.130:22...
241
2024/10/18 14:05:00 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
242
2024/10/18 14:05:00 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
243
2024/10/18 14:05: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
244
2024/10/18 14:05:00 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
245
2024/10/18 14:05:07 packer-builder-amazon-ebs plugin: Using host value: 54.82.13.130
246
2024/10/18 14:05:07 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.82.13.130:22...
247
2024/10/18 14:05:07 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
248
2024/10/18 14:05:07 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
249
2024/10/18 14:05: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
250
2024/10/18 14:05:07 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
251
2024/10/18 14:05:14 packer-builder-amazon-ebs plugin: Using host value: 54.82.13.130
252
2024/10/18 14:05:14 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.82.13.130:22...
253
2024/10/18 14:05:14 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
254
2024/10/18 14:05:14 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
255
2024/10/18 14:05:15 packer-builder-amazon-ebs plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
256
2024/10/18 14:05:15 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
257
2024/10/18 14:05:22 packer-builder-amazon-ebs plugin: Using host value: 54.82.13.130
258
2024/10/18 14:05:22 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.82.13.130:22...
259
2024/10/18 14:05:22 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
260
2024/10/18 14:05:22 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
261
2024/10/18 14:05: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
262
2024/10/18 14:05:22 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
263
2024/10/18 14:05:29 packer-builder-amazon-ebs plugin: Using host value: 54.82.13.130
264
2024/10/18 14:05:29 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.82.13.130:22...
265
2024/10/18 14:05:29 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
266
2024/10/18 14:05:29 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
267
2024/10/18 14:05: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
268
2024/10/18 14:05:29 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
269
2024/10/18 14:05:36 packer-builder-amazon-ebs plugin: Using host value: 54.82.13.130
270
2024/10/18 14:05:36 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.82.13.130:22...
271
2024/10/18 14:05:36 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
272
2024/10/18 14:05:36 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
273
2024/10/18 14:05: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
274
2024/10/18 14:05:36 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
275
2024/10/18 14:05:43 packer-builder-amazon-ebs plugin: Using host value: 54.82.13.130
276
2024/10/18 14:05:43 packer-builder-amazon-ebs plugin: [INFO] Attempting SSH connection to 54.82.13.130:22...
277
2024/10/18 14:05:43 packer-builder-amazon-ebs plugin: [DEBUG] reconnecting to TCP connection for SSH
278
2024/10/18 14:05:43 packer-builder-amazon-ebs plugin: [DEBUG] handshaking with SSH
279
2024/10/18 14:05:44 packer-builder-amazon-ebs plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
280
2024/10/18 14:05:44 packer-builder-amazon-ebs plugin: [DEBUG] Detected authentication error. Increasing handshake attempts.
281
==> 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
282
==> amazon-ebs: Terminating the source AWS instance...
283
==> amazon-ebs: Cleaning up any extra volumes...
284
==> amazon-ebs: No volumes to clean up, skipping
285
==> amazon-ebs: Deleting temporary security group...
286
==> amazon-ebs: Deleting temporary keypair...
287
2024/10/18 14:06:16 [INFO] (telemetry) ending amazon-ebs
288
==> Wait completed after 3 minutes 11 seconds
289
2024/10/18 14:06:16 machine readable: error-count []string{"1"}
290
==> Some builds didn't complete successfully and had errors:
291
2024/10/18 14:06:16 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"}
292
==> Builds finished but no artifacts were created.
293
2024/10/18 14:06:16 [INFO] (telemetry) Finalizing.
294
Build 'amazon-ebs' errored after 3 minutes 11 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
295

    
296
==> Wait completed after 3 minutes 11 seconds
297

    
298
==> Some builds didn't complete successfully and had errors:
299
--> 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
300

    
301
==> Builds finished but no artifacts were created.
302
2024/10/18 14:06:16 waiting for all plugin processes to complete...
303
2024/10/18 14:06:16 /usr/local/bin/packer: plugin process exited
304
2024/10/18 14:06:16 /usr/local/bin/packer: plugin process exited
305
2024/10/18 14:06:16 /usr/local/bin/packer: plugin process exited
306
2024/10/18 14:06:16 /usr/local/bin/packer: plugin process exited
307
2024/10/18 14:06:16 /usr/local/bin/packer: plugin process exited
308
2024/10/18 14:06:16 /usr/local/bin/packer: plugin process exited
309
2024/10/18 14:06:16 /usr/local/bin/packer: plugin process exited
310
Started calculate disk usage of build
311
Finished Calculation of disk usage of build in 0 seconds
312
Started calculate disk usage of workspace
313
Finished Calculation of disk usage of workspace in 0 seconds
314
Finished: SUCCESS
(2-2/2)