posit-dev / publisher

MIT License
3 stars 0 forks source link

Investigate Workbench initialization error #1926

Open dotNomad opened 3 days ago

kgartland-rstudio commented 3 days ago

When trying to start the extension, I get the following error in the Posit Publisher Logs:

kevin.gartland@session-4e09e3c9ab5a7ffca55ab-kevingartland---vs-code-sesst5rcl:/mnt/session-configmap/rstudio/..2024_07_03_18_02_50.31456782$ /opt/python/3.12.3/bin/python3 Untitled-1
/opt/python/3.12.3/bin/python3: can't open file '/mnt/session-configmap/rstudio/..2024_07_03_18_02_50.31456782/Untitled-1': [Errno 2] No such file or directory
kevin.gartland@session-4e09e3c9ab5a7ffca55ab-kevingartland---vs-code-sesst5rcl:/mnt/session-configmap/rstudio/..2024_07_03_18_0
kevin.gartland@session-4e09e3c9ab5a7ffca55ab-kevingartland---vs-code-sesst5rcl:/mnt/session-configmap/rstudio/..2024_07_03_18_0
kevin.gartland@session-4e09e3c9ab5a7ffca55ab-kevingartland---vs-code-sesst5rcl:/mnt/session-configmap/rstudio/..2024_07_03_18_02_50.31456782$ 

In the browser console logs I see:

HostConduitService - Sending Msg: {"kind":"newDeployment"}
console.ts:137 [Extension Host] 
WebviewConduit trace: newDeployment: undefined
HostConduitService.ts:54 HostConduitService - Receiving Msg: {"kind":"saveSelection"}
HostConduitService.ts:44 HostConduitService - Sending Msg: {"kind":"saveSelectionState","content":{"state":{}}}
console.ts:137 [Extension Host] 
WebviewConduit trace: saveSelectionState: {"state":{}}
console.ts:137 [Extension Host] 
bus trace: activeContentRecordChanged: undefined

console.ts:137 [Extension Host] 
bus trace: activeConfigChanged: undefined

console.ts:137 [Extension Host] rejected promise not handled within 1 second: Error: connect ECONNREFUSED 127.0.0.1:44867

Screenshot 2024-07-03 at 2 37 54 PM

kgartland-rstudio commented 3 days ago

The above was the result from installing the dev vsix build from my machine. However if I use the actual marketplace release (1.1.3) it gets further. I can now deploy but I hit this error:

