Skip to content

Instantly share code, notes, and snippets.

@joshuacox
Created May 22, 2022 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshuacox/65431d3da42f24ff5cb2dfcb89b32087 to your computer and use it in GitHub Desktop.
Save joshuacox/65431d3da42f24ff5cb2dfcb89b32087 to your computer and use it in GitHub Desktop.
verbose waypoint logs and nomad stdout
==> Loaded configuration from nomad.config
==> Starting Nomad agent...
==> Nomad agent configuration:
Advertise Addrs: HTTP: 127.0.0.1:4646; RPC: 127.0.0.1:4647; Serf: 127.0.0.1:4648
Bind Addrs: HTTP: [127.0.0.1:4646]; RPC: 127.0.0.1:4647; Serf: 127.0.0.1:4648
Client: true
Log Level: DEBUG
Region: global (DC: dc1)
Server: true
Version: 1.3.1
==> Nomad agent started! Log data will stream in below:
2022-05-22T22:33:04.577Z [DEBUG] agent.plugin_loader.docker: using client connection initialized from environment: plugin_dir=""
2022-05-22T22:33:04.577Z [DEBUG] agent.plugin_loader.docker: using client connection initialized from environment: plugin_dir=""
2022-05-22T22:33:04.578Z [INFO] agent: detected plugin: name=java type=driver plugin_version=0.1.0
2022-05-22T22:33:04.578Z [INFO] agent: detected plugin: name=docker type=driver plugin_version=0.1.0
2022-05-22T22:33:04.578Z [INFO] agent: detected plugin: name=raw_exec type=driver plugin_version=0.1.0
2022-05-22T22:33:04.578Z [INFO] agent: detected plugin: name=exec type=driver plugin_version=0.1.0
2022-05-22T22:33:04.578Z [INFO] agent: detected plugin: name=qemu type=driver plugin_version=0.1.0
2022-05-22T22:33:04.582Z [INFO] nomad.raft: initial configuration: index=1 servers="[{Suffrage:Voter ID:e1b262b7-395c-32ff-8fe7-95e0a14fc35d Address:127.0.0.1:4647}]"
2022-05-22T22:33:04.582Z [INFO] nomad.raft: entering follower state: follower="Node at 127.0.0.1:4647 [Follower]" leader=
2022-05-22T22:33:04.583Z [INFO] nomad: serf: EventMemberJoin: vagrant.global 127.0.0.1
2022-05-22T22:33:04.584Z [INFO] nomad: starting scheduling worker(s): num_workers=2 schedulers=["service", "batch", "system", "sysbatch", "_core"]
2022-05-22T22:33:04.584Z [DEBUG] nomad: started scheduling worker: id=79b51fae-82c4-fb06-7038-894bac5678a6 index=1 of=2
2022-05-22T22:33:04.584Z [DEBUG] nomad: started scheduling worker: id=d85b504c-4953-e852-e8f7-ba2fb56689f0 index=2 of=2
2022-05-22T22:33:04.584Z [INFO] nomad: started scheduling worker(s): num_workers=2 schedulers=["service", "batch", "system", "sysbatch", "_core"]
2022-05-22T22:33:04.584Z [INFO] nomad: adding server: server="vagrant.global (Addr: 127.0.0.1:4647) (DC: dc1)"
2022-05-22T22:33:04.584Z [DEBUG] worker: running: worker_id=79b51fae-82c4-fb06-7038-894bac5678a6
2022-05-22T22:33:04.584Z [INFO] client: using state directory: state_dir=/tmp/NomadClient4060398232
2022-05-22T22:33:04.584Z [INFO] client: using alloc directory: alloc_dir=/tmp/NomadClient3939390416
2022-05-22T22:33:04.584Z [INFO] client: using dynamic ports: min=20000 max=32000 reserved=""
2022-05-22T22:33:04.584Z [DEBUG] worker: running: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0
2022-05-22T22:33:04.604Z [INFO] client.cpuset.v1: initialized cpuset cgroup manager: parent=/nomad cpuset=0-1
2022-05-22T22:33:04.608Z [DEBUG] client.fingerprint_mgr: built-in fingerprints: fingerprinters=["arch", "bridge", "cgroup", "cni", "consul", "cpu", "host", "memory", "network", "nomad", "signal", "storage", "vault", "env_azure", "env_digitalocean", "env_aws", "env_gce"]
2022-05-22T22:33:04.609Z [INFO] client.fingerprint_mgr.cgroup: cgroups are available
2022-05-22T22:33:04.609Z [DEBUG] client.fingerprint_mgr: fingerprinting periodically: fingerprinter=cgroup period=15s
2022-05-22T22:33:04.611Z [DEBUG] client.fingerprint_mgr: CNI config dir is not set or does not exist, skipping: cni_config_dir=/opt/cni/config
2022-05-22T22:33:04.612Z [DEBUG] client.fingerprint_mgr: fingerprinting periodically: fingerprinter=consul period=15s
2022-05-22T22:33:04.612Z [DEBUG] client.fingerprint_mgr.cpu: detected cpu frequency: MHz=2666
2022-05-22T22:33:04.612Z [DEBUG] client.fingerprint_mgr.cpu: detected core count: cores=2
2022-05-22T22:33:04.613Z [DEBUG] client.fingerprint_mgr.cpu: detected reservable cores: cpuset=[0, 1]
2022-05-22T22:33:04.618Z [WARN] client.fingerprint_mgr.network: unable to parse speed: path=/usr/sbin/ethtool device=eth0
2022-05-22T22:33:04.619Z [DEBUG] client.fingerprint_mgr.network: unable to parse link speed: path=/sys/class/net/eth0/speed device=eth0
2022-05-22T22:33:04.619Z [DEBUG] client.fingerprint_mgr.network: link speed could not be detected and no speed specified by user, falling back to default speed: interface=eth0 mbits=1000
2022-05-22T22:33:04.619Z [DEBUG] client.fingerprint_mgr.network: detected interface IP: interface=eth0 IP=10.11.5.250
2022-05-22T22:33:04.620Z [WARN] client.fingerprint_mgr.network: unable to parse speed: path=/usr/sbin/ethtool device=lo
2022-05-22T22:33:04.620Z [DEBUG] client.fingerprint_mgr.network: unable to read link speed: path=/sys/class/net/lo/speed device=lo
2022-05-22T22:33:04.620Z [DEBUG] client.fingerprint_mgr.network: link speed could not be detected, falling back to default speed: interface=lo mbits=1000
2022-05-22T22:33:04.622Z [WARN] client.fingerprint_mgr.network: unable to parse speed: path=/usr/sbin/ethtool device=eth0
2022-05-22T22:33:04.622Z [DEBUG] client.fingerprint_mgr.network: unable to parse link speed: path=/sys/class/net/eth0/speed device=eth0
2022-05-22T22:33:04.622Z [DEBUG] client.fingerprint_mgr.network: link speed could not be detected, falling back to default speed: interface=eth0 mbits=1000
2022-05-22T22:33:04.624Z [WARN] client.fingerprint_mgr.network: unable to parse speed: path=/usr/sbin/ethtool device=docker0
2022-05-22T22:33:04.624Z [DEBUG] client.fingerprint_mgr.network: unable to read link speed: path=/sys/class/net/docker0/speed device=docker0
2022-05-22T22:33:04.624Z [DEBUG] client.fingerprint_mgr.network: link speed could not be detected, falling back to default speed: interface=docker0 mbits=1000
2022-05-22T22:33:04.628Z [DEBUG] client.fingerprint_mgr: fingerprinting periodically: fingerprinter=vault period=15s
2022-05-22T22:33:06.212Z [WARN] nomad.raft: heartbeat timeout reached, starting election: last-leader=
2022-05-22T22:33:06.212Z [INFO] nomad.raft: entering candidate state: node="Node at 127.0.0.1:4647 [Candidate]" term=2
2022-05-22T22:33:06.212Z [DEBUG] nomad.raft: votes: needed=1
2022-05-22T22:33:06.212Z [DEBUG] nomad.raft: vote granted: from=e1b262b7-395c-32ff-8fe7-95e0a14fc35d term=2 tally=1
2022-05-22T22:33:06.212Z [INFO] nomad.raft: election won: tally=1
2022-05-22T22:33:06.212Z [INFO] nomad.raft: entering leader state: leader="Node at 127.0.0.1:4647 [Leader]"
2022-05-22T22:33:06.213Z [INFO] nomad: cluster leadership acquired
2022-05-22T22:33:06.223Z [INFO] nomad.core: established cluster id: cluster_id=8bc7e29a-ab0d-6e4f-ca3c-3400ecb679d5 create_time=1653258786215101849
2022-05-22T22:33:10.631Z [DEBUG] client.fingerprint_mgr.env_gce: could not read value for attribute: attribute=machine-type error="Get \"http://169.254.169.254/computeMetadata/v1/instance/machine-type\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"
2022-05-22T22:33:10.631Z [DEBUG] client.fingerprint_mgr.env_gce: error querying GCE Metadata URL, skipping
2022-05-22T22:33:12.632Z [DEBUG] client.fingerprint_mgr.env_azure: could not read value for attribute: attribute=compute/azEnvironment error="Get \"http://169.254.169.254/metadata/instance/compute/azEnvironment?api-version=2019-06-04&format=text\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"
2022-05-22T22:33:14.633Z [DEBUG] client.fingerprint_mgr.env_digitalocean: failed to request metadata: attribute=region error="Get \"http://169.254.169.254/metadata/v1/region\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"
2022-05-22T22:33:14.633Z [DEBUG] client.fingerprint_mgr: detected fingerprints: node_attrs=["arch", "bridge", "cgroup", "cpu", "host", "network", "nomad", "signal", "storage"]
2022-05-22T22:33:14.633Z [INFO] client.plugin: starting plugin manager: plugin-type=csi
2022-05-22T22:33:14.633Z [INFO] client.plugin: starting plugin manager: plugin-type=driver
2022-05-22T22:33:14.633Z [INFO] client.plugin: starting plugin manager: plugin-type=device
2022-05-22T22:33:14.633Z [DEBUG] client.device_mgr: exiting since there are no device plugins
2022-05-22T22:33:14.634Z [DEBUG] client.driver_mgr: initial driver fingerprint: driver=raw_exec health=healthy description=Healthy
2022-05-22T22:33:14.635Z [DEBUG] client.driver_mgr: initial driver fingerprint: driver=exec health=healthy description=Healthy
2022-05-22T22:33:14.635Z [DEBUG] client.driver_mgr: initial driver fingerprint: driver=qemu health=undetected description=""
2022-05-22T22:33:14.635Z [DEBUG] client.server_mgr: new server list: new_servers=[127.0.0.1:4647] old_servers=[]
2022-05-22T22:33:14.635Z [DEBUG] client.driver_mgr: initial driver fingerprint: driver=java health=undetected description=""
2022-05-22T22:33:14.636Z [DEBUG] client.plugin: waiting on plugin manager initial fingerprint: plugin-type=driver
2022-05-22T22:33:14.636Z [DEBUG] client.plugin: waiting on plugin manager initial fingerprint: plugin-type=device
2022-05-22T22:33:14.636Z [DEBUG] client.plugin: finished plugin manager initial fingerprint: plugin-type=device
2022-05-22T22:33:14.690Z [DEBUG] client.driver_mgr: initial driver fingerprint: driver=docker health=healthy description=Healthy
2022-05-22T22:33:14.691Z [DEBUG] client.driver_mgr: detected drivers: drivers="map[healthy:[raw_exec exec docker] undetected:[qemu java]]"
2022-05-22T22:33:14.691Z [DEBUG] client.plugin: finished plugin manager initial fingerprint: plugin-type=driver
2022-05-22T22:33:14.691Z [INFO] client: started client: node_id=f434d931-7108-bafe-3a00-d90dd05ea710
2022-05-22T22:33:14.691Z [DEBUG] http: UI is enabled
2022-05-22T22:33:14.691Z [DEBUG] http: UI is enabled
2022-05-22T22:33:14.693Z [INFO] client: node registration complete
2022-05-22T22:33:14.695Z [DEBUG] client: state updated: node_status=ready
2022-05-22T22:33:14.695Z [DEBUG] client: updated allocations: index=1 total=0 pulled=0 filtered=0
2022-05-22T22:33:14.695Z [DEBUG] client: allocation updates: added=0 removed=0 updated=0 ignored=0
2022-05-22T22:33:14.695Z [DEBUG] client: allocation updates applied: added=0 removed=0 updated=0 ignored=0 errors=0
2022-05-22T22:33:14.908Z [DEBUG] http: request complete: method=GET path=/v1/jobs duration="469.603µs"
2022-05-22T22:33:15.695Z [DEBUG] client: state changed, updating node and re-registering
2022-05-22T22:33:15.696Z [INFO] client: node registration complete
2022-05-22T22:33:17.018Z [DEBUG] http: request complete: method=GET path=/v1/jobs?prefix=waypoint-server duration="412.894µs"
2022-05-22T22:33:17.026Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=661685f4-c105-bfb2-5f41-1498c151377d type=service namespace=default job_id=waypoint-server node_id="" triggered_by=job-register
2022-05-22T22:33:17.026Z [DEBUG] http: request complete: method=PUT path=/v1/jobs duration=4.953271ms
2022-05-22T22:33:17.030Z [DEBUG] worker.service_sched: reconciled current state with desired state: eval_id=661685f4-c105-bfb2-5f41-1498c151377d job_id=waypoint-server namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0
results=
| Total changes: (place 1) (destructive 0) (inplace 0) (stop 0) (disconnect 0) (reconnect 0)
| Created Deployment: "7463dfee-1db4-8f7b-87c0-c847dbfec1df"
| Desired Changes for "waypoint-server": (place 1) (inplace 0) (destructive 0) (stop 0) (migrate 0) (ignore 0) (canary 0)
2022-05-22T22:33:17.035Z [DEBUG] worker: submitted plan for evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=661685f4-c105-bfb2-5f41-1498c151377d
2022-05-22T22:33:17.035Z [DEBUG] worker.service_sched: setting eval status: eval_id=661685f4-c105-bfb2-5f41-1498c151377d job_id=waypoint-server namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 status=complete
2022-05-22T22:33:17.036Z [DEBUG] worker: updated evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval="<Eval \"661685f4-c105-bfb2-5f41-1498c151377d\" JobID: \"waypoint-server\" Namespace: \"default\">"
2022-05-22T22:33:17.037Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=661685f4-c105-bfb2-5f41-1498c151377d type=service namespace=default job_id=waypoint-server node_id="" triggered_by=job-register
2022-05-22T22:33:17.038Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d?index=10&wait=500ms" duration=7.110626ms
2022-05-22T22:33:17.039Z [DEBUG] client: updated allocations: index=11 total=1 pulled=1 filtered=0
2022-05-22T22:33:17.039Z [DEBUG] client: allocation updates: added=1 removed=0 updated=0 ignored=0
2022-05-22T22:33:17.041Z [DEBUG] client: allocation updates applied: added=1 removed=0 updated=0 ignored=0 errors=0
2022-05-22T22:33:17.045Z [DEBUG] client.alloc_runner.task_runner: lifecycle start condition has been met, proceeding: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=pre_task
2022-05-22T22:33:17.050Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon: starting plugin: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=pre_task path=/usr/local/bin/nomad args=["/usr/local/bin/nomad", "logmon"]
2022-05-22T22:33:17.051Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon: plugin started: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=pre_task path=/usr/local/bin/nomad pid=1513
2022-05-22T22:33:17.051Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon: waiting for RPC address: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=pre_task path=/usr/local/bin/nomad
2022-05-22T22:33:17.063Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon.nomad: plugin address: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=pre_task network=unix @module=logmon address=/tmp/plugin2788642880 timestamp=2022-05-22T22:33:17.063Z
2022-05-22T22:33:17.063Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon: using plugin: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=pre_task version=2
2022-05-22T22:33:17.067Z [INFO] client.alloc_runner.task_runner.task_hook.logmon.nomad: opening fifo: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=pre_task @module=logmon path=/tmp/NomadClient3939390416/688e0790-b9a5-8a72-13d6-0158055ca721/alloc/logs/.pre_task.stdout.fifo timestamp=2022-05-22T22:33:17.067Z
2022-05-22T22:33:17.067Z [INFO] client.alloc_runner.task_runner.task_hook.logmon.nomad: opening fifo: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=pre_task @module=logmon path=/tmp/NomadClient3939390416/688e0790-b9a5-8a72-13d6-0158055ca721/alloc/logs/.pre_task.stderr.fifo timestamp=2022-05-22T22:33:17.067Z
2022-05-22T22:33:17.145Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=12&wait=500ms" duration=102.350783ms
2022-05-22T22:33:17.146Z [DEBUG] client: updated allocations: index=13 total=1 pulled=0 filtered=1
2022-05-22T22:33:17.147Z [DEBUG] client: allocation updates: added=0 removed=0 updated=0 ignored=1
2022-05-22T22:33:17.147Z [DEBUG] client: allocation updates applied: added=0 removed=0 updated=0 ignored=1 errors=0
2022-05-22T22:33:18.178Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=525.416293ms
2022-05-22T22:33:19.188Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=507.050358ms
2022-05-22T22:33:20.221Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=528.539149ms
2022-05-22T22:33:21.234Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=509.961093ms
2022-05-22T22:33:22.262Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=524.562027ms
2022-05-22T22:33:23.289Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=523.155741ms
2022-05-22T22:33:24.298Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=507.406831ms
2022-05-22T22:33:25.317Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=516.388838ms
2022-05-22T22:33:26.343Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=523.715067ms
2022-05-22T22:33:27.086Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=busybox:latest message="No progress"
2022-05-22T22:33:27.357Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=511.478203ms
2022-05-22T22:33:28.368Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=508.591852ms
2022-05-22T22:33:29.399Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=528.869019ms
2022-05-22T22:33:30.410Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=508.633129ms
2022-05-22T22:33:31.443Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=529.091102ms
2022-05-22T22:33:32.472Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=522.469595ms
2022-05-22T22:33:33.484Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=510.778767ms
2022-05-22T22:33:34.494Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=507.594651ms
2022-05-22T22:33:35.520Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=522.771492ms
2022-05-22T22:33:36.525Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=503.975387ms
2022-05-22T22:33:37.086Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=busybox:latest message="No progress"
2022-05-22T22:33:37.540Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=511.389525ms
2022-05-22T22:33:38.560Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=517.115521ms
2022-05-22T22:33:39.569Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=506.043347ms
2022-05-22T22:33:40.575Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=503.835989ms
2022-05-22T22:33:41.603Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=525.105535ms
2022-05-22T22:33:42.627Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=520.438661ms
2022-05-22T22:33:43.657Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=526.055928ms
2022-05-22T22:33:44.691Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=531.355447ms
2022-05-22T22:33:45.725Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=531.462591ms
2022-05-22T22:33:46.753Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=525.447236ms
2022-05-22T22:33:47.086Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=busybox:latest message="No progress"
2022-05-22T22:33:47.780Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=521.21419ms
2022-05-22T22:33:48.803Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=519.385121ms
2022-05-22T22:33:49.822Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=516.638018ms
2022-05-22T22:33:50.830Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=505.629467ms
2022-05-22T22:33:51.843Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=509.570577ms
2022-05-22T22:33:52.852Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=507.671394ms
2022-05-22T22:33:53.861Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=506.0269ms
2022-05-22T22:33:54.872Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=507.112777ms
2022-05-22T22:33:55.883Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=507.179055ms
2022-05-22T22:33:56.911Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=523.460066ms
2022-05-22T22:33:57.086Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=busybox:latest message="No progress"
2022-05-22T22:33:57.943Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=528.817393ms
2022-05-22T22:33:58.970Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=523.801794ms
2022-05-22T22:33:59.984Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=510.930359ms
2022-05-22T22:34:01.002Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=516.044473ms
2022-05-22T22:34:02.032Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=527.431615ms
2022-05-22T22:34:03.052Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=517.351824ms
2022-05-22T22:34:04.080Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=524.844153ms
2022-05-22T22:34:05.088Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=505.925348ms
2022-05-22T22:34:06.104Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=511.961188ms
2022-05-22T22:34:07.086Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=busybox:latest message="No progress"
2022-05-22T22:34:07.120Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=513.161586ms
2022-05-22T22:34:08.151Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=528.699957ms
2022-05-22T22:34:09.174Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=520.932617ms
2022-05-22T22:34:10.178Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=501.544159ms
2022-05-22T22:34:11.184Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=502.242877ms
2022-05-22T22:34:12.216Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=529.533335ms
2022-05-22T22:34:13.237Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=518.767786ms
2022-05-22T22:34:14.254Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=514.313123ms
2022-05-22T22:34:15.279Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=522.779002ms
2022-05-22T22:34:16.313Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=531.498637ms
2022-05-22T22:34:17.086Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=busybox:latest message="No progress"
2022-05-22T22:34:17.332Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=516.295926ms
2022-05-22T22:34:18.349Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=514.329362ms
2022-05-22T22:34:18.496Z [DEBUG] client.driver_mgr.docker: docker pull succeeded: driver=docker image_ref=busybox:latest
2022-05-22T22:34:18.499Z [DEBUG] client.driver_mgr.docker: image reference count incremented: driver=docker image_name=busybox:latest image_id=sha256:1a80408de790c0b1075d0a7e23ff7da78b311f85f36ea10098e4a6184c200964 references=1
2022-05-22T22:34:18.500Z [DEBUG] client.driver_mgr.docker: configured resources: driver=docker task_name=pre_task memory=629145600 memory_reservation=0 cpu_shares=200 cpu_quota=0 cpu_period=0
2022-05-22T22:34:18.500Z [DEBUG] client.driver_mgr.docker: binding directories: driver=docker task_name=pre_task binds="[]string{\"/tmp/NomadClient3939390416/688e0790-b9a5-8a72-13d6-0158055ca721/alloc:/alloc\", \"/tmp/NomadClient3939390416/688e0790-b9a5-8a72-13d6-0158055ca721/pre_task/local:/local\", \"/tmp/NomadClient3939390416/688e0790-b9a5-8a72-13d6-0158055ca721/pre_task/secrets:/secrets\"}"
2022-05-22T22:34:18.500Z [DEBUG] client.driver_mgr.docker: networking mode not specified; using default: driver=docker task_name=pre_task
2022-05-22T22:34:18.500Z [DEBUG] client.driver_mgr.docker: setting container startup command: driver=docker task_name=pre_task command="sh -c chown -R 100:1000 /data"
2022-05-22T22:34:18.500Z [DEBUG] client.driver_mgr.docker: applied labels on the container: driver=docker task_name=pre_task labels=map[com.hashicorp.nomad.alloc_id:688e0790-b9a5-8a72-13d6-0158055ca721]
2022-05-22T22:34:18.500Z [DEBUG] client.driver_mgr.docker: setting container name: driver=docker task_name=pre_task container_name=pre_task-688e0790-b9a5-8a72-13d6-0158055ca721
2022-05-22T22:34:18.575Z [INFO] client.driver_mgr.docker: created container: driver=docker container_id=d6f4721b6dfc17b89208651e3d45729da76b1d314782081c2b3fde3c6a66698c
2022-05-22T22:34:19.201Z [INFO] client.driver_mgr.docker: started container: driver=docker container_id=d6f4721b6dfc17b89208651e3d45729da76b1d314782081c2b3fde3c6a66698c
2022-05-22T22:34:19.202Z [DEBUG] client.driver_mgr.docker.docker_logger: starting plugin: driver=docker path=/usr/local/bin/nomad args=["/usr/local/bin/nomad", "docker_logger"]
2022-05-22T22:34:19.202Z [DEBUG] client.driver_mgr.docker.docker_logger: plugin started: driver=docker path=/usr/local/bin/nomad pid=1766
2022-05-22T22:34:19.202Z [DEBUG] client.driver_mgr.docker.docker_logger: waiting for RPC address: driver=docker path=/usr/local/bin/nomad
2022-05-22T22:34:19.247Z [DEBUG] client.driver_mgr.docker.docker_logger.nomad: plugin address: driver=docker @module=docker_logger address=/tmp/plugin393519089 network=unix timestamp=2022-05-22T22:34:19.247Z
2022-05-22T22:34:19.248Z [DEBUG] client.driver_mgr.docker.docker_logger: using plugin: driver=docker version=2
2022-05-22T22:34:19.251Z [DEBUG] client.driver_mgr.docker.docker_logger.nomad: using client connection initialized from environment: driver=docker @module=docker_logger timestamp=2022-05-22T22:34:19.250Z
2022-05-22T22:34:19.356Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=504.706302ms
2022-05-22T22:34:19.400Z [DEBUG] client: updated allocations: index=15 total=1 pulled=0 filtered=1
2022-05-22T22:34:19.400Z [DEBUG] client: allocation updates: added=0 removed=0 updated=0 ignored=1
2022-05-22T22:34:19.400Z [DEBUG] client: allocation updates applied: added=0 removed=0 updated=0 ignored=1 errors=0
2022-05-22T22:34:19.439Z [DEBUG] client.driver_mgr.docker.docker_logger.stdio: received EOF, stopping recv loop: driver=docker err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-05-22T22:34:19.442Z [DEBUG] client.driver_mgr.docker.docker_logger: plugin process exited: driver=docker path=/usr/local/bin/nomad pid=1766
2022-05-22T22:34:19.442Z [DEBUG] client.driver_mgr.docker.docker_logger: plugin exited: driver=docker
2022-05-22T22:34:19.450Z [DEBUG] client.driver_mgr.docker: image id reference count decremented: driver=docker image_id=sha256:1a80408de790c0b1075d0a7e23ff7da78b311f85f36ea10098e4a6184c200964 references=0
2022-05-22T22:34:19.450Z [INFO] client.alloc_runner.task_runner: not restarting task: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=pre_task reason="Restart unnecessary as task terminated successfully"
2022-05-22T22:34:19.450Z [DEBUG] client.alloc_runner.task_runner: lifecycle start condition has been met, proceeding: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=server
2022-05-22T22:34:19.452Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon: starting plugin: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=server path=/usr/local/bin/nomad args=["/usr/local/bin/nomad", "logmon"]
2022-05-22T22:34:19.458Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon.stdio: received EOF, stopping recv loop: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=pre_task err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-05-22T22:34:19.459Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon: plugin process exited: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=pre_task path=/usr/local/bin/nomad pid=1513
2022-05-22T22:34:19.459Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon: plugin exited: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=pre_task
2022-05-22T22:34:19.460Z [DEBUG] client.alloc_runner.task_runner: task run loop exiting: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=pre_task
2022-05-22T22:34:19.460Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon: plugin started: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=server path=/usr/local/bin/nomad pid=1810
2022-05-22T22:34:19.460Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon: waiting for RPC address: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=server path=/usr/local/bin/nomad
2022-05-22T22:34:19.470Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon: using plugin: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=server version=2
2022-05-22T22:34:19.471Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon.nomad: plugin address: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=server @module=logmon address=/tmp/plugin2254738095 network=unix timestamp=2022-05-22T22:34:19.470Z
2022-05-22T22:34:19.473Z [INFO] client.alloc_runner.task_runner.task_hook.logmon.nomad: opening fifo: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=server @module=logmon path=/tmp/NomadClient3939390416/688e0790-b9a5-8a72-13d6-0158055ca721/alloc/logs/.server.stdout.fifo timestamp=2022-05-22T22:34:19.473Z
2022-05-22T22:34:19.473Z [INFO] client.alloc_runner.task_runner.task_hook.logmon.nomad: opening fifo: alloc_id=688e0790-b9a5-8a72-13d6-0158055ca721 task=server path=/tmp/NomadClient3939390416/688e0790-b9a5-8a72-13d6-0158055ca721/alloc/logs/.server.stderr.fifo @module=logmon timestamp=2022-05-22T22:34:19.473Z
2022-05-22T22:34:19.653Z [DEBUG] client: updated allocations: index=16 total=1 pulled=0 filtered=1
2022-05-22T22:34:19.653Z [DEBUG] client: allocation updates: added=0 removed=0 updated=0 ignored=1
2022-05-22T22:34:19.653Z [DEBUG] client: allocation updates applied: added=0 removed=0 updated=0 ignored=1 errors=0
2022-05-22T22:34:19.859Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=13&wait=500ms" duration=1.414096ms
2022-05-22T22:34:20.875Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=512.130973ms
2022-05-22T22:34:21.885Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=507.26763ms
2022-05-22T22:34:22.895Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=506.086312ms
2022-05-22T22:34:23.906Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=507.522568ms
2022-05-22T22:34:24.920Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=510.330056ms
2022-05-22T22:34:25.938Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=514.951131ms
2022-05-22T22:34:26.962Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=520.444512ms
2022-05-22T22:34:27.983Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=516.510091ms
2022-05-22T22:34:29.010Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=523.83563ms
2022-05-22T22:34:29.483Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=hashicorp/waypoint:latest message="No progress"
2022-05-22T22:34:30.029Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=516.162599ms
2022-05-22T22:34:31.058Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=526.107356ms
2022-05-22T22:34:32.081Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=518.266981ms
2022-05-22T22:34:33.110Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=525.596836ms
2022-05-22T22:34:34.118Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=505.512141ms
2022-05-22T22:34:35.144Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=523.3969ms
2022-05-22T22:34:36.164Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=516.116956ms
2022-05-22T22:34:37.195Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=528.570404ms
2022-05-22T22:34:38.204Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=505.85942ms
2022-05-22T22:34:39.222Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=515.612674ms
2022-05-22T22:34:39.483Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=hashicorp/waypoint:latest message="No progress"
2022-05-22T22:34:40.242Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=516.714966ms
2022-05-22T22:34:41.270Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=525.603152ms
2022-05-22T22:34:42.283Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=510.110664ms
2022-05-22T22:34:43.305Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=518.780964ms
2022-05-22T22:34:44.320Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=511.814924ms
2022-05-22T22:34:45.325Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=502.140809ms
2022-05-22T22:34:46.357Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=530.05167ms
2022-05-22T22:34:47.365Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=505.60365ms
2022-05-22T22:34:48.389Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=520.30993ms
2022-05-22T22:34:49.423Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=531.765514ms
2022-05-22T22:34:49.483Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=hashicorp/waypoint:latest message="No progress"
2022-05-22T22:34:50.448Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=521.727328ms
2022-05-22T22:34:51.465Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=514.153492ms
2022-05-22T22:34:52.481Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=513.771918ms
2022-05-22T22:34:53.503Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=518.468653ms
2022-05-22T22:34:54.532Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=527.111721ms
2022-05-22T22:34:55.559Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=523.377205ms
2022-05-22T22:34:56.587Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=525.520454ms
2022-05-22T22:34:57.594Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=504.784475ms
2022-05-22T22:34:58.617Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=518.685298ms
2022-05-22T22:34:59.483Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=hashicorp/waypoint:latest message="No progress"
2022-05-22T22:34:59.636Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=516.092038ms
2022-05-22T22:35:00.669Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=529.546267ms
2022-05-22T22:35:01.683Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=510.447533ms
2022-05-22T22:35:02.715Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=529.01187ms
2022-05-22T22:35:03.737Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=519.043052ms
2022-05-22T22:35:04.769Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=529.941764ms
2022-05-22T22:35:05.799Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=527.485411ms
2022-05-22T22:35:06.819Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=517.202179ms
2022-05-22T22:35:07.837Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=514.629046ms
2022-05-22T22:35:08.861Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=520.788594ms
2022-05-22T22:35:09.483Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=hashicorp/waypoint:latest message="No progress"
2022-05-22T22:35:09.885Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=518.811071ms
2022-05-22T22:35:10.895Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=507.553511ms
2022-05-22T22:35:11.949Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=551.216742ms
2022-05-22T22:35:12.954Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=502.908336ms
2022-05-22T22:35:13.979Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=523.380961ms
2022-05-22T22:35:15.013Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=530.633347ms
2022-05-22T22:35:16.023Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=506.540301ms
2022-05-22T22:35:17.046Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=520.291473ms
2022-05-22T22:35:18.055Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=505.680219ms
2022-05-22T22:35:19.083Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=525.504734ms
2022-05-22T22:35:19.482Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=hashicorp/waypoint:latest message="No progress"
2022-05-22T22:35:20.106Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=515.951997ms
2022-05-22T22:35:21.134Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=521.016646ms
2022-05-22T22:35:22.162Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=522.920414ms
2022-05-22T22:35:23.167Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=502.367857ms
2022-05-22T22:35:24.180Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=509.081854ms
2022-05-22T22:35:25.211Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=527.338354ms
2022-05-22T22:35:26.222Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=508.158316ms
2022-05-22T22:35:27.247Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=523.025375ms
2022-05-22T22:35:28.273Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=523.540227ms
2022-05-22T22:35:29.303Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=527.665139ms
2022-05-22T22:35:29.483Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=hashicorp/waypoint:latest message="Pulled 6/6 (242MiB/242MiB) layers: 0 waiting/0 pulling"
2022-05-22T22:35:30.336Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=532.10104ms
2022-05-22T22:35:31.348Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=509.511967ms
2022-05-22T22:35:32.354Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=503.72021ms
2022-05-22T22:35:33.223Z [DEBUG] client.driver_mgr.docker: docker pull succeeded: driver=docker image_ref=hashicorp/waypoint:latest
2022-05-22T22:35:33.227Z [DEBUG] client.driver_mgr.docker: image reference count incremented: driver=docker image_name=hashicorp/waypoint:latest image_id=sha256:1d7b94987030bc72a9c599da6cee2590ed4ea1713d09edea44dd988a9af450ee references=1
2022-05-22T22:35:33.228Z [DEBUG] client.driver_mgr.docker: configured resources: driver=docker task_name=server memory=629145600 memory_reservation=0 cpu_shares=200 cpu_quota=0 cpu_period=0
2022-05-22T22:35:33.228Z [DEBUG] client.driver_mgr.docker: binding directories: driver=docker task_name=server binds="[]string{\"/tmp/NomadClient3939390416/688e0790-b9a5-8a72-13d6-0158055ca721/alloc:/alloc\", \"/tmp/NomadClient3939390416/688e0790-b9a5-8a72-13d6-0158055ca721/server/local:/local\", \"/tmp/NomadClient3939390416/688e0790-b9a5-8a72-13d6-0158055ca721/server/secrets:/secrets\"}"
2022-05-22T22:35:33.228Z [DEBUG] client.driver_mgr.docker: networking mode not specified; using default: driver=docker task_name=server
2022-05-22T22:35:33.228Z [DEBUG] client.driver_mgr.docker: allocated static port: driver=docker task_name=server ip=10.11.5.250 port=9701 label=server
2022-05-22T22:35:33.228Z [DEBUG] client.driver_mgr.docker: exposed port: driver=docker task_name=server port=9701 label=server
2022-05-22T22:35:33.228Z [DEBUG] client.driver_mgr.docker: allocated static port: driver=docker task_name=server ip=10.11.5.250 port=9702 label=ui
2022-05-22T22:35:33.228Z [DEBUG] client.driver_mgr.docker: exposed port: driver=docker task_name=server port=9702 label=ui
2022-05-22T22:35:33.228Z [DEBUG] client.driver_mgr.docker: applied labels on the container: driver=docker task_name=server labels=map[com.hashicorp.nomad.alloc_id:688e0790-b9a5-8a72-13d6-0158055ca721]
2022-05-22T22:35:33.228Z [DEBUG] client.driver_mgr.docker: setting container name: driver=docker task_name=server container_name=server-688e0790-b9a5-8a72-13d6-0158055ca721
2022-05-22T22:35:33.377Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=519.832871ms
2022-05-22T22:35:33.522Z [INFO] client.driver_mgr.docker: created container: driver=docker container_id=8a383b6fa4c04c747a2bf3bf23459fcd46fffcc3ac091fa180d8c7b1f005ef06
2022-05-22T22:35:34.173Z [INFO] client.driver_mgr.docker: started container: driver=docker container_id=8a383b6fa4c04c747a2bf3bf23459fcd46fffcc3ac091fa180d8c7b1f005ef06
2022-05-22T22:35:34.183Z [DEBUG] client.driver_mgr.docker.docker_logger: starting plugin: driver=docker path=/usr/local/bin/nomad args=["/usr/local/bin/nomad", "docker_logger"]
2022-05-22T22:35:34.183Z [DEBUG] client.driver_mgr.docker.docker_logger: plugin started: driver=docker path=/usr/local/bin/nomad pid=2182
2022-05-22T22:35:34.183Z [DEBUG] client.driver_mgr.docker.docker_logger: waiting for RPC address: driver=docker path=/usr/local/bin/nomad
2022-05-22T22:35:34.225Z [DEBUG] client.driver_mgr.docker.docker_logger.nomad: plugin address: driver=docker @module=docker_logger address=/tmp/plugin2355535330 network=unix timestamp=2022-05-22T22:35:34.224Z
2022-05-22T22:35:34.225Z [DEBUG] client.driver_mgr.docker.docker_logger: using plugin: driver=docker version=2
2022-05-22T22:35:34.227Z [DEBUG] client.driver_mgr.docker.docker_logger.nomad: using client connection initialized from environment: driver=docker @module=docker_logger timestamp=2022-05-22T22:35:34.227Z
2022-05-22T22:35:34.307Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=16&wait=500ms" duration=426.714202ms
2022-05-22T22:35:34.308Z [DEBUG] client: updated allocations: index=18 total=1 pulled=0 filtered=1
2022-05-22T22:35:34.308Z [DEBUG] client: allocation updates: added=0 removed=0 updated=0 ignored=1
2022-05-22T22:35:34.308Z [DEBUG] client: allocation updates applied: added=0 removed=0 updated=0 ignored=1 errors=0
2022-05-22T22:35:36.318Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=18&wait=500ms" duration=507.468982ms
2022-05-22T22:35:38.353Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/661685f4-c105-bfb2-5f41-1498c151377d/allocations?index=18&wait=500ms" duration=531.653973ms
2022-05-22T22:35:38.364Z [DEBUG] http: request complete: method=GET path=/v1/allocation/688e0790-b9a5-8a72-13d6-0158055ca721 duration=8.824103ms
2022-05-22T22:35:38.379Z [DEBUG] http: request complete: method=GET path=/v1/allocation/688e0790-b9a5-8a72-13d6-0158055ca721 duration=1.477746ms
2022-05-22T22:35:38.486Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=1c46da3f-71aa-9b50-bb75-d4ec368dfcdf type=service namespace=default job_id=waypoint-runner node_id="" triggered_by=job-register
2022-05-22T22:35:38.487Z [DEBUG] http: request complete: method=PUT path=/v1/jobs duration=2.24584ms
2022-05-22T22:35:38.487Z [DEBUG] worker.service_sched: reconciled current state with desired state: eval_id=1c46da3f-71aa-9b50-bb75-d4ec368dfcdf job_id=waypoint-runner namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0
results=
| Total changes: (place 1) (destructive 0) (inplace 0) (stop 0) (disconnect 0) (reconnect 0)
| Created Deployment: "ea86aa84-be92-3c7a-e70c-5bb254d034eb"
| Desired Changes for "waypoint-runner": (place 1) (inplace 0) (destructive 0) (stop 0) (migrate 0) (ignore 0) (canary 0)
2022-05-22T22:35:38.489Z [DEBUG] worker: submitted plan for evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=1c46da3f-71aa-9b50-bb75-d4ec368dfcdf
2022-05-22T22:35:38.489Z [DEBUG] worker.service_sched: setting eval status: eval_id=1c46da3f-71aa-9b50-bb75-d4ec368dfcdf job_id=waypoint-runner namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 status=complete
2022-05-22T22:35:38.490Z [DEBUG] worker: updated evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval="<Eval \"1c46da3f-71aa-9b50-bb75-d4ec368dfcdf\" JobID: \"waypoint-runner\" Namespace: \"default\">"
2022-05-22T22:35:38.490Z [DEBUG] client: updated allocations: index=20 total=2 pulled=1 filtered=1
2022-05-22T22:35:38.490Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=1c46da3f-71aa-9b50-bb75-d4ec368dfcdf type=service namespace=default job_id=waypoint-runner node_id="" triggered_by=job-register
2022-05-22T22:35:38.490Z [DEBUG] client: allocation updates: added=1 removed=0 updated=0 ignored=1
2022-05-22T22:35:38.492Z [DEBUG] client: allocation updates applied: added=1 removed=0 updated=0 ignored=1 errors=0
2022-05-22T22:35:38.493Z [DEBUG] client.alloc_runner.task_runner: lifecycle start condition has been met, proceeding: alloc_id=e1584243-610b-7f3d-b2e7-72c925750b8e task=runner
2022-05-22T22:35:38.494Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon: starting plugin: alloc_id=e1584243-610b-7f3d-b2e7-72c925750b8e task=runner path=/usr/local/bin/nomad args=["/usr/local/bin/nomad", "logmon"]
2022-05-22T22:35:38.497Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon: plugin started: alloc_id=e1584243-610b-7f3d-b2e7-72c925750b8e task=runner path=/usr/local/bin/nomad pid=2206
2022-05-22T22:35:38.497Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon: waiting for RPC address: alloc_id=e1584243-610b-7f3d-b2e7-72c925750b8e task=runner path=/usr/local/bin/nomad
2022-05-22T22:35:38.499Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf?index=19&wait=500ms" duration="454.518µs"
2022-05-22T22:35:38.509Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon: using plugin: alloc_id=e1584243-610b-7f3d-b2e7-72c925750b8e task=runner version=2
2022-05-22T22:35:38.509Z [DEBUG] client.alloc_runner.task_runner.task_hook.logmon.nomad: plugin address: alloc_id=e1584243-610b-7f3d-b2e7-72c925750b8e task=runner @module=logmon address=/tmp/plugin2304869761 network=unix timestamp=2022-05-22T22:35:38.508Z
2022-05-22T22:35:38.513Z [INFO] client.alloc_runner.task_runner.task_hook.logmon.nomad: opening fifo: alloc_id=e1584243-610b-7f3d-b2e7-72c925750b8e task=runner @module=logmon path=/tmp/NomadClient3939390416/e1584243-610b-7f3d-b2e7-72c925750b8e/alloc/logs/.runner.stdout.fifo timestamp=2022-05-22T22:35:38.512Z
2022-05-22T22:35:38.513Z [INFO] client.alloc_runner.task_runner.task_hook.logmon.nomad: opening fifo: alloc_id=e1584243-610b-7f3d-b2e7-72c925750b8e task=runner @module=logmon path=/tmp/NomadClient3939390416/e1584243-610b-7f3d-b2e7-72c925750b8e/alloc/logs/.runner.stderr.fifo timestamp=2022-05-22T22:35:38.513Z
2022-05-22T22:35:38.561Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=21&wait=500ms" duration=60.195281ms
2022-05-22T22:35:38.561Z [DEBUG] client: updated allocations: index=22 total=2 pulled=0 filtered=2
2022-05-22T22:35:38.561Z [DEBUG] client: allocation updates: added=0 removed=0 updated=0 ignored=2
2022-05-22T22:35:38.561Z [DEBUG] client: allocation updates applied: added=0 removed=0 updated=0 ignored=2 errors=0
2022-05-22T22:35:38.815Z [DEBUG] client: updated allocations: index=23 total=2 pulled=0 filtered=2
2022-05-22T22:35:38.815Z [DEBUG] client: allocation updates: added=0 removed=0 updated=0 ignored=2
2022-05-22T22:35:38.815Z [DEBUG] client: allocation updates applied: added=0 removed=0 updated=0 ignored=2 errors=0
2022-05-22T22:35:39.065Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=22&wait=500ms" duration="954.172µs"
2022-05-22T22:35:40.086Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=23&wait=500ms" duration=517.490364ms
2022-05-22T22:35:41.113Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=23&wait=500ms" duration=524.398755ms
2022-05-22T22:35:42.121Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=23&wait=500ms" duration=506.269061ms
2022-05-22T22:35:43.150Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=23&wait=500ms" duration=525.681946ms
2022-05-22T22:35:44.172Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=23&wait=500ms" duration=519.625879ms
2022-05-22T22:35:44.468Z [DEBUG] client: updated allocations: index=24 total=2 pulled=0 filtered=2
2022-05-22T22:35:44.469Z [DEBUG] client: allocation updates: added=0 removed=0 updated=0 ignored=2
2022-05-22T22:35:44.469Z [DEBUG] client: allocation updates applied: added=0 removed=0 updated=0 ignored=2 errors=0
2022-05-22T22:35:44.676Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=23&wait=500ms" duration="572.236µs"
2022-05-22T22:35:45.696Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=24&wait=500ms" duration=517.507067ms
2022-05-22T22:35:45.721Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=dc9e174f-57d2-7ad5-3df2-43a745e91bb9 type=service namespace=default job_id=waypoint-server node_id="" triggered_by=deployment-watcher
2022-05-22T22:35:45.721Z [DEBUG] worker.service_sched: reconciled current state with desired state: eval_id=dc9e174f-57d2-7ad5-3df2-43a745e91bb9 job_id=waypoint-server namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0
results=
| Total changes: (place 0) (destructive 0) (inplace 0) (stop 0) (disconnect 0) (reconnect 0)
| Deployment Update for ID "7463dfee-1db4-8f7b-87c0-c847dbfec1df": Status "successful"; Description "Deployment completed successfully"
| Desired Changes for "waypoint-server": (place 0) (inplace 0) (destructive 0) (stop 0) (migrate 0) (ignore 1) (canary 0)
2022-05-22T22:35:45.722Z [DEBUG] worker: submitted plan for evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=dc9e174f-57d2-7ad5-3df2-43a745e91bb9
2022-05-22T22:35:45.723Z [DEBUG] worker.service_sched: setting eval status: eval_id=dc9e174f-57d2-7ad5-3df2-43a745e91bb9 job_id=waypoint-server namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 status=complete
2022-05-22T22:35:45.723Z [DEBUG] worker: updated evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval="<Eval \"dc9e174f-57d2-7ad5-3df2-43a745e91bb9\" JobID: \"waypoint-server\" Namespace: \"default\">"
2022-05-22T22:35:45.723Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=dc9e174f-57d2-7ad5-3df2-43a745e91bb9 type=service namespace=default job_id=waypoint-server node_id="" triggered_by=deployment-watcher
2022-05-22T22:35:46.199Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=24&wait=500ms" duration="709.589µs"
2022-05-22T22:35:47.227Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=525.649768ms
2022-05-22T22:35:48.243Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=512.890651ms
2022-05-22T22:35:48.531Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=hashicorp/waypoint:latest message="No progress"
2022-05-22T22:35:49.257Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=512.25085ms
2022-05-22T22:35:50.281Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=521.753369ms
2022-05-22T22:35:51.290Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=506.595141ms
2022-05-22T22:35:52.300Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=506.794065ms
2022-05-22T22:35:53.318Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=514.642212ms
2022-05-22T22:35:54.345Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=524.340528ms
2022-05-22T22:35:55.353Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=505.094846ms
2022-05-22T22:35:56.373Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=517.528759ms
2022-05-22T22:35:57.398Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=521.973756ms
2022-05-22T22:35:58.425Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=524.485274ms
2022-05-22T22:35:58.532Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=hashicorp/waypoint:latest message="No progress"
2022-05-22T22:35:59.429Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=502.258941ms
2022-05-22T22:36:00.448Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=516.452247ms
2022-05-22T22:36:01.476Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=525.567516ms
2022-05-22T22:36:02.509Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=530.743392ms
2022-05-22T22:36:03.533Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=522.179729ms
2022-05-22T22:36:04.541Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=505.601906ms
2022-05-22T22:36:05.567Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=523.604669ms
2022-05-22T22:36:06.574Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=502.826536ms
2022-05-22T22:36:07.585Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=509.03325ms
2022-05-22T22:36:08.532Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=hashicorp/waypoint:latest message="No progress"
2022-05-22T22:36:08.595Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=506.63562ms
2022-05-22T22:36:09.622Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=524.235476ms
2022-05-22T22:36:10.630Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=505.694751ms
2022-05-22T22:36:11.638Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=505.75619ms
2022-05-22T22:36:12.650Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=508.447888ms
2022-05-22T22:36:13.676Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=513.803624ms
2022-05-22T22:36:14.680Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=502.001795ms
2022-05-22T22:36:15.707Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=524.635157ms
2022-05-22T22:36:16.714Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=504.230647ms
2022-05-22T22:36:17.749Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=531.678088ms
2022-05-22T22:36:18.531Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=hashicorp/waypoint:latest message="No progress"
2022-05-22T22:36:18.755Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=504.160375ms
2022-05-22T22:36:19.762Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=503.963914ms
2022-05-22T22:36:20.790Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=524.919976ms
2022-05-22T22:36:21.821Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=528.190078ms
2022-05-22T22:36:22.851Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=527.273544ms
2022-05-22T22:36:23.871Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=518.42614ms
2022-05-22T22:36:24.895Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=522.109786ms
2022-05-22T22:36:25.929Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=530.733563ms
2022-05-22T22:36:26.933Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=501.383133ms
2022-05-22T22:36:27.960Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=524.618891ms
2022-05-22T22:36:28.532Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=hashicorp/waypoint:latest message="No progress"
2022-05-22T22:36:28.986Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=523.518292ms
2022-05-22T22:36:29.992Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=502.377672ms
2022-05-22T22:36:31.019Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=524.522394ms
2022-05-22T22:36:32.036Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=514.913115ms
2022-05-22T22:36:33.072Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=532.277329ms
2022-05-22T22:36:34.092Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=516.873045ms
2022-05-22T22:36:35.098Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=503.733034ms
2022-05-22T22:36:36.130Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=529.25954ms
2022-05-22T22:36:37.139Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=505.959522ms
2022-05-22T22:36:38.154Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=513.101402ms
2022-05-22T22:36:38.532Z [DEBUG] client.driver_mgr.docker: image pull progress: driver=docker image_name=hashicorp/waypoint:latest message="No progress"
2022-05-22T22:36:39.167Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=510.800688ms
2022-05-22T22:36:39.315Z [DEBUG] client.driver_mgr.docker: docker pull succeeded: driver=docker image_ref=hashicorp/waypoint:latest
2022-05-22T22:36:39.318Z [DEBUG] client.driver_mgr.docker: image reference count incremented: driver=docker image_name=hashicorp/waypoint:latest image_id=sha256:1d7b94987030bc72a9c599da6cee2590ed4ea1713d09edea44dd988a9af450ee references=2
2022-05-22T22:36:39.319Z [DEBUG] client.driver_mgr.docker: configured resources: driver=docker task_name=runner memory=629145600 memory_reservation=0 cpu_shares=200 cpu_quota=0 cpu_period=0
2022-05-22T22:36:39.319Z [DEBUG] client.driver_mgr.docker: binding directories: driver=docker task_name=runner binds="[]string{\"/tmp/NomadClient3939390416/e1584243-610b-7f3d-b2e7-72c925750b8e/alloc:/alloc\", \"/tmp/NomadClient3939390416/e1584243-610b-7f3d-b2e7-72c925750b8e/runner/local:/local\", \"/tmp/NomadClient3939390416/e1584243-610b-7f3d-b2e7-72c925750b8e/runner/secrets:/secrets\"}"
2022-05-22T22:36:39.319Z [DEBUG] client.driver_mgr.docker: networking mode not specified; using default: driver=docker task_name=runner
2022-05-22T22:36:39.319Z [DEBUG] client.driver_mgr.docker: applied labels on the container: driver=docker task_name=runner labels=map[com.hashicorp.nomad.alloc_id:e1584243-610b-7f3d-b2e7-72c925750b8e]
2022-05-22T22:36:39.319Z [DEBUG] client.driver_mgr.docker: setting container name: driver=docker task_name=runner container_name=runner-e1584243-610b-7f3d-b2e7-72c925750b8e
2022-05-22T22:36:39.374Z [INFO] client.driver_mgr.docker: created container: driver=docker container_id=68b225aeecf2e5c8479219a7cf70acfd9f12c231d0033cdbf8d5bfb9550fd494
2022-05-22T22:36:39.876Z [INFO] client.driver_mgr.docker: started container: driver=docker container_id=68b225aeecf2e5c8479219a7cf70acfd9f12c231d0033cdbf8d5bfb9550fd494
2022-05-22T22:36:39.890Z [DEBUG] client.driver_mgr.docker.docker_logger: starting plugin: driver=docker path=/usr/local/bin/nomad args=["/usr/local/bin/nomad", "docker_logger"]
2022-05-22T22:36:39.891Z [DEBUG] client.driver_mgr.docker.docker_logger: plugin started: driver=docker path=/usr/local/bin/nomad pid=2440
2022-05-22T22:36:39.891Z [DEBUG] client.driver_mgr.docker.docker_logger: waiting for RPC address: driver=docker path=/usr/local/bin/nomad
2022-05-22T22:36:39.936Z [DEBUG] client.driver_mgr.docker.docker_logger.nomad: plugin address: driver=docker @module=docker_logger address=/tmp/plugin3073639888 network=unix timestamp=2022-05-22T22:36:39.935Z
2022-05-22T22:36:39.936Z [DEBUG] client.driver_mgr.docker.docker_logger: using plugin: driver=docker version=2
2022-05-22T22:36:39.938Z [DEBUG] client.driver_mgr.docker.docker_logger.nomad: using client connection initialized from environment: driver=docker @module=docker_logger timestamp=2022-05-22T22:36:39.938Z
2022-05-22T22:36:40.124Z [DEBUG] client: updated allocations: index=29 total=2 pulled=0 filtered=2
2022-05-22T22:36:40.124Z [DEBUG] client: allocation updates: added=0 removed=0 updated=0 ignored=2
2022-05-22T22:36:40.124Z [DEBUG] client: allocation updates applied: added=0 removed=0 updated=0 ignored=2 errors=0
2022-05-22T22:36:40.124Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=26&wait=500ms" duration=455.095838ms
2022-05-22T22:36:42.157Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=29&wait=500ms" duration=529.609547ms
2022-05-22T22:36:44.180Z [DEBUG] http: request complete: method=GET path="/v1/evaluation/1c46da3f-71aa-9b50-bb75-d4ec368dfcdf/allocations?index=29&wait=500ms" duration=518.736627ms
2022-05-22T22:36:50.176Z [DEBUG] client: updated allocations: index=30 total=2 pulled=0 filtered=2
2022-05-22T22:36:50.177Z [DEBUG] client: allocation updates: added=0 removed=0 updated=0 ignored=2
2022-05-22T22:36:50.177Z [DEBUG] client: allocation updates applied: added=0 removed=0 updated=0 ignored=2 errors=0
2022-05-22T22:36:51.428Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=44addce2-c09e-263d-7bf9-0388df5c497c type=service namespace=default job_id=waypoint-runner node_id="" triggered_by=deployment-watcher
2022-05-22T22:36:51.429Z [DEBUG] worker.service_sched: reconciled current state with desired state: eval_id=44addce2-c09e-263d-7bf9-0388df5c497c job_id=waypoint-runner namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0
results=
| Total changes: (place 0) (destructive 0) (inplace 0) (stop 0) (disconnect 0) (reconnect 0)
| Deployment Update for ID "ea86aa84-be92-3c7a-e70c-5bb254d034eb": Status "successful"; Description "Deployment completed successfully"
| Desired Changes for "waypoint-runner": (place 0) (inplace 0) (destructive 0) (stop 0) (migrate 0) (ignore 1) (canary 0)
2022-05-22T22:36:51.432Z [DEBUG] worker: submitted plan for evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=44addce2-c09e-263d-7bf9-0388df5c497c
2022-05-22T22:36:51.432Z [DEBUG] worker.service_sched: setting eval status: eval_id=44addce2-c09e-263d-7bf9-0388df5c497c job_id=waypoint-runner namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 status=complete
2022-05-22T22:36:51.432Z [DEBUG] worker: updated evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval="<Eval \"44addce2-c09e-263d-7bf9-0388df5c497c\" JobID: \"waypoint-runner\" Namespace: \"default\">"
2022-05-22T22:36:51.432Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=44addce2-c09e-263d-7bf9-0388df5c497c type=service namespace=default job_id=waypoint-runner node_id="" triggered_by=deployment-watcher
2022-05-22T22:37:19.470Z [DEBUG] client.driver_mgr.docker: cleanup removed downloaded image: driver=docker image_id=sha256:1a80408de790c0b1075d0a7e23ff7da78b311f85f36ea10098e4a6184c200964
2022-05-22T22:38:06.226Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=6a0d238a-4035-7158-bd15-dbd06db18032 type=_core namespace=- job_id=eval-gc node_id="" triggered_by=scheduled
2022-05-22T22:38:06.226Z [DEBUG] core.sched: eval GC scanning before cutoff index: index=0 eval_gc_threshold=1h0m0s
2022-05-22T22:38:06.226Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=6a0d238a-4035-7158-bd15-dbd06db18032 type=_core namespace=- job_id=eval-gc node_id="" triggered_by=scheduled
2022-05-22T22:38:06.226Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=7ece7915-dc47-b48b-efea-634e3a21c10f type=_core namespace=- job_id=csi-volume-claim-gc node_id="" triggered_by=scheduled
2022-05-22T22:38:06.226Z [DEBUG] core.sched: CSI volume claim GC scanning before cutoff index: index=4 csi_volume_claim_gc_threshold=5m0s
2022-05-22T22:38:06.226Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=7ece7915-dc47-b48b-efea-634e3a21c10f type=_core namespace=- job_id=csi-volume-claim-gc node_id="" triggered_by=scheduled
2022-05-22T22:38:06.226Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=adfd2610-b126-2674-5df1-cfc49b1ac404 type=_core namespace=- job_id=node-gc node_id="" triggered_by=scheduled
2022-05-22T22:38:06.226Z [DEBUG] core.sched: node GC scanning before cutoff index: index=0 node_gc_threshold=24h0m0s
2022-05-22T22:38:06.226Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=adfd2610-b126-2674-5df1-cfc49b1ac404 type=_core namespace=- job_id=node-gc node_id="" triggered_by=scheduled
2022-05-22T22:38:06.227Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=e696a04b-6d12-7026-2c79-7a436daebf4e type=_core namespace=- job_id=job-gc node_id="" triggered_by=scheduled
2022-05-22T22:38:06.227Z [DEBUG] core.sched: job GC scanning before cutoff index: index=0 job_gc_threshold=4h0m0s
2022-05-22T22:38:06.227Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=e696a04b-6d12-7026-2c79-7a436daebf4e type=_core namespace=- job_id=job-gc node_id="" triggered_by=scheduled
2022-05-22T22:38:06.227Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=41fea31a-055e-8e06-44ed-9f9c1b7056b8 type=_core namespace=- job_id=csi-plugin-gc node_id="" triggered_by=scheduled
2022-05-22T22:38:06.227Z [DEBUG] core.sched: CSI plugin GC scanning before cutoff index: index=0 csi_plugin_gc_threshold=1h0m0s
2022-05-22T22:38:06.227Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=41fea31a-055e-8e06-44ed-9f9c1b7056b8 type=_core namespace=- job_id=csi-plugin-gc node_id="" triggered_by=scheduled
2022-05-22T22:38:06.227Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=0216d62f-8bf2-8cd2-5ee5-8f96ad795e07 type=_core namespace=- job_id=deployment-gc node_id="" triggered_by=scheduled
2022-05-22T22:38:06.227Z [DEBUG] core.sched: deployment GC scanning before cutoff index: index=0 deployment_gc_threshold=1h0m0s
2022-05-22T22:38:06.227Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=0216d62f-8bf2-8cd2-5ee5-8f96ad795e07 type=_core namespace=- job_id=deployment-gc node_id="" triggered_by=scheduled
2022-05-22T22:41:23.565Z [DEBUG] http: request failed: method=GET path=/v1/job/example-nodejs-01g3pyxb37fj5sfch1p2chrtnz error="job not found" code=404
2022-05-22T22:41:23.565Z [DEBUG] http: request complete: method=GET path=/v1/job/example-nodejs-01g3pyxb37fj5sfch1p2chrtnz duration=1.257423ms
2022-05-22T22:41:23.579Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=2e8e040a-22cf-599b-207a-726bef9471ab type=service namespace=default job_id=example-nodejs-01g3pyxb37fj5sfch1p2chrtnz node_id="" triggered_by=job-register
2022-05-22T22:41:23.580Z [DEBUG] worker.service_sched: reconciled current state with desired state: eval_id=2e8e040a-22cf-599b-207a-726bef9471ab job_id=example-nodejs-01g3pyxb37fj5sfch1p2chrtnz namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0
results=
| Total changes: (place 1) (destructive 0) (inplace 0) (stop 0) (disconnect 0) (reconnect 0)
| Created Deployment: "569c2af4-0354-332f-086c-35fbfed166fb"
| Desired Changes for "example-nodejs-01g3pyxb37fj5sfch1p2chrtnz": (place 1) (inplace 0) (destructive 0) (stop 0) (migrate 0) (ignore 0) (canary 0)
2022-05-22T22:41:23.581Z [DEBUG] worker: created evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval="<Eval \"0d9fc17c-4695-db9e-ddd2-878b6049cad4\" JobID: \"example-nodejs-01g3pyxb37fj5sfch1p2chrtnz\" Namespace: \"default\">"
2022-05-22T22:41:23.581Z [DEBUG] worker.service_sched: failed to place all allocations, blocked eval created: eval_id=2e8e040a-22cf-599b-207a-726bef9471ab job_id=example-nodejs-01g3pyxb37fj5sfch1p2chrtnz namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 blocked_eval_id=0d9fc17c-4695-db9e-ddd2-878b6049cad4
2022-05-22T22:41:23.583Z [DEBUG] worker: submitted plan for evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=2e8e040a-22cf-599b-207a-726bef9471ab
2022-05-22T22:41:23.583Z [DEBUG] worker.service_sched: setting eval status: eval_id=2e8e040a-22cf-599b-207a-726bef9471ab job_id=example-nodejs-01g3pyxb37fj5sfch1p2chrtnz namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 status=complete
2022-05-22T22:41:23.583Z [DEBUG] http: request complete: method=PUT path=/v1/jobs duration=8.461736ms
2022-05-22T22:41:23.584Z [DEBUG] worker: updated evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval="<Eval \"2e8e040a-22cf-599b-207a-726bef9471ab\" JobID: \"example-nodejs-01g3pyxb37fj5sfch1p2chrtnz\" Namespace: \"default\">"
2022-05-22T22:41:23.584Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=2e8e040a-22cf-599b-207a-726bef9471ab type=service namespace=default job_id=example-nodejs-01g3pyxb37fj5sfch1p2chrtnz node_id="" triggered_by=job-register
2022-05-22T22:41:23.587Z [DEBUG] http: request complete: method=GET path=/v1/evaluation/2e8e040a-22cf-599b-207a-726bef9471ab duration="534.33µs"
2022-05-22T22:41:23.592Z [DEBUG] http: request complete: method=GET path=/v1/evaluation/2e8e040a-22cf-599b-207a-726bef9471ab/allocations duration=1.069154ms
2022-05-22T22:41:23.599Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=f53a953a-0d36-2c18-f9c4-284d69498f18 type=service namespace=default job_id=example-nodejs-01g3pyxb37fj5sfch1p2chrtnz node_id="" triggered_by=job-deregister
2022-05-22T22:41:23.599Z [DEBUG] worker.service_sched: reconciled current state with desired state: eval_id=f53a953a-0d36-2c18-f9c4-284d69498f18 job_id=example-nodejs-01g3pyxb37fj5sfch1p2chrtnz namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0
results=
| Total changes: (place 0) (destructive 0) (inplace 0) (stop 0) (disconnect 0) (reconnect 0)
| Deployment Update for ID "569c2af4-0354-332f-086c-35fbfed166fb": Status "cancelled"; Description "Cancelled because job is stopped"
2022-05-22T22:41:23.599Z [DEBUG] http: request complete: method=DELETE path=/v1/job/example-nodejs-01g3pyxb37fj5sfch1p2chrtnz?purge=true duration=2.09518ms
2022-05-22T22:41:23.600Z [DEBUG] worker: submitted plan for evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=f53a953a-0d36-2c18-f9c4-284d69498f18
2022-05-22T22:41:23.600Z [DEBUG] worker.service_sched: setting eval status: eval_id=f53a953a-0d36-2c18-f9c4-284d69498f18 job_id=example-nodejs-01g3pyxb37fj5sfch1p2chrtnz namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 status=complete
2022-05-22T22:41:23.600Z [DEBUG] worker: updated evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval="<Eval \"f53a953a-0d36-2c18-f9c4-284d69498f18\" JobID: \"example-nodejs-01g3pyxb37fj5sfch1p2chrtnz\" Namespace: \"default\">"
2022-05-22T22:41:23.600Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=f53a953a-0d36-2c18-f9c4-284d69498f18 type=service namespace=default job_id=example-nodejs-01g3pyxb37fj5sfch1p2chrtnz node_id="" triggered_by=job-deregister
2022-05-22T22:42:01.849Z [DEBUG] client: updated allocations: index=30 total=2 pulled=0 filtered=2
2022-05-22T22:42:01.850Z [DEBUG] client: allocation updates: added=0 removed=0 updated=0 ignored=2
2022-05-22T22:42:01.850Z [DEBUG] client: allocation updates applied: added=0 removed=0 updated=0 ignored=2 errors=0
2022-05-22T22:42:41.820Z [DEBUG] http: request failed: method=GET path=/v1/job/example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg error="job not found" code=404
2022-05-22T22:42:41.820Z [DEBUG] http: request complete: method=GET path=/v1/job/example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg duration=1.447767ms
2022-05-22T22:42:41.829Z [DEBUG] http: request complete: method=PUT path=/v1/jobs duration=4.384419ms
2022-05-22T22:42:41.830Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=d080d7fd-1db6-4ba8-77dd-3492544f4cc3 type=service namespace=default job_id=example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg node_id="" triggered_by=job-register
2022-05-22T22:42:41.831Z [DEBUG] worker.service_sched: reconciled current state with desired state: eval_id=d080d7fd-1db6-4ba8-77dd-3492544f4cc3 job_id=example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0
results=
| Total changes: (place 1) (destructive 0) (inplace 0) (stop 0) (disconnect 0) (reconnect 0)
| Created Deployment: "9509cd16-e6b2-845a-3ae2-3fbe7bf86e83"
| Desired Changes for "example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg": (place 1) (inplace 0) (destructive 0) (stop 0) (migrate 0) (ignore 0) (canary 0)
2022-05-22T22:42:41.832Z [DEBUG] worker: created evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval="<Eval \"9dc62287-904b-c974-8e57-e1c81bdd520b\" JobID: \"example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg\" Namespace: \"default\">"
2022-05-22T22:42:41.832Z [DEBUG] worker.service_sched: failed to place all allocations, blocked eval created: eval_id=d080d7fd-1db6-4ba8-77dd-3492544f4cc3 job_id=example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 blocked_eval_id=9dc62287-904b-c974-8e57-e1c81bdd520b
2022-05-22T22:42:41.833Z [DEBUG] worker: submitted plan for evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=d080d7fd-1db6-4ba8-77dd-3492544f4cc3
2022-05-22T22:42:41.833Z [DEBUG] worker.service_sched: setting eval status: eval_id=d080d7fd-1db6-4ba8-77dd-3492544f4cc3 job_id=example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 status=complete
2022-05-22T22:42:41.833Z [DEBUG] worker: updated evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval="<Eval \"d080d7fd-1db6-4ba8-77dd-3492544f4cc3\" JobID: \"example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg\" Namespace: \"default\">"
2022-05-22T22:42:41.834Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=d080d7fd-1db6-4ba8-77dd-3492544f4cc3 type=service namespace=default job_id=example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg node_id="" triggered_by=job-register
2022-05-22T22:42:41.838Z [DEBUG] http: request complete: method=GET path=/v1/evaluation/d080d7fd-1db6-4ba8-77dd-3492544f4cc3 duration=3.992595ms
2022-05-22T22:42:41.852Z [DEBUG] http: request complete: method=GET path=/v1/evaluation/d080d7fd-1db6-4ba8-77dd-3492544f4cc3/allocations duration=1.339035ms
2022-05-22T22:42:41.858Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=1a5455c0-3feb-8fd8-e7d2-44d196dea9fb type=service namespace=default job_id=example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg node_id="" triggered_by=job-deregister
2022-05-22T22:42:41.858Z [DEBUG] http: request complete: method=DELETE path=/v1/job/example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg?purge=true duration=1.067853ms
2022-05-22T22:42:41.858Z [DEBUG] worker.service_sched: reconciled current state with desired state: eval_id=1a5455c0-3feb-8fd8-e7d2-44d196dea9fb job_id=example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0
results=
| Total changes: (place 0) (destructive 0) (inplace 0) (stop 0) (disconnect 0) (reconnect 0)
| Deployment Update for ID "9509cd16-e6b2-845a-3ae2-3fbe7bf86e83": Status "cancelled"; Description "Cancelled because job is stopped"
2022-05-22T22:42:41.861Z [DEBUG] worker: submitted plan for evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=1a5455c0-3feb-8fd8-e7d2-44d196dea9fb
2022-05-22T22:42:41.861Z [DEBUG] worker.service_sched: setting eval status: eval_id=1a5455c0-3feb-8fd8-e7d2-44d196dea9fb job_id=example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg namespace=default worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 status=complete
2022-05-22T22:42:41.862Z [DEBUG] worker: updated evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval="<Eval \"1a5455c0-3feb-8fd8-e7d2-44d196dea9fb\" JobID: \"example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg\" Namespace: \"default\">"
2022-05-22T22:42:41.863Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=1a5455c0-3feb-8fd8-e7d2-44d196dea9fb type=service namespace=default job_id=example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg node_id="" triggered_by=job-deregister
2022-05-22T22:43:06.225Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=f6f16de7-8a6a-1b2f-78a7-d184aa2f03e6 type=_core namespace=- job_id=eval-gc node_id="" triggered_by=scheduled
2022-05-22T22:43:06.225Z [DEBUG] core.sched: eval GC scanning before cutoff index: index=0 eval_gc_threshold=1h0m0s
2022-05-22T22:43:06.225Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=f6f16de7-8a6a-1b2f-78a7-d184aa2f03e6 type=_core namespace=- job_id=eval-gc node_id="" triggered_by=scheduled
2022-05-22T22:43:06.226Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=80500bf6-f29f-fb43-444e-7a69f709f0cf type=_core namespace=- job_id=csi-volume-claim-gc node_id="" triggered_by=scheduled
2022-05-22T22:43:06.226Z [DEBUG] core.sched: CSI volume claim GC scanning before cutoff index: index=4 csi_volume_claim_gc_threshold=5m0s
2022-05-22T22:43:06.226Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=80500bf6-f29f-fb43-444e-7a69f709f0cf type=_core namespace=- job_id=csi-volume-claim-gc node_id="" triggered_by=scheduled
2022-05-22T22:43:06.226Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=e6888563-c734-9287-fa45-d88446f654f4 type=_core namespace=- job_id=deployment-gc node_id="" triggered_by=scheduled
2022-05-22T22:43:06.226Z [DEBUG] core.sched: deployment GC scanning before cutoff index: index=0 deployment_gc_threshold=1h0m0s
2022-05-22T22:43:06.226Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=e6888563-c734-9287-fa45-d88446f654f4 type=_core namespace=- job_id=deployment-gc node_id="" triggered_by=scheduled
2022-05-22T22:43:06.226Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=ecd0f88b-2a3c-8c50-aa46-8eedd3e653f5 type=_core namespace=- job_id=one-time-token-gc node_id="" triggered_by=scheduled
2022-05-22T22:43:06.228Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=ecd0f88b-2a3c-8c50-aa46-8eedd3e653f5 type=_core namespace=- job_id=one-time-token-gc node_id="" triggered_by=scheduled
2022-05-22T22:43:06.228Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=d1253f08-07c4-dba8-d97e-8647b30f2588 type=_core namespace=- job_id=csi-plugin-gc node_id="" triggered_by=scheduled
2022-05-22T22:43:06.228Z [DEBUG] core.sched: CSI plugin GC scanning before cutoff index: index=0 csi_plugin_gc_threshold=1h0m0s
2022-05-22T22:43:06.228Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=d1253f08-07c4-dba8-d97e-8647b30f2588 type=_core namespace=- job_id=csi-plugin-gc node_id="" triggered_by=scheduled
2022-05-22T22:43:06.228Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=b98d4b83-c236-a066-6050-e63431caa543 type=_core namespace=- job_id=node-gc node_id="" triggered_by=scheduled
2022-05-22T22:43:06.228Z [DEBUG] core.sched: node GC scanning before cutoff index: index=0 node_gc_threshold=24h0m0s
2022-05-22T22:43:06.228Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=b98d4b83-c236-a066-6050-e63431caa543 type=_core namespace=- job_id=node-gc node_id="" triggered_by=scheduled
2022-05-22T22:43:06.228Z [DEBUG] worker: dequeued evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=1afee05d-bf89-47e7-3c85-d64537381b5f type=_core namespace=- job_id=job-gc node_id="" triggered_by=scheduled
2022-05-22T22:43:06.229Z [DEBUG] core.sched: job GC scanning before cutoff index: index=0 job_gc_threshold=4h0m0s
2022-05-22T22:43:06.229Z [DEBUG] worker: ack evaluation: worker_id=d85b504c-4953-e852-e8f7-ba2fb56689f0 eval_id=1afee05d-bf89-47e7-3c85-d64537381b5f type=_core namespace=- job_id=job-gc node_id="" triggered_by=scheduled
2022-05-22T22:42:40.156Z [INFO] waypoint: waypoint version: full_string="v0.8.2 (5b8885480)" version=v0.8.2 prerelease="" metadata="" revision=5b8885480
2022-05-22T22:42:40.156Z [TRACE] waypoint: starting interrupt listener for context cancellation
2022-05-22T22:42:40.156Z [DEBUG] waypoint: home configuration directory: path=/root/.config/waypoint
2022-05-22T22:42:40.158Z [TRACE] waypoint: no API client provided, initializing connection if possible
2022-05-22T22:42:40.158Z [TRACE] waypoint.server: Local server may be created later - server credentials optional
2022-05-22T22:42:40.158Z [INFO] waypoint.server: attempting to source credentials and connect
2022-05-22T22:42:40.158Z [DEBUG] waypoint.serverclient: connection information: address=10.11.5.250:9701 tls=true tls_skip_verify=true send_auth=true has_token=true
2022-05-22T22:42:40.160Z [TRACE] waypoint: interrupt listener goroutine started
2022-05-22T22:42:40.195Z [DEBUG] waypoint.server: connection established with sourced credentials
2022-05-22T22:42:40.195Z [TRACE] waypoint: requesting version info from server
2022-05-22T22:42:40.204Z [INFO] waypoint: server version info: version=v0.8.2 api_min=1 api_current=1 entrypoint_min=1 entrypoint_current=1
2022-05-22T22:42:40.204Z [INFO] waypoint: negotiated api version: version=1
2022-05-22T22:42:40.204Z [DEBUG] waypoint: will operate on app: name=example-nodejs
» Deploying example-nodejs...
2022-05-22T22:42:40.213Z [DEBUG] waypoint.setupLocalJobSystem: determining if a local or remote runner should be used for this and future jobs
2022-05-22T22:42:40.217Z [DEBUG] waypoint: Remote operations are disabled for this project - operation cannot occur remotely
2022-05-22T22:42:40.217Z [DEBUG] waypoint: starting runner to process local jobs
2022-05-22T22:42:40.218Z [INFO] waypoint.runner: generated a new runner ID: id=01G3PYZNYT0HB70WR2QG9XEEMN
2022-05-22T22:42:40.218Z [DEBUG] waypoint.runner: Created runner: id=01G3PYZNYT0HB70WR2QG9XEEMN
2022-05-22T22:42:40.218Z [WARN] waypoint.runner: cookie not set for runner, will skip adoption process
2022-05-22T22:42:40.218Z [DEBUG] waypoint.runner: starting RunnerConfig stream
2022-05-22T22:42:40.218Z [DEBUG] waypoint.runner: waiting for registration
2022-05-22T22:42:40.218Z [DEBUG] waypoint.runner.config: registering instance, requesting config
2022-05-22T22:42:40.224Z [DEBUG] waypoint.runner.config_recv: first config received, switching config state to true
2022-05-22T22:42:40.224Z [INFO] waypoint.runner.config_recv: new configuration received
2022-05-22T22:42:40.224Z [TRACE] waypoint.runner.config.watcher.watchloop: got source config update but ignoring since there is no diff
2022-05-22T22:42:40.224Z [DEBUG] waypoint.runner.config.watcher.watchloop: new config variables received, scheduling refresh
2022-05-22T22:42:40.224Z [TRACE] waypoint.runner.config.watcher.watchloop: calculating changes between old and new config
2022-05-22T22:42:40.224Z [DEBUG] waypoint.runner: runner registered, waiting for first config processing
2022-05-22T22:42:40.725Z [TRACE] waypoint.runner.config.watcher.watchloop: refreshing app configuration
2022-05-22T22:42:40.725Z [DEBUG] waypoint.runner.config.watcher.watchloop: new configuration computed
2022-05-22T22:42:40.725Z [TRACE] waypoint.runner.config.watcher: received new app config
2022-05-22T22:42:40.725Z [INFO] waypoint.runner: runner registered with server and ready
2022-05-22T22:42:40.725Z [DEBUG] waypoint.setupLocalJobSystem: result: isLocal=true
2022-05-22T22:42:40.725Z [DEBUG] waypoint: queueing job: operation=*gen.Job_Deploy
2022-05-22T22:42:40.727Z [DEBUG] waypoint.runner: opening job stream: retry=false
2022-05-22T22:42:40.727Z [TRACE] waypoint.runner: sending job request
2022-05-22T22:42:40.727Z [INFO] waypoint.runner: waiting for job assignment
2022-05-22T22:42:40.745Z [DEBUG] waypoint: opening job stream: job_id=01G3PYZPEZ70MZ93C7BVP71VGV
2022-05-22T22:42:40.746Z [WARN] waypoint: unknown stream event: job_id=01G3PYZPEZ70MZ93C7BVP71VGV event="&{job:{id:"01G3PYZPEZ70MZ93C7BVP71VGV" application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} target_runner:{id:{id:"01G3PYZNYT0HB70WR2QG9XEEMN"}} data_source:{local:{}} deploy:{artifact:{application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} sequence:1 id:"01G3PYXAAZC47W6F7KVR87DP06" status:{state:SUCCESS start_time:{seconds:1653259282 nanos:781923522} complete_time:{seconds:1653259282 nanos:830878733}} component:{type:REGISTRY name:"docker"} artifact:{artifact:{type_url:"type.googleapis.com/docker.Image" value:"\n\x0enodejs-example\x12\x011"} artifact_json:"{\"image\":\"nodejs-example\", \"tag\":\"1\"}"} build_id:"01G3PYMWF9M6S23K0ZJT0Q331V" labels:{key:"waypoint/workspace" value:"default"} template_data:"{\"architecture\":\"\",\"image\":\"nodejs-example\",\"location\":null,\"tag\":\"1\"}" job_id:"01G3PYMVW1MHQKW2HCAN26PH6H" preload:{}}} state:QUEUED queue_time:{seconds:1653259360 nanos:735356854} expire_time:{seconds:1653259390 nanos:735305567}}}"
2022-05-22T22:42:40.752Z [INFO] waypoint.runner: job assignment received: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:40.752Z [TRACE] waypoint.runner: acking job assignment: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:40.752Z [INFO] waypoint.runner: starting job execution: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:40.752Z [TRACE] waypoint.runner: preparing to execute job operation: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy type=*gen.Job_Deploy
2022-05-22T22:42:40.752Z [DEBUG] waypoint.runner: job data downloaded (or local): job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy pwd=/root/waypoint-examples/nomad/nodejs ref=(*gen.Job_DataSource_Ref)(nil)
Performing operation locally
2022-05-22T22:42:40.755Z [WARN] waypoint: unknown stream event: job_id=01G3PYZPEZ70MZ93C7BVP71VGV event="&{job:{id:"01G3PYZPEZ70MZ93C7BVP71VGV" application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} target_runner:{id:{id:"01G3PYZNYT0HB70WR2QG9XEEMN"}} data_source:{local:{}} deploy:{artifact:{application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} sequence:1 id:"01G3PYXAAZC47W6F7KVR87DP06" status:{state:SUCCESS start_time:{seconds:1653259282 nanos:781923522} complete_time:{seconds:1653259282 nanos:830878733}} component:{type:REGISTRY name:"docker"} artifact:{artifact:{type_url:"type.googleapis.com/docker.Image" value:"\n\x0enodejs-example\x12\x011"} artifact_json:"{\"image\":\"nodejs-example\", \"tag\":\"1\"}"} build_id:"01G3PYMWF9M6S23K0ZJT0Q331V" labels:{key:"waypoint/workspace" value:"default"} template_data:"{\"architecture\":\"\",\"image\":\"nodejs-example\",\"location\":null,\"tag\":\"1\"}" job_id:"01G3PYMVW1MHQKW2HCAN26PH6H" preload:{}}} state:WAITING assigned_runner:{id:"01G3PYZNYT0HB70WR2QG9XEEMN"} queue_time:{seconds:1653259360 nanos:735356854} assign_time:{seconds:1653259360 nanos:744683245} expire_time:{seconds:1653259390 nanos:735305567}}}"
2022-05-22T22:42:40.755Z [TRACE] waypoint.runner: reading configuration: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/root/waypoint-examples/nomad/nodejs/waypoint.hcl
2022-05-22T22:42:40.756Z [TRACE] waypoint.runner: sending initial config load information back to server: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:40.756Z [DEBUG] waypoint.runner: plugin search path: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=["/root/waypoint-examples/nomad/nodejs", "/root/waypoint-examples/nomad/nodejs/.waypoint/plugins", "/root/.config/waypoint/plugins", "/root/.config/.waypoint/plugins"]
2022-05-22T22:42:40.756Z [DEBUG] waypoint.runner: searching for plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy plugin_name=pack
2022-05-22T22:42:40.756Z [DEBUG] waypoint.runner: plugin found as builtin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy plugin_name=pack
2022-05-22T22:42:40.756Z [INFO] waypoint.runner: register: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy plugin_name=pack type=Mapper nil=false
2022-05-22T22:42:40.756Z [INFO] waypoint.runner: register: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy plugin_name=pack type=Builder nil=false
2022-05-22T22:42:40.756Z [DEBUG] waypoint.runner: searching for plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy plugin_name=docker
2022-05-22T22:42:40.756Z [DEBUG] waypoint.runner: plugin found as builtin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy plugin_name=docker
2022-05-22T22:42:40.756Z [INFO] waypoint.runner: register: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy plugin_name=docker type=Mapper nil=false
2022-05-22T22:42:40.756Z [INFO] waypoint.runner: register: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy plugin_name=docker type=Registry nil=false
2022-05-22T22:42:40.756Z [DEBUG] waypoint.runner: searching for plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy plugin_name=nomad
2022-05-22T22:42:40.756Z [DEBUG] waypoint.runner: plugin found as builtin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy plugin_name=nomad
2022-05-22T22:42:40.756Z [INFO] waypoint.runner: register: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy plugin_name=nomad type=Platform nil=false
2022-05-22T22:42:40.757Z [INFO] waypoint.runner: register: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy plugin_name=nomad type=Mapper nil=false
2022-05-22T22:42:40.757Z [DEBUG] waypoint.runner: looking to see if there are dynamic variable default values to load: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:40.759Z [DEBUG] waypoint.runner: setting final set of variable values on the job: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:40.759Z [TRACE] waypoint.runner: initializing project: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy project=example-nodejs
2022-05-22T22:42:40.761Z [DEBUG] waypoint.runner.app.example-nodejs: loading mapper plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy name=pack
2022-05-22T22:42:40.761Z [INFO] waypoint.runner.app.example-nodejs.mapper: launching plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy type=Mapper path=/usr/local/bin/waypoint args=["/usr/local/bin/waypoint", "plugin", "pack"]
2022-05-22T22:42:40.761Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: starting plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint args=["/usr/local/bin/waypoint", "plugin", "pack"]
2022-05-22T22:42:40.762Z [WARN] waypoint: unknown stream event: job_id=01G3PYZPEZ70MZ93C7BVP71VGV event="&{job:{id:"01G3PYZPEZ70MZ93C7BVP71VGV" application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} target_runner:{id:{id:"01G3PYZNYT0HB70WR2QG9XEEMN"}} data_source:{local:{}} deploy:{artifact:{application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} sequence:1 id:"01G3PYXAAZC47W6F7KVR87DP06" status:{state:SUCCESS start_time:{seconds:1653259282 nanos:781923522} complete_time:{seconds:1653259282 nanos:830878733}} component:{type:REGISTRY name:"docker"} artifact:{artifact:{type_url:"type.googleapis.com/docker.Image" value:"\n\x0enodejs-example\x12\x011"} artifact_json:"{\"image\":\"nodejs-example\", \"tag\":\"1\"}"} build_id:"01G3PYMWF9M6S23K0ZJT0Q331V" labels:{key:"waypoint/workspace" value:"default"} template_data:"{\"architecture\":\"\",\"image\":\"nodejs-example\",\"location\":null,\"tag\":\"1\"}" job_id:"01G3PYMVW1MHQKW2HCAN26PH6H" preload:{}}} state:RUNNING assigned_runner:{id:"01G3PYZNYT0HB70WR2QG9XEEMN"} queue_time:{seconds:1653259360 nanos:735356854} assign_time:{seconds:1653259360 nanos:744683245} ack_time:{seconds:1653259360 nanos:755170364} config:{source:FILE} expire_time:{seconds:1653259390 nanos:735305567}}}"
2022-05-22T22:42:40.763Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin started: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint pid=4648
2022-05-22T22:42:40.763Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: waiting for RPC address: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint
2022-05-22T22:42:40.767Z [WARN] waypoint: unknown stream event: job_id=01G3PYZPEZ70MZ93C7BVP71VGV event="&{job:{id:"01G3PYZPEZ70MZ93C7BVP71VGV" application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} target_runner:{id:{id:"01G3PYZNYT0HB70WR2QG9XEEMN"}} data_source:{local:{}} deploy:{artifact:{application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} sequence:1 id:"01G3PYXAAZC47W6F7KVR87DP06" status:{state:SUCCESS start_time:{seconds:1653259282 nanos:781923522} complete_time:{seconds:1653259282 nanos:830878733}} component:{type:REGISTRY name:"docker"} artifact:{artifact:{type_url:"type.googleapis.com/docker.Image" value:"\n\x0enodejs-example\x12\x011"} artifact_json:"{\"image\":\"nodejs-example\", \"tag\":\"1\"}"} build_id:"01G3PYMWF9M6S23K0ZJT0Q331V" labels:{key:"waypoint/workspace" value:"default"} template_data:"{\"architecture\":\"\",\"image\":\"nodejs-example\",\"location\":null,\"tag\":\"1\"}" job_id:"01G3PYMVW1MHQKW2HCAN26PH6H" preload:{}}} state:RUNNING assigned_runner:{id:"01G3PYZNYT0HB70WR2QG9XEEMN"} queue_time:{seconds:1653259360 nanos:735356854} assign_time:{seconds:1653259360 nanos:744683245} ack_time:{seconds:1653259360 nanos:755170364} config:{source:FILE} expire_time:{seconds:1653259390 nanos:735305567}}}"
2022-05-22T22:42:40.771Z [WARN] waypoint: unknown stream event: job_id=01G3PYZPEZ70MZ93C7BVP71VGV event="&{job:{id:"01G3PYZPEZ70MZ93C7BVP71VGV" application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} target_runner:{id:{id:"01G3PYZNYT0HB70WR2QG9XEEMN"}} data_source:{local:{}} deploy:{artifact:{application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} sequence:1 id:"01G3PYXAAZC47W6F7KVR87DP06" status:{state:SUCCESS start_time:{seconds:1653259282 nanos:781923522} complete_time:{seconds:1653259282 nanos:830878733}} component:{type:REGISTRY name:"docker"} artifact:{artifact:{type_url:"type.googleapis.com/docker.Image" value:"\n\x0enodejs-example\x12\x011"} artifact_json:"{\"image\":\"nodejs-example\", \"tag\":\"1\"}"} build_id:"01G3PYMWF9M6S23K0ZJT0Q331V" labels:{key:"waypoint/workspace" value:"default"} template_data:"{\"architecture\":\"\",\"image\":\"nodejs-example\",\"location\":null,\"tag\":\"1\"}" job_id:"01G3PYMVW1MHQKW2HCAN26PH6H" preload:{}}} state:RUNNING assigned_runner:{id:"01G3PYZNYT0HB70WR2QG9XEEMN"} queue_time:{seconds:1653259360 nanos:735356854} assign_time:{seconds:1653259360 nanos:744683245} ack_time:{seconds:1653259360 nanos:755170364} config:{source:FILE} expire_time:{seconds:1653259390 nanos:735305567}}}"
2022-05-22T22:42:40.884Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: using plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy version=1
2022-05-22T22:42:40.885Z [DEBUG] waypoint.runner.app.example-nodejs.mapper.waypoint: plugin address: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy @module=plugin address=/tmp/plugin615885420 network=unix timestamp=2022-05-22T22:42:40.884Z
2022-05-22T22:42:40.889Z [TRACE] waypoint.runner.app.example-nodejs.mapper.stdio: waiting for stdio data: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:40.895Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin successfully launched and connected: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:40.895Z [INFO] waypoint.runner.app.example-nodejs.mapper: initialized component: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy type=Mapper
2022-05-22T22:42:40.895Z [DEBUG] waypoint.runner.app.example-nodejs: registered mappers: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy name=pack len=1
2022-05-22T22:42:40.895Z [DEBUG] waypoint.runner.app.example-nodejs: loading mapper plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy name=docker
2022-05-22T22:42:40.897Z [INFO] waypoint.runner.app.example-nodejs.mapper: launching plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy type=Mapper path=/usr/local/bin/waypoint args=["/usr/local/bin/waypoint", "plugin", "docker"]
2022-05-22T22:42:40.897Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: starting plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint args=["/usr/local/bin/waypoint", "plugin", "docker"]
2022-05-22T22:42:40.898Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin started: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint pid=4656
2022-05-22T22:42:40.898Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: waiting for RPC address: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint
2022-05-22T22:42:41.014Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: using plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy version=1
2022-05-22T22:42:41.014Z [DEBUG] waypoint.runner.app.example-nodejs.mapper.waypoint: plugin address: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy @module=plugin address=/tmp/plugin2671870038 network=unix timestamp=2022-05-22T22:42:41.013Z
2022-05-22T22:42:41.015Z [TRACE] waypoint.runner.app.example-nodejs.mapper.stdio: waiting for stdio data: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.017Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin successfully launched and connected: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.017Z [INFO] waypoint.runner.app.example-nodejs.mapper: initialized component: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy type=Mapper
2022-05-22T22:42:41.017Z [DEBUG] waypoint.runner.app.example-nodejs: no mappers advertised by plugin, closing: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy name=docker
2022-05-22T22:42:41.019Z [DEBUG] waypoint.runner.app.example-nodejs.mapper.stdio: received EOF, stopping recv loop: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-05-22T22:42:41.023Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin process exited: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint pid=4656
2022-05-22T22:42:41.025Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin exited: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.025Z [DEBUG] waypoint.runner.app.example-nodejs: loading mapper plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy name=nomad
2022-05-22T22:42:41.026Z [INFO] waypoint.runner.app.example-nodejs.mapper: launching plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy type=Mapper path=/usr/local/bin/waypoint args=["/usr/local/bin/waypoint", "plugin", "nomad"]
2022-05-22T22:42:41.026Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: starting plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint args=["/usr/local/bin/waypoint", "plugin", "nomad"]
2022-05-22T22:42:41.026Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin started: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint pid=4663
2022-05-22T22:42:41.026Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: waiting for RPC address: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint
2022-05-22T22:42:41.144Z [DEBUG] waypoint.runner.app.example-nodejs.mapper.waypoint: plugin address: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy @module=plugin address=/tmp/plugin1359752974 network=unix timestamp=2022-05-22T22:42:41.144Z
2022-05-22T22:42:41.144Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: using plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy version=1
2022-05-22T22:42:41.145Z [TRACE] waypoint.runner.app.example-nodejs.mapper.stdio: waiting for stdio data: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.147Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin successfully launched and connected: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.147Z [INFO] waypoint.runner.app.example-nodejs.mapper: initialized component: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy type=Mapper
2022-05-22T22:42:41.147Z [DEBUG] waypoint.runner.app.example-nodejs: no mappers advertised by plugin, closing: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy name=nomad
2022-05-22T22:42:41.147Z [DEBUG] waypoint.runner.app.example-nodejs.mapper.stdio: received EOF, stopping recv loop: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-05-22T22:42:41.150Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin process exited: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint pid=4663
2022-05-22T22:42:41.152Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin exited: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.152Z [INFO] waypoint.runner: project initialized: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy workspace=default
2022-05-22T22:42:41.152Z [INFO] waypoint.runner: executing operation: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.156Z [INFO] waypoint.runner.app.example-nodejs.platform: launching plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy type=Platform path=/usr/local/bin/waypoint args=["/usr/local/bin/waypoint", "plugin", "nomad"]
2022-05-22T22:42:41.156Z [DEBUG] waypoint.runner.app.example-nodejs.platform: starting plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint args=["/usr/local/bin/waypoint", "plugin", "nomad"]
2022-05-22T22:42:41.157Z [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin started: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint pid=4670
2022-05-22T22:42:41.157Z [DEBUG] waypoint.runner.app.example-nodejs.platform: waiting for RPC address: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint
2022-05-22T22:42:41.255Z [DEBUG] waypoint.runner.app.example-nodejs.platform: using plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy version=1
2022-05-22T22:42:41.255Z [DEBUG] waypoint.runner.app.example-nodejs.platform.waypoint: plugin address: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy @module=plugin address=/tmp/plugin3616607219 network=unix timestamp=2022-05-22T22:42:41.255Z
2022-05-22T22:42:41.256Z [TRACE] waypoint.runner.app.example-nodejs.platform.stdio: waiting for stdio data: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.258Z [INFO] waypoint.runner.app.example-nodejs.platform: platform plugin capable of destroy: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.258Z [INFO] waypoint.runner.app.example-nodejs.platform: platform plugin capable of auth: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.260Z [INFO] waypoint.runner.app.example-nodejs.platform: platform plugin capable of status: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.260Z [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin successfully launched and connected: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.260Z [INFO] waypoint.runner.app.example-nodejs.platform: initialized component: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy type=Platform
2022-05-22T22:42:41.262Z [DEBUG] waypoint.runner.app.example-nodejs.deploy: creating metadata on server: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
-> Running deploy v2
2022-05-22T22:42:41.653Z [DEBUG] waypoint.runner.app.example-nodejs.deploy: running local operation: id=01G3PYZPZG94S7AZA39CDXSWWR job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.654Z [DEBUG] waypoint.runner.app.example-nodejs.platform.stdio: received EOF, stopping recv loop: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-05-22T22:42:41.656Z [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin process exited: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint pid=4670
2022-05-22T22:42:41.660Z [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin exited: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.660Z [INFO] waypoint.runner.app.example-nodejs.platform: launching plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy type=Platform path=/usr/local/bin/waypoint args=["/usr/local/bin/waypoint", "plugin", "nomad"]
2022-05-22T22:42:41.660Z [DEBUG] waypoint.runner.app.example-nodejs.platform: starting plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint args=["/usr/local/bin/waypoint", "plugin", "nomad"]
2022-05-22T22:42:41.661Z [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin started: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint pid=4677
2022-05-22T22:42:41.661Z [DEBUG] waypoint.runner.app.example-nodejs.platform: waiting for RPC address: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint
2022-05-22T22:42:41.777Z [DEBUG] waypoint.runner.app.example-nodejs.platform.waypoint: plugin address: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy @module=plugin address=/tmp/plugin160179279 network=unix timestamp=2022-05-22T22:42:41.777Z
2022-05-22T22:42:41.777Z [DEBUG] waypoint.runner.app.example-nodejs.platform: using plugin: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy version=1
2022-05-22T22:42:41.778Z [TRACE] waypoint.runner.app.example-nodejs.platform.stdio: waiting for stdio data: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.781Z [INFO] waypoint.runner.app.example-nodejs.platform: platform plugin capable of destroy: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.782Z [INFO] waypoint.runner.app.example-nodejs.platform: platform plugin capable of auth: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.783Z [INFO] waypoint.runner.app.example-nodejs.platform: platform plugin capable of status: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.783Z [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin successfully launched and connected: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.783Z [INFO] waypoint.runner.app.example-nodejs.platform: initialized component: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy type=Platform
2022-05-22T22:42:41.784Z [DEBUG] waypoint.runner.app.example-nodejs: evaluating config vars for syncing: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.784Z [DEBUG] waypoint.runner.app.example-nodejs: no file-based config vars, not syncing config: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.790Z [TRACE] waypoint.runner.app.example-nodejs.platform: call: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.790Z [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy kind=named name=labels type=*component.LabelSet value=&{map[waypoint/workspace:default]}
2022-05-22T22:42:41.790Z [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy kind=named name=artifact value="type_url:"type.googleapis.com/docker.Image" value:"\n\x0enodejs-example\x12\x011"" subtype=docker.Image
2022-05-22T22:42:41.790Z [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy kind=typed type=*hclog.intLogger value="&{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000a18398 0xc000a0ad00 0xc000a183a0 [id 01G3PYZPZG94S7AZA39CDXSWWR job_id 01G3PYZPEZ70MZ93C7BVP71VGV job_op *gen.Job_Deploy] <nil> false}"
2022-05-22T22:42:41.790Z [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy kind=typed type=*component.Source value="&{example-nodejs /root/waypoint-examples/nomad/nodejs}"
2022-05-22T22:42:41.790Z [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy kind=typed type=*context.cancelCtx value=context.Background.WithCancel.WithCancel
2022-05-22T22:42:41.790Z [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy kind=typed type=*component.JobInfo value="&{01G3PYZPEZ70MZ93C7BVP71VGV true default example-nodejs example-nodejs}"
2022-05-22T22:42:41.790Z [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy kind=typed type=*datadir.App value=&{0xc000f17a60}
2022-05-22T22:42:41.790Z [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy kind=typed type=*runner.multiUI value="&{[0xc000a18488 0xc00104bb00]}"
2022-05-22T22:42:41.790Z [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy kind=typed type=*pluginargs.Internal value="&{0xc000ac0d70 [] 0xc000a14fc8}"
2022-05-22T22:42:41.790Z [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy kind=typed type=*component.DeploymentConfig value="&{01G3PYZPZG94S7AZA39CDXSWWR 2 10.11.5.250:9701 true true z9xv4tYJPs56Ttt1ynnkDK6ac61yZJr7mUA1BT3Qg3jyQwTtrc8Nm21GzLozRm3Hp6rpLjHdmN2bZ8gyjhsaiAqFGx6SkM7jgcsPSzSWciC5HYCc56TbHvJpSQaSg5NSfve8YeAFnwK4Ro34eYyYt2TLWNzW2vLa3tkE2njcpsamPCXw64PzNq7Ga2MxjbcRXx8DmUvisdPTjWSL2XVrrFRgs16DNK77YzT3fey78jrkuXMmJUsw8RN}"
2022-05-22T22:42:41.791Z [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy kind=typed type=*component.DeclaredResourcesResp value=&{[]}
2022-05-22T22:42:41.794Z [TRACE] waypoint.runner.app.example-nodejs.platform: full graph (may have cycles): job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
graph=
|
| &{artifact *opaqueany.Any docker.Image <*opaqueany.Any Value>}
| out: *opaqueany.Any/ (5)
| root (1)
| &{artifact *opaqueany.Any opaqueany.Any <invalid Value>}
| func: <func(struct { Struct argmapper.Struct; ARTIFACT *opaqueany.Any "argmapper:\",subtype=docker.Image\"" }) (struct { Struct argmapper.Struct; ARTIFACT *opaqueany.Any "argmapper:\",subtype=opaqueany.Any\"" }, error) Value> (1)
| out: *opaqueany.Any/ (5)
| &{labels *component.LabelSet <*component.LabelSet Value>}
| out: *component.LabelSet/ (5)
| root (1)
| arg: *component.DeclaredResources/
| out: *component.DeclaredResources/ (5)
| arg: *component.DeclaredResourcesResp/
| out: *component.DeclaredResourcesResp/ (value: &{[]}) (5)
| arg: *component.DeploymentConfig/
| out: *component.DeploymentConfig/ (value: &{01G3PYZPZG94S7AZA39CDXSWWR 2 10.11.5.250:9701 true true z9xv4tYJPs56Ttt1ynnkDK6ac61yZJr7mUA1BT3Qg3jyQwTtrc8Nm21GzLozRm3Hp6rpLjHdmN2bZ8gyjhsaiAqFGx6SkM7jgcsPSzSWciC5HYCc56TbHvJpSQaSg5NSfve8YeAFnwK4Ro34eYyYt2TLWNzW2vLa3tkE2njcpsamPCXw64PzNq7Ga2MxjbcRXx8DmUvisdPTjWSL2XVrrFRgs16DNK77YzT3fey78jrkuXMmJUsw8RN}) (5)
| arg: *component.ExecSessionInfo/
| out: *component.ExecSessionInfo/ (5)
| arg: *component.JobInfo/
| out: *component.JobInfo/ (value: &{01G3PYZPEZ70MZ93C7BVP71VGV true default example-nodejs example-nodejs}) (5)
| arg: *component.LabelSet/
| &{labels *component.LabelSet <*component.LabelSet Value>} (5)
| out: *component.LabelSet/ (5)
| arg: *component.LogViewer/
| out: *component.LogViewer/ (5)
| arg: *component.Source/
| out: *component.Source/ (value: &{example-nodejs /root/waypoint-examples/nomad/nodejs}) (5)
| arg: *component.TaskLaunchInfo/
| out: *component.TaskLaunchInfo/ (5)
| arg: *datadir.App/
| out: *datadir.App/ (value: &{0xc000f17a60}) (5)
| arg: *datadir.Component/
| out: *datadir.Component/ (5)
| arg: *datadir.Project/
| out: *datadir.Project/ (5)
| arg: *opaqueany.Any/
| &{artifact *opaqueany.Any docker.Image <*opaqueany.Any Value>} (5)
| &{artifact *opaqueany.Any opaqueany.Any <invalid Value>} (5)
| out: *opaqueany.Any/ (5)
| out: *opaqueany.Any/docker.Image (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DataDir.App (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DataDir.Component (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DataDir.Project (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.ExecSessionInfo (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.JobInfo (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.LabelSet (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.LogViewer (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TaskLaunchInfo (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.DeclaredResources (20)
| out: *opaqueany.Any/opaqueany.Any (20)
| out: *opaqueany.Any/pack.DockerImage (20)
| arg: *opaqueany.Any/docker.Image
| &{artifact *opaqueany.Any docker.Image <*opaqueany.Any Value>} (5)
| out: *opaqueany.Any/ (20)
| out: *opaqueany.Any/docker.Image (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig
| out: *opaqueany.Any/ (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger
| out: *opaqueany.Any/ (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source
| out: *opaqueany.Any/ (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI
| out: *opaqueany.Any/ (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI (5)
| arg: *opaqueany.Any/opaqueany.Any
| &{artifact *opaqueany.Any opaqueany.Any <invalid Value>} (5)
| out: *opaqueany.Any/ (20)
| out: *opaqueany.Any/opaqueany.Any (5)
| arg: *opaqueany.Any/pack.DockerImage
| out: *opaqueany.Any/ (20)
| out: *opaqueany.Any/pack.DockerImage (5)
| arg: *pluginargs.Internal/
| out: *pluginargs.Internal/ (value: &{0xc000ac0d70 [] 0xc000a14fc8}) (5)
| arg: *proto.Args_DataDir_App/
| out: *proto.Args_DataDir_App/ (5)
| arg: *proto.Args_DataDir_Component/
| out: *proto.Args_DataDir_Component/ (5)
| arg: *proto.Args_DataDir_Project/
| out: *proto.Args_DataDir_Project/ (5)
| arg: *proto.Args_DeploymentConfig/
| out: *proto.Args_DeploymentConfig/ (5)
| arg: *proto.Args_ExecSessionInfo/
| out: *proto.Args_ExecSessionInfo/ (5)
| arg: *proto.Args_JobInfo/
| out: *proto.Args_JobInfo/ (5)
| arg: *proto.Args_LabelSet/
| out: *proto.Args_LabelSet/ (5)
| arg: *proto.Args_LogViewer/
| out: *proto.Args_LogViewer/ (5)
| arg: *proto.Args_Logger/
| out: *proto.Args_Logger/ (5)
| arg: *proto.Args_Source/
| out: *proto.Args_Source/ (5)
| arg: *proto.Args_TaskLaunchInfo/
| out: *proto.Args_TaskLaunchInfo/ (5)
| arg: *proto.Args_TerminalUI/
| out: *proto.Args_TerminalUI/ (5)
| arg: *proto.DeclaredResources/
| out: *proto.DeclaredResources/ (5)
| arg: context.Context/
| out: context.Context/ (5)
| arg: hclog.Logger/
| out: hclog.Logger/ (5)
| arg: terminal.UI/
| out: terminal.UI/ (5)
| func: <func(*component.DeclaredResources) (*proto.DeclaredResources, error) Value>
| arg: *component.DeclaredResources/ (5)
| func: <func(*component.DeploymentConfig) (*proto.Args_DeploymentConfig, error) Value>
| arg: *component.DeploymentConfig/ (5)
| func: <func(*component.ExecSessionInfo, hclog.Logger, *pluginargs.Internal) *proto.Args_ExecSessionInfo Value>
| arg: *component.ExecSessionInfo/ (5)
| arg: *pluginargs.Internal/ (5)
| arg: hclog.Logger/ (5)
| func: <func(*component.JobInfo) (*proto.Args_JobInfo, error) Value>
| arg: *component.JobInfo/ (5)
| func: <func(*component.LabelSet) *proto.Args_LabelSet Value>
| arg: *component.LabelSet/ (5)
| func: <func(*component.LogViewer, hclog.Logger, *pluginargs.Internal) *proto.Args_LogViewer Value>
| arg: *component.LogViewer/ (5)
| arg: *pluginargs.Internal/ (5)
| arg: hclog.Logger/ (5)
| func: <func(*component.Source) (*proto.Args_Source, error) Value>
| arg: *component.Source/ (5)
| func: <func(*component.TaskLaunchInfo) (*proto.Args_TaskLaunchInfo, error) Value>
| arg: *component.TaskLaunchInfo/ (5)
| func: <func(*datadir.App) *proto.Args_DataDir_App Value>
| arg: *datadir.App/ (5)
| func: <func(*datadir.Component) *proto.Args_DataDir_Component Value>
| arg: *datadir.Component/ (5)
| func: <func(*datadir.Project) *proto.Args_DataDir_Project Value>
| arg: *datadir.Project/ (5)
| func: <func(*proto.Args_DataDir_App) *datadir.App Value>
| arg: *proto.Args_DataDir_App/ (5)
| func: <func(*proto.Args_DataDir_Component) *datadir.Component Value>
| arg: *proto.Args_DataDir_Component/ (5)
| func: <func(*proto.Args_DataDir_Project) *datadir.Project Value>
| arg: *proto.Args_DataDir_Project/ (5)
| func: <func(*proto.Args_DeploymentConfig) (*component.DeploymentConfig, error) Value>
| arg: *proto.Args_DeploymentConfig/ (5)
| func: <func(*proto.Args_JobInfo) (*component.JobInfo, error) Value>
| arg: *proto.Args_JobInfo/ (5)
| func: <func(*proto.Args_LabelSet) *component.LabelSet Value>
| arg: *proto.Args_LabelSet/ (5)
| func: <func(*proto.Args_Logger) hclog.Logger Value>
| arg: *proto.Args_Logger/ (5)
| func: <func(*proto.Args_Source) (*component.Source, error) Value>
| arg: *proto.Args_Source/ (5)
| func: <func(*proto.Args_TaskLaunchInfo) (*component.TaskLaunchInfo, error) Value>
| arg: *proto.Args_TaskLaunchInfo/ (5)
| func: <func(*proto.DeclaredResources) (*component.DeclaredResources, error) Value>
| arg: *proto.DeclaredResources/ (5)
| func: <func(context.Context, *proto.Args_ExecSessionInfo, hclog.Logger, *pluginargs.Internal) (*component.ExecSessionInfo, error) Value>
| arg: *pluginargs.Internal/ (5)
| arg: *proto.Args_ExecSessionInfo/ (5)
| arg: context.Context/ (5)
| arg: hclog.Logger/ (5)
| func: <func(context.Context, *proto.Args_LogViewer, hclog.Logger, *pluginargs.Internal) (*component.LogViewer, error) Value>
| arg: *pluginargs.Internal/ (5)
| arg: *proto.Args_LogViewer/ (5)
| arg: context.Context/ (5)
| arg: hclog.Logger/ (5)
| func: <func(context.Context, *proto.Args_TerminalUI, hclog.Logger, *pluginargs.Internal) (terminal.UI, error) Value>
| arg: *pluginargs.Internal/ (5)
| arg: *proto.Args_TerminalUI/ (5)
| arg: context.Context/ (5)
| arg: hclog.Logger/ (5)
| func: <func(hclog.Logger) *proto.Args_Logger Value>
| arg: hclog.Logger/ (5)
| func: <func(struct { Struct argmapper.Struct; ARTIFACT *opaqueany.Any "argmapper:\",subtype=docker.Image\"" }) (struct { Struct argmapper.Struct; ARTIFACT *opaqueany.Any "argmapper:\",subtype=opaqueany.Any\"" }, error) Value>
| &{artifact *opaqueany.Any docker.Image <*opaqueany.Any Value>} (1)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=docker.Image\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=opaqueany.Any\"" }, error) Value>
| arg: *opaqueany.Any/docker.Image (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_DataDir_App "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DataDir.App\"" }, error) Value>
| arg: *proto.Args_DataDir_App/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_DataDir_Component "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DataDir.Component\"" }, error) Value>
| arg: *proto.Args_DataDir_Component/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_DataDir_Project "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DataDir.Project\"" }, error) Value>
| arg: *proto.Args_DataDir_Project/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_DeploymentConfig "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DeploymentConfig\"" }, error) Value>
| arg: *proto.Args_DeploymentConfig/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_ExecSessionInfo "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.ExecSessionInfo\"" }, error) Value>
| arg: *proto.Args_ExecSessionInfo/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_JobInfo "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.JobInfo\"" }, error) Value>
| arg: *proto.Args_JobInfo/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_LabelSet "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.LabelSet\"" }, error) Value>
| arg: *proto.Args_LabelSet/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_LogViewer "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.LogViewer\"" }, error) Value>
| arg: *proto.Args_LogViewer/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_Logger "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Logger\"" }, error) Value>
| arg: *proto.Args_Logger/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_Source "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Source\"" }, error) Value>
| arg: *proto.Args_Source/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_TaskLaunchInfo "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.TaskLaunchInfo\"" }, error) Value>
| arg: *proto.Args_TaskLaunchInfo/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_TerminalUI "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.TerminalUI\"" }, error) Value>
| arg: *proto.Args_TerminalUI/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.DeclaredResources "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.DeclaredResources\"" }, error) Value>
| arg: *proto.DeclaredResources/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 context.Context "argmapper:\",typeOnly\""; V__Type_1 *opaqueany.Any "argmapper:\",typeOnly,subtype=docker.Image\""; V__Type_2 *pluginargs.Internal "argmapper:\",typeOnly\""; V__Type_3 *component.DeclaredResourcesResp "argmapper:\",typeOnly\""; V__Type_4 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DeploymentConfig\""; V__Type_5 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.TerminalUI\""; V__Type_6 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Logger\""; V__Type_7 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Source\"" }) (component.Deployment, error) Value>
| arg: *component.DeclaredResourcesResp/ (5)
| arg: *opaqueany.Any/docker.Image (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI (5)
| arg: *pluginargs.Internal/ (5)
| arg: context.Context/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 context.Context "argmapper:\",typeOnly\""; V__Type_1 *opaqueany.Any "argmapper:\",typeOnly,subtype=pack.DockerImage\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=docker.Image\"" }, error) Value>
| arg: *opaqueany.Any/pack.DockerImage (5)
| arg: context.Context/ (5)
| func: <func(terminal.UI, hclog.Logger, *pluginargs.Internal) *proto.Args_TerminalUI Value>
| arg: *pluginargs.Internal/ (5)
| arg: hclog.Logger/ (5)
| arg: terminal.UI/ (5)
| out: *component.DeclaredResources/
| func: <func(*proto.DeclaredResources) (*component.DeclaredResources, error) Value> (5)
| out: *component.DeclaredResourcesResp/ (value: &{[]})
| root (1)
| out: *component.DeploymentConfig/ (value: &{01G3PYZPZG94S7AZA39CDXSWWR 2 10.11.5.250:9701 true true z9xv4tYJPs56Ttt1ynnkDK6ac61yZJr7mUA1BT3Qg3jyQwTtrc8Nm21GzLozRm3Hp6rpLjHdmN2bZ8gyjhsaiAqFGx6SkM7jgcsPSzSWciC5HYCc56TbHvJpSQaSg5NSfve8YeAFnwK4Ro34eYyYt2TLWNzW2vLa3tkE2njcpsamPCXw64PzNq7Ga2MxjbcRXx8DmUvisdPTjWSL2XVrrFRgs16DNK77YzT3fey78jrkuXMmJUsw8RN})
| func: <func(*proto.Args_DeploymentConfig) (*component.DeploymentConfig, error) Value> (5)
| root (1)
| out: *component.ExecSessionInfo/
| func: <func(context.Context, *proto.Args_ExecSessionInfo, hclog.Logger, *pluginargs.Internal) (*component.ExecSessionInfo, error) Value> (5)
| out: *component.JobInfo/ (value: &{01G3PYZPEZ70MZ93C7BVP71VGV true default example-nodejs example-nodejs})
| func: <func(*proto.Args_JobInfo) (*component.JobInfo, error) Value> (5)
| root (1)
| out: *component.LabelSet/
| func: <func(*proto.Args_LabelSet) *component.LabelSet Value> (5)
| out: *component.LogViewer/
| func: <func(context.Context, *proto.Args_LogViewer, hclog.Logger, *pluginargs.Internal) (*component.LogViewer, error) Value> (5)
| out: *component.Source/ (value: &{example-nodejs /root/waypoint-examples/nomad/nodejs})
| func: <func(*proto.Args_Source) (*component.Source, error) Value> (5)
| root (1)
| out: *component.TaskLaunchInfo/
| func: <func(*proto.Args_TaskLaunchInfo) (*component.TaskLaunchInfo, error) Value> (5)
| out: *context.cancelCtx/ (value: context.Background.WithCancel.WithCancel)
| root (1)
| out: *datadir.App/ (value: &{0xc000f17a60})
| func: <func(*proto.Args_DataDir_App) *datadir.App Value> (5)
| root (1)
| out: *datadir.Component/
| func: <func(*proto.Args_DataDir_Component) *datadir.Component Value> (5)
| out: *datadir.Project/
| func: <func(*proto.Args_DataDir_Project) *datadir.Project Value> (5)
| out: *hclog.intLogger/ (value: &{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000a18398 0xc000a0ad00 0xc000a183a0 [id 01G3PYZPZG94S7AZA39CDXSWWR job_id 01G3PYZPEZ70MZ93C7BVP71VGV job_op *gen.Job_Deploy] <nil> false})
| root (1)
| out: *opaqueany.Any/
| out: *opaqueany.Any/docker.Image
| func: <func(struct { Struct argmapper.Struct; V__Type_0 context.Context "argmapper:\",typeOnly\""; V__Type_1 *opaqueany.Any "argmapper:\",typeOnly,subtype=pack.DockerImage\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=docker.Image\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DataDir.App
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_DataDir_App "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DataDir.App\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DataDir.Component
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_DataDir_Component "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DataDir.Component\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DataDir.Project
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_DataDir_Project "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DataDir.Project\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_DeploymentConfig "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DeploymentConfig\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.ExecSessionInfo
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_ExecSessionInfo "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.ExecSessionInfo\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.JobInfo
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_JobInfo "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.JobInfo\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.LabelSet
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_LabelSet "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.LabelSet\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.LogViewer
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_LogViewer "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.LogViewer\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_Logger "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Logger\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_Source "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Source\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TaskLaunchInfo
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_TaskLaunchInfo "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.TaskLaunchInfo\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_TerminalUI "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.TerminalUI\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.DeclaredResources
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.DeclaredResources "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.DeclaredResources\"" }, error) Value> (5)
| out: *opaqueany.Any/opaqueany.Any
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=docker.Image\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=opaqueany.Any\"" }, error) Value> (5)
| out: *opaqueany.Any/pack.DockerImage
| out: *pluginargs.Internal/ (value: &{0xc000ac0d70 [] 0xc000a14fc8})
| root (1)
| out: *proto.Args_DataDir_App/
| func: <func(*datadir.App) *proto.Args_DataDir_App Value> (5)
| out: *proto.Args_DataDir_Component/
| func: <func(*datadir.Component) *proto.Args_DataDir_Component Value> (5)
| out: *proto.Args_DataDir_Project/
| func: <func(*datadir.Project) *proto.Args_DataDir_Project Value> (5)
| out: *proto.Args_DeploymentConfig/
| func: <func(*component.DeploymentConfig) (*proto.Args_DeploymentConfig, error) Value> (5)
| out: *proto.Args_ExecSessionInfo/
| func: <func(*component.ExecSessionInfo, hclog.Logger, *pluginargs.Internal) *proto.Args_ExecSessionInfo Value> (5)
| out: *proto.Args_JobInfo/
| func: <func(*component.JobInfo) (*proto.Args_JobInfo, error) Value> (5)
| out: *proto.Args_LabelSet/
| func: <func(*component.LabelSet) *proto.Args_LabelSet Value> (5)
| out: *proto.Args_LogViewer/
| func: <func(*component.LogViewer, hclog.Logger, *pluginargs.Internal) *proto.Args_LogViewer Value> (5)
| out: *proto.Args_Logger/
| func: <func(hclog.Logger) *proto.Args_Logger Value> (5)
| out: *proto.Args_Source/
| func: <func(*component.Source) (*proto.Args_Source, error) Value> (5)
| out: *proto.Args_TaskLaunchInfo/
| func: <func(*component.TaskLaunchInfo) (*proto.Args_TaskLaunchInfo, error) Value> (5)
| out: *proto.Args_TerminalUI/
| func: <func(terminal.UI, hclog.Logger, *pluginargs.Internal) *proto.Args_TerminalUI Value> (5)
| out: *proto.DeclaredResources/
| func: <func(*component.DeclaredResources) (*proto.DeclaredResources, error) Value> (5)
| out: *runner.multiUI/ (value: &{[0xc000a18488 0xc00104bb00]})
| root (1)
| out: context.Context/
| out: *context.cancelCtx/ (value: context.Background.WithCancel.WithCancel) (5)
| out: hclog.Logger/
| func: <func(*proto.Args_Logger) hclog.Logger Value> (5)
| out: *hclog.intLogger/ (value: &{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000a18398 0xc000a0ad00 0xc000a183a0 [id 01G3PYZPZG94S7AZA39CDXSWWR job_id 01G3PYZPEZ70MZ93C7BVP71VGV job_op *gen.Job_Deploy] <nil> false}) (5)
| out: terminal.UI/
| func: <func(context.Context, *proto.Args_TerminalUI, hclog.Logger, *pluginargs.Internal) (terminal.UI, error) Value> (5)
| out: *runner.multiUI/ (value: &{[0xc000a18488 0xc00104bb00]}) (5)
| root
2022-05-22T22:42:41.795Z [TRACE] waypoint.runner.app.example-nodejs.platform: graph after input DFS: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
graph=
|
| &{artifact *opaqueany.Any docker.Image <*opaqueany.Any Value>}
| root (1)
| &{artifact *opaqueany.Any opaqueany.Any <invalid Value>}
| func: <func(struct { Struct argmapper.Struct; ARTIFACT *opaqueany.Any "argmapper:\",subtype=docker.Image\"" }) (struct { Struct argmapper.Struct; ARTIFACT *opaqueany.Any "argmapper:\",subtype=opaqueany.Any\"" }, error) Value> (1)
| &{labels *component.LabelSet <*component.LabelSet Value>}
| out: *component.LabelSet/ (5)
| root (1)
| arg: *component.DeclaredResourcesResp/
| out: *component.DeclaredResourcesResp/ (value: &{[]}) (5)
| arg: *component.DeploymentConfig/
| out: *component.DeploymentConfig/ (value: &{01G3PYZPZG94S7AZA39CDXSWWR 2 10.11.5.250:9701 true true z9xv4tYJPs56Ttt1ynnkDK6ac61yZJr7mUA1BT3Qg3jyQwTtrc8Nm21GzLozRm3Hp6rpLjHdmN2bZ8gyjhsaiAqFGx6SkM7jgcsPSzSWciC5HYCc56TbHvJpSQaSg5NSfve8YeAFnwK4Ro34eYyYt2TLWNzW2vLa3tkE2njcpsamPCXw64PzNq7Ga2MxjbcRXx8DmUvisdPTjWSL2XVrrFRgs16DNK77YzT3fey78jrkuXMmJUsw8RN}) (5)
| arg: *component.ExecSessionInfo/
| out: *component.ExecSessionInfo/ (5)
| arg: *component.JobInfo/
| out: *component.JobInfo/ (value: &{01G3PYZPEZ70MZ93C7BVP71VGV true default example-nodejs example-nodejs}) (5)
| arg: *component.LabelSet/
| &{labels *component.LabelSet <*component.LabelSet Value>} (5)
| out: *component.LabelSet/ (5)
| arg: *component.LogViewer/
| out: *component.LogViewer/ (5)
| arg: *component.Source/
| out: *component.Source/ (value: &{example-nodejs /root/waypoint-examples/nomad/nodejs}) (5)
| arg: *datadir.App/
| out: *datadir.App/ (value: &{0xc000f17a60}) (5)
| arg: *opaqueany.Any/
| &{artifact *opaqueany.Any docker.Image <*opaqueany.Any Value>} (5)
| &{artifact *opaqueany.Any opaqueany.Any <invalid Value>} (5)
| out: *opaqueany.Any/docker.Image (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DataDir.App (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.ExecSessionInfo (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.JobInfo (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.LabelSet (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.LogViewer (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source (20)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI (20)
| out: *opaqueany.Any/opaqueany.Any (20)
| arg: *opaqueany.Any/docker.Image
| &{artifact *opaqueany.Any docker.Image <*opaqueany.Any Value>} (5)
| out: *opaqueany.Any/docker.Image (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI (5)
| arg: *opaqueany.Any/opaqueany.Any
| &{artifact *opaqueany.Any opaqueany.Any <invalid Value>} (5)
| out: *opaqueany.Any/opaqueany.Any (5)
| arg: *pluginargs.Internal/
| out: *pluginargs.Internal/ (value: &{0xc000ac0d70 [] 0xc000a14fc8}) (5)
| arg: *proto.Args_DataDir_App/
| out: *proto.Args_DataDir_App/ (5)
| arg: *proto.Args_DeploymentConfig/
| out: *proto.Args_DeploymentConfig/ (5)
| arg: *proto.Args_ExecSessionInfo/
| out: *proto.Args_ExecSessionInfo/ (5)
| arg: *proto.Args_JobInfo/
| out: *proto.Args_JobInfo/ (5)
| arg: *proto.Args_LabelSet/
| out: *proto.Args_LabelSet/ (5)
| arg: *proto.Args_LogViewer/
| out: *proto.Args_LogViewer/ (5)
| arg: *proto.Args_Logger/
| out: *proto.Args_Logger/ (5)
| arg: *proto.Args_Source/
| out: *proto.Args_Source/ (5)
| arg: *proto.Args_TerminalUI/
| out: *proto.Args_TerminalUI/ (5)
| arg: context.Context/
| out: context.Context/ (5)
| arg: hclog.Logger/
| out: hclog.Logger/ (5)
| arg: terminal.UI/
| out: terminal.UI/ (5)
| func: <func(*component.DeploymentConfig) (*proto.Args_DeploymentConfig, error) Value>
| arg: *component.DeploymentConfig/ (5)
| func: <func(*component.ExecSessionInfo, hclog.Logger, *pluginargs.Internal) *proto.Args_ExecSessionInfo Value>
| arg: *component.ExecSessionInfo/ (5)
| arg: *pluginargs.Internal/ (5)
| arg: hclog.Logger/ (5)
| func: <func(*component.JobInfo) (*proto.Args_JobInfo, error) Value>
| arg: *component.JobInfo/ (5)
| func: <func(*component.LabelSet) *proto.Args_LabelSet Value>
| arg: *component.LabelSet/ (5)
| func: <func(*component.LogViewer, hclog.Logger, *pluginargs.Internal) *proto.Args_LogViewer Value>
| arg: *component.LogViewer/ (5)
| arg: *pluginargs.Internal/ (5)
| arg: hclog.Logger/ (5)
| func: <func(*component.Source) (*proto.Args_Source, error) Value>
| arg: *component.Source/ (5)
| func: <func(*datadir.App) *proto.Args_DataDir_App Value>
| arg: *datadir.App/ (5)
| func: <func(*proto.Args_DataDir_App) *datadir.App Value>
| arg: *proto.Args_DataDir_App/ (5)
| func: <func(*proto.Args_DeploymentConfig) (*component.DeploymentConfig, error) Value>
| arg: *proto.Args_DeploymentConfig/ (5)
| func: <func(*proto.Args_JobInfo) (*component.JobInfo, error) Value>
| arg: *proto.Args_JobInfo/ (5)
| func: <func(*proto.Args_LabelSet) *component.LabelSet Value>
| arg: *proto.Args_LabelSet/ (5)
| func: <func(*proto.Args_Logger) hclog.Logger Value>
| arg: *proto.Args_Logger/ (5)
| func: <func(*proto.Args_Source) (*component.Source, error) Value>
| arg: *proto.Args_Source/ (5)
| func: <func(context.Context, *proto.Args_ExecSessionInfo, hclog.Logger, *pluginargs.Internal) (*component.ExecSessionInfo, error) Value>
| arg: *pluginargs.Internal/ (5)
| arg: *proto.Args_ExecSessionInfo/ (5)
| arg: context.Context/ (5)
| arg: hclog.Logger/ (5)
| func: <func(context.Context, *proto.Args_LogViewer, hclog.Logger, *pluginargs.Internal) (*component.LogViewer, error) Value>
| arg: *pluginargs.Internal/ (5)
| arg: *proto.Args_LogViewer/ (5)
| arg: context.Context/ (5)
| arg: hclog.Logger/ (5)
| func: <func(context.Context, *proto.Args_TerminalUI, hclog.Logger, *pluginargs.Internal) (terminal.UI, error) Value>
| arg: *pluginargs.Internal/ (5)
| arg: *proto.Args_TerminalUI/ (5)
| arg: context.Context/ (5)
| arg: hclog.Logger/ (5)
| func: <func(hclog.Logger) *proto.Args_Logger Value>
| arg: hclog.Logger/ (5)
| func: <func(struct { Struct argmapper.Struct; ARTIFACT *opaqueany.Any "argmapper:\",subtype=docker.Image\"" }) (struct { Struct argmapper.Struct; ARTIFACT *opaqueany.Any "argmapper:\",subtype=opaqueany.Any\"" }, error) Value>
| &{artifact *opaqueany.Any docker.Image <*opaqueany.Any Value>} (1)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=docker.Image\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=opaqueany.Any\"" }, error) Value>
| arg: *opaqueany.Any/docker.Image (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_DataDir_App "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DataDir.App\"" }, error) Value>
| arg: *proto.Args_DataDir_App/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_DeploymentConfig "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DeploymentConfig\"" }, error) Value>
| arg: *proto.Args_DeploymentConfig/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_ExecSessionInfo "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.ExecSessionInfo\"" }, error) Value>
| arg: *proto.Args_ExecSessionInfo/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_JobInfo "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.JobInfo\"" }, error) Value>
| arg: *proto.Args_JobInfo/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_LabelSet "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.LabelSet\"" }, error) Value>
| arg: *proto.Args_LabelSet/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_LogViewer "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.LogViewer\"" }, error) Value>
| arg: *proto.Args_LogViewer/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_Logger "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Logger\"" }, error) Value>
| arg: *proto.Args_Logger/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_Source "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Source\"" }, error) Value>
| arg: *proto.Args_Source/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_TerminalUI "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.TerminalUI\"" }, error) Value>
| arg: *proto.Args_TerminalUI/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 context.Context "argmapper:\",typeOnly\""; V__Type_1 *opaqueany.Any "argmapper:\",typeOnly,subtype=docker.Image\""; V__Type_2 *pluginargs.Internal "argmapper:\",typeOnly\""; V__Type_3 *component.DeclaredResourcesResp "argmapper:\",typeOnly\""; V__Type_4 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DeploymentConfig\""; V__Type_5 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.TerminalUI\""; V__Type_6 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Logger\""; V__Type_7 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Source\"" }) (component.Deployment, error) Value>
| arg: *component.DeclaredResourcesResp/ (5)
| arg: *opaqueany.Any/docker.Image (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source (5)
| arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI (5)
| arg: *pluginargs.Internal/ (5)
| arg: context.Context/ (5)
| func: <func(struct { Struct argmapper.Struct; V__Type_0 context.Context "argmapper:\",typeOnly\""; V__Type_1 *opaqueany.Any "argmapper:\",typeOnly,subtype=pack.DockerImage\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=docker.Image\"" }, error) Value>
| arg: context.Context/ (5)
| func: <func(terminal.UI, hclog.Logger, *pluginargs.Internal) *proto.Args_TerminalUI Value>
| arg: *pluginargs.Internal/ (5)
| arg: hclog.Logger/ (5)
| arg: terminal.UI/ (5)
| out: *component.DeclaredResourcesResp/ (value: &{[]})
| root (1)
| out: *component.DeploymentConfig/ (value: &{01G3PYZPZG94S7AZA39CDXSWWR 2 10.11.5.250:9701 true true z9xv4tYJPs56Ttt1ynnkDK6ac61yZJr7mUA1BT3Qg3jyQwTtrc8Nm21GzLozRm3Hp6rpLjHdmN2bZ8gyjhsaiAqFGx6SkM7jgcsPSzSWciC5HYCc56TbHvJpSQaSg5NSfve8YeAFnwK4Ro34eYyYt2TLWNzW2vLa3tkE2njcpsamPCXw64PzNq7Ga2MxjbcRXx8DmUvisdPTjWSL2XVrrFRgs16DNK77YzT3fey78jrkuXMmJUsw8RN})
| func: <func(*proto.Args_DeploymentConfig) (*component.DeploymentConfig, error) Value> (5)
| root (1)
| out: *component.ExecSessionInfo/
| func: <func(context.Context, *proto.Args_ExecSessionInfo, hclog.Logger, *pluginargs.Internal) (*component.ExecSessionInfo, error) Value> (5)
| out: *component.JobInfo/ (value: &{01G3PYZPEZ70MZ93C7BVP71VGV true default example-nodejs example-nodejs})
| func: <func(*proto.Args_JobInfo) (*component.JobInfo, error) Value> (5)
| root (1)
| out: *component.LabelSet/
| func: <func(*proto.Args_LabelSet) *component.LabelSet Value> (5)
| out: *component.LogViewer/
| func: <func(context.Context, *proto.Args_LogViewer, hclog.Logger, *pluginargs.Internal) (*component.LogViewer, error) Value> (5)
| out: *component.Source/ (value: &{example-nodejs /root/waypoint-examples/nomad/nodejs})
| func: <func(*proto.Args_Source) (*component.Source, error) Value> (5)
| root (1)
| out: *context.cancelCtx/ (value: context.Background.WithCancel.WithCancel)
| root (1)
| out: *datadir.App/ (value: &{0xc000f17a60})
| func: <func(*proto.Args_DataDir_App) *datadir.App Value> (5)
| root (1)
| out: *hclog.intLogger/ (value: &{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000a18398 0xc000a0ad00 0xc000a183a0 [id 01G3PYZPZG94S7AZA39CDXSWWR job_id 01G3PYZPEZ70MZ93C7BVP71VGV job_op *gen.Job_Deploy] <nil> false})
| root (1)
| out: *opaqueany.Any/docker.Image
| func: <func(struct { Struct argmapper.Struct; V__Type_0 context.Context "argmapper:\",typeOnly\""; V__Type_1 *opaqueany.Any "argmapper:\",typeOnly,subtype=pack.DockerImage\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=docker.Image\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DataDir.App
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_DataDir_App "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DataDir.App\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_DeploymentConfig "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DeploymentConfig\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.ExecSessionInfo
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_ExecSessionInfo "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.ExecSessionInfo\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.JobInfo
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_JobInfo "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.JobInfo\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.LabelSet
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_LabelSet "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.LabelSet\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.LogViewer
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_LogViewer "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.LogViewer\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_Logger "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Logger\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_Source "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Source\"" }, error) Value> (5)
| out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_TerminalUI "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.TerminalUI\"" }, error) Value> (5)
| out: *opaqueany.Any/opaqueany.Any
| func: <func(struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=docker.Image\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=opaqueany.Any\"" }, error) Value> (5)
| out: *pluginargs.Internal/ (value: &{0xc000ac0d70 [] 0xc000a14fc8})
| root (1)
| out: *proto.Args_DataDir_App/
| func: <func(*datadir.App) *proto.Args_DataDir_App Value> (5)
| out: *proto.Args_DeploymentConfig/
| func: <func(*component.DeploymentConfig) (*proto.Args_DeploymentConfig, error) Value> (5)
| out: *proto.Args_ExecSessionInfo/
| func: <func(*component.ExecSessionInfo, hclog.Logger, *pluginargs.Internal) *proto.Args_ExecSessionInfo Value> (5)
| out: *proto.Args_JobInfo/
| func: <func(*component.JobInfo) (*proto.Args_JobInfo, error) Value> (5)
| out: *proto.Args_LabelSet/
| func: <func(*component.LabelSet) *proto.Args_LabelSet Value> (5)
| out: *proto.Args_LogViewer/
| func: <func(*component.LogViewer, hclog.Logger, *pluginargs.Internal) *proto.Args_LogViewer Value> (5)
| out: *proto.Args_Logger/
| func: <func(hclog.Logger) *proto.Args_Logger Value> (5)
| out: *proto.Args_Source/
| func: <func(*component.Source) (*proto.Args_Source, error) Value> (5)
| out: *proto.Args_TerminalUI/
| func: <func(terminal.UI, hclog.Logger, *pluginargs.Internal) *proto.Args_TerminalUI Value> (5)
| out: *runner.multiUI/ (value: &{[0xc000a18488 0xc00104bb00]})
| root (1)
| out: context.Context/
| out: *context.cancelCtx/ (value: context.Background.WithCancel.WithCancel) (5)
| out: hclog.Logger/
| func: <func(*proto.Args_Logger) hclog.Logger Value> (5)
| out: *hclog.intLogger/ (value: &{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000a18398 0xc000a0ad00 0xc000a183a0 [id 01G3PYZPZG94S7AZA39CDXSWWR job_id 01G3PYZPEZ70MZ93C7BVP71VGV job_op *gen.Job_Deploy] <nil> false}) (5)
| out: terminal.UI/
| func: <func(context.Context, *proto.Args_TerminalUI, hclog.Logger, *pluginargs.Internal) (terminal.UI, error) Value> (5)
| out: *runner.multiUI/ (value: &{[0xc000a18488 0xc00104bb00]}) (5)
| root
2022-05-22T22:42:41.795Z [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="func: <func(struct { Struct argmapper.Struct; V__Type_0 context.Context "argmapper:\",typeOnly\""; V__Type_1 *opaqueany.Any "argmapper:\",typeOnly,subtype=docker.Image\""; V__Type_2 *pluginargs.Internal "argmapper:\",typeOnly\""; V__Type_3 *component.DeclaredResourcesResp "argmapper:\",typeOnly\""; V__Type_4 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DeploymentConfig\""; V__Type_5 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.TerminalUI\""; V__Type_6 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Logger\""; V__Type_7 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Source\"" }) (component.Deployment, error) Value>"
2022-05-22T22:42:41.795Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy input="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source"
2022-05-22T22:42:41.796Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy input="arg: context.Context/"
2022-05-22T22:42:41.796Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy input="arg: *opaqueany.Any/docker.Image"
2022-05-22T22:42:41.796Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy input="arg: *pluginargs.Internal/"
2022-05-22T22:42:41.796Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy input="arg: *component.DeclaredResourcesResp/"
2022-05-22T22:42:41.796Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy input="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig"
2022-05-22T22:42:41.796Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy input="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI"
2022-05-22T22:42:41.796Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy input="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger"
2022-05-22T22:42:41.796Z [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source" path=[root, "out: *component.Source/ (value: &{example-nodejs /root/waypoint-examples/nomad/nodejs})", "arg: *component.Source/", "func: <func(*component.Source) (*proto.Args_Source, error) Value>", "out: *proto.Args_Source/", "arg: *proto.Args_Source/", "func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_Source \"argmapper:\\\",typeOnly\\\"\" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any \"argmapper:\\\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Source\\\"\" }, error) Value>", "out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source", "arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source"]
2022-05-22T22:42:41.796Z [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="arg: context.Context/" path=[root, "out: *context.cancelCtx/ (value: context.Background.WithCancel.WithCancel)", "out: context.Context/", "arg: context.Context/"]
2022-05-22T22:42:41.796Z [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="arg: *opaqueany.Any/docker.Image" path=[root, "&{artifact *opaqueany.Any docker.Image <*opaqueany.Any Value>}", "arg: *opaqueany.Any/docker.Image"]
2022-05-22T22:42:41.796Z [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="arg: *pluginargs.Internal/" path=[root, "out: *pluginargs.Internal/ (value: &{0xc000ac0d70 [] 0xc000a14fc8})", "arg: *pluginargs.Internal/"]
2022-05-22T22:42:41.796Z [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="arg: *component.DeclaredResourcesResp/" path=[root, "out: *component.DeclaredResourcesResp/ (value: &{[]})", "arg: *component.DeclaredResourcesResp/"]
2022-05-22T22:42:41.797Z [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig" path=[root, "out: *component.DeploymentConfig/ (value: &{01G3PYZPZG94S7AZA39CDXSWWR 2 10.11.5.250:9701 true true z9xv4tYJPs56Ttt1ynnkDK6ac61yZJr7mUA1BT3Qg3jyQwTtrc8Nm21GzLozRm3Hp6rpLjHdmN2bZ8gyjhsaiAqFGx6SkM7jgcsPSzSWciC5HYCc56TbHvJpSQaSg5NSfve8YeAFnwK4Ro34eYyYt2TLWNzW2vLa3tkE2njcpsamPCXw64PzNq7Ga2MxjbcRXx8DmUvisdPTjWSL2XVrrFRgs16DNK77YzT3fey78jrkuXMmJUsw8RN})", "arg: *component.DeploymentConfig/", "func: <func(*component.DeploymentConfig) (*proto.Args_DeploymentConfig, error) Value>", "out: *proto.Args_DeploymentConfig/", "arg: *proto.Args_DeploymentConfig/", "func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_DeploymentConfig \"argmapper:\\\",typeOnly\\\"\" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any \"argmapper:\\\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DeploymentConfig\\\"\" }, error) Value>", "out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig", "arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig"]
2022-05-22T22:42:41.797Z [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI" path=[root, "out: *pluginargs.Internal/ (value: &{0xc000ac0d70 [] 0xc000a14fc8})", "arg: *pluginargs.Internal/", "func: <func(terminal.UI, hclog.Logger, *pluginargs.Internal) *proto.Args_TerminalUI Value>", "out: *proto.Args_TerminalUI/", "arg: *proto.Args_TerminalUI/", "func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_TerminalUI \"argmapper:\\\",typeOnly\\\"\" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any \"argmapper:\\\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.TerminalUI\\\"\" }, error) Value>", "out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI", "arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI"]
2022-05-22T22:42:41.797Z [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger" path=[root, "out: *hclog.intLogger/ (value: &{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000a18398 0xc000a0ad00 0xc000a183a0 [id 01G3PYZPZG94S7AZA39CDXSWWR job_id 01G3PYZPEZ70MZ93C7BVP71VGV job_op *gen.Job_Deploy] <nil> false})", "out: hclog.Logger/", "arg: hclog.Logger/", "func: <func(hclog.Logger) *proto.Args_Logger Value>", "out: *proto.Args_Logger/", "arg: *proto.Args_Logger/", "func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_Logger \"argmapper:\\\",typeOnly\\\"\" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any \"argmapper:\\\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Logger\\\"\" }, error) Value>", "out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger", "arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger"]
2022-05-22T22:42:41.797Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current=root
2022-05-22T22:42:41.797Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *component.Source/ (value: &{example-nodejs /root/waypoint-examples/nomad/nodejs})"
2022-05-22T22:42:41.797Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: *component.Source/"
2022-05-22T22:42:41.797Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="func: <func(*component.Source) (*proto.Args_Source, error) Value>"
2022-05-22T22:42:41.797Z [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="func: <func(*component.Source) (*proto.Args_Source, error) Value>"
2022-05-22T22:42:41.797Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv satisfied: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.797Z [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy idx=0 value="&{example-nodejs /root/waypoint-examples/nomad/nodejs}"
2022-05-22T22:42:41.797Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *proto.Args_Source/ (value: app:"example-nodejs" path:"/root/waypoint-examples/nomad/nodejs")"
2022-05-22T22:42:41.797Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: *proto.Args_Source/"
2022-05-22T22:42:41.797Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_Source "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Source\"" }, error) Value>"
2022-05-22T22:42:41.797Z [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_Source "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Source\"" }, error) Value>"
2022-05-22T22:42:41.797Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv satisfied: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy idx=0 value="{{<nil>} app:"example-nodejs" path:"/root/waypoint-examples/nomad/nodejs"}"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source (value: type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.Source" value:"\n\x0eexample-nodejs\x12$/root/waypoint-examples/nomad/nodejs")"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy vertex="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source" value="type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.Source" value:"\n\x0eexample-nodejs\x12$/root/waypoint-examples/nomad/nodejs""
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current=root
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *context.cancelCtx/ (value: context.Background.WithCancel.WithCancel)"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: context.Context/"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: setting node value: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy value=context.Background.WithCancel.WithCancel
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: context.Context/"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy vertex="arg: context.Context/" value=context.Background.WithCancel.WithCancel
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current=root
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="&{artifact *opaqueany.Any docker.Image <*opaqueany.Any Value>}"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: *opaqueany.Any/docker.Image"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy vertex="arg: *opaqueany.Any/docker.Image" value="type_url:"type.googleapis.com/docker.Image" value:"\n\x0enodejs-example\x12\x011""
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current=root
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *pluginargs.Internal/ (value: &{0xc000ac0d70 [] 0xc000a14fc8})"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: *pluginargs.Internal/"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy vertex="arg: *pluginargs.Internal/" value="&{0xc000ac0d70 [] 0xc000a14fc8}"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current=root
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *component.DeclaredResourcesResp/ (value: &{[]})"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: *component.DeclaredResourcesResp/"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy vertex="arg: *component.DeclaredResourcesResp/" value=&{[]}
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current=root
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *component.DeploymentConfig/ (value: &{01G3PYZPZG94S7AZA39CDXSWWR 2 10.11.5.250:9701 true true z9xv4tYJPs56Ttt1ynnkDK6ac61yZJr7mUA1BT3Qg3jyQwTtrc8Nm21GzLozRm3Hp6rpLjHdmN2bZ8gyjhsaiAqFGx6SkM7jgcsPSzSWciC5HYCc56TbHvJpSQaSg5NSfve8YeAFnwK4Ro34eYyYt2TLWNzW2vLa3tkE2njcpsamPCXw64PzNq7Ga2MxjbcRXx8DmUvisdPTjWSL2XVrrFRgs16DNK77YzT3fey78jrkuXMmJUsw8RN})"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: *component.DeploymentConfig/"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="func: <func(*component.DeploymentConfig) (*proto.Args_DeploymentConfig, error) Value>"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="func: <func(*component.DeploymentConfig) (*proto.Args_DeploymentConfig, error) Value>"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv satisfied: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy idx=0 value="&{01G3PYZPZG94S7AZA39CDXSWWR 2 10.11.5.250:9701 true true z9xv4tYJPs56Ttt1ynnkDK6ac61yZJr7mUA1BT3Qg3jyQwTtrc8Nm21GzLozRm3Hp6rpLjHdmN2bZ8gyjhsaiAqFGx6SkM7jgcsPSzSWciC5HYCc56TbHvJpSQaSg5NSfve8YeAFnwK4Ro34eYyYt2TLWNzW2vLa3tkE2njcpsamPCXw64PzNq7Ga2MxjbcRXx8DmUvisdPTjWSL2XVrrFRgs16DNK77YzT3fey78jrkuXMmJUsw8RN}"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *proto.Args_DeploymentConfig/ (value: id:"01G3PYZPZG94S7AZA39CDXSWWR" server_addr:"10.11.5.250:9701" server_tls:true server_tls_skip_verify:true entrypoint_invite_token:"z9xv4tYJPs56Ttt1ynnkDK6ac61yZJr7mUA1BT3Qg3jyQwTtrc8Nm21GzLozRm3Hp6rpLjHdmN2bZ8gyjhsaiAqFGx6SkM7jgcsPSzSWciC5HYCc56TbHvJpSQaSg5NSfve8YeAFnwK4Ro34eYyYt2TLWNzW2vLa3tkE2njcpsamPCXw64PzNq7Ga2MxjbcRXx8DmUvisdPTjWSL2XVrrFRgs16DNK77YzT3fey78jrkuXMmJUsw8RN" sequence:2)"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: *proto.Args_DeploymentConfig/"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_DeploymentConfig "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DeploymentConfig\"" }, error) Value>"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_DeploymentConfig "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DeploymentConfig\"" }, error) Value>"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv satisfied: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy idx=0 value="{{<nil>} id:"01G3PYZPZG94S7AZA39CDXSWWR" server_addr:"10.11.5.250:9701" server_tls:true server_tls_skip_verify:true entrypoint_invite_token:"z9xv4tYJPs56Ttt1ynnkDK6ac61yZJr7mUA1BT3Qg3jyQwTtrc8Nm21GzLozRm3Hp6rpLjHdmN2bZ8gyjhsaiAqFGx6SkM7jgcsPSzSWciC5HYCc56TbHvJpSQaSg5NSfve8YeAFnwK4Ro34eYyYt2TLWNzW2vLa3tkE2njcpsamPCXw64PzNq7Ga2MxjbcRXx8DmUvisdPTjWSL2XVrrFRgs16DNK77YzT3fey78jrkuXMmJUsw8RN" sequence:2}"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig (value: type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.DeploymentConfig" value:"\n\x1a01G3PYZPZG94S7AZA39CDXSWWR\x12\x1010.11.5.250:9701\x18\x01 \x01*\xf7\x01z9xv4tYJPs56Ttt1ynnkDK6ac61yZJr7mUA1BT3Qg3jyQwTtrc8Nm21GzLozRm3Hp6rpLjHdmN2bZ8gyjhsaiAqFGx6SkM7jgcsPSzSWciC5HYCc56TbHvJpSQaSg5NSfve8YeAFnwK4Ro34eYyYt2TLWNzW2vLa3tkE2njcpsamPCXw64PzNq7Ga2MxjbcRXx8DmUvisdPTjWSL2XVrrFRgs16DNK77YzT3fey78jrkuXMmJUsw8RN0\x02")"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig"
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy vertex="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig" value="type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.DeploymentConfig" value:"\n\x1a01G3PYZPZG94S7AZA39CDXSWWR\x12\x1010.11.5.250:9701\x18\x01 \x01*\xf7\x01z9xv4tYJPs56Ttt1ynnkDK6ac61yZJr7mUA1BT3Qg3jyQwTtrc8Nm21GzLozRm3Hp6rpLjHdmN2bZ8gyjhsaiAqFGx6SkM7jgcsPSzSWciC5HYCc56TbHvJpSQaSg5NSfve8YeAFnwK4Ro34eYyYt2TLWNzW2vLa3tkE2njcpsamPCXw64PzNq7Ga2MxjbcRXx8DmUvisdPTjWSL2XVrrFRgs16DNK77YzT3fey78jrkuXMmJUsw8RN0\x02""
2022-05-22T22:42:41.798Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current=root
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *pluginargs.Internal/ (value: &{0xc000ac0d70 [] 0xc000a14fc8})"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: *pluginargs.Internal/"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="func: <func(terminal.UI, hclog.Logger, *pluginargs.Internal) *proto.Args_TerminalUI Value>"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="func: <func(terminal.UI, hclog.Logger, *pluginargs.Internal) *proto.Args_TerminalUI Value>"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy input="arg: terminal.UI/"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy input="arg: hclog.Logger/"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="arg: terminal.UI/" path=[root, "out: *runner.multiUI/ (value: &{[0xc000a18488 0xc00104bb00]})", "out: terminal.UI/", "arg: terminal.UI/"]
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="arg: hclog.Logger/" path=[root, "out: *hclog.intLogger/ (value: &{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000a18398 0xc000a0ad00 0xc000a183a0 [id 01G3PYZPZG94S7AZA39CDXSWWR job_id 01G3PYZPEZ70MZ93C7BVP71VGV job_op *gen.Job_Deploy] <nil> false})", "out: hclog.Logger/", "arg: hclog.Logger/"]
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current=root
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *runner.multiUI/ (value: &{[0xc000a18488 0xc00104bb00]})"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: terminal.UI/"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: setting node value: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy value="&{[0xc000a18488 0xc00104bb00]}"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: terminal.UI/"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy vertex="arg: terminal.UI/" value="&{[0xc000a18488 0xc00104bb00]}"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current=root
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *hclog.intLogger/ (value: &{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000a18398 0xc000a0ad00 0xc000a183a0 [id 01G3PYZPZG94S7AZA39CDXSWWR job_id 01G3PYZPEZ70MZ93C7BVP71VGV job_op *gen.Job_Deploy] <nil> false})"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: hclog.Logger/"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: setting node value: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy value="&{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000a18398 0xc000a0ad00 0xc000a183a0 [id 01G3PYZPZG94S7AZA39CDXSWWR job_id 01G3PYZPEZ70MZ93C7BVP71VGV job_op *gen.Job_Deploy] <nil> false}"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: hclog.Logger/"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy vertex="arg: hclog.Logger/" value="&{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000a18398 0xc000a0ad00 0xc000a183a0 [id 01G3PYZPZG94S7AZA39CDXSWWR job_id 01G3PYZPEZ70MZ93C7BVP71VGV job_op *gen.Job_Deploy] <nil> false}"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy idx=0 value="&{[0xc000a18488 0xc00104bb00]}"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy idx=1 value="&{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000a18398 0xc000a0ad00 0xc000a183a0 [id 01G3PYZPZG94S7AZA39CDXSWWR job_id 01G3PYZPEZ70MZ93C7BVP71VGV job_op *gen.Job_Deploy] <nil> false}"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy idx=2 value="&{0xc000ac0d70 [] 0xc000a14fc8}"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *proto.Args_TerminalUI/ (value: stream_id:1)"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: *proto.Args_TerminalUI/"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_TerminalUI "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.TerminalUI\"" }, error) Value>"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_TerminalUI "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.TerminalUI\"" }, error) Value>"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv satisfied: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy idx=0 value="{{<nil>} stream_id:1}"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI (value: type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.TerminalUI" value:"\x08\x01")"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI"
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy vertex="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI" value="type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.TerminalUI" value:"\x08\x01""
2022-05-22T22:42:41.799Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current=root
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *hclog.intLogger/ (value: &{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000a18398 0xc000a0ad00 0xc000a183a0 [id 01G3PYZPZG94S7AZA39CDXSWWR job_id 01G3PYZPEZ70MZ93C7BVP71VGV job_op *gen.Job_Deploy] <nil> false})"
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: hclog.Logger/ (value: &{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000a18398 0xc000a0ad00 0xc000a183a0 [id 01G3PYZPZG94S7AZA39CDXSWWR job_id 01G3PYZPEZ70MZ93C7BVP71VGV job_op *gen.Job_Deploy] <nil> false})"
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: setting node value: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy value="&{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000a18398 0xc000a0ad00 0xc000a183a0 [id 01G3PYZPZG94S7AZA39CDXSWWR job_id 01G3PYZPEZ70MZ93C7BVP71VGV job_op *gen.Job_Deploy] <nil> false}"
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: hclog.Logger/"
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="func: <func(hclog.Logger) *proto.Args_Logger Value>"
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="func: <func(hclog.Logger) *proto.Args_Logger Value>"
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv satisfied: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy idx=0 value="&{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000a18398 0xc000a0ad00 0xc000a183a0 [id 01G3PYZPZG94S7AZA39CDXSWWR job_id 01G3PYZPEZ70MZ93C7BVP71VGV job_op *gen.Job_Deploy] <nil> false}"
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *proto.Args_Logger/ (value: name:"waypoint.runner.app.example-nodejs.deploy")"
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: *proto.Args_Logger/"
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_Logger "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Logger\"" }, error) Value>"
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy target="func: <func(struct { Struct argmapper.Struct; V__Type_0 *proto.Args_Logger "argmapper:\",typeOnly\"" }) (struct { Struct argmapper.Struct; V__Type_0 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.Logger\"" }, error) Value>"
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: conv satisfied: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy idx=0 value="{{<nil>} name:"waypoint.runner.app.example-nodejs.deploy"}"
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="out: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger (value: type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.Logger" value:"\n)waypoint.runner.app.example-nodejs.deploy")"
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy current="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger"
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy vertex="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger" value="type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.Logger" value:"\n)waypoint.runner.app.example-nodejs.deploy""
2022-05-22T22:42:41.800Z [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy idx=0 value="{{<nil>} context.Background.WithCancel.WithCancel type_url:"type.googleapis.com/docker.Image" value:"\n\x0enodejs-example\x12\x011" 0xc000c12780 0xc000ba4450 type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.DeploymentConfig" value:"\n\x1a01G3PYZPZG94S7AZA39CDXSWWR\x12\x1010.11.5.250:9701\x18\x01 \x01*\xf7\x01z9xv4tYJPs56Ttt1ynnkDK6ac61yZJr7mUA1BT3Qg3jyQwTtrc8Nm21GzLozRm3Hp6rpLjHdmN2bZ8gyjhsaiAqFGx6SkM7jgcsPSzSWciC5HYCc56TbHvJpSQaSg5NSfve8YeAFnwK4Ro34eYyYt2TLWNzW2vLa3tkE2njcpsamPCXw64PzNq7Ga2MxjbcRXx8DmUvisdPTjWSL2XVrrFRgs16DNK77YzT3fey78jrkuXMmJUsw8RN0\x02" type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.TerminalUI" value:"\x08\x01" type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.Logger" value:"\n)waypoint.runner.app.example-nodejs.deploy" type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.Source" value:"\n\x0eexample-nodejs\x12$/root/waypoint-examples/nomad/nodejs"}"
Registering job...
+: Job registration successful
Monitoring evaluation "d080d7fd-1db6-4ba8-77dd-3492544f4cc3"
Monitoring evaluation "d080d7fd-1db6-4ba8-77dd-3492544f4cc3"
+: Evaluation status changed: "pending" -> "complete"
*: Evaluation "d080d7fd-1db6-4ba8-77dd-3492544f4cc3" finished with status "complete" but failed to place all allocations
*: Task Group "example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg" (failed to place 1 allocation):
* Constraint "${attr.consul.version} semver >= 1.7.0": 1 nodes excluded by filter
*: Evaluation "9dc62287-904b-c974-8e57-e1c81bdd520b" waiting for additional capacity to place remainder
2022-05-22T22:42:41.854Z [INFO] waypoint.runner.app.example-nodejs.platform.waypoint: error during creation, starting rollback: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy @module=waypoint.runner.app.example-nodejs.deploy.resource_manager err="Failed to schedule all allocations" timestamp=2022-05-22T22:42:41.853Z
: example-nodejs-01g3pyzqgm1z2w44tg6h0dk4kg
2022-05-22T22:42:41.859Z [INFO] waypoint.runner.app.example-nodejs.platform.waypoint: rollback successful: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy @module=waypoint.runner.app.example-nodejs.deploy.resource_manager timestamp=2022-05-22T22:42:41.859Z
2022-05-22T22:42:41.860Z [WARN] waypoint.runner.app.example-nodejs.deploy: error during local operation: id=01G3PYZPZG94S7AZA39CDXSWWR job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy err="rpc error: code = Unknown desc = Failed to schedule all allocations"
2022-05-22T22:42:42.002Z [DEBUG] waypoint.runner.app.example-nodejs.deploy: metadata marked as complete: id=01G3PYZPZG94S7AZA39CDXSWWR job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:42.006Z [DEBUG] waypoint.runner.app.example-nodejs.platform.stdio: received EOF, stopping recv loop: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-05-22T22:42:42.010Z [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin process exited: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint pid=4677
2022-05-22T22:42:42.014Z [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin exited: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:42.014Z [DEBUG] waypoint.runner: closing project: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:42.014Z [TRACE] waypoint.runner: closing app: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy app=example-nodejs
2022-05-22T22:42:42.018Z [DEBUG] waypoint.runner.app.example-nodejs.mapper.stdio: received EOF, stopping recv loop: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-05-22T22:42:42.018Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin process exited: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy path=/usr/local/bin/waypoint pid=4648
2022-05-22T22:42:42.019Z [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin exited: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy
2022-05-22T22:42:42.019Z [DEBUG] waypoint.runner: job finished: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy error="rpc error: code = Unknown desc = Failed to schedule all allocations"
2022-05-22T22:42:42.019Z [WARN] waypoint.runner: error during job execution: job_id=01G3PYZPEZ70MZ93C7BVP71VGV job_op=*gen.Job_Deploy err="rpc error: code = Unknown desc = Failed to schedule all allocations"
2022-05-22T22:42:42.024Z [DEBUG] waypoint.runner: opening job stream: retry=false
2022-05-22T22:42:42.025Z [TRACE] waypoint.runner: sending job request
2022-05-22T22:42:42.025Z [INFO] waypoint.runner: waiting for job assignment
2022-05-22T22:42:42.024Z [WARN] waypoint: unknown stream event: job_id=01G3PYZPEZ70MZ93C7BVP71VGV event="&{job:{id:"01G3PYZPEZ70MZ93C7BVP71VGV" application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} target_runner:{id:{id:"01G3PYZNYT0HB70WR2QG9XEEMN"}} data_source:{local:{}} deploy:{artifact:{application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} sequence:1 id:"01G3PYXAAZC47W6F7KVR87DP06" status:{state:SUCCESS start_time:{seconds:1653259282 nanos:781923522} complete_time:{seconds:1653259282 nanos:830878733}} component:{type:REGISTRY name:"docker"} artifact:{artifact:{type_url:"type.googleapis.com/docker.Image" value:"\n\x0enodejs-example\x12\x011"} artifact_json:"{\"image\":\"nodejs-example\", \"tag\":\"1\"}"} build_id:"01G3PYMWF9M6S23K0ZJT0Q331V" labels:{key:"waypoint/workspace" value:"default"} template_data:"{\"architecture\":\"\",\"image\":\"nodejs-example\",\"location\":null,\"tag\":\"1\"}" job_id:"01G3PYMVW1MHQKW2HCAN26PH6H" preload:{}}} state:ERROR assigned_runner:{id:"01G3PYZNYT0HB70WR2QG9XEEMN"} queue_time:{seconds:1653259360 nanos:735356854} assign_time:{seconds:1653259360 nanos:744683245} ack_time:{seconds:1653259360 nanos:755170364} complete_time:{seconds:1653259362 nanos:21111210} config:{source:FILE} error:{code:2 message:"Failed to schedule all allocations"} expire_time:{seconds:1653259390 nanos:735305567}}}"
2022-05-22T22:42:42.027Z [WARN] waypoint: job failed: job_id=01G3PYZPEZ70MZ93C7BVP71VGV code=Unknown message="Failed to schedule all allocations"
! Failed to schedule all allocations
2022-05-22T22:42:42.027Z [WARN] waypoint.runner.config_recv: EOF or cancellation received, graceful close of runner config stream
2022-05-22T22:42:42.027Z [TRACE] waypoint.runner.config_recv: exiting receive goroutine
2022-05-22T22:42:42.027Z [WARN] waypoint.runner.config.watcher: exiting due to context ended
2022-05-22T22:42:42.027Z [TRACE] waypoint: stopping signal listeners and cancelling the context
2022-05-22T22:42:42.027Z [TRACE] waypoint.runner.config.watcher: exiting goroutine
2022-05-22T22:42:42.028Z [WARN] waypoint: context cancelled, stopping interrupt listener loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment