Skip to content

Instantly share code, notes, and snippets.

@joshuacox
Created May 20, 2022 14:36
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/0fbc21f55c149ca2eb128260b6f674f8 to your computer and use it in GitHub Desktop.
Save joshuacox/0fbc21f55c149ca2eb128260b6f674f8 to your computer and use it in GitHub Desktop.
archdebug
-> Initializing Nomad client...
-> Checking for existing Waypoint server...
-> Installing Waypoint server to Nomad
-> Waiting for allocation to be scheduled
-> Nomad allocation pending...
-> Nomad allocation created
-> Waiting for allocation "e4d24585-28e9-3ab3-46a5-da93a7e307b6" to start
-> Waiting for allocation "e4d24585-28e9-3ab3-46a5-da93a7e307b6" to start
-> Waiting for allocation "e4d24585-28e9-3ab3-46a5-da93a7e307b6" to start
-> Waiting for allocation "e4d24585-28e9-3ab3-46a5-da93a7e307b6" to start
-> Nomad allocation running
-> Ensuring allocation "e4d24585-28e9-3ab3-46a5-da93a7e307b6" has properly started up...
-> Nomad allocation running
-> Ensuring allocation "e4d24585-28e9-3ab3-46a5-da93a7e307b6" has properly started up...
-> Nomad allocation running
-> Configuring the server context to use the static IP address from the Nomad allocation
-> Waypoint server ready
-> Waypoint server running on Nomad is being accessed via its allocation IP and port.
This could change in the future if Nomad creates a new allocation for the Waypoint server,
which would break all existing Waypoint contexts.
It is recommended to use Consul for determining Waypoint servers IP running on Nomad rather than
relying on the static IP that is initially set up for this allocation.
-> Connecting to: 10.11.5.11:9701
-> Attempting to make connection to server...
-> Successfully connected to Waypoint server in Nomad!
-> Retrieving initial auth token...
-> Configuring server...
-> Server installed and configured!
->
-> Retrieving new auth token for runner...
-> Installing runner...
-> Initializing Nomad client...
-> Installing the Waypoint runner
-> Waiting for allocation to be scheduled
-> Nomad allocation pending...
-> Nomad allocation created
-> Waiting for allocation "3727217a-37a4-405b-5676-f391e9b34e75" to start
-> Waiting for allocation "3727217a-37a4-405b-5676-f391e9b34e75" to start
-> Nomad allocation running
-> Ensuring allocation "3727217a-37a4-405b-5676-f391e9b34e75" has properly started up...
-> Nomad allocation running
-> Ensuring allocation "3727217a-37a4-405b-5676-f391e9b34e75" has properly started up...
-> Nomad allocation running
-> Waypoint runner installed
-> Registering on-demand runner configuration...
-> Registered ondemand runner!
Waypoint server successfully installed and configured!
The CLI has been configured to connect to the server automatically. This
connection information is saved in the CLI context named "install-1653057228".
Use the "waypoint context" CLI to manage CLI contexts.
The server has been configured to advertise the following address for
entrypoint communications. This must be a reachable address for all your
deployments. If this is incorrect, manually set it using the CLI command
"waypoint server config-set".
To launch and authenticate into the Web UI, run:
waypoint ui -authenticate
Advertise Address: 10.11.5.11:9701
Web UI Address: https://10.11.5.11:9702
-> Validating configuration file...
-> Configuration file appears valid
-> Validating server credentials...
-> Connection to Waypoint server was successful
-> Checking if project "example-nodejs" is registered...
-> Project "example-nodejs" and all apps are registered with the server.
Project initialized!
You may now call 'waypoint up' to deploy your project or
commands such as 'waypoint build' to perform steps individually.
» Building example-nodejs...
Performing operation locally
-> Running build v3
warning: Warning! Buildpacks are known to have issues on architectures other than amd64. The architecure being reported by the Docker server is "x86_64". We will still attempt to build the image, but may run into issues.
Creating new buildpack-based image using builder: heroku/buildpacks:20
-> Creating pack client
-> Building image
2022/05/20 09:34:02.542441 DEBUG: Pulling image index.docker.io/heroku/buildpacks:20
20: Pulling from heroku/buildpacks
Digest: sha256:68502f93e41ffb23bded6f7119e3e2577cdf711f35acaf8c5dc823a11128ab8e
Status: Image is up to date for heroku/buildpacks:20
2022/05/20 09:34:03.202036 DEBUG: Selected run image heroku/pack:20
2022/05/20 09:34:03.202044 DEBUG: Pulling image heroku/pack:20
20: Pulling from heroku/pack
Digest: sha256:69356f3937101029610c6931e194161b17b5445616a0162e65c86a28526c8334
Status: Image is up to date for heroku/pack:20
2022/05/20 09:34:03.854240 DEBUG: Creating builder with the following buildpacks:
2022/05/20 09:34:03.854250 DEBUG: -> heroku/java@0.5.0
2022/05/20 09:34:03.854253 DEBUG: -> heroku/gradle@0.0.35
2022/05/20 09:34:03.854256 DEBUG: -> heroku/jvm@1.0.0
2022/05/20 09:34:03.854259 DEBUG: -> heroku/maven@1.0.0
2022/05/20 09:34:03.854261 DEBUG: -> heroku/procfile@1.0.1
2022/05/20 09:34:03.854264 DEBUG: -> heroku/scala@0.0.92
2022/05/20 09:34:03.854267 DEBUG: -> heroku/java-function@0.3.30
2022/05/20 09:34:03.854269 DEBUG: -> heroku/jvm@1.0.0
2022/05/20 09:34:03.854271 DEBUG: -> heroku/jvm-function-invoker@0.6.1
2022/05/20 09:34:03.854273 DEBUG: -> heroku/maven@1.0.0
2022/05/20 09:34:03.854275 DEBUG: -> heroku/ruby@0.1.3
2022/05/20 09:34:03.854277 DEBUG: -> heroku/procfile@1.0.1
2022/05/20 09:34:03.854279 DEBUG: -> heroku/python@0.3.1
2022/05/20 09:34:03.854280 DEBUG: -> heroku/php@0.3.1
2022/05/20 09:34:03.854282 DEBUG: -> heroku/go@0.3.1
2022/05/20 09:34:03.854284 DEBUG: -> heroku/nodejs@0.5.2
2022/05/20 09:34:03.854285 DEBUG: -> heroku/nodejs-yarn@0.2.2
2022/05/20 09:34:03.854287 DEBUG: -> heroku/procfile@0.6.2
2022/05/20 09:34:03.854289 DEBUG: -> heroku/nodejs-engine@0.8.2
2022/05/20 09:34:03.854291 DEBUG: -> heroku/nodejs-npm@0.5.1
2022/05/20 09:34:03.854292 DEBUG: -> heroku/nodejs-function@0.9.0
2022/05/20 09:34:03.854294 DEBUG: -> heroku/nodejs-npm@0.5.1
2022/05/20 09:34:03.854296 DEBUG: -> heroku/nodejs-engine@0.8.2
2022/05/20 09:34:03.854298 DEBUG: -> heroku/nodejs-function-invoker@0.3.0
2022/05/20 09:34:03.938747 DEBUG: Pulling image buildpacksio/lifecycle:0.14.0
0.14.0: Pulling from buildpacksio/lifecycle
Digest: sha256:3aaef95fe08ab98f9dd2ff90cb85b60336932482a169cdbe197fd7b180e7e308
Status: Image is up to date for buildpacksio/lifecycle:0.14.0
2022/05/20 09:34:04.571228 DEBUG: Using build cache volume pack-cache-library_example-nodejs_latest-e74b422cf62f.build
2022/05/20 09:34:04.571237 INFO: ===> DETECTING
2022/05/20 09:34:04.571248 DEBUG: Running the detector on OS linux with:
2022/05/20 09:34:04.571250 DEBUG: Container Settings:
2022/05/20 09:34:04.571252 DEBUG: Args: /cnb/lifecycle/detector -app /workspace
2022/05/20 09:34:04.571254 DEBUG: System Envs: CNB_PLATFORM_API=0.6
2022/05/20 09:34:04.571257 DEBUG: Image: pack.local/builder/71686f6475716f796c65:latest
2022/05/20 09:34:04.571258 DEBUG: User:
2022/05/20 09:34:04.571263 DEBUG: Labels: map[author:pack]
2022/05/20 09:34:04.571266 DEBUG: Host Settings:
2022/05/20 09:34:04.571269 DEBUG: Binds: pack-layers-xubcxvkbic:/layers pack-app-xhnvdbxuwu:/workspace
2022/05/20 09:34:04.571271 DEBUG: Network Mode:
[detector] heroku/nodejs-engine 0.8.2
[detector] heroku/nodejs-npm 0.5.1
[detector] heroku/procfile 0.6.2
2022/05/20 09:34:05.583994 INFO: ===> ANALYZING
2022/05/20 09:34:05.584025 DEBUG: Running the analyzer on OS linux with:
2022/05/20 09:34:05.584028 DEBUG: Container Settings:
2022/05/20 09:34:05.584031 DEBUG: Args: /cnb/lifecycle/analyzer -gid 0 -daemon -cache-dir /cache example-nodejs
2022/05/20 09:34:05.584035 DEBUG: System Envs: CNB_USER_ID=1000 CNB_GROUP_ID=1000 CNB_PLATFORM_API=0.6
2022/05/20 09:34:05.584037 DEBUG: Image: buildpacksio/lifecycle:0.14.0
2022/05/20 09:34:05.584039 DEBUG: User: root
2022/05/20 09:34:05.584044 DEBUG: Labels: map[author:pack]
2022/05/20 09:34:05.584046 DEBUG: Host Settings:
2022/05/20 09:34:05.584050 DEBUG: Binds: /var/run/docker.sock:/var/run/docker.sock pack-cache-library_example-nodejs_latest-e74b422cf62f.build:/cache pack-layers-xubcxvkbic:/layers pack-app-xhnvdbxuwu:/workspace
2022/05/20 09:34:05.584053 DEBUG: Network Mode:
[analyzer] Restoring metadata for "heroku/nodejs-engine:dist" from app image
[analyzer] Restoring metadata for "heroku/nodejs-engine:web_env" from app image
[analyzer] Restoring metadata for "heroku/nodejs-npm:toolbox" from cache
2022/05/20 09:34:06.514227 INFO: ===> RESTORING
2022/05/20 09:34:06.514247 DEBUG: Running the restorer on OS linux with:
2022/05/20 09:34:06.514250 DEBUG: Container Settings:
2022/05/20 09:34:06.514252 DEBUG: Args: /cnb/lifecycle/restorer -gid 0 -cache-dir /cache
2022/05/20 09:34:06.514255 DEBUG: System Envs: CNB_USER_ID=1000 CNB_GROUP_ID=1000 CNB_PLATFORM_API=0.6
2022/05/20 09:34:06.514257 DEBUG: Image: buildpacksio/lifecycle:0.14.0
2022/05/20 09:34:06.514258 DEBUG: User: root
2022/05/20 09:34:06.514264 DEBUG: Labels: map[author:pack]
2022/05/20 09:34:06.514265 DEBUG: Host Settings:
2022/05/20 09:34:06.514268 DEBUG: Binds: pack-cache-library_example-nodejs_latest-e74b422cf62f.build:/cache pack-layers-xubcxvkbic:/layers pack-app-xhnvdbxuwu:/workspace
2022/05/20 09:34:06.514270 DEBUG: Network Mode:
[restorer] Restoring data for "heroku/nodejs-engine:dist" from cache
[restorer] Restoring data for "heroku/nodejs-npm:toolbox" from cache
2022/05/20 09:34:07.683288 INFO: ===> BUILDING
2022/05/20 09:34:07.683309 DEBUG: Running the builder on OS linux with:
2022/05/20 09:34:07.683311 DEBUG: Container Settings:
2022/05/20 09:34:07.683314 DEBUG: Args: /cnb/lifecycle/builder -app /workspace
2022/05/20 09:34:07.683316 DEBUG: System Envs: CNB_PLATFORM_API=0.6
2022/05/20 09:34:07.683318 DEBUG: Image: pack.local/builder/71686f6475716f796c65:latest
2022/05/20 09:34:07.683320 DEBUG: User:
2022/05/20 09:34:07.683325 DEBUG: Labels: map[author:pack]
2022/05/20 09:34:07.683327 DEBUG: Host Settings:
2022/05/20 09:34:07.683329 DEBUG: Binds: pack-layers-xubcxvkbic:/layers pack-app-xhnvdbxuwu:/workspace
2022/05/20 09:34:07.683331 DEBUG: Network Mode:
[builder]
[builder] [Heroku Node.js Engine Buildpack]
[builder]
[builder] [Checking Node.js version]
[builder] Detected Node.js version range: >=12.0.0 <13.0.0-0
[builder] Resolved Node.js version: 12.22.11
[builder]
[builder] [Installing Node.js distribution]
[builder] Reusing Node.js 12.22.11
[builder] [INFO] Installing toolbox
[builder] [INFO] Using npm v6.14.16 from Node
[builder] [INFO] Installing node modules
[builder]
[builder] > ejs@2.7.4 postinstall /workspace/node_modules/ejs
[builder] > node ./postinstall.js
[builder]
[builder] Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)
[builder]
[builder] npm WARN node-js-getting-started@0.3.0 No repository field.
[builder]
[builder] added 141 packages from 107 contributors and audited 141 packages in 2.408s
[builder]
[builder] 48 packages are looking for funding
[builder] run `npm fund` for details
[builder]
[builder] found 1 high severity vulnerability
[builder] run `npm audit fix` to fix them, or `npm audit` for details
[builder]
[builder] [Warning: Skip pruning because NODE_ENV is not 'production'.]
[builder]
[builder] [INFO] Discovering process types
[builder] [INFO] Procfile declares types -> (none)
2022/05/20 09:34:11.750742 INFO: ===> EXPORTING
2022/05/20 09:34:11.750785 DEBUG: Running the exporter on OS linux with:
2022/05/20 09:34:11.750787 DEBUG: Container Settings:
2022/05/20 09:34:11.750789 DEBUG: Args: /cnb/lifecycle/exporter -daemon -launch-cache /launch-cache -app /workspace -cache-dir /cache -stack /layers/stack.toml -run-image heroku/pack:20 -gid 0 example-nodejs
2022/05/20 09:34:11.750790 DEBUG: System Envs: CNB_USER_ID=1000 CNB_GROUP_ID=1000 CNB_PLATFORM_API=0.6
2022/05/20 09:34:11.750792 DEBUG: Image: buildpacksio/lifecycle:0.14.0
2022/05/20 09:34:11.750793 DEBUG: User: root
2022/05/20 09:34:11.750799 DEBUG: Labels: map[author:pack]
2022/05/20 09:34:11.750800 DEBUG: Host Settings:
2022/05/20 09:34:11.750803 DEBUG: Binds: pack-cache-library_example-nodejs_latest-e74b422cf62f.build:/cache /var/run/docker.sock:/var/run/docker.sock pack-cache-library_example-nodejs_latest-e74b422cf62f.launch:/launch-cache pack-layers-xubcxvkbic:/layers pack-app-xhnvdbxuwu:/workspace
2022/05/20 09:34:11.750805 DEBUG: Network Mode:
[exporter] Reusing layer 'heroku/nodejs-engine:dist'
[exporter] Reusing layer 'heroku/nodejs-engine:web_env'
[exporter] Adding 1/1 app layer(s)
[exporter] Reusing layer 'launcher'
[exporter] Reusing layer 'config'
[exporter] Reusing layer 'process-types'
[exporter] Adding label 'io.buildpacks.lifecycle.metadata'
[exporter] Adding label 'io.buildpacks.build.metadata'
[exporter] Adding label 'io.buildpacks.project.metadata'
[exporter] Setting default process type 'web'
[exporter] Saving example-nodejs...
[exporter] *** Images (b0b9c2735794):
[exporter] example-nodejs
[exporter] Reusing cache layer 'heroku/nodejs-engine:dist'
[exporter] Reusing cache layer 'heroku/nodejs-npm:toolbox'
-> Injecting entrypoint binary to image
Generated new Docker image: example-nodejs:latest
-> Running push build v3
-> Initializing Docker client...
-> Tagging Docker image: example-nodejs:latest => nodejs-example:1
-> Docker image pushed: nodejs-example:1
Created artifact v3
» Variables used:
VARIABLE | VALUE | TYPE | SOURCE
-----------+-------+------+---------
2022-05-20T09:34:15.512-0500 [INFO] waypoint: waypoint version: full_string="v0.8.2 (5b8885480)" version=v0.8.2 prerelease="" metadata="" revision=5b8885480
2022-05-20T09:34:15.512-0500 [TRACE] waypoint: starting interrupt listener for context cancellation
2022-05-20T09:34:15.512-0500 [TRACE] waypoint: interrupt listener goroutine started
2022-05-20T09:34:15.512-0500 [DEBUG] waypoint: home configuration directory: path=/home/thoth/.config/waypoint
2022-05-20T09:34:15.513-0500 [TRACE] waypoint: no API client provided, initializing connection if possible
2022-05-20T09:34:15.513-0500 [TRACE] waypoint.server: Local server may be created later - server credentials optional
2022-05-20T09:34:15.513-0500 [INFO] waypoint.server: attempting to source credentials and connect
2022-05-20T09:34:15.513-0500 [DEBUG] waypoint.serverclient: connection information: address=10.11.5.11:9701 tls=true tls_skip_verify=true send_auth=true has_token=true
2022-05-20T09:34:15.520-0500 [DEBUG] waypoint.server: connection established with sourced credentials
2022-05-20T09:34:15.520-0500 [TRACE] waypoint: requesting version info from server
2022-05-20T09:34:15.521-0500 [INFO] waypoint: server version info: version=v0.8.2 api_min=1 api_current=1 entrypoint_min=1 entrypoint_current=1
2022-05-20T09:34:15.521-0500 [INFO] waypoint: negotiated api version: version=1
2022-05-20T09:34:15.521-0500 [DEBUG] waypoint: will operate on app: name=example-nodejs
» Deploying example-nodejs...
2022-05-20T09:34:15.521-0500 [DEBUG] waypoint.setupLocalJobSystem: determining if a local or remote runner should be used for this and future jobs
2022-05-20T09:34:15.522-0500 [DEBUG] waypoint: Remote operations are disabled for this project - operation cannot occur remotely
2022-05-20T09:34:15.522-0500 [DEBUG] waypoint: starting runner to process local jobs
2022-05-20T09:34:15.522-0500 [INFO] waypoint.runner: generated a new runner ID: id=01G3GY7Y32D3RE2PB27CDKQKH1
2022-05-20T09:34:15.522-0500 [DEBUG] waypoint.runner: Created runner: id=01G3GY7Y32D3RE2PB27CDKQKH1
2022-05-20T09:34:15.522-0500 [WARN] waypoint.runner: cookie not set for runner, will skip adoption process
2022-05-20T09:34:15.522-0500 [DEBUG] waypoint.runner: starting RunnerConfig stream
2022-05-20T09:34:15.522-0500 [DEBUG] waypoint.runner: waiting for registration
2022-05-20T09:34:15.522-0500 [DEBUG] waypoint.runner.config: registering instance, requesting config
2022-05-20T09:34:15.523-0500 [DEBUG] waypoint.runner.config_recv: first config received, switching config state to true
2022-05-20T09:34:15.523-0500 [INFO] waypoint.runner.config_recv: new configuration received
2022-05-20T09:34:15.523-0500 [TRACE] waypoint.runner.config.watcher.watchloop: got source config update but ignoring since there is no diff
2022-05-20T09:34:15.523-0500 [DEBUG] waypoint.runner.config.watcher.watchloop: new config variables received, scheduling refresh
2022-05-20T09:34:15.523-0500 [DEBUG] waypoint.runner: runner registered, waiting for first config processing
2022-05-20T09:34:15.523-0500 [TRACE] waypoint.runner.config.watcher.watchloop: calculating changes between old and new config
2022-05-20T09:34:16.024-0500 [TRACE] waypoint.runner.config.watcher.watchloop: refreshing app configuration
2022-05-20T09:34:16.024-0500 [DEBUG] waypoint.runner.config.watcher.watchloop: new configuration computed
2022-05-20T09:34:16.024-0500 [TRACE] waypoint.runner.config.watcher: received new app config
2022-05-20T09:34:16.024-0500 [INFO] waypoint.runner: runner registered with server and ready
2022-05-20T09:34:16.024-0500 [DEBUG] waypoint.setupLocalJobSystem: result: isLocal=true
2022-05-20T09:34:16.024-0500 [DEBUG] waypoint: queueing job: operation=*gen.Job_Deploy
2022-05-20T09:34:16.024-0500 [DEBUG] waypoint.runner: opening job stream: retry=false
2022-05-20T09:34:16.024-0500 [TRACE] waypoint.runner: sending job request
2022-05-20T09:34:16.025-0500 [INFO] waypoint.runner: waiting for job assignment
2022-05-20T09:34:16.028-0500 [DEBUG] waypoint: opening job stream: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M
2022-05-20T09:34:16.028-0500 [WARN] waypoint: unknown stream event: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M event="&{job:{id:"01G3GY7YJTWBK3KR8BQGAKTM4M" application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} target_runner:{id:{id:"01G3GY7Y32D3RE2PB27CDKQKH1"}} data_source:{local:{}} deploy:{artifact:{application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} sequence:3 id:"01G3GY7Y1EQF380D2T7WES642H" status:{state:SUCCESS start_time:{seconds:1653057255 nanos:470569637} complete_time:{seconds:1653057255 nanos:479765164}} 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:"01G3GY7HD0T6CWYF8FN316TJJ6" labels:{key:"waypoint/workspace" value:"default"} template_data:"{\"architecture\":\"\",\"image\":\"nodejs-example\",\"location\":null,\"tag\":\"1\"}" job_id:"01G3GY7H9F5BMS3ZAR67KXPDQA" preload:{}}} state:QUEUED queue_time:{seconds:1653057256 nanos:26795748} expire_time:{seconds:1653057286 nanos:26755124}}}"
2022-05-20T09:34:16.028-0500 [INFO] waypoint.runner: job assignment received: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.028-0500 [TRACE] waypoint.runner: acking job assignment: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.028-0500 [INFO] waypoint.runner: starting job execution: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.028-0500 [TRACE] waypoint.runner: preparing to execute job operation: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy type=*gen.Job_Deploy
2022-05-20T09:34:16.029-0500 [DEBUG] waypoint.runner: job data downloaded (or local): job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy pwd=/home/thoth/git/waypoint-examples/nomad/nodejs ref=(*gen.Job_DataSource_Ref)(nil)
Performing operation locally
2022-05-20T09:34:16.029-0500 [WARN] waypoint: unknown stream event: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M event="&{job:{id:"01G3GY7YJTWBK3KR8BQGAKTM4M" application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} target_runner:{id:{id:"01G3GY7Y32D3RE2PB27CDKQKH1"}} data_source:{local:{}} deploy:{artifact:{application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} sequence:3 id:"01G3GY7Y1EQF380D2T7WES642H" status:{state:SUCCESS start_time:{seconds:1653057255 nanos:470569637} complete_time:{seconds:1653057255 nanos:479765164}} 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:"01G3GY7HD0T6CWYF8FN316TJJ6" labels:{key:"waypoint/workspace" value:"default"} template_data:"{\"architecture\":\"\",\"image\":\"nodejs-example\",\"location\":null,\"tag\":\"1\"}" job_id:"01G3GY7H9F5BMS3ZAR67KXPDQA" preload:{}}} state:WAITING assigned_runner:{id:"01G3GY7Y32D3RE2PB27CDKQKH1"} queue_time:{seconds:1653057256 nanos:26795748} assign_time:{seconds:1653057256 nanos:28116508} expire_time:{seconds:1653057286 nanos:26755124}}}"
2022-05-20T09:34:16.029-0500 [TRACE] waypoint.runner: reading configuration: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/git/waypoint-examples/nomad/nodejs/waypoint.hcl
2022-05-20T09:34:16.030-0500 [TRACE] waypoint.runner: sending initial config load information back to server: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.030-0500 [WARN] waypoint: unknown stream event: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M event="&{job:{id:"01G3GY7YJTWBK3KR8BQGAKTM4M" application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} target_runner:{id:{id:"01G3GY7Y32D3RE2PB27CDKQKH1"}} data_source:{local:{}} deploy:{artifact:{application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} sequence:3 id:"01G3GY7Y1EQF380D2T7WES642H" status:{state:SUCCESS start_time:{seconds:1653057255 nanos:470569637} complete_time:{seconds:1653057255 nanos:479765164}} 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:"01G3GY7HD0T6CWYF8FN316TJJ6" labels:{key:"waypoint/workspace" value:"default"} template_data:"{\"architecture\":\"\",\"image\":\"nodejs-example\",\"location\":null,\"tag\":\"1\"}" job_id:"01G3GY7H9F5BMS3ZAR67KXPDQA" preload:{}}} state:RUNNING assigned_runner:{id:"01G3GY7Y32D3RE2PB27CDKQKH1"} queue_time:{seconds:1653057256 nanos:26795748} assign_time:{seconds:1653057256 nanos:28116508} ack_time:{seconds:1653057256 nanos:29103842} expire_time:{seconds:1653057286 nanos:26755124}}}"
2022-05-20T09:34:16.030-0500 [DEBUG] waypoint.runner: plugin search path: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=["/home/thoth/git/waypoint-examples/nomad/nodejs", "/home/thoth/git/waypoint-examples/nomad/nodejs/.waypoint/plugins", "/home/thoth/.config/waypoint/plugins", "/home/thoth/.config/.waypoint/plugins"]
2022-05-20T09:34:16.030-0500 [DEBUG] waypoint.runner: searching for plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy plugin_name=pack
2022-05-20T09:34:16.030-0500 [DEBUG] waypoint.runner: plugin found as builtin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy plugin_name=pack
2022-05-20T09:34:16.030-0500 [INFO] waypoint.runner: register: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy plugin_name=pack type=Mapper nil=false
2022-05-20T09:34:16.030-0500 [INFO] waypoint.runner: register: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy plugin_name=pack type=Builder nil=false
2022-05-20T09:34:16.030-0500 [DEBUG] waypoint.runner: searching for plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy plugin_name=docker
2022-05-20T09:34:16.030-0500 [DEBUG] waypoint.runner: plugin found as builtin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy plugin_name=docker
2022-05-20T09:34:16.030-0500 [INFO] waypoint.runner: register: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy plugin_name=docker type=Mapper nil=false
2022-05-20T09:34:16.030-0500 [INFO] waypoint.runner: register: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy plugin_name=docker type=Registry nil=false
2022-05-20T09:34:16.030-0500 [DEBUG] waypoint.runner: searching for plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy plugin_name=nomad
2022-05-20T09:34:16.030-0500 [DEBUG] waypoint.runner: plugin found as builtin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy plugin_name=nomad
2022-05-20T09:34:16.030-0500 [INFO] waypoint.runner: register: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy plugin_name=nomad type=Mapper nil=false
2022-05-20T09:34:16.030-0500 [INFO] waypoint.runner: register: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy plugin_name=nomad type=Platform nil=false
2022-05-20T09:34:16.030-0500 [DEBUG] waypoint.runner: looking to see if there are dynamic variable default values to load: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.030-0500 [DEBUG] waypoint.runner: setting final set of variable values on the job: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.030-0500 [TRACE] waypoint.runner: initializing project: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy project=example-nodejs
2022-05-20T09:34:16.030-0500 [DEBUG] waypoint.runner.app.example-nodejs: loading mapper plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy name=pack
2022-05-20T09:34:16.030-0500 [INFO] waypoint.runner.app.example-nodejs.mapper: launching plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy type=Mapper path=/home/thoth/.kubash/bin/waypoint args=["/home/thoth/.kubash/bin/waypoint", "plugin", "pack"]
2022-05-20T09:34:16.030-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: starting plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint args=["/home/thoth/.kubash/bin/waypoint", "plugin", "pack"]
2022-05-20T09:34:16.031-0500 [WARN] waypoint: unknown stream event: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M event="&{job:{id:"01G3GY7YJTWBK3KR8BQGAKTM4M" application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} target_runner:{id:{id:"01G3GY7Y32D3RE2PB27CDKQKH1"}} data_source:{local:{}} deploy:{artifact:{application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} sequence:3 id:"01G3GY7Y1EQF380D2T7WES642H" status:{state:SUCCESS start_time:{seconds:1653057255 nanos:470569637} complete_time:{seconds:1653057255 nanos:479765164}} 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:"01G3GY7HD0T6CWYF8FN316TJJ6" labels:{key:"waypoint/workspace" value:"default"} template_data:"{\"architecture\":\"\",\"image\":\"nodejs-example\",\"location\":null,\"tag\":\"1\"}" job_id:"01G3GY7H9F5BMS3ZAR67KXPDQA" preload:{}}} state:RUNNING assigned_runner:{id:"01G3GY7Y32D3RE2PB27CDKQKH1"} queue_time:{seconds:1653057256 nanos:26795748} assign_time:{seconds:1653057256 nanos:28116508} ack_time:{seconds:1653057256 nanos:29103842} config:{source:FILE} expire_time:{seconds:1653057286 nanos:26755124}}}"
2022-05-20T09:34:16.031-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin started: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint pid=704486
2022-05-20T09:34:16.031-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: waiting for RPC address: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint
2022-05-20T09:34:16.031-0500 [WARN] waypoint: unknown stream event: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M event="&{job:{id:"01G3GY7YJTWBK3KR8BQGAKTM4M" application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} target_runner:{id:{id:"01G3GY7Y32D3RE2PB27CDKQKH1"}} data_source:{local:{}} deploy:{artifact:{application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} sequence:3 id:"01G3GY7Y1EQF380D2T7WES642H" status:{state:SUCCESS start_time:{seconds:1653057255 nanos:470569637} complete_time:{seconds:1653057255 nanos:479765164}} 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:"01G3GY7HD0T6CWYF8FN316TJJ6" labels:{key:"waypoint/workspace" value:"default"} template_data:"{\"architecture\":\"\",\"image\":\"nodejs-example\",\"location\":null,\"tag\":\"1\"}" job_id:"01G3GY7H9F5BMS3ZAR67KXPDQA" preload:{}}} state:RUNNING assigned_runner:{id:"01G3GY7Y32D3RE2PB27CDKQKH1"} queue_time:{seconds:1653057256 nanos:26795748} assign_time:{seconds:1653057256 nanos:28116508} ack_time:{seconds:1653057256 nanos:29103842} config:{source:FILE} expire_time:{seconds:1653057286 nanos:26755124}}}"
2022-05-20T09:34:16.050-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: using plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy version=1
2022-05-20T09:34:16.050-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper.waypoint: plugin address: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy @module=plugin address=/tmp/plugin2035406778 network=unix timestamp=2022-05-20T09:34:16.050-0500
2022-05-20T09:34:16.050-0500 [TRACE] waypoint.runner.app.example-nodejs.mapper.stdio: waiting for stdio data: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.052-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin successfully launched and connected: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.052-0500 [INFO] waypoint.runner.app.example-nodejs.mapper: initialized component: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy type=Mapper
2022-05-20T09:34:16.052-0500 [DEBUG] waypoint.runner.app.example-nodejs: registered mappers: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy name=pack len=1
2022-05-20T09:34:16.052-0500 [DEBUG] waypoint.runner.app.example-nodejs: loading mapper plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy name=docker
2022-05-20T09:34:16.052-0500 [INFO] waypoint.runner.app.example-nodejs.mapper: launching plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy type=Mapper path=/home/thoth/.kubash/bin/waypoint args=["/home/thoth/.kubash/bin/waypoint", "plugin", "docker"]
2022-05-20T09:34:16.052-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: starting plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint args=["/home/thoth/.kubash/bin/waypoint", "plugin", "docker"]
2022-05-20T09:34:16.052-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin started: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint pid=704503
2022-05-20T09:34:16.052-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: waiting for RPC address: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint
2022-05-20T09:34:16.072-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper.waypoint: plugin address: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy @module=plugin address=/tmp/plugin4174756558 network=unix timestamp=2022-05-20T09:34:16.072-0500
2022-05-20T09:34:16.072-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: using plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy version=1
2022-05-20T09:34:16.073-0500 [TRACE] waypoint.runner.app.example-nodejs.mapper.stdio: waiting for stdio data: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.073-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin successfully launched and connected: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.073-0500 [INFO] waypoint.runner.app.example-nodejs.mapper: initialized component: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy type=Mapper
2022-05-20T09:34:16.073-0500 [DEBUG] waypoint.runner.app.example-nodejs: no mappers advertised by plugin, closing: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy name=docker
2022-05-20T09:34:16.073-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper.stdio: received EOF, stopping recv loop: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-05-20T09:34:16.074-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin process exited: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint pid=704503
2022-05-20T09:34:16.074-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin exited: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.074-0500 [DEBUG] waypoint.runner.app.example-nodejs: loading mapper plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy name=nomad
2022-05-20T09:34:16.074-0500 [INFO] waypoint.runner.app.example-nodejs.mapper: launching plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy type=Mapper path=/home/thoth/.kubash/bin/waypoint args=["/home/thoth/.kubash/bin/waypoint", "plugin", "nomad"]
2022-05-20T09:34:16.074-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: starting plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint args=["/home/thoth/.kubash/bin/waypoint", "plugin", "nomad"]
2022-05-20T09:34:16.075-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin started: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint pid=704520
2022-05-20T09:34:16.075-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: waiting for RPC address: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint
2022-05-20T09:34:16.094-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper.waypoint: plugin address: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy address=/tmp/plugin347752012 network=unix @module=plugin timestamp=2022-05-20T09:34:16.094-0500
2022-05-20T09:34:16.094-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: using plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy version=1
2022-05-20T09:34:16.095-0500 [TRACE] waypoint.runner.app.example-nodejs.mapper.stdio: waiting for stdio data: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.095-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin successfully launched and connected: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.095-0500 [INFO] waypoint.runner.app.example-nodejs.mapper: initialized component: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy type=Mapper
2022-05-20T09:34:16.095-0500 [DEBUG] waypoint.runner.app.example-nodejs: no mappers advertised by plugin, closing: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy name=nomad
2022-05-20T09:34:16.095-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper.stdio: received EOF, stopping recv loop: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-05-20T09:34:16.097-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin process exited: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint pid=704520
2022-05-20T09:34:16.097-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin exited: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.097-0500 [INFO] waypoint.runner: project initialized: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy workspace=default
2022-05-20T09:34:16.097-0500 [INFO] waypoint.runner: executing operation: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.097-0500 [INFO] waypoint.runner.app.example-nodejs.platform: launching plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy type=Platform path=/home/thoth/.kubash/bin/waypoint args=["/home/thoth/.kubash/bin/waypoint", "plugin", "nomad"]
2022-05-20T09:34:16.097-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform: starting plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint args=["/home/thoth/.kubash/bin/waypoint", "plugin", "nomad"]
2022-05-20T09:34:16.097-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin started: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint pid=704536
2022-05-20T09:34:16.097-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform: waiting for RPC address: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint
2022-05-20T09:34:16.117-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform.waypoint: plugin address: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy address=/tmp/plugin1823742134 network=unix @module=plugin timestamp=2022-05-20T09:34:16.116-0500
2022-05-20T09:34:16.117-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform: using plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy version=1
2022-05-20T09:34:16.117-0500 [TRACE] waypoint.runner.app.example-nodejs.platform.stdio: waiting for stdio data: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.118-0500 [INFO] waypoint.runner.app.example-nodejs.platform: platform plugin capable of destroy: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.118-0500 [INFO] waypoint.runner.app.example-nodejs.platform: platform plugin capable of auth: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.118-0500 [INFO] waypoint.runner.app.example-nodejs.platform: platform plugin capable of status: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.118-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin successfully launched and connected: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.118-0500 [INFO] waypoint.runner.app.example-nodejs.platform: initialized component: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy type=Platform
2022-05-20T09:34:16.118-0500 [DEBUG] waypoint.runner.app.example-nodejs.deploy: creating metadata on server: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
-> Running deploy v4
2022-05-20T09:34:16.246-0500 [DEBUG] waypoint.runner.app.example-nodejs.deploy: running local operation: id=01G3GY7YNQF4XSP3J2Y7EZTRZN job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.246-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform.stdio: received EOF, stopping recv loop: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-05-20T09:34:16.247-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin process exited: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint pid=704536
2022-05-20T09:34:16.247-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin exited: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.247-0500 [INFO] waypoint.runner.app.example-nodejs.platform: launching plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy type=Platform path=/home/thoth/.kubash/bin/waypoint args=["/home/thoth/.kubash/bin/waypoint", "plugin", "nomad"]
2022-05-20T09:34:16.247-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform: starting plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint args=["/home/thoth/.kubash/bin/waypoint", "plugin", "nomad"]
2022-05-20T09:34:16.247-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin started: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint pid=704569
2022-05-20T09:34:16.247-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform: waiting for RPC address: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint
2022-05-20T09:34:16.267-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform.waypoint: plugin address: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy @module=plugin address=/tmp/plugin1409969098 network=unix timestamp=2022-05-20T09:34:16.267-0500
2022-05-20T09:34:16.267-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform: using plugin: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy version=1
2022-05-20T09:34:16.267-0500 [TRACE] waypoint.runner.app.example-nodejs.platform.stdio: waiting for stdio data: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.268-0500 [INFO] waypoint.runner.app.example-nodejs.platform: platform plugin capable of destroy: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.268-0500 [INFO] waypoint.runner.app.example-nodejs.platform: platform plugin capable of auth: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.268-0500 [INFO] waypoint.runner.app.example-nodejs.platform: platform plugin capable of status: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.268-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin successfully launched and connected: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.268-0500 [INFO] waypoint.runner.app.example-nodejs.platform: initialized component: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy type=Platform
2022-05-20T09:34:16.269-0500 [DEBUG] waypoint.runner.app.example-nodejs: evaluating config vars for syncing: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.269-0500 [DEBUG] waypoint.runner.app.example-nodejs: no file-based config vars, not syncing config: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.270-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: call: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.270-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy kind=named name=labels type=*component.LabelSet value=&{map[waypoint/workspace:default]}
2022-05-20T09:34:16.270-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.270-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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 0xc000c7e5e8 0xc000a0cd00 0xc000c7e5f0 [id 01G3GY7YNQF4XSP3J2Y7EZTRZN job_id 01G3GY7YJTWBK3KR8BQGAKTM4M job_op *gen.Job_Deploy] <nil> false}"
2022-05-20T09:34:16.270-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy kind=typed type=*datadir.App value=&{0xc001176d40}
2022-05-20T09:34:16.270-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy kind=typed type=*context.cancelCtx value=context.Background.WithCancel.WithCancel
2022-05-20T09:34:16.270-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy kind=typed type=*component.DeploymentConfig value="&{01G3GY7YNQF4XSP3J2Y7EZTRZN 4 10.11.5.11:9701 true true 3wADpN5xwNNwgi3Z4vN8b23FYtyTsoX9apMvQYedogMjMQRPrBfurj4yxJidYPhky15iPYik53vKFNwv9QnaQHfvuzMP9KaHyzWksW2NbKr4fgwzZqVyQgW2CXW7cc3VpiUBHuqZc95q3jL3YnfczER8KSvKuQ2kqqSSqCEfSXP3qAb5BTYbxBYLtHkvgH4bdBbJECJKTDUAh7hca32fuYCP5KY5qSdP4SACtGtZKjJWCD7C6hjiG}"
2022-05-20T09:34:16.270-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy kind=typed type=*component.DeclaredResourcesResp value=&{[]}
2022-05-20T09:34:16.270-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy kind=typed type=*component.Source value="&{example-nodejs /home/thoth/git/waypoint-examples/nomad/nodejs}"
2022-05-20T09:34:16.270-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy kind=typed type=*component.JobInfo value="&{01G3GY7YJTWBK3KR8BQGAKTM4M true default example-nodejs example-nodejs}"
2022-05-20T09:34:16.270-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy kind=typed type=*runner.multiUI value="&{[0xc000e26138 0xc000824a80]}"
2022-05-20T09:34:16.270-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy kind=typed type=*pluginargs.Internal value="&{0xc0002c8870 [] 0xc000b4a3e8}"
2022-05-20T09:34:16.271-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: full graph (may have cycles): job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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: &{01G3GY7YNQF4XSP3J2Y7EZTRZN 4 10.11.5.11:9701 true true 3wADpN5xwNNwgi3Z4vN8b23FYtyTsoX9apMvQYedogMjMQRPrBfurj4yxJidYPhky15iPYik53vKFNwv9QnaQHfvuzMP9KaHyzWksW2NbKr4fgwzZqVyQgW2CXW7cc3VpiUBHuqZc95q3jL3YnfczER8KSvKuQ2kqqSSqCEfSXP3qAb5BTYbxBYLtHkvgH4bdBbJECJKTDUAh7hca32fuYCP5KY5qSdP4SACtGtZKjJWCD7C6hjiG}) (5)
| arg: *component.ExecSessionInfo/
| out: *component.ExecSessionInfo/ (5)
| arg: *component.JobInfo/
| out: *component.JobInfo/ (value: &{01G3GY7YJTWBK3KR8BQGAKTM4M 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 /home/thoth/git/waypoint-examples/nomad/nodejs}) (5)
| arg: *component.TaskLaunchInfo/
| out: *component.TaskLaunchInfo/ (5)
| arg: *datadir.App/
| out: *datadir.App/ (value: &{0xc001176d40}) (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: &{0xc0002c8870 [] 0xc000b4a3e8}) (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=hashicorp.waypoint.sdk.Args.Logger\""; 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.Source\""; V__Type_5 *opaqueany.Any "argmapper:\",typeOnly,subtype=docker.Image\""; V__Type_6 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DeploymentConfig\""; V__Type_7 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.TerminalUI\"" }) (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: &{01G3GY7YNQF4XSP3J2Y7EZTRZN 4 10.11.5.11:9701 true true 3wADpN5xwNNwgi3Z4vN8b23FYtyTsoX9apMvQYedogMjMQRPrBfurj4yxJidYPhky15iPYik53vKFNwv9QnaQHfvuzMP9KaHyzWksW2NbKr4fgwzZqVyQgW2CXW7cc3VpiUBHuqZc95q3jL3YnfczER8KSvKuQ2kqqSSqCEfSXP3qAb5BTYbxBYLtHkvgH4bdBbJECJKTDUAh7hca32fuYCP5KY5qSdP4SACtGtZKjJWCD7C6hjiG})
| 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: &{01G3GY7YJTWBK3KR8BQGAKTM4M 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 /home/thoth/git/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: &{0xc001176d40})
| 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 0xc000c7e5e8 0xc000a0cd00 0xc000c7e5f0 [id 01G3GY7YNQF4XSP3J2Y7EZTRZN job_id 01G3GY7YJTWBK3KR8BQGAKTM4M 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: &{0xc0002c8870 [] 0xc000b4a3e8})
| 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: &{[0xc000e26138 0xc000824a80]})
| 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 0xc000c7e5e8 0xc000a0cd00 0xc000c7e5f0 [id 01G3GY7YNQF4XSP3J2Y7EZTRZN job_id 01G3GY7YJTWBK3KR8BQGAKTM4M 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: &{[0xc000e26138 0xc000824a80]}) (5)
| root
2022-05-20T09:34:16.271-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: graph after input DFS: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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: &{01G3GY7YNQF4XSP3J2Y7EZTRZN 4 10.11.5.11:9701 true true 3wADpN5xwNNwgi3Z4vN8b23FYtyTsoX9apMvQYedogMjMQRPrBfurj4yxJidYPhky15iPYik53vKFNwv9QnaQHfvuzMP9KaHyzWksW2NbKr4fgwzZqVyQgW2CXW7cc3VpiUBHuqZc95q3jL3YnfczER8KSvKuQ2kqqSSqCEfSXP3qAb5BTYbxBYLtHkvgH4bdBbJECJKTDUAh7hca32fuYCP5KY5qSdP4SACtGtZKjJWCD7C6hjiG}) (5)
| arg: *component.ExecSessionInfo/
| out: *component.ExecSessionInfo/ (5)
| arg: *component.JobInfo/
| out: *component.JobInfo/ (value: &{01G3GY7YJTWBK3KR8BQGAKTM4M 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 /home/thoth/git/waypoint-examples/nomad/nodejs}) (5)
| arg: *datadir.App/
| out: *datadir.App/ (value: &{0xc001176d40}) (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: &{0xc0002c8870 [] 0xc000b4a3e8}) (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=hashicorp.waypoint.sdk.Args.Logger\""; 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.Source\""; V__Type_5 *opaqueany.Any "argmapper:\",typeOnly,subtype=docker.Image\""; V__Type_6 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DeploymentConfig\""; V__Type_7 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.TerminalUI\"" }) (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: &{01G3GY7YNQF4XSP3J2Y7EZTRZN 4 10.11.5.11:9701 true true 3wADpN5xwNNwgi3Z4vN8b23FYtyTsoX9apMvQYedogMjMQRPrBfurj4yxJidYPhky15iPYik53vKFNwv9QnaQHfvuzMP9KaHyzWksW2NbKr4fgwzZqVyQgW2CXW7cc3VpiUBHuqZc95q3jL3YnfczER8KSvKuQ2kqqSSqCEfSXP3qAb5BTYbxBYLtHkvgH4bdBbJECJKTDUAh7hca32fuYCP5KY5qSdP4SACtGtZKjJWCD7C6hjiG})
| 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: &{01G3GY7YJTWBK3KR8BQGAKTM4M 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 /home/thoth/git/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: &{0xc001176d40})
| 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 0xc000c7e5e8 0xc000a0cd00 0xc000c7e5f0 [id 01G3GY7YNQF4XSP3J2Y7EZTRZN job_id 01G3GY7YJTWBK3KR8BQGAKTM4M 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: &{0xc0002c8870 [] 0xc000b4a3e8})
| 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: &{[0xc000e26138 0xc000824a80]})
| 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 0xc000c7e5e8 0xc000a0cd00 0xc000c7e5f0 [id 01G3GY7YNQF4XSP3J2Y7EZTRZN job_id 01G3GY7YJTWBK3KR8BQGAKTM4M 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: &{[0xc000e26138 0xc000824a80]}) (5)
| root
2022-05-20T09:34:16.271-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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=hashicorp.waypoint.sdk.Args.Logger\""; 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.Source\""; V__Type_5 *opaqueany.Any "argmapper:\",typeOnly,subtype=docker.Image\""; V__Type_6 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.DeploymentConfig\""; V__Type_7 *opaqueany.Any "argmapper:\",typeOnly,subtype=hashicorp.waypoint.sdk.Args.TerminalUI\"" }) (component.Deployment, error) Value>"
2022-05-20T09:34:16.271-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy input="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig"
2022-05-20T09:34:16.271-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy input="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI"
2022-05-20T09:34:16.271-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy input="arg: context.Context/"
2022-05-20T09:34:16.271-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy input="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger"
2022-05-20T09:34:16.271-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy input="arg: *pluginargs.Internal/"
2022-05-20T09:34:16.271-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy input="arg: *component.DeclaredResourcesResp/"
2022-05-20T09:34:16.271-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy input="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source"
2022-05-20T09:34:16.271-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy input="arg: *opaqueany.Any/docker.Image"
2022-05-20T09:34:16.271-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy target="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig" path=[root, "out: *component.DeploymentConfig/ (value: &{01G3GY7YNQF4XSP3J2Y7EZTRZN 4 10.11.5.11:9701 true true 3wADpN5xwNNwgi3Z4vN8b23FYtyTsoX9apMvQYedogMjMQRPrBfurj4yxJidYPhky15iPYik53vKFNwv9QnaQHfvuzMP9KaHyzWksW2NbKr4fgwzZqVyQgW2CXW7cc3VpiUBHuqZc95q3jL3YnfczER8KSvKuQ2kqqSSqCEfSXP3qAb5BTYbxBYLtHkvgH4bdBbJECJKTDUAh7hca32fuYCP5KY5qSdP4SACtGtZKjJWCD7C6hjiG})", "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-20T09:34:16.271-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy target="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI" path=[root, "out: *pluginargs.Internal/ (value: &{0xc0002c8870 [] 0xc000b4a3e8})", "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-20T09:34:16.271-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.271-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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 0xc000c7e5e8 0xc000a0cd00 0xc000c7e5f0 [id 01G3GY7YNQF4XSP3J2Y7EZTRZN job_id 01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy target="arg: *pluginargs.Internal/" path=[root, "out: *pluginargs.Internal/ (value: &{0xc0002c8870 [] 0xc000b4a3e8})", "arg: *pluginargs.Internal/"]
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy target="arg: *component.DeclaredResourcesResp/" path=[root, "out: *component.DeclaredResourcesResp/ (value: &{[]})", "arg: *component.DeclaredResourcesResp/"]
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy target="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source" path=[root, "out: *component.Source/ (value: &{example-nodejs /home/thoth/git/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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current=root
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="out: *component.DeploymentConfig/ (value: &{01G3GY7YNQF4XSP3J2Y7EZTRZN 4 10.11.5.11:9701 true true 3wADpN5xwNNwgi3Z4vN8b23FYtyTsoX9apMvQYedogMjMQRPrBfurj4yxJidYPhky15iPYik53vKFNwv9QnaQHfvuzMP9KaHyzWksW2NbKr4fgwzZqVyQgW2CXW7cc3VpiUBHuqZc95q3jL3YnfczER8KSvKuQ2kqqSSqCEfSXP3qAb5BTYbxBYLtHkvgH4bdBbJECJKTDUAh7hca32fuYCP5KY5qSdP4SACtGtZKjJWCD7C6hjiG})"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: *component.DeploymentConfig/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="func: <func(*component.DeploymentConfig) (*proto.Args_DeploymentConfig, error) Value>"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy target="func: <func(*component.DeploymentConfig) (*proto.Args_DeploymentConfig, error) Value>"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv satisfied: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy idx=0 value="&{01G3GY7YNQF4XSP3J2Y7EZTRZN 4 10.11.5.11:9701 true true 3wADpN5xwNNwgi3Z4vN8b23FYtyTsoX9apMvQYedogMjMQRPrBfurj4yxJidYPhky15iPYik53vKFNwv9QnaQHfvuzMP9KaHyzWksW2NbKr4fgwzZqVyQgW2CXW7cc3VpiUBHuqZc95q3jL3YnfczER8KSvKuQ2kqqSSqCEfSXP3qAb5BTYbxBYLtHkvgH4bdBbJECJKTDUAh7hca32fuYCP5KY5qSdP4SACtGtZKjJWCD7C6hjiG}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="out: *proto.Args_DeploymentConfig/ (value: id:"01G3GY7YNQF4XSP3J2Y7EZTRZN" server_addr:"10.11.5.11:9701" server_tls:true server_tls_skip_verify:true entrypoint_invite_token:"3wADpN5xwNNwgi3Z4vN8b23FYtyTsoX9apMvQYedogMjMQRPrBfurj4yxJidYPhky15iPYik53vKFNwv9QnaQHfvuzMP9KaHyzWksW2NbKr4fgwzZqVyQgW2CXW7cc3VpiUBHuqZc95q3jL3YnfczER8KSvKuQ2kqqSSqCEfSXP3qAb5BTYbxBYLtHkvgH4bdBbJECJKTDUAh7hca32fuYCP5KY5qSdP4SACtGtZKjJWCD7C6hjiG" sequence:4)"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: *proto.Args_DeploymentConfig/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv satisfied: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy idx=0 value="{{<nil>} id:"01G3GY7YNQF4XSP3J2Y7EZTRZN" server_addr:"10.11.5.11:9701" server_tls:true server_tls_skip_verify:true entrypoint_invite_token:"3wADpN5xwNNwgi3Z4vN8b23FYtyTsoX9apMvQYedogMjMQRPrBfurj4yxJidYPhky15iPYik53vKFNwv9QnaQHfvuzMP9KaHyzWksW2NbKr4fgwzZqVyQgW2CXW7cc3VpiUBHuqZc95q3jL3YnfczER8KSvKuQ2kqqSSqCEfSXP3qAb5BTYbxBYLtHkvgH4bdBbJECJKTDUAh7hca32fuYCP5KY5qSdP4SACtGtZKjJWCD7C6hjiG" sequence:4}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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\x1a01G3GY7YNQF4XSP3J2Y7EZTRZN\x12\x0f10.11.5.11:9701\x18\x01 \x01*\xf5\x013wADpN5xwNNwgi3Z4vN8b23FYtyTsoX9apMvQYedogMjMQRPrBfurj4yxJidYPhky15iPYik53vKFNwv9QnaQHfvuzMP9KaHyzWksW2NbKr4fgwzZqVyQgW2CXW7cc3VpiUBHuqZc95q3jL3YnfczER8KSvKuQ2kqqSSqCEfSXP3qAb5BTYbxBYLtHkvgH4bdBbJECJKTDUAh7hca32fuYCP5KY5qSdP4SACtGtZKjJWCD7C6hjiG0\x04")"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.DeploymentConfig"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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\x1a01G3GY7YNQF4XSP3J2Y7EZTRZN\x12\x0f10.11.5.11:9701\x18\x01 \x01*\xf5\x013wADpN5xwNNwgi3Z4vN8b23FYtyTsoX9apMvQYedogMjMQRPrBfurj4yxJidYPhky15iPYik53vKFNwv9QnaQHfvuzMP9KaHyzWksW2NbKr4fgwzZqVyQgW2CXW7cc3VpiUBHuqZc95q3jL3YnfczER8KSvKuQ2kqqSSqCEfSXP3qAb5BTYbxBYLtHkvgH4bdBbJECJKTDUAh7hca32fuYCP5KY5qSdP4SACtGtZKjJWCD7C6hjiG0\x04""
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current=root
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="out: *pluginargs.Internal/ (value: &{0xc0002c8870 [] 0xc000b4a3e8})"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: *pluginargs.Internal/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="func: <func(terminal.UI, hclog.Logger, *pluginargs.Internal) *proto.Args_TerminalUI Value>"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy target="func: <func(terminal.UI, hclog.Logger, *pluginargs.Internal) *proto.Args_TerminalUI Value>"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy input="arg: hclog.Logger/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv is missing an input: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy input="arg: terminal.UI/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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 0xc000c7e5e8 0xc000a0cd00 0xc000c7e5f0 [id 01G3GY7YNQF4XSP3J2Y7EZTRZN job_id 01G3GY7YJTWBK3KR8BQGAKTM4M job_op *gen.Job_Deploy] <nil> false})", "out: hclog.Logger/", "arg: hclog.Logger/"]
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: path for target: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy target="arg: terminal.UI/" path=[root, "out: *runner.multiUI/ (value: &{[0xc000e26138 0xc000824a80]})", "out: terminal.UI/", "arg: terminal.UI/"]
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current=root
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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 0xc000c7e5e8 0xc000a0cd00 0xc000c7e5f0 [id 01G3GY7YNQF4XSP3J2Y7EZTRZN job_id 01G3GY7YJTWBK3KR8BQGAKTM4M job_op *gen.Job_Deploy] <nil> false})"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="out: hclog.Logger/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: setting node value: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy value="&{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000c7e5e8 0xc000a0cd00 0xc000c7e5f0 [id 01G3GY7YNQF4XSP3J2Y7EZTRZN job_id 01G3GY7YJTWBK3KR8BQGAKTM4M job_op *gen.Job_Deploy] <nil> false}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: hclog.Logger/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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 0xc000c7e5e8 0xc000a0cd00 0xc000c7e5f0 [id 01G3GY7YNQF4XSP3J2Y7EZTRZN job_id 01G3GY7YJTWBK3KR8BQGAKTM4M job_op *gen.Job_Deploy] <nil> false}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current=root
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="out: *runner.multiUI/ (value: &{[0xc000e26138 0xc000824a80]})"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="out: terminal.UI/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: setting node value: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy value="&{[0xc000e26138 0xc000824a80]}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: terminal.UI/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy vertex="arg: terminal.UI/" value="&{[0xc000e26138 0xc000824a80]}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy idx=0 value="&{[0xc000e26138 0xc000824a80]}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy idx=1 value="&{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000c7e5e8 0xc000a0cd00 0xc000c7e5f0 [id 01G3GY7YNQF4XSP3J2Y7EZTRZN job_id 01G3GY7YJTWBK3KR8BQGAKTM4M job_op *gen.Job_Deploy] <nil> false}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy idx=2 value="&{0xc0002c8870 [] 0xc000b4a3e8}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="out: *proto.Args_TerminalUI/ (value: stream_id:1)"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: *proto.Args_TerminalUI/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv satisfied: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy idx=0 value="{{<nil>} stream_id:1}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.TerminalUI"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current=root
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="out: *context.cancelCtx/ (value: context.Background.WithCancel.WithCancel)"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="out: context.Context/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: setting node value: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy value=context.Background.WithCancel.WithCancel
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: context.Context/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy vertex="arg: context.Context/" value=context.Background.WithCancel.WithCancel
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current=root
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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 0xc000c7e5e8 0xc000a0cd00 0xc000c7e5f0 [id 01G3GY7YNQF4XSP3J2Y7EZTRZN job_id 01G3GY7YJTWBK3KR8BQGAKTM4M job_op *gen.Job_Deploy] <nil> false})"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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 0xc000c7e5e8 0xc000a0cd00 0xc000c7e5f0 [id 01G3GY7YNQF4XSP3J2Y7EZTRZN job_id 01G3GY7YJTWBK3KR8BQGAKTM4M job_op *gen.Job_Deploy] <nil> false})"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: setting node value: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy value="&{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000c7e5e8 0xc000a0cd00 0xc000c7e5f0 [id 01G3GY7YNQF4XSP3J2Y7EZTRZN job_id 01G3GY7YJTWBK3KR8BQGAKTM4M job_op *gen.Job_Deploy] <nil> false}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: hclog.Logger/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="func: <func(hclog.Logger) *proto.Args_Logger Value>"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy target="func: <func(hclog.Logger) *proto.Args_Logger Value>"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv satisfied: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy idx=0 value="&{false 0 waypoint.runner.app.example-nodejs.deploy 2006-01-02T15:04:05.000Z0700 false 0xc000c7e5e8 0xc000a0cd00 0xc000c7e5f0 [id 01G3GY7YNQF4XSP3J2Y7EZTRZN job_id 01G3GY7YJTWBK3KR8BQGAKTM4M job_op *gen.Job_Deploy] <nil> false}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="out: *proto.Args_Logger/ (value: name:"waypoint.runner.app.example-nodejs.deploy")"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: *proto.Args_Logger/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv satisfied: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy idx=0 value="{{<nil>} name:"waypoint.runner.app.example-nodejs.deploy"}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Logger"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current=root
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="out: *pluginargs.Internal/ (value: &{0xc0002c8870 [] 0xc000b4a3e8})"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: *pluginargs.Internal/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy vertex="arg: *pluginargs.Internal/" value="&{0xc0002c8870 [] 0xc000b4a3e8}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current=root
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="out: *component.DeclaredResourcesResp/ (value: &{[]})"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: *component.DeclaredResourcesResp/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy vertex="arg: *component.DeclaredResourcesResp/" value=&{[]}
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current=root
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="out: *component.Source/ (value: &{example-nodejs /home/thoth/git/waypoint-examples/nomad/nodejs})"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: *component.Source/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="func: <func(*component.Source) (*proto.Args_Source, error) Value>"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy target="func: <func(*component.Source) (*proto.Args_Source, error) Value>"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv satisfied: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy idx=0 value="&{example-nodejs /home/thoth/git/waypoint-examples/nomad/nodejs}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="out: *proto.Args_Source/ (value: app:"example-nodejs" path:"/home/thoth/git/waypoint-examples/nomad/nodejs")"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: *proto.Args_Source/"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: reachTarget: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: conv satisfied: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy idx=0 value="{{<nil>} app:"example-nodejs" path:"/home/thoth/git/waypoint-examples/nomad/nodejs"}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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./home/thoth/git/waypoint-examples/nomad/nodejs")"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: *opaqueany.Any/hashicorp.waypoint.sdk.Args.Source"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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./home/thoth/git/waypoint-examples/nomad/nodejs""
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current=root
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="&{artifact *opaqueany.Any docker.Image <*opaqueany.Any Value>}"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: executing node: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy current="arg: *opaqueany.Any/docker.Image"
2022-05-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: final value: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M 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-20T09:34:16.272-0500 [TRACE] waypoint.runner.app.example-nodejs.platform: argument: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy idx=0 value="{{<nil>} context.Background.WithCancel.WithCancel type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.Logger" value:"\n)waypoint.runner.app.example-nodejs.deploy" 0xc0002cf4d0 0xc0002f42e8 type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.Source" value:"\n\x0eexample-nodejs\x12./home/thoth/git/waypoint-examples/nomad/nodejs" type_url:"type.googleapis.com/docker.Image" value:"\n\x0enodejs-example\x12\x011" type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.DeploymentConfig" value:"\n\x1a01G3GY7YNQF4XSP3J2Y7EZTRZN\x12\x0f10.11.5.11:9701\x18\x01 \x01*\xf5\x013wADpN5xwNNwgi3Z4vN8b23FYtyTsoX9apMvQYedogMjMQRPrBfurj4yxJidYPhky15iPYik53vKFNwv9QnaQHfvuzMP9KaHyzWksW2NbKr4fgwzZqVyQgW2CXW7cc3VpiUBHuqZc95q3jL3YnfczER8KSvKuQ2kqqSSqCEfSXP3qAb5BTYbxBYLtHkvgH4bdBbJECJKTDUAh7hca32fuYCP5KY5qSdP4SACtGtZKjJWCD7C6hjiG0\x04" type_url:"type.googleapis.com/hashicorp.waypoint.sdk.Args.TerminalUI" value:"\x08\x01"}"
Registering job...
+: Job registration successful
Monitoring evaluation "26f2911a-d243-e70e-2c7d-4d47bf0dbbdc"
Monitoring evaluation "26f2911a-d243-e70e-2c7d-4d47bf0dbbdc"
Monitoring evaluation "26f2911a-d243-e70e-2c7d-4d47bf0dbbdc"
2022-05-20T09:34:17.281-0500 [INFO] waypoint.runner.app.example-nodejs.platform.waypoint: error during creation, starting rollback: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy @module=waypoint.runner.app.example-nodejs.deploy.resource_manager err="Failed to schedule all allocations" timestamp=2022-05-20T09:34:17.281-0500
+: Evaluation status changed: "pending" -> "complete"
*: Evaluation "26f2911a-d243-e70e-2c7d-4d47bf0dbbdc" finished with status "complete" but failed to place all allocations
*: Task Group "example-nodejs-01g3gy7ytjxj0wgc91dahyjagv" (failed to place 1 allocation):
* Constraint "${attr.consul.version} semver >= 1.7.0": 1 nodes excluded by filter
*: Evaluation "e1bc4e21-82ab-5821-cd53-cf9f74267f45" waiting for additional capacity to place remainder
: example-nodejs-01g3gy7ytjxj0wgc91dahyjagv
2022-05-20T09:34:17.283-0500 [INFO] waypoint.runner.app.example-nodejs.platform.waypoint: rollback successful: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy @module=waypoint.runner.app.example-nodejs.deploy.resource_manager timestamp=2022-05-20T09:34:17.283-0500
2022-05-20T09:34:17.283-0500 [WARN] waypoint.runner.app.example-nodejs.deploy: error during local operation: id=01G3GY7YNQF4XSP3J2Y7EZTRZN job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy err="rpc error: code = Unknown desc = Failed to schedule all allocations"
2022-05-20T09:34:17.408-0500 [DEBUG] waypoint.runner.app.example-nodejs.deploy: metadata marked as complete: id=01G3GY7YNQF4XSP3J2Y7EZTRZN job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:17.409-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform.stdio: received EOF, stopping recv loop: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-05-20T09:34:17.414-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin process exited: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint pid=704569
2022-05-20T09:34:17.414-0500 [DEBUG] waypoint.runner.app.example-nodejs.platform: plugin exited: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:17.414-0500 [DEBUG] waypoint.runner: closing project: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:17.414-0500 [TRACE] waypoint.runner: closing app: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy app=example-nodejs
2022-05-20T09:34:17.414-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper.stdio: received EOF, stopping recv loop: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-05-20T09:34:17.415-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin process exited: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy path=/home/thoth/.kubash/bin/waypoint pid=704486
2022-05-20T09:34:17.415-0500 [DEBUG] waypoint.runner.app.example-nodejs.mapper: plugin exited: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy
2022-05-20T09:34:17.415-0500 [DEBUG] waypoint.runner: job finished: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy error="rpc error: code = Unknown desc = Failed to schedule all allocations"
2022-05-20T09:34:17.415-0500 [WARN] waypoint.runner: error during job execution: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M job_op=*gen.Job_Deploy err="rpc error: code = Unknown desc = Failed to schedule all allocations"
2022-05-20T09:34:17.416-0500 [DEBUG] waypoint.runner: opening job stream: retry=false
2022-05-20T09:34:17.416-0500 [TRACE] waypoint.runner: sending job request
2022-05-20T09:34:17.416-0500 [INFO] waypoint.runner: waiting for job assignment
2022-05-20T09:34:17.416-0500 [WARN] waypoint: unknown stream event: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M event="&{job:{id:"01G3GY7YJTWBK3KR8BQGAKTM4M" application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} target_runner:{id:{id:"01G3GY7Y32D3RE2PB27CDKQKH1"}} data_source:{local:{}} deploy:{artifact:{application:{application:"example-nodejs" project:"example-nodejs"} workspace:{workspace:"default"} sequence:3 id:"01G3GY7Y1EQF380D2T7WES642H" status:{state:SUCCESS start_time:{seconds:1653057255 nanos:470569637} complete_time:{seconds:1653057255 nanos:479765164}} 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:"01G3GY7HD0T6CWYF8FN316TJJ6" labels:{key:"waypoint/workspace" value:"default"} template_data:"{\"architecture\":\"\",\"image\":\"nodejs-example\",\"location\":null,\"tag\":\"1\"}" job_id:"01G3GY7H9F5BMS3ZAR67KXPDQA" preload:{}}} state:ERROR assigned_runner:{id:"01G3GY7Y32D3RE2PB27CDKQKH1"} queue_time:{seconds:1653057256 nanos:26795748} assign_time:{seconds:1653057256 nanos:28116508} ack_time:{seconds:1653057256 nanos:29103842} complete_time:{seconds:1653057257 nanos:415975067} config:{source:FILE} error:{code:2 message:"Failed to schedule all allocations"} expire_time:{seconds:1653057286 nanos:26755124}}}"
2022-05-20T09:34:17.417-0500 [WARN] waypoint: job failed: job_id=01G3GY7YJTWBK3KR8BQGAKTM4M code=Unknown message="Failed to schedule all allocations"
! Failed to schedule all allocations
2022-05-20T09:34:17.417-0500 [WARN] waypoint.runner.config.watcher: exiting due to context ended
2022-05-20T09:34:17.417-0500 [WARN] waypoint.runner.config_recv: EOF or cancellation received, graceful close of runner config stream
2022-05-20T09:34:17.417-0500 [TRACE] waypoint.runner.config_recv: exiting receive goroutine
2022-05-20T09:34:17.417-0500 [TRACE] waypoint.runner.config.watcher: exiting goroutine
2022-05-20T09:34:17.417-0500 [TRACE] waypoint: stopping signal listeners and cancelling the context
2022-05-20T09:34:17.417-0500 [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