time=2024-07-03T19:08:48.242Z level=ERROR msg="Deployment failed" local_id=DxuQZ3T_fqEOPlxY error="error creating bundle: archive/tar: write too long"
Full logs:
``` time=2024-07-03T19:13:05.867Z level=INFO msg="Client version" version=1.1.3 time=2024-07-03T19:13:05.867Z level=INFO msg="Development mode" mode=prod time=2024-07-03T19:13:05.867Z level=INFO msg="Development build" DevelopmentBuild=false time=2024-07-03T19:13:05.867Z level=INFO msg="Starting PublishUICmd.Run" time=2024-07-03T19:13:05.867Z level=INFO msg="created event server" time=2024-07-03T19:13:05.867Z level=INFO msg="created event stream" time=2024-07-03T19:13:05.867Z level=INFO msg="created SSE logger" time=2024-07-03T19:13:05.868Z level=INFO msg="created UI service" time=2024-07-03T19:13:05.868Z level=INFO msg="UI server running" url=http://127.0.0.1:42143/ time=2024-07-03T19:13:07.490Z level=INFO msg="Access Log" method=GET url=/api/credentials elapsed_ms=0 status=200 req_size=0 resp_size=3 client_addr=127.0.0.1:37358 time=2024-07-03T19:13:07.505Z level=INFO msg="Access Log" method=GET url=/api/configurations elapsed_ms=15 status=200 req_size=0 resp_size=725 client_addr=127.0.0.1:37356 time=2024-07-03T19:13:07.505Z level=INFO msg="Access Log" method=GET url=/api/deployments elapsed_ms=15 status=200 req_size=0 resp_size=1287 client_addr=127.0.0.1:37362 time=2024-07-03T19:13:07.697Z level=INFO msg="Access Log" method=GET url=/api/credentials elapsed_ms=0 status=200 req_size=0 resp_size=3 client_addr=127.0.0.1:37396 time=2024-07-03T19:13:07.713Z level=INFO msg="Access Log" method=GET url=/api/configurations elapsed_ms=16 status=200 req_size=0 resp_size=725 client_addr=127.0.0.1:37384 time=2024-07-03T19:13:07.714Z level=INFO msg="Access Log" method=GET url=/api/deployments elapsed_ms=16 status=200 req_size=0 resp_size=1287 client_addr=127.0.0.1:37368 time=2024-07-03T19:13:07.735Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-1/packages/python elapsed_ms=12 status=200 req_size=0 resp_size=29 client_addr=127.0.0.1:37408 time=2024-07-03T19:13:07.825Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-1/files elapsed_ms=101 status=200 req_size=0 resp_size=188003 client_addr=127.0.0.1:37404 time=2024-07-03T19:13:07.862Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-1/packages/python elapsed_ms=25 status=200 req_size=0 resp_size=29 client_addr=127.0.0.1:37456 time=2024-07-03T19:13:07.865Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-1/packages/python elapsed_ms=30 status=200 req_size=0 resp_size=29 client_addr=127.0.0.1:37430 time=2024-07-03T19:13:07.963Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-1/files elapsed_ms=126 status=200 req_size=0 resp_size=188003 client_addr=127.0.0.1:37444 time=2024-07-03T19:13:07.970Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-1/files elapsed_ms=135 status=200 req_size=0 resp_size=188003 client_addr=127.0.0.1:37414 time=2024-07-03T19:13:13.605Z level=INFO msg="Access Log" method=GET url=/api/credentials elapsed_ms=0 status=200 req_size=0 resp_size=3 client_addr=127.0.0.1:44972 time=2024-07-03T19:13:13.671Z level=INFO msg="Access Log" method=GET url=/api/credentials elapsed_ms=0 status=200 req_size=0 resp_size=3 client_addr=127.0.0.1:44982 time=2024-07-03T19:13:15.723Z level=INFO msg="Access Log" method=GET url=/api/credentials elapsed_ms=0 status=200 req_size=0 resp_size=3 client_addr=127.0.0.1:44986 time=2024-07-03T19:13:15.754Z level=INFO msg="Access Log" method=GET url=/api/credentials elapsed_ms=0 status=200 req_size=0 resp_size=3 client_addr=127.0.0.1:44988 time=2024-07-03T19:13:16.396Z level=INFO msg="Access Log" method=GET url=/api/credentials elapsed_ms=0 status=200 req_size=0 resp_size=3 client_addr=127.0.0.1:44994 time=2024-07-03T19:13:16.425Z level=INFO msg="Access Log" method=GET url=/api/credentials elapsed_ms=0 status=200 req_size=0 resp_size=3 client_addr=127.0.0.1:44996 time=2024-07-03T19:13:54.121Z level=INFO msg="Access Log" method=GET url=/api/credentials elapsed_ms=0 status=200 req_size=0 resp_size=3 client_addr=127.0.0.1:41186 time=2024-07-03T19:13:54.135Z level=INFO msg="Access Log" method=GET url=/api/deployments elapsed_ms=14 status=200 req_size=0 resp_size=1287 client_addr=127.0.0.1:41188 time=2024-07-03T19:13:54.261Z level=INFO msg="Detecting deployment type and entrypoint..." time=2024-07-03T19:13:54.264Z level=INFO msg="Possible deployment type" Entrypoint=python-api.py Type=python-fastapi time=2024-07-03T19:13:54.264Z level=INFO msg="Looking for Python on PATH" PATH=/usr/lib/rstudio-server/bin/pwb-code-server/bin/remote-cli:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin time=2024-07-03T19:13:54.264Z level=DEBUG msg="Running command" cmd=/usr/bin/python3 args=--version time=2024-07-03T19:13:54.267Z level=INFO msg="Getting Python version" python=/usr/bin/python3 time=2024-07-03T19:13:54.267Z level=DEBUG msg="Running command" cmd=/usr/bin/python3 args="-E -c import sys; v = sys.version_info; print(\"%d.%d.%d\" % (v[0], v[1], v[2]))" time=2024-07-03T19:13:54.281Z level=INFO msg="Detected Python" version=3.10.12 time=2024-07-03T19:13:54.281Z level=INFO msg="Using Python packages" source=/home/kevin.gartland/requirements.txt time=2024-07-03T19:13:54.281Z level=INFO msg="Access Log" method=POST url=/api/inspect elapsed_ms=20 status=200 req_size=2 resp_size=522 client_addr=127.0.0.1:41196 time=2024-07-03T19:13:56.878Z level=INFO msg="Testing authentication" method="Connect API key" url=https://newone time=2024-07-03T19:13:56.916Z level=DEBUG msg="API request" method=GET path=/__api__/v1/user body="" response="" error="Get \"https://newone/__api__/v1/user\": dial tcp: lookup newone on 172.20.0.10:53: no such host" time=2024-07-03T19:13:56.916Z level=DEBUG msg="Server responded with error" error="Get \"https://newone/__api__/v1/user\": dial tcp: lookup newone on 172.20.0.10:53: no such host" time=2024-07-03T19:13:56.916Z level=INFO msg="Access Log" method=POST url=/api/test-credentials elapsed_ms=37 status=200 req_size=24 resp_size=138 client_addr=127.0.0.1:41206 req.url=https://newone time=2024-07-03T19:14:05.214Z level=INFO msg="Testing authentication" method="Connect API key" url=https://rsc.radixu.com/ time=2024-07-03T19:14:08.122Z level=DEBUG msg="API request" method=GET path=/__api__/v1/user body="" response="" error="unexpected response from the server (401)" time=2024-07-03T19:14:08.123Z level=INFO msg="Connect server connectivity check failed" url=https://rsc.radixu.com/ time=2024-07-03T19:14:08.123Z level=INFO msg="Access Log" method=POST url=/api/test-credentials elapsed_ms=2908 status=200 req_size=33 resp_size=27 client_addr=127.0.0.1:41178 req.url=https://rsc.radixu.com/ time=2024-07-03T19:14:12.355Z level=INFO msg="Testing authentication" method="Connect API key" url=https://rsc.radixu.com/ time=2024-07-03T19:14:12.562Z level=DEBUG msg="API request" method=GET path=/__api__/v1/user body="" response="{\"email\":\"kevin.gartland@posit.co\",\"username\":\"kevin.g\",\"first_name\":\"Kevin\",\"last_name\":\"Gartland\",\"user_role\":\"administrator\",\"created_time\":\"2018-07-16T17:52:50Z\",\"updated_time\":\"2024-07-03T14:58:35Z\",\"active_time\":\"2024-07-03T19:08:16Z\",\"confirmed\":true,\"locked\":false,\"guid\":\"d339bdd2-42e0-4165-9a90-08622c0e4469\"}" error= time=2024-07-03T19:14:12.562Z level=INFO msg="Access Log" method=POST url=/api/test-credentials elapsed_ms=207 status=200 req_size=77 resp_size=167 client_addr=127.0.0.1:43622 req.url=https://rsc.radixu.com/ req.apiKey=[redacted] time=2024-07-03T19:14:16.703Z level=INFO msg="Access Log" method=POST url=/api/credentials elapsed_ms=0 status=201 req_size=94 resp_size=140 client_addr=127.0.0.1:43628 req.name=dogfood req.url=https://rsc.radixu.com/ req.apiKey=[redacted] time=2024-07-03T19:14:16.716Z level=INFO msg="Access Log" method=GET url=/api/configurations elapsed_ms=9 status=200 req_size=0 resp_size=725 client_addr=127.0.0.1:43642 time=2024-07-03T19:14:16.730Z level=INFO msg="Access Log" method=PUT url=/api/configurations/configuration-2 elapsed_ms=10 status=200 req_size=519 resp_size=733 client_addr=127.0.0.1:43644 req.comments="[ Configuration file generated by Posit Publisher. Please review and modify as needed. See the documentation for more options: https://github.com/posit-dev/publisher/blob/main/docs/configuration.md]" req.type=python-fastapi req.title=kevin.gartland req.hasParameters=false req.files=[*] req.python="map[packageFile:requirements.txt packageManager:pip version:3.10.12]" req.$schema=https://cdn.posit.co/publisher/schemas/posit-publishing-schema-v3.json req.entrypoint=python-api.py req.validate=true time=2024-07-03T19:14:16.858Z level=INFO msg="Access Log" method=POST url=/api/deployments elapsed_ms=5 status=200 req_size=74 resp_size=460 client_addr=127.0.0.1:43646 req.saveName=deployment-2 req.account=dogfood req.config=configuration-2 time=2024-07-03T19:14:16.862Z level=INFO msg="Access Log" method=GET url=/api/credentials elapsed_ms=0 status=200 req_size=0 resp_size=142 client_addr=127.0.0.1:43654 time=2024-07-03T19:14:16.925Z level=INFO msg="Access Log" method=GET url=/api/credentials elapsed_ms=2 status=200 req_size=0 resp_size=142 client_addr=127.0.0.1:43684 time=2024-07-03T19:14:16.943Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-2/packages/python elapsed_ms=23 status=200 req_size=0 resp_size=29 client_addr=127.0.0.1:43700 time=2024-07-03T19:14:16.973Z level=INFO msg="Access Log" method=GET url=/api/configurations elapsed_ms=50 status=200 req_size=0 resp_size=1458 client_addr=127.0.0.1:43670 time=2024-07-03T19:14:17.056Z level=INFO msg="Access Log" method=GET url=/api/configurations elapsed_ms=112 status=200 req_size=0 resp_size=1458 client_addr=127.0.0.1:43710 time=2024-07-03T19:14:17.062Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-2/packages/python elapsed_ms=92 status=200 req_size=0 resp_size=29 client_addr=127.0.0.1:43738 time=2024-07-03T19:14:17.069Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-2/packages/python elapsed_ms=94 status=200 req_size=0 resp_size=29 client_addr=127.0.0.1:43720 time=2024-07-03T19:14:17.073Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-2/packages/python elapsed_ms=92 status=200 req_size=0 resp_size=29 client_addr=127.0.0.1:43766 time=2024-07-03T19:14:17.271Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-2/packages/python elapsed_ms=102 status=200 req_size=0 resp_size=29 client_addr=127.0.0.1:43794 time=2024-07-03T19:14:17.282Z level=INFO msg="Access Log" method=GET url=/api/deployments elapsed_ms=125 status=200 req_size=0 resp_size=1747 client_addr=127.0.0.1:43780 time=2024-07-03T19:14:17.380Z level=INFO msg="Access Log" method=GET url=/api/deployments elapsed_ms=122 status=200 req_size=0 resp_size=1747 client_addr=127.0.0.1:43798 time=2024-07-03T19:14:17.558Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-2/files elapsed_ms=576 status=200 req_size=0 resp_size=189050 client_addr=127.0.0.1:43750 time=2024-07-03T19:14:17.558Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-2/files elapsed_ms=489 status=200 req_size=0 resp_size=189050 client_addr=127.0.0.1:43728 time=2024-07-03T19:14:17.560Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-2/files elapsed_ms=639 status=200 req_size=0 resp_size=189050 client_addr=127.0.0.1:43688 time=2024-07-03T19:14:17.564Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-2/files elapsed_ms=589 status=200 req_size=0 resp_size=189050 client_addr=127.0.0.1:43712 time=2024-07-03T19:14:17.566Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-2/files elapsed_ms=397 status=200 req_size=0 resp_size=189050 client_addr=127.0.0.1:43782 time=2024-07-03T19:14:17.586Z level=INFO msg="Access Log" method=GET url=/api/configurations/configuration-2/files elapsed_ms=227 status=200 req_size=0 resp_size=189050 client_addr=127.0.0.1:43804 time=2024-07-03T19:14:22.740Z level=INFO msg="Access Log" method=POST url=/api/deployments/deployment-2 elapsed_ms=16 status=202 req_size=48 resp_size=31 client_addr=127.0.0.1:47202 req.account=dogfood req.config=configuration-2 time=2024-07-03T19:14:22.740Z level=INFO msg="Publishing from directory" local_id=F3dJBVNhkPCR2Pix event_op=agent path=/home/kevin.gartland time=2024-07-03T19:14:22.740Z level=INFO msg="Starting deployment to server" local_id=F3dJBVNhkPCR2Pix server=https://rsc.radixu.com time=2024-07-03T19:14:22.740Z level=INFO msg="Checking configuration against server capabilities" local_id=F3dJBVNhkPCR2Pix event_op=publish/checkCapabilities time=2024-07-03T19:14:22.740Z level=INFO msg="Testing authentication" local_id=F3dJBVNhkPCR2Pix event_op=publish/checkCapabilities method="Connect API key" url=https://rsc.radixu.com time=2024-07-03T19:14:22.889Z level=DEBUG msg="API request" local_id=F3dJBVNhkPCR2Pix event_op=publish/checkCapabilities method=GET path=/__api__/v1/user body="" response="{\"email\":\"kevin.gartland@posit.co\",\"username\":\"kevin.g\",\"first_name\":\"Kevin\",\"last_name\":\"Gartland\",\"user_role\":\"administrator\",\"created_time\":\"2018-07-16T17:52:50Z\",\"updated_time\":\"2024-07-03T14:58:35Z\",\"active_time\":\"2024-07-03T19:08:16Z\",\"confirmed\":true,\"locked\":false,\"guid\":\"d339bdd2-42e0-4165-9a90-08622c0e4469\"}" error= time=2024-07-03T19:14:22.889Z level=INFO msg="Publishing with credentials" local_id=F3dJBVNhkPCR2Pix event_op=publish/checkCapabilities username=kevin.g email=kevin.gartland@posit.co time=2024-07-03T19:14:22.987Z level=DEBUG msg="API request" local_id=F3dJBVNhkPCR2Pix event_op=publish/checkCapabilities method=GET path=/__api__/v1/user body="" response="{\"email\":\"kevin.gartland@posit.co\",\"username\":\"kevin.g\",\"first_name\":\"Kevin\",\"last_name\":\"Gartland\",\"user_role\":\"administrator\",\"created_time\":\"2018-07-16T17:52:50Z\",\"updated_time\":\"2024-07-03T14:58:35Z\",\"active_time\":\"2024-07-03T19:08:16Z\",\"confirmed\":true,\"locked\":false,\"guid\":\"d339bdd2-42e0-4165-9a90-08622c0e4469\"}" error= time=2024-07-03T19:14:23.083Z level=DEBUG msg="API request" local_id=F3dJBVNhkPCR2Pix event_op=publish/checkCapabilities method=GET path=/__api__/server_settings body="" response="{\"hostname\":\"dogfood02\",\"version\":\"2024.07.0-dev+21-gfb8cbd8ddd\",\"build\":\"v2024.06.0-21-gfb8cbd8ddd\",\"about\":\"Posit Connect v2024.07.0-dev+21-gfb8cbd8ddd\",\"authentication\":{\"handles_credentials\":false,\"handles_login\":true,\"challenge_response_enabled\":false,\"external_user_data\":true,\"external_user_search\":true,\"external_user_id\":true,\"groups_enabled\":true,\"external_group_search\":false,\"external_group_members\":false,\"external_group_id\":false,\"external_group_owner\":false,\"unique_usernames\":true,\"name_editable_by\":\"provider\",\"email_editable_by\":\"provider\",\"username_editable_by\":\"adminandself\",\"role_editable_by\":\"adminandself\",\"name\":\"OAuth2\",\"notice\":\"NOTICE: Other users will be able to see your full name and email address in Posit Connect.\",\"warning_delay\":10,\"API_key_auth\":true},\"license\":{\"ts\":1720031078499,\"status\":\"activated\",\"expiration\":1759276800000,\"days-left\":455,\"has-key\":true,\"has-trial\":true,\"tier\":\"standard\",\"sku-year\":\"2023\",\"edition\":\"\",\"cores\":0,\"connections\":0,\"type\":\"local\",\"users\":0,\"user-activity-days\":365,\"users-grace\":\"true\",\"shiny-users\":0,\"allow-apis\":true,\"custom-branding\":true,\"current-user-execution\":true,\"anonymous-servers\":true,\"unrestricted-servers\":true,\"anonymous-branding\":false,\"oauth-integrations\":true,\"enable-launcher\":false},\"license_expiration_ui_warning\":true,\"deprecated_settings\":false,\"deprecated_settings_ui_warning\":true,\"viewer_kiosk\":false,\"mail_all\":false,\"mail_configured\":true,\"public_warning\":\"\",\"logged_in_warning\":\"\",\"logout_url\":\"__logout__\",\"metrics_rrd_enabled\":true,\"metrics_instrumentation\":true,\"customized_landing\":false,\"self_registration\":false,\"prohibited_usernames\":[\"connect\",\"apps\",\"users\",\"groups\",\"setpassword\",\"user-completion\",\"confirm\",\"recent\",\"reports\",\"plots\",\"unpublished\",\"settings\",\"metrics\",\"tokens\",\"help\",\"login\",\"welcome\",\"register\",\"resetpassword\",\"content\"],\"username_validator\":\"default\",\"viewers_can_only_see_themselves\":false,\"http_warning\":false,\"runtimes\":[\"R\",\"Python\",\"Quarto\",\"TensorFlow\"],\"default_content_list_view\":\"compact\",\"maximum_app_image_size\":10000000,\"server_settings_toggler\":true,\"git_enabled\":true,\"git_available\":true,\"dashboard_path\":\"/connect\",\"system_display_name\":\"Posit Connect\",\"hide_viewer_documentation\":false,\"jump_start_enabled\":true,\"permission_request\":true,\"tableau_integration_enabled\":true,\"self_test_enabled\":true,\"execution_type\":\"native\",\"enable_runtime_constraints\":true,\"enable_runtime_cache_management\":true,\"default_image_selection_enabled\":true,\"default_environment_management_selection\":true,\"default_r_environment_management\":true,\"default_py_environment_management\":true,\"new_parameterization_enabled\":false,\"use_window_location\":false,\"new_content_search_enabled\":true,\"locked_content_enabled\":false,\"oauth_integrations_enabled\":true}" error= time=2024-07-03T19:14:23.179Z level=DEBUG msg="API request" local_id=F3dJBVNhkPCR2Pix event_op=publish/checkCapabilities method=GET path=/__api__/server_settings/applications body="" response="{\"viewer_ondemand_reports\":false,\"viewer_customized_reports\":false,\"access_types\":[\"all\",\"logged_in\",\"acl\"],\"run_as\":\"rstudio-connect\",\"run_as_group\":\"rstudio-connect\",\"run_as_current_user\":false}" error= time=2024-07-03T19:14:23.275Z level=DEBUG msg="API request" local_id=F3dJBVNhkPCR2Pix event_op=publish/checkCapabilities method=GET path=/__api__/server_settings/scheduler/python-fastapi body="" response="{\"min_processes\":0,\"max_processes\":3,\"max_conns_per_process\":50,\"load_factor\":0.2,\"init_timeout\":60000000000,\"idle_timeout\":120000000000,\"min_processes_limit\":10,\"max_processes_limit\":20,\"connection_timeout\":3600000000000,\"read_timeout\":3600000000000,\"cpu_request\":0,\"max_cpu_request\":0,\"cpu_limit\":0,\"max_cpu_limit\":0,\"memory_request\":0,\"max_memory_request\":0,\"memory_limit\":0,\"max_memory_limit\":0,\"amd_gpu_limit\":0,\"max_amd_gpu_limit\":0,\"nvidia_gpu_limit\":0,\"max_nvidia_gpu_limit\":0}" error= time=2024-07-03T19:14:23.371Z level=DEBUG msg="API request" local_id=F3dJBVNhkPCR2Pix event_op=publish/checkCapabilities method=GET path=/__api__/v1/server_settings/python body="" response="{\"installations\":[{\"version\":\"3.8.1\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.9.7\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.10.10\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.11.3\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"}],\"api_enabled\":true}" error= time=2024-07-03T19:14:23.467Z level=DEBUG msg="API request" local_id=F3dJBVNhkPCR2Pix event_op=publish/checkCapabilities method=GET path=/__api__/v1/server_settings/r body="" response="{\"installations\":[{\"version\":\"3.0.0\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.0.1\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.0.2\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.0.3\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.1.0\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.1.1\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.1.2\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.1.3\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.2.0\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.2.1\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.2.2\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.3.3\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.4.0\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.4.4\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.5.3\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.6.1\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.6.2\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"3.6.3\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"4.0.5\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"4.1.1\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"4.2.3\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"4.3.1\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"4.4.0\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"}]}" error= time=2024-07-03T19:14:23.564Z level=DEBUG msg="API request" local_id=F3dJBVNhkPCR2Pix event_op=publish/checkCapabilities method=GET path=/__api__/v1/server_settings/quarto body="" response="{\"installations\":[{\"version\":\"1.3.450\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"1.4.557\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"},{\"version\":\"1.5.52\",\"cluster_name\":\"Local\",\"image_name\":\"Local\"}]}" error= time=2024-07-03T19:14:23.564Z level=INFO msg="Configuration OK" local_id=F3dJBVNhkPCR2Pix event_op=publish/checkCapabilities time=2024-07-03T19:14:23.564Z level=INFO msg="Creating new deployment" local_id=F3dJBVNhkPCR2Pix event_op=publish/createNewDeployment time=2024-07-03T19:14:23.678Z level=DEBUG msg="API request" local_id=F3dJBVNhkPCR2Pix event_op=publish/createNewDeployment method=POST path=/__api__/v1/content body="{\"name\":\"\"}" response="{\"guid\":\"5a04d04e-31ea-4926-a972-ec9a0ee1ab82\",\"name\":\"\",\"title\":null,\"description\":\"\",\"access_type\":\"acl\",\"locked\":false,\"locked_message\":\"\",\"connection_timeout\":null,\"read_timeout\":null,\"init_timeout\":null,\"idle_timeout\":null,\"max_processes\":null,\"min_processes\":null,\"max_conns_per_process\":null,\"load_factor\":null,\"memory_request\":null,\"memory_limit\":null,\"cpu_request\":null,\"cpu_limit\":null,\"amd_gpu_limit\":null,\"nvidia_gpu_limit\":null,\"service_account_name\":null,\"default_image_name\":null,\"created_time\":\"2024-07-03T19:14:23Z\",\"last_deployed_time\":\"2024-07-03T19:14:23Z\",\"bundle_id\":null,\"app_mode\":\"unknown\",\"content_category\":\"\",\"parameterized\":false,\"cluster_name\":null,\"image_name\":null,\"r_version\":null,\"py_version\":null,\"quarto_version\":null,\"r_environment_management\":null,\"default_r_environment_management\":null,\"py_environment_management\":null,\"default_py_environment_management\":null,\"run_as\":null,\"run_as_current_user\":false,\"owner_guid\":\"d339bdd2-42e0-4165-9a90-08622c0e4469\",\"content_url\":\"https://rsc.radixu.com/content/5a04d04e-31ea-4926-a972-ec9a0ee1ab82/\",\"dashboard_url\":\"https://rsc.radixu.com/connect/#/apps/5a04d04e-31ea-4926-a972-ec9a0ee1ab82\",\"app_role\":\"owner\",\"id\":\"51042\"}" error= time=2024-07-03T19:14:23.678Z level=INFO msg="Created deployment" local_id=F3dJBVNhkPCR2Pix event_op=publish/createNewDeployment content_id=5a04d04e-31ea-4926-a972-ec9a0ee1ab82 time=2024-07-03T19:14:23.683Z level=INFO msg="Preparing files" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle time=2024-07-03T19:14:23.683Z level=INFO msg="Creating bundle from directory" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle source_dir=/home/kevin.gartland time=2024-07-03T19:14:23.684Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland time=2024-07-03T19:14:23.684Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.bash_logout time=2024-07-03T19:14:23.684Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.bash_logout size=220 time=2024-07-03T19:14:23.686Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.bashrc time=2024-07-03T19:14:23.686Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.bashrc size=3771 time=2024-07-03T19:14:23.687Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local time=2024-07-03T19:14:23.688Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share time=2024-07-03T19:14:23.688Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio time=2024-07-03T19:14:23.688Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/monitored time=2024-07-03T19:14:23.689Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/monitored/lists time=2024-07-03T19:14:23.689Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/monitored/lists/notebooks time=2024-07-03T19:14:23.689Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.local/share/rstudio/monitored/lists/notebooks size=0 time=2024-07-03T19:14:23.690Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/projects_settings time=2024-07-03T19:14:23.690Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/projects_settings/project-id-mappings time=2024-07-03T19:14:23.690Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.local/share/rstudio/projects_settings/project-id-mappings size=12 time=2024-07-03T19:14:23.691Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions time=2024-07-03T19:14:23.691Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/active time=2024-07-03T19:14:23.691Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/active/session-ea77aa88 time=2024-07-03T19:14:23.692Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/active/session-ea77aa88/properites time=2024-07-03T19:14:23.693Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/active/session-ea77aa88/properites/activity_state time=2024-07-03T19:14:23.693Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.local/share/rstudio/sessions/active/session-ea77aa88/properites/activity_state size=7 time=2024-07-03T19:14:23.694Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/active/session-ea77aa88/properites/created time=2024-07-03T19:14:23.694Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.local/share/rstudio/sessions/active/session-ea77aa88/properites/created size=20 time=2024-07-03T19:14:23.695Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/active/session-ea77aa88/properites/editor time=2024-07-03T19:14:23.695Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.local/share/rstudio/sessions/active/session-ea77aa88/properites/editor size=7 time=2024-07-03T19:14:23.696Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/active/session-ea77aa88/properites/initial time=2024-07-03T19:14:23.696Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.local/share/rstudio/sessions/active/session-ea77aa88/properites/initial size=1 time=2024-07-03T19:14:23.698Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/active/session-ea77aa88/properites/label time=2024-07-03T19:14:23.698Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.local/share/rstudio/sessions/active/session-ea77aa88/properites/label size=15 time=2024-07-03T19:14:23.698Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/active/session-ea77aa88/properites/last-used time=2024-07-03T19:14:23.698Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.local/share/rstudio/sessions/active/session-ea77aa88/properites/last-used size=20 time=2024-07-03T19:14:23.699Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/active/session-ea77aa88/properites/launch-parameters time=2024-07-03T19:14:23.699Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.local/share/rstudio/sessions/active/session-ea77aa88/properites/launch-parameters size=646 time=2024-07-03T19:14:23.700Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/active/session-ea77aa88/properites/project time=2024-07-03T19:14:23.700Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.local/share/rstudio/sessions/active/session-ea77aa88/properites/project size=0 time=2024-07-03T19:14:23.701Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/active/session-ea77aa88/properites/running time=2024-07-03T19:14:23.701Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.local/share/rstudio/sessions/active/session-ea77aa88/properites/running size=1 time=2024-07-03T19:14:23.703Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/active/session-ea77aa88/properites/working-dir time=2024-07-03T19:14:23.703Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.local/share/rstudio/sessions/active/session-ea77aa88/properites/working-dir size=0 time=2024-07-03T19:14:23.703Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/session-locks time=2024-07-03T19:14:23.704Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/session-locks/3c286bd3 time=2024-07-03T19:14:23.704Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.local/share/rstudio/sessions/session-locks/3c286bd3/3c286bd3 time=2024-07-03T19:14:23.704Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.local/share/rstudio/sessions/session-locks/3c286bd3/3c286bd3 size=4 time=2024-07-03T19:14:23.705Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.posit time=2024-07-03T19:14:23.705Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.posit/publish time=2024-07-03T19:14:23.707Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.posit/publish/configuration-1.toml time=2024-07-03T19:14:23.707Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.posit/publish/configuration-1.toml size=473 time=2024-07-03T19:14:23.707Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.posit/publish/configuration-2.toml time=2024-07-03T19:14:23.707Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.posit/publish/configuration-2.toml size=483 time=2024-07-03T19:14:23.707Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.posit/publish/deployments time=2024-07-03T19:14:23.708Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.posit/publish/deployments/deployment-1.toml time=2024-07-03T19:14:23.708Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.posit/publish/deployments/deployment-1.toml size=1044 time=2024-07-03T19:14:23.708Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.posit/publish/deployments/deployment-2.toml time=2024-07-03T19:14:23.708Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.posit/publish/deployments/deployment-2.toml size=919 time=2024-07-03T19:14:23.709Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.profile time=2024-07-03T19:14:23.709Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.profile size=807 time=2024-07-03T19:14:23.710Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server time=2024-07-03T19:14:23.710Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/CachedExtensionVSIXs time=2024-07-03T19:14:23.710Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/CachedExtensionVSIXs/ms-vscode.js-debug-1.91.0-universal time=2024-07-03T19:14:23.710Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/CachedExtensionVSIXs/ms-vscode.js-debug-1.91.0-universal size=1456954 time=2024-07-03T19:14:23.776Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/CachedExtensionVSIXs/posit.publisher-1.1.3-linux-x64 time=2024-07-03T19:14:23.776Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/CachedExtensionVSIXs/posit.publisher-1.1.3-linux-x64 size=9729195 time=2024-07-03T19:14:23.908Z level=INFO msg="Access Log" method=GET url=/api/deployments elapsed_ms=24 status=200 req_size=0 resp_size=2462 client_addr=127.0.0.1:47218 time=2024-07-03T19:14:23.978Z level=INFO msg="Access Log" method=GET url=/api/deployments elapsed_ms=68 status=200 req_size=0 resp_size=2462 client_addr=127.0.0.1:47234 time=2024-07-03T19:14:24.190Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/CachedProfilesData time=2024-07-03T19:14:24.192Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/CachedProfilesData/__default__profile__ time=2024-07-03T19:14:24.192Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/CachedProfilesData/__default__profile__/extensions.builtin.cache time=2024-07-03T19:14:24.192Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/CachedProfilesData/__default__profile__/extensions.builtin.cache size=785410 time=2024-07-03T19:14:24.208Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/Machine time=2024-07-03T19:14:24.209Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User time=2024-07-03T19:14:24.209Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/History time=2024-07-03T19:14:24.209Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/History/-68c913da time=2024-07-03T19:14:24.209Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/History/-68c913da/entries.json time=2024-07-03T19:14:24.209Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/User/History/-68c913da/entries.json size=152 time=2024-07-03T19:14:24.210Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/History/-68c913da/lTWx.json time=2024-07-03T19:14:24.210Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/User/History/-68c913da/lTWx.json size=88 time=2024-07-03T19:14:24.211Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/History/3da4f465 time=2024-07-03T19:14:24.211Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/History/3da4f465/Nho7.py time=2024-07-03T19:14:24.211Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/User/History/3da4f465/Nho7.py size=371 time=2024-07-03T19:14:24.211Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/History/3da4f465/entries.json time=2024-07-03T19:14:24.212Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/User/History/3da4f465/entries.json size=153 time=2024-07-03T19:14:24.213Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/caches time=2024-07-03T19:14:24.213Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/caches/CachedConfigurations time=2024-07-03T19:14:24.213Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/caches/CachedConfigurations/folder time=2024-07-03T19:14:24.214Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/caches/CachedConfigurations/folder/f5e190f time=2024-07-03T19:14:24.214Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/caches/CachedConfigurations/folder/f5e190f/configuration.json time=2024-07-03T19:14:24.214Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/User/caches/CachedConfigurations/folder/f5e190f/configuration.json size=56 time=2024-07-03T19:14:24.215Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/customBuiltinExtensionsCache.json time=2024-07-03T19:14:24.215Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/User/customBuiltinExtensionsCache.json size=2 time=2024-07-03T19:14:24.215Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/globalStorage time=2024-07-03T19:14:24.216Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/globalStorage/storage.json time=2024-07-03T19:14:24.216Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/User/globalStorage/storage.json size=172 time=2024-07-03T19:14:24.216Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/globalStorage/vscode.json-language-features time=2024-07-03T19:14:24.217Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/globalStorage/vscode.json-language-features/json-schema-cache time=2024-07-03T19:14:24.218Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/machineid time=2024-07-03T19:14:24.218Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/User/machineid size=36 time=2024-07-03T19:14:24.218Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/settings.json time=2024-07-03T19:14:24.218Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/User/settings.json size=88 time=2024-07-03T19:14:24.220Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/snippets time=2024-07-03T19:14:24.220Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/systemExtensionsCache.json time=2024-07-03T19:14:24.220Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/User/systemExtensionsCache.json size=2 time=2024-07-03T19:14:24.221Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/workspaceStorage time=2024-07-03T19:14:24.221Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/workspaceStorage/-14c739ba time=2024-07-03T19:14:24.221Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/User/workspaceStorage/-14c739ba/vscode.lock time=2024-07-03T19:14:24.221Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/User/workspaceStorage/-14c739ba/vscode.lock size=30 time=2024-07-03T19:14:24.222Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/data time=2024-07-03T19:14:24.223Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/data/Machine time=2024-07-03T19:14:24.223Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/data/User time=2024-07-03T19:14:24.223Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/data/User/History time=2024-07-03T19:14:24.223Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/data/User/globalStorage time=2024-07-03T19:14:24.224Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions time=2024-07-03T19:14:24.224Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/.obsolete time=2024-07-03T19:14:24.224Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/.obsolete size=30 time=2024-07-03T19:14:24.225Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/extensions.json time=2024-07-03T19:14:24.225Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/extensions.json size=1406 time=2024-07-03T19:14:24.226Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal time=2024-07-03T19:14:24.226Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/.vsixmanifest time=2024-07-03T19:14:24.226Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/.vsixmanifest size=2721 time=2024-07-03T19:14:24.227Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/LICENSE.txt time=2024-07-03T19:14:24.227Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/LICENSE.txt size=1183 time=2024-07-03T19:14:24.227Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/README.md time=2024-07-03T19:14:24.228Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/README.md size=8533 time=2024-07-03T19:14:24.228Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/ThirdPartyNotices.txt time=2024-07-03T19:14:24.228Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/ThirdPartyNotices.txt size=418324 time=2024-07-03T19:14:24.258Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/package.json time=2024-07-03T19:14:24.258Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/package.json size=415498 time=2024-07-03T19:14:24.267Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/package.nls.json time=2024-07-03T19:14:24.267Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/package.nls.json size=27138 time=2024-07-03T19:14:24.269Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources time=2024-07-03T19:14:24.270Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark time=2024-07-03T19:14:24.270Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/configure.svg time=2024-07-03T19:14:24.270Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/configure.svg size=10157 time=2024-07-03T19:14:24.271Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/connect.svg time=2024-07-03T19:14:24.271Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/connect.svg size=1626 time=2024-07-03T19:14:24.272Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/disconnect.svg time=2024-07-03T19:14:24.272Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/disconnect.svg size=2134 time=2024-07-03T19:14:24.273Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/node.svg time=2024-07-03T19:14:24.273Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/node.svg size=517 time=2024-07-03T19:14:24.273Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/open-file.svg time=2024-07-03T19:14:24.273Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/open-file.svg size=796 time=2024-07-03T19:14:24.274Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/page.svg time=2024-07-03T19:14:24.274Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/page.svg size=1173 time=2024-07-03T19:14:24.275Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/pause.svg time=2024-07-03T19:14:24.275Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/pause.svg size=174 time=2024-07-03T19:14:24.275Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/restart.svg time=2024-07-03T19:14:24.276Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/restart.svg size=533 time=2024-07-03T19:14:24.276Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/resume.svg time=2024-07-03T19:14:24.276Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/resume.svg size=299 time=2024-07-03T19:14:24.277Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/service-worker.svg time=2024-07-03T19:14:24.277Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/service-worker.svg size=4462 time=2024-07-03T19:14:24.278Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/stop-profiling.svg time=2024-07-03T19:14:24.278Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/stop-profiling.svg size=194 time=2024-07-03T19:14:24.278Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/stop.svg time=2024-07-03T19:14:24.278Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/stop.svg size=196 time=2024-07-03T19:14:24.279Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/worker.svg time=2024-07-03T19:14:24.279Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/dark/worker.svg size=2506 time=2024-07-03T19:14:24.280Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light time=2024-07-03T19:14:24.280Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/configure.svg time=2024-07-03T19:14:24.280Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/configure.svg size=10157 time=2024-07-03T19:14:24.281Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/connect.svg time=2024-07-03T19:14:24.281Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/connect.svg size=1627 time=2024-07-03T19:14:24.282Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/disconnect.svg time=2024-07-03T19:14:24.282Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/disconnect.svg size=2134 time=2024-07-03T19:14:24.283Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/node.svg time=2024-07-03T19:14:24.283Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/node.svg size=517 time=2024-07-03T19:14:24.285Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/open-file.svg time=2024-07-03T19:14:24.285Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/open-file.svg size=796 time=2024-07-03T19:14:24.285Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/page.svg time=2024-07-03T19:14:24.285Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/page.svg size=1167 time=2024-07-03T19:14:24.286Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/pause.svg time=2024-07-03T19:14:24.286Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/pause.svg size=173 time=2024-07-03T19:14:24.287Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/restart.svg time=2024-07-03T19:14:24.287Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/restart.svg size=533 time=2024-07-03T19:14:24.287Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/resume.svg time=2024-07-03T19:14:24.288Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/resume.svg size=299 time=2024-07-03T19:14:24.288Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/service-worker.svg time=2024-07-03T19:14:24.288Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/service-worker.svg size=4450 time=2024-07-03T19:14:24.289Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/stop.svg time=2024-07-03T19:14:24.289Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/stop.svg size=196 time=2024-07-03T19:14:24.290Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/worker.svg time=2024-07-03T19:14:24.290Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/light/worker.svg size=2512 time=2024-07-03T19:14:24.290Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/logo.png time=2024-07-03T19:14:24.290Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/logo.png size=8192 time=2024-07-03T19:14:24.291Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/logo.svg time=2024-07-03T19:14:24.291Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/logo.svg size=2178 time=2024-07-03T19:14:24.293Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme time=2024-07-03T19:14:24.293Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/auto-attach.png time=2024-07-03T19:14:24.293Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/auto-attach.png size=27905 time=2024-07-03T19:14:24.295Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/flame-chart.png time=2024-07-03T19:14:24.295Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/flame-chart.png size=97952 time=2024-07-03T19:14:24.300Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/instrumentation-breakpoints.png time=2024-07-03T19:14:24.300Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/instrumentation-breakpoints.png size=6809 time=2024-07-03T19:14:24.301Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/instrumentation-breakpoints2.png time=2024-07-03T19:14:24.301Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/instrumentation-breakpoints2.png size=27275 time=2024-07-03T19:14:24.302Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/link-debugging.gif time=2024-07-03T19:14:24.302Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/link-debugging.gif size=275185 time=2024-07-03T19:14:24.367Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/logo-with-text.png time=2024-07-03T19:14:24.367Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/logo-with-text.png size=25244 time=2024-07-03T19:14:24.368Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/npm-code-lens.png time=2024-07-03T19:14:24.368Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/npm-code-lens.png size=21400 time=2024-07-03T19:14:24.370Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/repl-improvements.png time=2024-07-03T19:14:24.370Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/repl-improvements.png size=19940 time=2024-07-03T19:14:24.372Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/returnvalue.png time=2024-07-03T19:14:24.372Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/returnvalue.png size=221039 time=2024-07-03T19:14:24.381Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/top-level-await.png time=2024-07-03T19:14:24.381Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/top-level-await.png size=35622 time=2024-07-03T19:14:24.383Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/web-worker.png time=2024-07-03T19:14:24.383Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/web-worker.png size=22318 time=2024-07-03T19:14:24.385Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/webview2.png time=2024-07-03T19:14:24.385Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/resources/readme/webview2.png size=60735 time=2024-07-03T19:14:24.389Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src time=2024-07-03T19:14:24.390Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/bootloader.js time=2024-07-03T19:14:24.390Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/bootloader.js size=92158 time=2024-07-03T19:14:24.394Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/chromehash_bg.wasm time=2024-07-03T19:14:24.394Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/chromehash_bg.wasm size=16908 time=2024-07-03T19:14:24.395Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/diagnosticTool.css time=2024-07-03T19:14:24.395Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/diagnosticTool.css size=2545 time=2024-07-03T19:14:24.396Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/diagnosticTool.js time=2024-07-03T19:14:24.396Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/diagnosticTool.js size=28779 time=2024-07-03T19:14:24.397Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/extension.js time=2024-07-03T19:14:24.397Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/extension.js size=964352 time=2024-07-03T19:14:24.479Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/hash.js time=2024-07-03T19:14:24.479Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/hash.js size=6207 time=2024-07-03T19:14:24.480Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/renameWorker.js time=2024-07-03T19:14:24.480Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/renameWorker.js size=4557 time=2024-07-03T19:14:24.481Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/targets time=2024-07-03T19:14:24.482Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/targets/node time=2024-07-03T19:14:24.482Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/targets/node/terminateProcess.sh time=2024-07-03T19:14:24.482Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/targets/node/terminateProcess.sh size=176 time=2024-07-03T19:14:24.482Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/ui time=2024-07-03T19:14:24.483Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/ui/basic-wat.tmLanguage.json time=2024-07-03T19:14:24.483Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/ui/basic-wat.tmLanguage.json size=1716 time=2024-07-03T19:14:24.483Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/vendor time=2024-07-03T19:14:24.485Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/vendor/acorn-loose.js time=2024-07-03T19:14:24.485Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/vendor/acorn-loose.js size=34684 time=2024-07-03T19:14:24.487Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/vendor/acorn.js time=2024-07-03T19:14:24.487Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/vendor/acorn.js size=114823 time=2024-07-03T19:14:24.492Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/w32appcontainertokens-XTRA77NA.node time=2024-07-03T19:14:24.492Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/w32appcontainertokens-XTRA77NA.node size=263168 time=2024-07-03T19:14:24.507Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/watchdog.js time=2024-07-03T19:14:24.507Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/ms-vscode.js-debug-1.91.0-universal/src/watchdog.js size=216051 time=2024-07-03T19:14:24.515Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0 time=2024-07-03T19:14:24.516Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/.vsixmanifest time=2024-07-03T19:14:24.516Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/.vsixmanifest size=2802 time=2024-07-03T19:14:24.517Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/CHANGELOG.md time=2024-07-03T19:14:24.517Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/CHANGELOG.md size=301 time=2024-07-03T19:14:24.517Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/LICENSE.txt time=2024-07-03T19:14:24.517Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/LICENSE.txt size=1058 time=2024-07-03T19:14:24.518Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/README.md time=2024-07-03T19:14:24.518Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/README.md size=487 time=2024-07-03T19:14:24.519Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/SUPPORT.md time=2024-07-03T19:14:24.519Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/SUPPORT.md size=197 time=2024-07-03T19:14:24.520Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/assets time=2024-07-03T19:14:24.520Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/assets/img time=2024-07-03T19:14:24.520Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/assets/img/color time=2024-07-03T19:14:24.521Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/assets/img/color/posit-publisher.png time=2024-07-03T19:14:24.521Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/assets/img/color/posit-publisher.png size=13465 time=2024-07-03T19:14:24.521Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/assets/walkthroughs time=2024-07-03T19:14:24.523Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/assets/walkthroughs/activate-extension.png time=2024-07-03T19:14:24.523Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/assets/walkthroughs/activate-extension.png size=95506 time=2024-07-03T19:14:24.526Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/assets/walkthroughs/create-new-deployment.png time=2024-07-03T19:14:24.526Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/assets/walkthroughs/create-new-deployment.png size=102739 time=2024-07-03T19:14:24.558Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/assets/walkthroughs/deploy.png time=2024-07-03T19:14:24.558Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/assets/walkthroughs/deploy.png size=143938 time=2024-07-03T19:14:24.567Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/assets/walkthroughs/edit-configuration.png time=2024-07-03T19:14:24.567Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/assets/walkthroughs/edit-configuration.png size=146215 time=2024-07-03T19:14:24.573Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/assets/walkthroughs/open-folder.png time=2024-07-03T19:14:24.574Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/assets/walkthroughs/open-folder.png size=92304 time=2024-07-03T19:14:24.578Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/assets/walkthroughs/visit-content.png time=2024-07-03T19:14:24.578Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/assets/walkthroughs/visit-content.png size=171633 time=2024-07-03T19:14:24.586Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/bin time=2024-07-03T19:14:24.587Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/bin/publisher time=2024-07-03T19:14:24.587Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/bin/publisher size=14192930 time=2024-07-03T19:14:25.207Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/dist time=2024-07-03T19:14:25.207Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/dist/extension.js time=2024-07-03T19:14:25.207Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/dist/extension.js size=319846 time=2024-07-03T19:14:25.218Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/node_modules time=2024-07-03T19:14:25.220Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/node_modules/@vscode time=2024-07-03T19:14:25.220Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/node_modules/@vscode/codicons time=2024-07-03T19:14:25.220Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/node_modules/@vscode/codicons/dist time=2024-07-03T19:14:25.221Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/node_modules/@vscode/codicons/dist/codicon.css time=2024-07-03T19:14:25.221Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/node_modules/@vscode/codicons/dist/codicon.css size=29664 time=2024-07-03T19:14:25.223Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/node_modules/@vscode/codicons/dist/codicon.csv time=2024-07-03T19:14:25.223Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/node_modules/@vscode/codicons/dist/codicon.csv size=9637 time=2024-07-03T19:14:25.223Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/node_modules/@vscode/codicons/dist/codicon.html time=2024-07-03T19:14:25.223Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/node_modules/@vscode/codicons/dist/codicon.html size=165901 time=2024-07-03T19:14:25.228Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/node_modules/@vscode/codicons/dist/codicon.svg time=2024-07-03T19:14:25.228Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/node_modules/@vscode/codicons/dist/codicon.svg size=304016 time=2024-07-03T19:14:25.257Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/node_modules/@vscode/codicons/dist/codicon.ttf time=2024-07-03T19:14:25.257Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/node_modules/@vscode/codicons/dist/codicon.ttf size=80188 time=2024-07-03T19:14:25.263Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/node_modules/@vscode/codicons/dist/codiconsLibrary.ts time=2024-07-03T19:14:25.263Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/node_modules/@vscode/codicons/dist/codiconsLibrary.ts size=27409 time=2024-07-03T19:14:25.265Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/package.json time=2024-07-03T19:14:25.265Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/package.json size=20983 time=2024-07-03T19:14:25.266Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/webviews time=2024-07-03T19:14:25.267Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/webviews/homeView time=2024-07-03T19:14:25.267Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/webviews/homeView/dist time=2024-07-03T19:14:25.268Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/webviews/homeView/dist/index.css time=2024-07-03T19:14:25.268Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/webviews/homeView/dist/index.css size=10164 time=2024-07-03T19:14:25.269Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/webviews/homeView/dist/index.html time=2024-07-03T19:14:25.269Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/webviews/homeView/dist/index.html size=374 time=2024-07-03T19:14:25.270Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-0.0.0/webviews/homeView/dist/index.js time=2024-07-03T19:14:25.270Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-0.0.0/webviews/homeView/dist/index.js size=1793713 time=2024-07-03T19:14:25.386Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64 time=2024-07-03T19:14:25.389Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/.vsixmanifest time=2024-07-03T19:14:25.390Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/.vsixmanifest size=2878 time=2024-07-03T19:14:25.392Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/CHANGELOG.md time=2024-07-03T19:14:25.392Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/CHANGELOG.md size=301 time=2024-07-03T19:14:25.392Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/LICENSE.txt time=2024-07-03T19:14:25.392Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/LICENSE.txt size=1058 time=2024-07-03T19:14:25.393Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/README.md time=2024-07-03T19:14:25.393Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/README.md size=487 time=2024-07-03T19:14:25.394Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/SUPPORT.md time=2024-07-03T19:14:25.394Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/SUPPORT.md size=197 time=2024-07-03T19:14:25.397Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets time=2024-07-03T19:14:25.398Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/img time=2024-07-03T19:14:25.398Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/img/color time=2024-07-03T19:14:25.398Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/img/color/posit-publisher.png time=2024-07-03T19:14:25.399Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/img/color/posit-publisher.png size=13465 time=2024-07-03T19:14:25.399Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/walkthroughs time=2024-07-03T19:14:25.402Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/walkthroughs/activate-extension.png time=2024-07-03T19:14:25.402Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/walkthroughs/activate-extension.png size=95506 time=2024-07-03T19:14:25.407Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/walkthroughs/create-new-deployment.png time=2024-07-03T19:14:25.407Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/walkthroughs/create-new-deployment.png size=102739 time=2024-07-03T19:14:25.414Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/walkthroughs/deploy.png time=2024-07-03T19:14:25.414Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/walkthroughs/deploy.png size=143938 time=2024-07-03T19:14:25.456Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/walkthroughs/edit-configuration.png time=2024-07-03T19:14:25.456Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/walkthroughs/edit-configuration.png size=146215 time=2024-07-03T19:14:25.463Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/walkthroughs/open-folder.png time=2024-07-03T19:14:25.463Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/walkthroughs/open-folder.png size=92304 time=2024-07-03T19:14:25.468Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/walkthroughs/visit-content.png time=2024-07-03T19:14:25.468Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/assets/walkthroughs/visit-content.png size=171633 time=2024-07-03T19:14:25.477Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/bin time=2024-07-03T19:14:25.478Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/bin/publisher time=2024-07-03T19:14:25.478Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/bin/publisher size=15206965 time=2024-07-03T19:14:26.272Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/dist time=2024-07-03T19:14:26.272Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/dist/extension.js time=2024-07-03T19:14:26.272Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/dist/extension.js size=318583 time=2024-07-03T19:14:26.283Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules time=2024-07-03T19:14:26.284Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules/@vscode time=2024-07-03T19:14:26.285Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules/@vscode/codicons time=2024-07-03T19:14:26.285Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules/@vscode/codicons/dist time=2024-07-03T19:14:26.285Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules/@vscode/codicons/dist/codicon.css time=2024-07-03T19:14:26.285Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules/@vscode/codicons/dist/codicon.css size=29664 time=2024-07-03T19:14:26.288Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules/@vscode/codicons/dist/codicon.csv time=2024-07-03T19:14:26.288Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules/@vscode/codicons/dist/codicon.csv size=9637 time=2024-07-03T19:14:26.291Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules/@vscode/codicons/dist/codicon.html time=2024-07-03T19:14:26.291Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules/@vscode/codicons/dist/codicon.html size=165901 time=2024-07-03T19:14:26.295Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules/@vscode/codicons/dist/codicon.svg time=2024-07-03T19:14:26.295Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules/@vscode/codicons/dist/codicon.svg size=304016 time=2024-07-03T19:14:26.312Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules/@vscode/codicons/dist/codicon.ttf time=2024-07-03T19:14:26.312Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules/@vscode/codicons/dist/codicon.ttf size=80188 time=2024-07-03T19:14:26.318Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules/@vscode/codicons/dist/codiconsLibrary.ts time=2024-07-03T19:14:26.318Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/node_modules/@vscode/codicons/dist/codiconsLibrary.ts size=27409 time=2024-07-03T19:14:26.320Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/package.json time=2024-07-03T19:14:26.320Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/package.json size=21273 time=2024-07-03T19:14:26.324Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/webviews time=2024-07-03T19:14:26.325Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/webviews/homeView time=2024-07-03T19:14:26.325Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/webviews/homeView/dist time=2024-07-03T19:14:26.326Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/webviews/homeView/dist/index.css time=2024-07-03T19:14:26.326Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/webviews/homeView/dist/index.css size=10021 time=2024-07-03T19:14:26.326Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/webviews/homeView/dist/index.html time=2024-07-03T19:14:26.327Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/webviews/homeView/dist/index.html size=374 time=2024-07-03T19:14:26.327Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/webviews/homeView/dist/index.js time=2024-07-03T19:14:26.328Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/extensions/posit.publisher-1.1.3-linux-x64/webviews/homeView/dist/index.js size=1791760 time=2024-07-03T19:14:26.455Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/languagepacks.json time=2024-07-03T19:14:26.455Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/languagepacks.json size=2 time=2024-07-03T19:14:26.458Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs time=2024-07-03T19:14:26.459Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205 time=2024-07-03T19:14:26.459Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost1 time=2024-07-03T19:14:26.460Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost1/output_logging_20240703T190209 time=2024-07-03T19:14:26.460Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost1/output_logging_20240703T190209/1-Log (Workbench Extension).log" time=2024-07-03T19:14:26.460Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost1/output_logging_20240703T190209/1-Log (Workbench Extension).log" size=219 time=2024-07-03T19:14:26.461Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost1/output_logging_20240703T190209/2-Posit Publisher.log" time=2024-07-03T19:14:26.461Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost1/output_logging_20240703T190209/2-Posit Publisher.log" size=232 time=2024-07-03T19:14:26.462Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost1/remoteexthost.log time=2024-07-03T19:14:26.462Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/logs/20240703T190205/exthost1/remoteexthost.log size=3086 time=2024-07-03T19:14:26.462Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost1/vscode.git time=2024-07-03T19:14:26.463Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost1/vscode.git/Git.log time=2024-07-03T19:14:26.463Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/logs/20240703T190205/exthost1/vscode.git/Git.log size=170 time=2024-07-03T19:14:26.463Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost1/vscode.github time=2024-07-03T19:14:26.464Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost1/vscode.github/GitHub.log time=2024-07-03T19:14:26.464Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/logs/20240703T190205/exthost1/vscode.github/GitHub.log size=47 time=2024-07-03T19:14:26.464Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost1/vscode.json-language-features time=2024-07-03T19:14:26.465Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost1/vscode.json-language-features/JSON Language Server.log" time=2024-07-03T19:14:26.465Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost1/vscode.json-language-features/JSON Language Server.log" size=0 time=2024-07-03T19:14:26.466Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost2 time=2024-07-03T19:14:26.466Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost2/output_logging_20240703T190326 time=2024-07-03T19:14:26.466Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost2/output_logging_20240703T190326/1-Log (Workbench Extension).log" time=2024-07-03T19:14:26.466Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost2/output_logging_20240703T190326/1-Log (Workbench Extension).log" size=311 time=2024-07-03T19:14:26.467Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost2/output_logging_20240703T190326/2-Posit Publisher.log" time=2024-07-03T19:14:26.467Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost2/output_logging_20240703T190326/2-Posit Publisher.log" size=232 time=2024-07-03T19:14:26.469Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost2/remoteexthost.log time=2024-07-03T19:14:26.469Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/logs/20240703T190205/exthost2/remoteexthost.log size=7169 time=2024-07-03T19:14:26.469Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost2/vscode.git time=2024-07-03T19:14:26.470Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost2/vscode.git/Git.log time=2024-07-03T19:14:26.470Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/logs/20240703T190205/exthost2/vscode.git/Git.log size=3518 time=2024-07-03T19:14:26.471Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost2/vscode.github time=2024-07-03T19:14:26.471Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost2/vscode.github/GitHub.log time=2024-07-03T19:14:26.471Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/logs/20240703T190205/exthost2/vscode.github/GitHub.log size=47 time=2024-07-03T19:14:26.472Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost2/vscode.json-language-features time=2024-07-03T19:14:26.472Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost2/vscode.json-language-features/JSON Language Server.log" time=2024-07-03T19:14:26.472Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost2/vscode.json-language-features/JSON Language Server.log" size=0 time=2024-07-03T19:14:26.473Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost3 time=2024-07-03T19:14:26.473Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost3/output_logging_20240703T190730 time=2024-07-03T19:14:26.473Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost3/output_logging_20240703T190730/1-Log (Workbench Extension).log" time=2024-07-03T19:14:26.473Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost3/output_logging_20240703T190730/1-Log (Workbench Extension).log" size=219 time=2024-07-03T19:14:26.474Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost3/output_logging_20240703T190730/2-Posit Publisher.log" time=2024-07-03T19:14:26.474Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost3/output_logging_20240703T190730/2-Posit Publisher.log" size=855 time=2024-07-03T19:14:26.475Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost3/remoteexthost.log time=2024-07-03T19:14:26.475Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/logs/20240703T190205/exthost3/remoteexthost.log size=4496 time=2024-07-03T19:14:26.476Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost3/vscode.git time=2024-07-03T19:14:26.476Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost3/vscode.git/Git.log time=2024-07-03T19:14:26.476Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/logs/20240703T190205/exthost3/vscode.git/Git.log size=1131 time=2024-07-03T19:14:26.477Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost3/vscode.github time=2024-07-03T19:14:26.477Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost3/vscode.github/GitHub.log time=2024-07-03T19:14:26.477Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/logs/20240703T190205/exthost3/vscode.github/GitHub.log size=47 time=2024-07-03T19:14:26.478Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost3/vscode.json-language-features time=2024-07-03T19:14:26.479Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost3/vscode.json-language-features/JSON Language Server.log" time=2024-07-03T19:14:26.479Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost3/vscode.json-language-features/JSON Language Server.log" size=0 time=2024-07-03T19:14:26.480Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost4 time=2024-07-03T19:14:26.480Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost4/output_logging_20240703T190740 time=2024-07-03T19:14:26.481Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost4/output_logging_20240703T190740/1-Log (Workbench Extension).log" time=2024-07-03T19:14:26.481Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost4/output_logging_20240703T190740/1-Log (Workbench Extension).log" size=219 time=2024-07-03T19:14:26.482Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost4/output_logging_20240703T190740/2-Posit Publisher.log" time=2024-07-03T19:14:26.482Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost4/output_logging_20240703T190740/2-Posit Publisher.log" size=147323 time=2024-07-03T19:14:26.485Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost4/remoteexthost.log time=2024-07-03T19:14:26.485Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/logs/20240703T190205/exthost4/remoteexthost.log size=4707 time=2024-07-03T19:14:26.487Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost4/vscode.git time=2024-07-03T19:14:26.487Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost4/vscode.git/Git.log time=2024-07-03T19:14:26.487Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/logs/20240703T190205/exthost4/vscode.git/Git.log size=2083 time=2024-07-03T19:14:26.488Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost4/vscode.github time=2024-07-03T19:14:26.488Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost4/vscode.github/GitHub.log time=2024-07-03T19:14:26.488Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/logs/20240703T190205/exthost4/vscode.github/GitHub.log size=47 time=2024-07-03T19:14:26.489Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost4/vscode.json-language-features time=2024-07-03T19:14:26.489Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost4/vscode.json-language-features/JSON Language Server.log" time=2024-07-03T19:14:26.489Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost4/vscode.json-language-features/JSON Language Server.log" size=0 time=2024-07-03T19:14:26.491Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost5 time=2024-07-03T19:14:26.491Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost5/output_logging_20240703T190928 time=2024-07-03T19:14:26.492Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost5/output_logging_20240703T190928/1-Log (Workbench Extension).log" time=2024-07-03T19:14:26.492Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost5/output_logging_20240703T190928/1-Log (Workbench Extension).log" size=219 time=2024-07-03T19:14:26.492Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost5/output_logging_20240703T190928/2-Posit Publisher.log" time=2024-07-03T19:14:26.492Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost5/output_logging_20240703T190928/2-Posit Publisher.log" size=232 time=2024-07-03T19:14:26.493Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost5/remoteexthost.log time=2024-07-03T19:14:26.493Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/logs/20240703T190205/exthost5/remoteexthost.log size=4499 time=2024-07-03T19:14:26.495Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost5/vscode.git time=2024-07-03T19:14:26.495Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost5/vscode.git/Git.log time=2024-07-03T19:14:26.495Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/logs/20240703T190205/exthost5/vscode.git/Git.log size=1843 time=2024-07-03T19:14:26.497Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost5/vscode.github time=2024-07-03T19:14:26.497Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost5/vscode.github/GitHub.log time=2024-07-03T19:14:26.497Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=.vscode-server/logs/20240703T190205/exthost5/vscode.github/GitHub.log size=47 time=2024-07-03T19:14:26.498Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost5/vscode.json-language-features time=2024-07-03T19:14:26.499Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost5/vscode.json-language-features/JSON Language Server.log" time=2024-07-03T19:14:26.499Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost5/vscode.json-language-features/JSON Language Server.log" size=0 time=2024-07-03T19:14:26.499Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost6 time=2024-07-03T19:14:26.500Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost6/output_logging_20240703T191300 time=2024-07-03T19:14:26.500Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost6/output_logging_20240703T191300/1-Log (Workbench Extension).log" time=2024-07-03T19:14:26.501Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost6/output_logging_20240703T191300/1-Log (Workbench Extension).log" size=219 time=2024-07-03T19:14:26.501Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path=/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost6/output_logging_20240703T191303 time=2024-07-03T19:14:26.502Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost6/output_logging_20240703T191303/1-Log (Workbench Extension).log" time=2024-07-03T19:14:26.502Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost6/output_logging_20240703T191303/1-Log (Workbench Extension).log" size=219 time=2024-07-03T19:14:26.507Z level=DEBUG msg=including local_id=F3dJBVNhkPCR2Pix path="/home/kevin.gartland/.vscode-server/logs/20240703T190205/exthost6/output_logging_20240703T191303/2-Posit Publisher.log" time=2024-07-03T19:14:26.507Z level=DEBUG msg="Adding file" local_id=F3dJBVNhkPCR2Pix event_op=publish/createBundle path=".vscode-server/logs/20240703T190205/exthost6/output_logging_20240703T191303/2-Posit Publisher.log" size=111621 Dashboard URL: https://rsc.radixu.com/connect/#/apps/5a04d04e-31ea-4926-a972-ec9a0ee1ab82/logs time=2024-07-03T19:14:26.520Z level=ERROR msg="Deployment failed" local_id=F3dJBVNhkPCR2Pix error="error creating bundle: archive/tar: write too long" time=2024-07-03T19:14:26.713Z level=INFO msg="Access Log" method=GET url=/api/deployments elapsed_ms=22 status=200 req_size=0 resp_size=2582 client_addr=127.0.0.1:47240 time=2024-07-03T19:14:26.742Z level=INFO msg="Access Log" method=GET url=/api/deployments elapsed_ms=21 status=200 req_size=0 resp_size=2582 client_addr=127.0.0.1:47244 ```
kgartland-rstudio commented 3 days ago

Ok, some more details! This time I made sure I created a new directory in VSCode and added a python file there so my entire home directory didn't get added to the deployment 😅

That succeeded!

So it will work, if you create a new directory and add your content there.

dotNomad commented 3 days ago

Thanks for all the details @kgartland-rstudio!