Oryx icon indicating copy to clipboard operation
Oryx copied to clipboard

Deployment is missing blazor.webassembly.js

Open Akinzekeel opened this issue 3 years ago • 2 comments

Bug Report

  • Last time the problem occurred: August 8th, 2021
  • Problem occurred when using the GitHub actions template to deploy a Blazor application to Azure Static Websites
  • Repository URL: https://github.com/Akinzekeel/BlazorGrid

Problem description

The deployment appears to be successful and the index.html file is served from the Static Website, however related files such as _framework/blazor.webassembly.js return a 404 error and appear to be missing from the deployment.

The following issue might be related to this problem, however there have been no updates: https://github.com/microsoft/Oryx/issues/879

To reproduce

Clone the above mentioned repository and run the Oryx build/deployment for the BlazorGrid.Demo directory

Log output

2021-08-08T16:22:07.2039314Z Found online and idle hosted runner(s) in the current repository's organization account that matches the required labels: 'ubuntu-latest'
2021-08-08T16:22:07.2039386Z Waiting for a hosted runner in 'organization' to pick this job...
2021-08-08T16:22:12.4919508Z Current runner version: '2.279.0'
2021-08-08T16:22:12.4943298Z ##[group]Operating System
2021-08-08T16:22:12.4944235Z Ubuntu
2021-08-08T16:22:12.4944819Z 20.04.2
2021-08-08T16:22:12.4945205Z LTS
2021-08-08T16:22:12.4945616Z ##[endgroup]
2021-08-08T16:22:12.4946331Z ##[group]Virtual Environment
2021-08-08T16:22:12.4946924Z Environment: ubuntu-20.04
2021-08-08T16:22:12.4947390Z Version: 20210803.0
2021-08-08T16:22:12.4948636Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20210803.0/images/linux/Ubuntu2004-README.md
2021-08-08T16:22:12.4950165Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20210803.0
2021-08-08T16:22:12.4951239Z ##[endgroup]
2021-08-08T16:22:12.4953587Z ##[group]GITHUB_TOKEN Permissions
2021-08-08T16:22:12.4954879Z Actions: write
2021-08-08T16:22:12.4955346Z Checks: write
2021-08-08T16:22:12.4956005Z Contents: write
2021-08-08T16:22:12.4956950Z Deployments: write
2021-08-08T16:22:12.4957782Z Discussions: write
2021-08-08T16:22:12.4958352Z Issues: write
2021-08-08T16:22:12.4959921Z Metadata: read
2021-08-08T16:22:12.4960640Z Packages: write
2021-08-08T16:22:12.4961245Z PullRequests: write
2021-08-08T16:22:12.4961983Z RepositoryProjects: write
2021-08-08T16:22:12.4963239Z SecurityEvents: write
2021-08-08T16:22:12.4964241Z Statuses: write
2021-08-08T16:22:12.4964854Z ##[endgroup]
2021-08-08T16:22:12.4968041Z Prepare workflow directory
2021-08-08T16:22:12.5573486Z Prepare all required actions
2021-08-08T16:22:12.5583045Z Getting action download info
2021-08-08T16:22:13.0062722Z Download action repository 'actions/checkout@v2'
2021-08-08T16:22:15.0566909Z Download action repository 'Azure/static-web-apps-deploy@v1'
2021-08-08T16:22:15.5852458Z ##[group]Build container for action use: '/home/runner/work/_actions/Azure/static-web-apps-deploy/v1/Dockerfile'.
2021-08-08T16:22:15.5904676Z ##[command]/usr/bin/docker build -t 3bec5f:b5debae60b26499eaf9743d10c5fac2b -f "/home/runner/work/_actions/Azure/static-web-apps-deploy/v1/Dockerfile" "/home/runner/work/_actions/Azure/static-web-apps-deploy/v1"
2021-08-08T16:22:15.9384365Z Sending build context to Docker daemon   21.5kB
2021-08-08T16:22:15.9388177Z 
2021-08-08T16:22:15.9849327Z Step 1/3 : FROM mcr.microsoft.com/appsvc/staticappsclient:stable
2021-08-08T16:22:16.1417979Z stable: Pulling from appsvc/staticappsclient
2021-08-08T16:22:16.1435463Z 1e987daa2432: Pulling fs layer
2021-08-08T16:22:16.1437245Z a0edb687a3da: Pulling fs layer
2021-08-08T16:22:16.1437952Z 6891892cc2ec: Pulling fs layer
2021-08-08T16:22:16.1438731Z 684eb726ddc5: Pulling fs layer
2021-08-08T16:22:16.1439558Z b0af097f0da6: Pulling fs layer
2021-08-08T16:22:16.1440461Z 2ed41dfdfeca: Pulling fs layer
2021-08-08T16:22:16.1442777Z f365d77bcf6d: Pulling fs layer
2021-08-08T16:22:16.1445143Z 25af1a48b49f: Pulling fs layer
2021-08-08T16:22:16.1446633Z e2b88c95fb92: Pulling fs layer
2021-08-08T16:22:16.1447499Z 6a056db05452: Pulling fs layer
2021-08-08T16:22:16.1448303Z 684eb726ddc5: Waiting
2021-08-08T16:22:16.1448873Z b0af097f0da6: Waiting
2021-08-08T16:22:16.1449791Z 2ed41dfdfeca: Waiting
2021-08-08T16:22:16.1450492Z f365d77bcf6d: Waiting
2021-08-08T16:22:16.1454694Z 25af1a48b49f: Waiting
2021-08-08T16:22:16.1455365Z e2b88c95fb92: Waiting
2021-08-08T16:22:16.1455949Z 5f9676349597: Pulling fs layer
2021-08-08T16:22:16.1457040Z e626f4616ba2: Pulling fs layer
2021-08-08T16:22:16.1457993Z 691b82e2d0a5: Pulling fs layer
2021-08-08T16:22:16.1459048Z 2c0a0b9b0c9b: Pulling fs layer
2021-08-08T16:22:16.1460521Z 6a056db05452: Waiting
2021-08-08T16:22:16.1463498Z 5f9676349597: Waiting
2021-08-08T16:22:16.1464228Z 691b82e2d0a5: Waiting
2021-08-08T16:22:16.1465092Z 2c0a0b9b0c9b: Waiting
2021-08-08T16:22:16.1465737Z e626f4616ba2: Waiting
2021-08-08T16:22:17.0581663Z 6891892cc2ec: Verifying Checksum
2021-08-08T16:22:17.0582610Z 6891892cc2ec: Download complete
2021-08-08T16:22:17.0583502Z a0edb687a3da: Verifying Checksum
2021-08-08T16:22:17.0584124Z a0edb687a3da: Download complete
2021-08-08T16:22:17.2424228Z 684eb726ddc5: Verifying Checksum
2021-08-08T16:22:17.2425064Z 684eb726ddc5: Download complete
2021-08-08T16:22:17.3079973Z 1e987daa2432: Verifying Checksum
2021-08-08T16:22:17.3080809Z 1e987daa2432: Download complete
2021-08-08T16:22:17.5290659Z f365d77bcf6d: Verifying Checksum
2021-08-08T16:22:17.5292513Z f365d77bcf6d: Download complete
2021-08-08T16:22:17.7244216Z 2ed41dfdfeca: Verifying Checksum
2021-08-08T16:22:17.7245866Z 2ed41dfdfeca: Download complete
2021-08-08T16:22:17.8681308Z e2b88c95fb92: Verifying Checksum
2021-08-08T16:22:17.8682719Z e2b88c95fb92: Download complete
2021-08-08T16:22:17.9888742Z 6a056db05452: Verifying Checksum
2021-08-08T16:22:17.9891541Z 6a056db05452: Download complete
2021-08-08T16:22:18.1180799Z 25af1a48b49f: Verifying Checksum
2021-08-08T16:22:18.1194163Z 25af1a48b49f: Download complete
2021-08-08T16:22:18.1737118Z 5f9676349597: Verifying Checksum
2021-08-08T16:22:18.1742374Z 5f9676349597: Download complete
2021-08-08T16:22:18.1807891Z e626f4616ba2: Verifying Checksum
2021-08-08T16:22:18.1811337Z e626f4616ba2: Download complete
2021-08-08T16:22:18.7776287Z 2c0a0b9b0c9b: Verifying Checksum
2021-08-08T16:22:18.7778154Z 2c0a0b9b0c9b: Download complete
2021-08-08T16:22:19.0086716Z b0af097f0da6: Verifying Checksum
2021-08-08T16:22:19.0087366Z b0af097f0da6: Download complete
2021-08-08T16:22:19.5940785Z 691b82e2d0a5: Verifying Checksum
2021-08-08T16:22:19.5941697Z 691b82e2d0a5: Download complete
2021-08-08T16:22:20.6636555Z 1e987daa2432: Pull complete
2021-08-08T16:22:23.5786700Z a0edb687a3da: Pull complete
2021-08-08T16:22:23.7627743Z 6891892cc2ec: Pull complete
2021-08-08T16:22:26.3232286Z 684eb726ddc5: Pull complete
2021-08-08T16:22:35.2080872Z b0af097f0da6: Pull complete
2021-08-08T16:22:37.2091579Z 2ed41dfdfeca: Pull complete
2021-08-08T16:22:37.3055602Z f365d77bcf6d: Pull complete
2021-08-08T16:22:39.0063410Z 25af1a48b49f: Pull complete
2021-08-08T16:22:39.1146258Z e2b88c95fb92: Pull complete
2021-08-08T16:22:39.2168844Z 6a056db05452: Pull complete
2021-08-08T16:22:39.3317842Z 5f9676349597: Pull complete
2021-08-08T16:22:39.4398534Z e626f4616ba2: Pull complete
2021-08-08T16:22:46.6203434Z 691b82e2d0a5: Pull complete
2021-08-08T16:22:47.7174407Z 2c0a0b9b0c9b: Pull complete
2021-08-08T16:22:47.7236296Z Digest: sha256:fc9db23777aea0ee404885f29ebc56305d016304b9ec07a3cd823d132016288b
2021-08-08T16:22:47.7263501Z Status: Downloaded newer image for mcr.microsoft.com/appsvc/staticappsclient:stable
2021-08-08T16:22:47.7288447Z  ---> 0588dad152e6
2021-08-08T16:22:47.7288926Z Step 2/3 : COPY entrypoint.sh /entrypoint.sh
2021-08-08T16:22:49.5823123Z  ---> de5ba1aded67
2021-08-08T16:22:49.5823602Z Step 3/3 : ENTRYPOINT ["sh", "/entrypoint.sh"]
2021-08-08T16:22:49.6075513Z  ---> Running in ce2b647547e5
2021-08-08T16:22:51.2972699Z Removing intermediate container ce2b647547e5
2021-08-08T16:22:51.2974530Z  ---> eb9b29f641f6
2021-08-08T16:22:51.2974933Z Successfully built eb9b29f641f6
2021-08-08T16:22:51.3031985Z Successfully tagged 3bec5f:b5debae60b26499eaf9743d10c5fac2b
2021-08-08T16:22:51.3049013Z ##[endgroup]
2021-08-08T16:22:51.3357962Z ##[group]Run actions/checkout@v2
2021-08-08T16:22:51.3358690Z with:
2021-08-08T16:22:51.3358983Z   submodules: true
2021-08-08T16:22:51.3359391Z   repository: Akinzekeel/BlazorGrid
2021-08-08T16:22:51.3360113Z   token: ***
2021-08-08T16:22:51.3360413Z   ssh-strict: true
2021-08-08T16:22:51.3360815Z   persist-credentials: true
2021-08-08T16:22:51.3361200Z   clean: true
2021-08-08T16:22:51.3361498Z   fetch-depth: 1
2021-08-08T16:22:51.3361808Z   lfs: false
2021-08-08T16:22:51.3362088Z ##[endgroup]
2021-08-08T16:22:51.5531917Z Syncing repository: Akinzekeel/BlazorGrid
2021-08-08T16:22:51.5533255Z ##[group]Getting Git version info
2021-08-08T16:22:51.5534359Z Working directory is '/home/runner/work/BlazorGrid/BlazorGrid'
2021-08-08T16:22:51.5597958Z [command]/usr/bin/git version
2021-08-08T16:22:51.5741041Z git version 2.32.0
2021-08-08T16:22:51.5761024Z ##[endgroup]
2021-08-08T16:22:51.5767850Z Deleting the contents of '/home/runner/work/BlazorGrid/BlazorGrid'
2021-08-08T16:22:51.5784001Z ##[group]Initializing the repository
2021-08-08T16:22:51.5847740Z [command]/usr/bin/git init /home/runner/work/BlazorGrid/BlazorGrid
2021-08-08T16:22:51.5879026Z hint: Using 'master' as the name for the initial branch. This default branch name
2021-08-08T16:22:51.5879973Z hint: is subject to change. To configure the initial branch name to use in all
2021-08-08T16:22:51.5881145Z hint: of your new repositories, which will suppress this warning, call:
2021-08-08T16:22:51.5881722Z hint: 
2021-08-08T16:22:51.5882488Z hint: 	git config --global init.defaultBranch <name>
2021-08-08T16:22:51.5883004Z hint: 
2021-08-08T16:22:51.5883724Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2021-08-08T16:22:51.5885059Z hint: 'development'. The just-created branch can be renamed via this command:
2021-08-08T16:22:51.5885705Z hint: 
2021-08-08T16:22:51.5886270Z hint: 	git branch -m <name>
2021-08-08T16:22:51.5887046Z Initialized empty Git repository in /home/runner/work/BlazorGrid/BlazorGrid/.git/
2021-08-08T16:22:51.5906747Z [command]/usr/bin/git remote add origin https://github.com/Akinzekeel/BlazorGrid
2021-08-08T16:22:51.5938124Z ##[endgroup]
2021-08-08T16:22:51.5939151Z ##[group]Disabling automatic garbage collection
2021-08-08T16:22:51.5943905Z [command]/usr/bin/git config --local gc.auto 0
2021-08-08T16:22:51.5977224Z ##[endgroup]
2021-08-08T16:22:51.5987249Z ##[group]Setting up auth
2021-08-08T16:22:51.5995364Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-08-08T16:22:51.6025764Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-08-08T16:22:51.6384374Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-08-08T16:22:51.6416169Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-08-08T16:22:51.6632846Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-08-08T16:22:51.6679386Z ##[endgroup]
2021-08-08T16:22:51.6680913Z ##[group]Fetching the repository
2021-08-08T16:22:51.6691119Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +d60330cdc2eeda2b3d1ac501ff7fb3cba0c3038a:refs/remotes/origin/master
2021-08-08T16:22:52.0055419Z remote: Enumerating objects: 290, done.        
2021-08-08T16:22:52.0056594Z remote: Counting objects:   0% (1/290)        
2021-08-08T16:22:52.0057653Z remote: Counting objects:   1% (3/290)        
2021-08-08T16:22:52.0058248Z remote: Counting objects:   2% (6/290)        
2021-08-08T16:22:52.0058818Z remote: Counting objects:   3% (9/290)        
2021-08-08T16:22:52.0059675Z remote: Counting objects:   4% (12/290)        
2021-08-08T16:22:52.0060747Z remote: Counting objects:   5% (15/290)        
2021-08-08T16:22:52.0061519Z remote: Counting objects:   6% (18/290)        
2021-08-08T16:22:52.0061959Z remote: Counting objects:   7% (21/290)        
2021-08-08T16:22:52.0062402Z remote: Counting objects:   8% (24/290)        
2021-08-08T16:22:52.0062836Z remote: Counting objects:   9% (27/290)        
2021-08-08T16:22:52.0063284Z remote: Counting objects:  10% (29/290)        
2021-08-08T16:22:52.0063729Z remote: Counting objects:  11% (32/290)        
2021-08-08T16:22:52.0064181Z remote: Counting objects:  12% (35/290)        
2021-08-08T16:22:52.0064630Z remote: Counting objects:  13% (38/290)        
2021-08-08T16:22:52.0065217Z remote: Counting objects:  14% (41/290)        
2021-08-08T16:22:52.0065654Z remote: Counting objects:  15% (44/290)        
2021-08-08T16:22:52.0066089Z remote: Counting objects:  16% (47/290)        
2021-08-08T16:22:52.0066508Z remote: Counting objects:  17% (50/290)        
2021-08-08T16:22:52.0066947Z remote: Counting objects:  18% (53/290)        
2021-08-08T16:22:52.0067548Z remote: Counting objects:  19% (56/290)        
2021-08-08T16:22:52.0067961Z remote: Counting objects:  20% (58/290)        
2021-08-08T16:22:52.0068392Z remote: Counting objects:  21% (61/290)        
2021-08-08T16:22:52.0068952Z remote: Counting objects:  22% (64/290)        
2021-08-08T16:22:52.0069391Z remote: Counting objects:  23% (67/290)        
2021-08-08T16:22:52.0069834Z remote: Counting objects:  24% (70/290)        
2021-08-08T16:22:52.0070254Z remote: Counting objects:  25% (73/290)        
2021-08-08T16:22:52.0070716Z remote: Counting objects:  26% (76/290)        
2021-08-08T16:22:52.0071172Z remote: Counting objects:  27% (79/290)        
2021-08-08T16:22:52.0071595Z remote: Counting objects:  28% (82/290)        
2021-08-08T16:22:52.0072024Z remote: Counting objects:  29% (85/290)        
2021-08-08T16:22:52.0072432Z remote: Counting objects:  30% (87/290)        
2021-08-08T16:22:52.0072865Z remote: Counting objects:  31% (90/290)        
2021-08-08T16:22:52.0073293Z remote: Counting objects:  32% (93/290)        
2021-08-08T16:22:52.0073707Z remote: Counting objects:  33% (96/290)        
2021-08-08T16:22:52.0074128Z remote: Counting objects:  34% (99/290)        
2021-08-08T16:22:52.0074540Z remote: Counting objects:  35% (102/290)        
2021-08-08T16:22:52.0074963Z remote: Counting objects:  36% (105/290)        
2021-08-08T16:22:52.0075571Z remote: Counting objects:  37% (108/290)        
2021-08-08T16:22:52.0076449Z remote: Counting objects:  38% (111/290)        
2021-08-08T16:22:52.0076921Z remote: Counting objects:  39% (114/290)        
2021-08-08T16:22:52.0077354Z remote: Counting objects:  40% (116/290)        
2021-08-08T16:22:52.0077798Z remote: Counting objects:  41% (119/290)        
2021-08-08T16:22:52.0078252Z remote: Counting objects:  42% (122/290)        
2021-08-08T16:22:52.0078685Z remote: Counting objects:  43% (125/290)        
2021-08-08T16:22:52.0079502Z remote: Counting objects:  44% (128/290)        
2021-08-08T16:22:52.0079922Z remote: Counting objects:  45% (131/290)        
2021-08-08T16:22:52.0080507Z remote: Counting objects:  46% (134/290)        
2021-08-08T16:22:52.0080936Z remote: Counting objects:  47% (137/290)        
2021-08-08T16:22:52.0081396Z remote: Counting objects:  48% (140/290)        
2021-08-08T16:22:52.0081836Z remote: Counting objects:  49% (143/290)        
2021-08-08T16:22:52.0082274Z remote: Counting objects:  50% (145/290)        
2021-08-08T16:22:52.0082691Z remote: Counting objects:  51% (148/290)        
2021-08-08T16:22:52.0083123Z remote: Counting objects:  52% (151/290)        
2021-08-08T16:22:52.0084129Z remote: Counting objects:  53% (154/290)        
2021-08-08T16:22:52.0084574Z remote: Counting objects:  54% (157/290)        
2021-08-08T16:22:52.0085020Z remote: Counting objects:  55% (160/290)        
2021-08-08T16:22:52.0085620Z remote: Counting objects:  56% (163/290)        
2021-08-08T16:22:52.0086074Z remote: Counting objects:  57% (166/290)        
2021-08-08T16:22:52.0086813Z remote: Counting objects:  58% (169/290)        
2021-08-08T16:22:52.0087276Z remote: Counting objects:  59% (172/290)        
2021-08-08T16:22:52.0087885Z remote: Counting objects:  60% (174/290)        
2021-08-08T16:22:52.0088308Z remote: Counting objects:  61% (177/290)        
2021-08-08T16:22:52.0088740Z remote: Counting objects:  62% (180/290)        
2021-08-08T16:22:52.0089332Z remote: Counting objects:  63% (183/290)        
2021-08-08T16:22:52.0089863Z remote: Counting objects:  64% (186/290)        
2021-08-08T16:22:52.0090280Z remote: Counting objects:  65% (189/290)        
2021-08-08T16:22:52.0090697Z remote: Counting objects:  66% (192/290)        
2021-08-08T16:22:52.0091126Z remote: Counting objects:  67% (195/290)        
2021-08-08T16:22:52.0091544Z remote: Counting objects:  68% (198/290)        
2021-08-08T16:22:52.0091961Z remote: Counting objects:  69% (201/290)        
2021-08-08T16:22:52.0092357Z remote: Counting objects:  70% (203/290)        
2021-08-08T16:22:52.0092773Z remote: Counting objects:  71% (206/290)        
2021-08-08T16:22:52.0093274Z remote: Counting objects:  72% (209/290)        
2021-08-08T16:22:52.0093686Z remote: Counting objects:  73% (212/290)        
2021-08-08T16:22:52.0094102Z remote: Counting objects:  74% (215/290)        
2021-08-08T16:22:52.0094503Z remote: Counting objects:  75% (218/290)        
2021-08-08T16:22:52.0094914Z remote: Counting objects:  76% (221/290)        
2021-08-08T16:22:52.0095314Z remote: Counting objects:  77% (224/290)        
2021-08-08T16:22:52.0095726Z remote: Counting objects:  78% (227/290)        
2021-08-08T16:22:52.0096135Z remote: Counting objects:  79% (230/290)        
2021-08-08T16:22:52.0096534Z remote: Counting objects:  80% (232/290)        
2021-08-08T16:22:52.0096943Z remote: Counting objects:  81% (235/290)        
2021-08-08T16:22:52.0097357Z remote: Counting objects:  82% (238/290)        
2021-08-08T16:22:52.0097750Z remote: Counting objects:  83% (241/290)        
2021-08-08T16:22:52.0098165Z remote: Counting objects:  84% (244/290)        
2021-08-08T16:22:52.0098566Z remote: Counting objects:  85% (247/290)        
2021-08-08T16:22:52.0098972Z remote: Counting objects:  86% (250/290)        
2021-08-08T16:22:52.0099382Z remote: Counting objects:  87% (253/290)        
2021-08-08T16:22:52.0099778Z remote: Counting objects:  88% (256/290)        
2021-08-08T16:22:52.0100184Z remote: Counting objects:  89% (259/290)        
2021-08-08T16:22:52.0100578Z remote: Counting objects:  90% (261/290)        
2021-08-08T16:22:52.0100984Z remote: Counting objects:  91% (264/290)        
2021-08-08T16:22:52.0101389Z remote: Counting objects:  92% (267/290)        
2021-08-08T16:22:52.0101784Z remote: Counting objects:  93% (270/290)        
2021-08-08T16:22:52.0102191Z remote: Counting objects:  94% (273/290)        
2021-08-08T16:22:52.0102599Z remote: Counting objects:  95% (276/290)        
2021-08-08T16:22:52.0102996Z remote: Counting objects:  96% (279/290)        
2021-08-08T16:22:52.0103408Z remote: Counting objects:  97% (282/290)        
2021-08-08T16:22:52.0260487Z remote: Counting objects:  98% (285/290)        
2021-08-08T16:22:52.0260910Z remote: Counting objects:  99% (288/290)        
2021-08-08T16:22:52.0261321Z remote: Counting objects: 100% (290/290)        
2021-08-08T16:22:52.0261738Z remote: Counting objects: 100% (290/290), done.        
2021-08-08T16:22:52.0262197Z remote: Compressing objects:   0% (1/266)        
2021-08-08T16:22:52.0262646Z remote: Compressing objects:   1% (3/266)        
2021-08-08T16:22:52.0263074Z remote: Compressing objects:   2% (6/266)        
2021-08-08T16:22:52.0263520Z remote: Compressing objects:   3% (8/266)        
2021-08-08T16:22:52.0263966Z remote: Compressing objects:   4% (11/266)        
2021-08-08T16:22:52.0264400Z remote: Compressing objects:   5% (14/266)        
2021-08-08T16:22:52.0264844Z remote: Compressing objects:   6% (16/266)        
2021-08-08T16:22:52.0265275Z remote: Compressing objects:   7% (19/266)        
2021-08-08T16:22:52.0266031Z remote: Compressing objects:   8% (22/266)        
2021-08-08T16:22:52.0266969Z remote: Compressing objects:   9% (24/266)        
2021-08-08T16:22:52.0267448Z remote: Compressing objects:  10% (27/266)        
2021-08-08T16:22:52.0268312Z remote: Compressing objects:  11% (30/266)        
2021-08-08T16:22:52.0269932Z remote: Compressing objects:  12% (32/266)        
2021-08-08T16:22:52.0270458Z remote: Compressing objects:  13% (35/266)        
2021-08-08T16:22:52.0270984Z remote: Compressing objects:  14% (38/266)        
2021-08-08T16:22:52.0271703Z remote: Compressing objects:  15% (40/266)        
2021-08-08T16:22:52.0272248Z remote: Compressing objects:  16% (43/266)        
2021-08-08T16:22:52.0272904Z remote: Compressing objects:  17% (46/266)        
2021-08-08T16:22:52.0273602Z remote: Compressing objects:  18% (48/266)        
2021-08-08T16:22:52.0274777Z remote: Compressing objects:  19% (51/266)        
2021-08-08T16:22:52.0275491Z remote: Compressing objects:  20% (54/266)        
2021-08-08T16:22:52.0276710Z remote: Compressing objects:  21% (56/266)        
2021-08-08T16:22:52.0277719Z remote: Compressing objects:  22% (59/266)        
2021-08-08T16:22:52.0278455Z remote: Compressing objects:  23% (62/266)        
2021-08-08T16:22:52.0279072Z remote: Compressing objects:  24% (64/266)        
2021-08-08T16:22:52.0280325Z remote: Compressing objects:  25% (67/266)        
2021-08-08T16:22:52.0281255Z remote: Compressing objects:  26% (70/266)        
2021-08-08T16:22:52.0281804Z remote: Compressing objects:  27% (72/266)        
2021-08-08T16:22:52.0282336Z remote: Compressing objects:  28% (75/266)        
2021-08-08T16:22:52.0282880Z remote: Compressing objects:  29% (78/266)        
2021-08-08T16:22:52.0283695Z remote: Compressing objects:  30% (80/266)        
2021-08-08T16:22:52.0284681Z remote: Compressing objects:  31% (83/266)        
2021-08-08T16:22:52.0285158Z remote: Compressing objects:  32% (86/266)        
2021-08-08T16:22:52.0285628Z remote: Compressing objects:  33% (88/266)        
2021-08-08T16:22:52.0286766Z remote: Compressing objects:  34% (91/266)        
2021-08-08T16:22:52.0287708Z remote: Compressing objects:  35% (94/266)        
2021-08-08T16:22:52.0288294Z remote: Compressing objects:  36% (96/266)        
2021-08-08T16:22:52.0289008Z remote: Compressing objects:  37% (99/266)        
2021-08-08T16:22:52.0290563Z remote: Compressing objects:  38% (102/266)        
2021-08-08T16:22:52.0291588Z remote: Compressing objects:  39% (104/266)        
2021-08-08T16:22:52.0292294Z remote: Compressing objects:  40% (107/266)        
2021-08-08T16:22:52.0292907Z remote: Compressing objects:  41% (110/266)        
2021-08-08T16:22:52.0293763Z remote: Compressing objects:  42% (112/266)        
2021-08-08T16:22:52.0294866Z remote: Compressing objects:  43% (115/266)        
2021-08-08T16:22:52.0295554Z remote: Compressing objects:  44% (118/266)        
2021-08-08T16:22:52.0300400Z remote: Compressing objects:  45% (120/266)        
2021-08-08T16:22:52.0300986Z remote: Compressing objects:  46% (123/266)        
2021-08-08T16:22:52.0301919Z remote: Compressing objects:  47% (126/266)        
2021-08-08T16:22:52.0302426Z remote: Compressing objects:  48% (128/266)        
2021-08-08T16:22:52.0302950Z remote: Compressing objects:  49% (131/266)        
2021-08-08T16:22:52.0303473Z remote: Compressing objects:  50% (133/266)        
2021-08-08T16:22:52.0303978Z remote: Compressing objects:  51% (136/266)        
2021-08-08T16:22:52.0304645Z remote: Compressing objects:  52% (139/266)        
2021-08-08T16:22:52.0305283Z remote: Compressing objects:  53% (141/266)        
2021-08-08T16:22:52.0305781Z remote: Compressing objects:  54% (144/266)        
2021-08-08T16:22:52.0306260Z remote: Compressing objects:  55% (147/266)        
2021-08-08T16:22:52.0306724Z remote: Compressing objects:  56% (149/266)        
2021-08-08T16:22:52.0307202Z remote: Compressing objects:  57% (152/266)        
2021-08-08T16:22:52.0307676Z remote: Compressing objects:  58% (155/266)        
2021-08-08T16:22:52.0308280Z remote: Compressing objects:  59% (157/266)        
2021-08-08T16:22:52.0308798Z remote: Compressing objects:  60% (160/266)        
2021-08-08T16:22:52.0309280Z remote: Compressing objects:  61% (163/266)        
2021-08-08T16:22:52.0309739Z remote: Compressing objects:  62% (165/266)        
2021-08-08T16:22:52.0310216Z remote: Compressing objects:  63% (168/266)        
2021-08-08T16:22:52.0310677Z remote: Compressing objects:  64% (171/266)        
2021-08-08T16:22:52.0311151Z remote: Compressing objects:  65% (173/266)        
2021-08-08T16:22:52.0311627Z remote: Compressing objects:  66% (176/266)        
2021-08-08T16:22:52.0312081Z remote: Compressing objects:  67% (179/266)        
2021-08-08T16:22:52.0312553Z remote: Compressing objects:  68% (181/266)        
2021-08-08T16:22:52.0313012Z remote: Compressing objects:  69% (184/266)        
2021-08-08T16:22:52.0313699Z remote: Compressing objects:  70% (187/266)        
2021-08-08T16:22:52.0314585Z remote: Compressing objects:  71% (189/266)        
2021-08-08T16:22:52.0315282Z remote: Compressing objects:  72% (192/266)        
2021-08-08T16:22:52.0316241Z remote: Compressing objects:  73% (195/266)        
2021-08-08T16:22:52.0316958Z remote: Compressing objects:  74% (197/266)        
2021-08-08T16:22:52.0317763Z remote: Compressing objects:  75% (200/266)        
2021-08-08T16:22:52.0318242Z remote: Compressing objects:  76% (203/266)        
2021-08-08T16:22:52.0318702Z remote: Compressing objects:  77% (205/266)        
2021-08-08T16:22:52.0319176Z remote: Compressing objects:  78% (208/266)        
2021-08-08T16:22:52.0319651Z remote: Compressing objects:  79% (211/266)        
2021-08-08T16:22:52.0320110Z remote: Compressing objects:  80% (213/266)        
2021-08-08T16:22:52.0320587Z remote: Compressing objects:  81% (216/266)        
2021-08-08T16:22:52.0321058Z remote: Compressing objects:  82% (219/266)        
2021-08-08T16:22:52.0322216Z remote: Compressing objects:  83% (221/266)        
2021-08-08T16:22:52.0322890Z remote: Compressing objects:  84% (224/266)        
2021-08-08T16:22:52.0323493Z remote: Compressing objects:  85% (227/266)        
2021-08-08T16:22:52.0324105Z remote: Compressing objects:  86% (229/266)        
2021-08-08T16:22:52.0324713Z remote: Compressing objects:  87% (232/266)        
2021-08-08T16:22:52.0325622Z remote: Compressing objects:  88% (235/266)        
2021-08-08T16:22:52.0348254Z remote: Compressing objects:  89% (237/266)        
2021-08-08T16:22:52.0349099Z remote: Compressing objects:  90% (240/266)        
2021-08-08T16:22:52.0349781Z remote: Compressing objects:  91% (243/266)        
2021-08-08T16:22:52.0350242Z remote: Compressing objects:  92% (245/266)        
2021-08-08T16:22:52.0350719Z remote: Compressing objects:  93% (248/266)        
2021-08-08T16:22:52.0351193Z remote: Compressing objects:  94% (251/266)        
2021-08-08T16:22:52.0351648Z remote: Compressing objects:  95% (253/266)        
2021-08-08T16:22:52.0352117Z remote: Compressing objects:  96% (256/266)        
2021-08-08T16:22:52.0352582Z remote: Compressing objects:  97% (259/266)        
2021-08-08T16:22:52.0353243Z remote: Compressing objects:  98% (261/266)        
2021-08-08T16:22:52.0353734Z remote: Compressing objects:  99% (264/266)        
2021-08-08T16:22:52.0354204Z remote: Compressing objects: 100% (266/266)        
2021-08-08T16:22:52.0354708Z remote: Compressing objects: 100% (266/266), done.        
2021-08-08T16:22:52.0408492Z Receiving objects:   0% (1/290)
2021-08-08T16:22:52.0409044Z Receiving objects:   1% (3/290)
2021-08-08T16:22:52.0409470Z Receiving objects:   2% (6/290)
2021-08-08T16:22:52.0409870Z Receiving objects:   3% (9/290)
2021-08-08T16:22:52.0410284Z Receiving objects:   4% (12/290)
2021-08-08T16:22:52.0410703Z Receiving objects:   5% (15/290)
2021-08-08T16:22:52.0411103Z Receiving objects:   6% (18/290)
2021-08-08T16:22:52.0411517Z Receiving objects:   7% (21/290)
2021-08-08T16:22:52.0411915Z Receiving objects:   8% (24/290)
2021-08-08T16:22:52.0412329Z Receiving objects:   9% (27/290)
2021-08-08T16:22:52.0412902Z Receiving objects:  10% (29/290)
2021-08-08T16:22:52.0413351Z Receiving objects:  11% (32/290)
2021-08-08T16:22:52.0413765Z Receiving objects:  12% (35/290)
2021-08-08T16:22:52.0414184Z Receiving objects:  13% (38/290)
2021-08-08T16:22:52.0414583Z Receiving objects:  14% (41/290)
2021-08-08T16:22:52.0414999Z Receiving objects:  15% (44/290)
2021-08-08T16:22:52.0415402Z Receiving objects:  16% (47/290)
2021-08-08T16:22:52.0415813Z Receiving objects:  17% (50/290)
2021-08-08T16:22:52.0416226Z Receiving objects:  18% (53/290)
2021-08-08T16:22:52.0416623Z Receiving objects:  19% (56/290)
2021-08-08T16:22:52.0417035Z Receiving objects:  20% (58/290)
2021-08-08T16:22:52.0439572Z Receiving objects:  21% (61/290)
2021-08-08T16:22:52.0440023Z Receiving objects:  22% (64/290)
2021-08-08T16:22:52.0442452Z Receiving objects:  23% (67/290)
2021-08-08T16:22:52.0446941Z Receiving objects:  24% (70/290)
2021-08-08T16:22:52.0451965Z Receiving objects:  25% (73/290)
2021-08-08T16:22:52.0452436Z Receiving objects:  26% (76/290)
2021-08-08T16:22:52.0453041Z Receiving objects:  27% (79/290)
2021-08-08T16:22:52.0455329Z Receiving objects:  28% (82/290)
2021-08-08T16:22:52.0455735Z Receiving objects:  29% (85/290)
2021-08-08T16:22:52.0457611Z Receiving objects:  30% (87/290)
2021-08-08T16:22:52.0458064Z Receiving objects:  31% (90/290)
2021-08-08T16:22:52.0458465Z Receiving objects:  32% (93/290)
2021-08-08T16:22:52.0475722Z Receiving objects:  33% (96/290)
2021-08-08T16:22:52.0478615Z Receiving objects:  34% (99/290)
2021-08-08T16:22:52.0531342Z Receiving objects:  35% (102/290)
2021-08-08T16:22:52.0532984Z Receiving objects:  36% (105/290)
2021-08-08T16:22:52.0538155Z Receiving objects:  37% (108/290)
2021-08-08T16:22:52.0540527Z Receiving objects:  38% (111/290)
2021-08-08T16:22:52.0545056Z Receiving objects:  39% (114/290)
2021-08-08T16:22:52.0550337Z Receiving objects:  40% (116/290)
2021-08-08T16:22:52.0555233Z Receiving objects:  41% (119/290)
2021-08-08T16:22:52.0562428Z Receiving objects:  42% (122/290)
2021-08-08T16:22:52.0562889Z Receiving objects:  43% (125/290)
2021-08-08T16:22:52.0620125Z Receiving objects:  44% (128/290)
2021-08-08T16:22:52.0620820Z Receiving objects:  45% (131/290)
2021-08-08T16:22:52.0637350Z Receiving objects:  46% (134/290)
2021-08-08T16:22:52.0638043Z Receiving objects:  47% (137/290)
2021-08-08T16:22:52.0638650Z Receiving objects:  48% (140/290)
2021-08-08T16:22:52.0639444Z Receiving objects:  49% (143/290)
2021-08-08T16:22:52.0640254Z Receiving objects:  50% (145/290)
2021-08-08T16:22:52.0642123Z Receiving objects:  51% (148/290)
2021-08-08T16:22:52.0643167Z Receiving objects:  52% (151/290)
2021-08-08T16:22:52.0643939Z Receiving objects:  53% (154/290)
2021-08-08T16:22:52.0644365Z Receiving objects:  54% (157/290)
2021-08-08T16:22:52.0645594Z Receiving objects:  55% (160/290)
2021-08-08T16:22:52.0646101Z Receiving objects:  56% (163/290)
2021-08-08T16:22:52.0647662Z Receiving objects:  57% (166/290)
2021-08-08T16:22:52.0651057Z Receiving objects:  58% (169/290)
2021-08-08T16:22:52.0654483Z Receiving objects:  59% (172/290)
2021-08-08T16:22:52.0658250Z Receiving objects:  60% (174/290)
2021-08-08T16:22:52.0658730Z Receiving objects:  61% (177/290)
2021-08-08T16:22:52.0659146Z Receiving objects:  62% (180/290)
2021-08-08T16:22:52.0660126Z Receiving objects:  63% (183/290)
2021-08-08T16:22:52.0666040Z Receiving objects:  64% (186/290)
2021-08-08T16:22:52.0747800Z Receiving objects:  65% (189/290)
2021-08-08T16:22:52.1199507Z Receiving objects:  66% (192/290)
2021-08-08T16:22:52.1741259Z Receiving objects:  67% (195/290)
2021-08-08T16:22:52.1851852Z Receiving objects:  68% (198/290)
2021-08-08T16:22:52.1927090Z Receiving objects:  69% (201/290)
2021-08-08T16:22:52.1927533Z Receiving objects:  70% (203/290)
2021-08-08T16:22:52.1935644Z Receiving objects:  71% (206/290)
2021-08-08T16:22:52.1943069Z Receiving objects:  72% (209/290)
2021-08-08T16:22:52.1943502Z Receiving objects:  73% (212/290)
2021-08-08T16:22:52.1946009Z Receiving objects:  74% (215/290)
2021-08-08T16:22:52.1966856Z Receiving objects:  75% (218/290)
2021-08-08T16:22:52.1969436Z Receiving objects:  76% (221/290)
2021-08-08T16:22:52.1971419Z Receiving objects:  77% (224/290)
2021-08-08T16:22:52.1973052Z Receiving objects:  78% (227/290)
2021-08-08T16:22:52.1975181Z Receiving objects:  79% (230/290)
2021-08-08T16:22:52.1978126Z Receiving objects:  80% (232/290)
2021-08-08T16:22:52.1980629Z Receiving objects:  81% (235/290)
2021-08-08T16:22:52.1981065Z Receiving objects:  82% (238/290)
2021-08-08T16:22:52.1981457Z Receiving objects:  83% (241/290)
2021-08-08T16:22:52.1986059Z Receiving objects:  84% (244/290)
2021-08-08T16:22:52.1986495Z Receiving objects:  85% (247/290)
2021-08-08T16:22:52.1986895Z Receiving objects:  86% (250/290)
2021-08-08T16:22:52.1987291Z Receiving objects:  87% (253/290)
2021-08-08T16:22:52.1987671Z Receiving objects:  88% (256/290)
2021-08-08T16:22:52.1988068Z Receiving objects:  89% (259/290)
2021-08-08T16:22:52.1988649Z Receiving objects:  90% (261/290)
2021-08-08T16:22:52.1989037Z Receiving objects:  91% (264/290)
2021-08-08T16:22:52.1989617Z Receiving objects:  92% (267/290)
2021-08-08T16:22:52.1990192Z Receiving objects:  93% (270/290)
2021-08-08T16:22:52.1990569Z Receiving objects:  94% (273/290)
2021-08-08T16:22:52.1990968Z Receiving objects:  95% (276/290)
2021-08-08T16:22:52.1994982Z Receiving objects:  96% (279/290)
2021-08-08T16:22:52.1995413Z Receiving objects:  97% (282/290)
2021-08-08T16:22:52.1996667Z remote: Total 290 (delta 39), reused 171 (delta 4), pack-reused 0        
2021-08-08T16:22:52.1997135Z Receiving objects:  98% (285/290)
2021-08-08T16:22:52.1997518Z Receiving objects:  99% (288/290)
2021-08-08T16:22:52.1997892Z Receiving objects: 100% (290/290)
2021-08-08T16:22:52.1998491Z Receiving objects: 100% (290/290), 850.53 KiB | 5.19 MiB/s, done.
2021-08-08T16:22:52.1998929Z Resolving deltas:   0% (0/39)
2021-08-08T16:22:52.1999297Z Resolving deltas:   2% (1/39)
2021-08-08T16:22:52.1999674Z Resolving deltas:   5% (2/39)
2021-08-08T16:22:52.2000055Z Resolving deltas:   7% (3/39)
2021-08-08T16:22:52.2000426Z Resolving deltas:  10% (4/39)
2021-08-08T16:22:52.2000812Z Resolving deltas:  12% (5/39)
2021-08-08T16:22:52.2001176Z Resolving deltas:  15% (6/39)
2021-08-08T16:22:52.2001718Z Resolving deltas:  17% (7/39)
2021-08-08T16:22:52.2002080Z Resolving deltas:  20% (8/39)
2021-08-08T16:22:52.2002422Z Resolving deltas:  23% (9/39)
2021-08-08T16:22:52.2002779Z Resolving deltas:  25% (10/39)
2021-08-08T16:22:52.2004374Z Resolving deltas:  28% (11/39)
2021-08-08T16:22:52.2004755Z Resolving deltas:  30% (12/39)
2021-08-08T16:22:52.2005118Z Resolving deltas:  33% (13/39)
2021-08-08T16:22:52.2005465Z Resolving deltas:  35% (14/39)
2021-08-08T16:22:52.2005826Z Resolving deltas:  38% (15/39)
2021-08-08T16:22:52.2014297Z Resolving deltas:  41% (16/39)
2021-08-08T16:22:52.2014718Z Resolving deltas:  43% (17/39)
2021-08-08T16:22:52.2015086Z Resolving deltas:  46% (18/39)
2021-08-08T16:22:52.2015452Z Resolving deltas:  48% (19/39)
2021-08-08T16:22:52.2015798Z Resolving deltas:  51% (20/39)
2021-08-08T16:22:52.2016169Z Resolving deltas:  53% (21/39)
2021-08-08T16:22:52.2016518Z Resolving deltas:  56% (22/39)
2021-08-08T16:22:52.2016875Z Resolving deltas:  58% (23/39)
2021-08-08T16:22:52.2017234Z Resolving deltas:  61% (24/39)
2021-08-08T16:22:52.2017576Z Resolving deltas:  64% (25/39)
2021-08-08T16:22:52.2017930Z Resolving deltas:  66% (26/39)
2021-08-08T16:22:52.2019429Z Resolving deltas:  69% (27/39)
2021-08-08T16:22:52.2021363Z Resolving deltas:  71% (28/39)
2021-08-08T16:22:52.2021847Z Resolving deltas:  74% (29/39)
2021-08-08T16:22:52.2023428Z Resolving deltas:  76% (30/39)
2021-08-08T16:22:52.2023932Z Resolving deltas:  79% (31/39)
2021-08-08T16:22:52.2025546Z Resolving deltas:  82% (32/39)
2021-08-08T16:22:52.2025961Z Resolving deltas:  84% (33/39)
2021-08-08T16:22:52.2026366Z Resolving deltas:  87% (34/39)
2021-08-08T16:22:52.2026750Z Resolving deltas:  89% (35/39)
2021-08-08T16:22:52.2027180Z Resolving deltas:  92% (36/39)
2021-08-08T16:22:52.2027567Z Resolving deltas:  94% (37/39)
2021-08-08T16:22:52.2032781Z Resolving deltas:  97% (38/39)
2021-08-08T16:22:52.2033239Z Resolving deltas: 100% (39/39)
2021-08-08T16:22:52.2033840Z Resolving deltas: 100% (39/39), done.
2021-08-08T16:22:52.2144738Z From https://github.com/Akinzekeel/BlazorGrid
2021-08-08T16:22:52.2145954Z  * [new ref]         d60330cdc2eeda2b3d1ac501ff7fb3cba0c3038a -> origin/master
2021-08-08T16:22:52.2166723Z ##[endgroup]
2021-08-08T16:22:52.2168015Z ##[group]Determining the checkout info
2021-08-08T16:22:52.2169224Z ##[endgroup]
2021-08-08T16:22:52.2170318Z ##[group]Checking out the ref
2021-08-08T16:22:52.2180208Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2021-08-08T16:22:52.2444720Z Reset branch 'master'
2021-08-08T16:22:52.2446879Z Branch 'master' set up to track remote branch 'master' from 'origin'.
2021-08-08T16:22:52.2452636Z ##[endgroup]
2021-08-08T16:22:52.2454097Z ##[group]Setting up auth for fetching submodules
2021-08-08T16:22:52.2468229Z Temporarily overriding HOME='/home/runner/work/_temp/4a7daa9a-00bb-40b4-91b0-52c1b499ad34' before making global git config changes
2021-08-08T16:22:52.2475700Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic ***
2021-08-08T16:22:52.2541925Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf
2021-08-08T16:22:52.2579813Z [command]/usr/bin/git config --global url.https://github.com/.insteadOf [email protected]:
2021-08-08T16:22:52.2607572Z ##[endgroup]
2021-08-08T16:22:52.2608981Z ##[group]Fetching submodules
2021-08-08T16:22:52.2614884Z [command]/usr/bin/git submodule sync
2021-08-08T16:22:52.2895940Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1
2021-08-08T16:22:52.3097476Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0
2021-08-08T16:22:52.3333289Z ##[endgroup]
2021-08-08T16:22:52.3334191Z ##[group]Persisting credentials for submodules
2021-08-08T16:22:52.3335699Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :
2021-08-08T16:22:52.3527854Z [command]/usr/bin/git submodule foreach git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url
2021-08-08T16:22:52.3731339Z [command]/usr/bin/git submodule foreach git config --local 'url.https://github.com/.insteadOf' '[email protected]:'
2021-08-08T16:22:52.3913221Z ##[endgroup]
2021-08-08T16:22:52.4002610Z [command]/usr/bin/git log -1 --format='%H'
2021-08-08T16:22:52.4024410Z 'd60330cdc2eeda2b3d1ac501ff7fb3cba0c3038a'
2021-08-08T16:22:52.4184924Z ##[group]Run Azure/static-web-apps-deploy@v1
2021-08-08T16:22:52.4185408Z with:
2021-08-08T16:22:52.4187638Z   azure_static_web_apps_api_token: ***
2021-08-08T16:22:52.4188515Z   repo_token: ***
2021-08-08T16:22:52.4188862Z   action: upload
2021-08-08T16:22:52.4189256Z   app_location: BlazorGrid.Demo
2021-08-08T16:22:52.4189699Z   output_location: wwwroot
2021-08-08T16:22:52.4190081Z ##[endgroup]
2021-08-08T16:22:52.4229558Z ##[command]/usr/bin/docker run --name bec5fb5debae60b26499eaf9743d10c5fac2b_b54902 --label 3bec5f --workdir /github/workspace --rm -e INPUT_AZURE_STATIC_WEB_APPS_API_TOKEN -e INPUT_REPO_TOKEN -e INPUT_ACTION -e INPUT_APP_LOCATION -e INPUT_API_LOCATION -e INPUT_OUTPUT_LOCATION -e INPUT_API_BUILD_COMMAND -e INPUT_APP_ARTIFACT_LOCATION -e INPUT_APP_BUILD_COMMAND -e INPUT_ROUTES_LOCATION -e INPUT_SKIP_APP_BUILD -e INPUT_CONFIG_FILE_LOCATION -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/BlazorGrid/BlazorGrid":"/github/workspace" 3bec5f:b5debae60b26499eaf9743d10c5fac2b
2021-08-08T16:22:52.9207976Z [37mDeploymentId: 2b4c2e2b-3510-4c22-8830-52feb9dd063f[0m
2021-08-08T16:22:52.9208733Z [37m[0m
2021-08-08T16:22:53.0305612Z [37mApp Directory Location: 'BlazorGrid.Demo' was found.[0m
2021-08-08T16:22:53.0306625Z [37mNo Api directory specified. Azure Functions will not be created.[0m
2021-08-08T16:22:54.1155237Z [37mStarting to build app with Oryx[0m
2021-08-08T16:22:54.1162504Z [33mAzure Static Web Apps utilizes Oryx to build both static applications and Azure Functions. You can find more details on Oryx here: https://github.com/microsoft/Oryx[0m
2021-08-08T16:22:54.1163854Z [37m---Oryx build logs---[0m
2021-08-08T16:22:54.1164277Z [37m[0m
2021-08-08T16:22:54.1164611Z [37m[0m
2021-08-08T16:22:54.6131047Z [37mOperation performed by Microsoft Oryx, https://github.com/Microsoft/Oryx[0m
2021-08-08T16:22:54.6133244Z [37mYou can report issues at https://github.com/Microsoft/Oryx/issues[0m
2021-08-08T16:22:54.6134942Z [37m[0m
2021-08-08T16:22:54.6138686Z [37mOryx Version: 0.2.20210410.1, Commit: e73613ae1fd73c809c00f357f8df91eb984e1158, ReleaseTagName: 20210410.1[0m
2021-08-08T16:22:54.6143322Z [37m[0m
2021-08-08T16:22:54.6149676Z [37mBuild Operation ID: |su8YYgvvzYs=.f7b38068_[0m
2021-08-08T16:22:54.6154960Z [37mRepository Commit : d60330cdc2eeda2b3d1ac501ff7fb3cba0c3038a[0m
2021-08-08T16:22:54.6159829Z [37m[0m
2021-08-08T16:22:54.6342977Z [37mDetecting platforms...[0m
2021-08-08T16:22:55.8283142Z [37mDetected following platforms:[0m
2021-08-08T16:22:55.8283738Z [37m  nodejs: 14.17.4[0m
2021-08-08T16:22:55.8285301Z [37m  dotnet: 5.0.8[0m
2021-08-08T16:22:55.8335213Z [37mVersion '14.17.4' of platform 'nodejs' is not installed. Generating script to install it...[0m
2021-08-08T16:22:55.8348459Z [37mVersion '5.0.8' of platform 'dotnet' is not installed. Generating script to install it...[0m
2021-08-08T16:22:56.0136037Z [37m[0m
2021-08-08T16:22:56.0195525Z [37m[0m
2021-08-08T16:22:56.0198511Z [37mSource directory     : /github/workspace/BlazorGrid.Demo[0m
2021-08-08T16:22:56.0199874Z [37mDestination directory: /bin/staticsites/ss-oryx/app[0m
2021-08-08T16:22:56.0203089Z [37m[0m
2021-08-08T16:22:56.0207250Z [37m[0m
2021-08-08T16:22:56.0211855Z [37mDownloading and extracting 'nodejs' version '14.17.4' to '/tmp/oryx/platforms/nodejs/14.17.4'...[0m
2021-08-08T16:22:56.2312975Z [37mDownloaded in 0 sec(s).[0m
2021-08-08T16:22:56.2315605Z [37mVerifying checksum...[0m
2021-08-08T16:22:56.3622360Z [37mExtracting contents...[0m
2021-08-08T16:22:57.2963128Z [37mDone in 1 sec(s).[0m
2021-08-08T16:22:57.2964297Z [37m[0m
2021-08-08T16:22:57.2968427Z [37m[0m
2021-08-08T16:22:57.2972264Z [37mDownloading and extracting 'dotnet' version '5.0.302' to '/tmp/oryx/platforms/dotnet/5.0.302'...[0m
2021-08-08T16:22:58.0326066Z [37mDownloaded in 1 sec(s).[0m
2021-08-08T16:22:58.0330914Z [37mVerifying checksum...[0m
2021-08-08T16:22:58.5087172Z [37mExtracting contents...[0m
2021-08-08T16:23:01.6217129Z [37mDone in 4 sec(s).[0m
2021-08-08T16:23:01.6225658Z [37m[0m
2021-08-08T16:23:01.6726301Z [37m[0m
2021-08-08T16:23:01.6761599Z [37mUsing Node version:[0m
2021-08-08T16:23:01.6788398Z [37mv14.17.4[0m
2021-08-08T16:23:01.6810767Z [37m[0m
2021-08-08T16:23:01.6813536Z [37mUsing Npm version:[0m
2021-08-08T16:23:01.8600428Z [37m6.14.14[0m
2021-08-08T16:23:01.8687414Z [37m[0m
2021-08-08T16:23:01.8692316Z [37mRunning 'npm install --unsafe-perm'...[0m
2021-08-08T16:23:01.8696886Z [37m[0m
2021-08-08T16:23:10.0669044Z [37m[0m
2021-08-08T16:23:10.0678353Z [37m> [email protected] install /github/workspace/BlazorGrid.Demo/node_modules/node-sass[0m
2021-08-08T16:23:10.0680117Z [37m> node scripts/install.js[0m
2021-08-08T16:23:10.0681281Z [37m[0m
2021-08-08T16:23:10.0682595Z [37mDownloading binary from https://github.com/sass/node-sass/releases/download/v4.14.1/linux-x64-83_binding.node[0m
2021-08-08T16:23:10.0683713Z [37mDownload complete[0m
2021-08-08T16:23:10.0684873Z [37mBinary saved to /github/workspace/BlazorGrid.Demo/node_modules/node-sass/vendor/linux-x64-83/binding.node[0m
2021-08-08T16:23:10.0686359Z [37mCaching binary to /github/home/.npm/node-sass/4.14.1/linux-x64-83_binding.node[0m
2021-08-08T16:23:10.0688339Z [37m[0m
2021-08-08T16:23:10.0690130Z [37m> [email protected] postinstall /github/workspace/BlazorGrid.Demo/node_modules/node-sass[0m
2021-08-08T16:23:10.0691918Z [37m> node scripts/build.js[0m
2021-08-08T16:23:10.0692680Z [37m[0m
2021-08-08T16:23:10.1770112Z [37mBinary found at /github/workspace/BlazorGrid.Demo/node_modules/node-sass/vendor/linux-x64-83/binding.node[0m
2021-08-08T16:23:10.1839026Z [37mTesting binary[0m
2021-08-08T16:23:10.3241872Z [37mBinary is fine[0m
2021-08-08T16:23:10.6386010Z [31mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):[0m
2021-08-08T16:23:10.6395371Z [31mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})[0m
2021-08-08T16:23:10.6402121Z [31m[0m
2021-08-08T16:23:10.6540272Z [37madded 458 packages from 295 contributors and audited 463 packages in 8.372s[0m
2021-08-08T16:23:10.8917268Z [37m[0m
2021-08-08T16:23:10.8918051Z [37m5 packages are looking for funding[0m
2021-08-08T16:23:10.8918999Z [37m  run `npm fund` for details[0m
2021-08-08T16:23:10.8919455Z [37m[0m
2021-08-08T16:23:10.8926337Z [37mfound 6 vulnerabilities (1 low, 2 moderate, 3 high)[0m
2021-08-08T16:23:10.8927037Z [37m  run `npm audit fix` to fix them, or `npm audit` for details[0m
2021-08-08T16:23:10.9121768Z [37m[0m
2021-08-08T16:23:10.9122445Z [37mRunning 'npm run build'...[0m
2021-08-08T16:23:10.9122880Z [37m[0m
2021-08-08T16:23:11.1204672Z [37m[0m
2021-08-08T16:23:11.1209166Z [37m> [email protected] build /github/workspace/BlazorGrid.Demo[0m
2021-08-08T16:23:11.1213529Z [37m> gulp default & dotnet publish -c Release[0m
2021-08-08T16:23:11.1218169Z [37m[0m
2021-08-08T16:23:11.2721595Z [37m[0m
2021-08-08T16:23:11.3133564Z [37mWelcome to .NET 5.0![0m
2021-08-08T16:23:11.3239974Z [37m---------------------[0m
2021-08-08T16:23:11.3243452Z [37mSDK Version: 5.0.302[0m
2021-08-08T16:23:11.3247036Z [37m[0m
2021-08-08T16:23:11.3249940Z [37mTelemetry[0m
2021-08-08T16:23:11.3253194Z [37m---------[0m
2021-08-08T16:23:11.3260393Z [37mThe .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.[0m
2021-08-08T16:23:11.3262669Z [37m[0m
2021-08-08T16:23:11.3267209Z [37mRead more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry[0m
2021-08-08T16:23:11.3271100Z [37m[0m
2021-08-08T16:23:11.3274857Z [37m----------------[0m
2021-08-08T16:23:11.3278381Z [37mInstalled an ASP.NET Core HTTPS development certificate.[0m
2021-08-08T16:23:11.3281548Z [37mTo trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only).[0m
2021-08-08T16:23:11.3284901Z [37mLearn about HTTPS: https://aka.ms/dotnet-https[0m
2021-08-08T16:23:11.3288066Z [37m----------------[0m
2021-08-08T16:23:11.3291426Z [37mWrite your first app: https://aka.ms/dotnet-hello-world[0m
2021-08-08T16:23:11.3294991Z [37mFind out what's new: https://aka.ms/dotnet-whats-new[0m
2021-08-08T16:23:11.3301187Z [37mExplore documentation: https://aka.ms/dotnet-docs[0m
2021-08-08T16:23:11.3304697Z [37mReport issues and find source on GitHub: https://github.com/dotnet/core[0m
2021-08-08T16:23:11.3308101Z [37mUse 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli[0m
2021-08-08T16:23:11.3312500Z [37m--------------------------------------------------------------------------------------[0m
2021-08-08T16:23:11.7848916Z [37mMicrosoft (R) Build Engine version 16.10.2+857e5a733 for .NET[0m
2021-08-08T16:23:11.7850338Z [37mCopyright (C) Microsoft Corporation. All rights reserved.[0m
2021-08-08T16:23:11.7851290Z [37m[0m
2021-08-08T16:23:11.8688583Z [37m[16:23:11] Using gulpfile /github/workspace/BlazorGrid.Demo/gulpfile.js[0m
2021-08-08T16:23:11.8690651Z [37m[16:23:11] Starting 'default'...[0m
2021-08-08T16:23:11.8692216Z [37m[16:23:11] Starting 'compileCss'...[0m
2021-08-08T16:23:11.8692927Z [37m[16:23:11] Starting 'copyContent'...[0m
2021-08-08T16:23:11.8694885Z [37m[16:23:11] Finished 'compileCss' after 13 ms[0m
2021-08-08T16:23:11.8853065Z [37m[16:23:11] Finished 'copyContent' after 20 ms[0m
2021-08-08T16:23:11.8854022Z [37m[16:23:11] Finished 'default' after 22 ms[0m
2021-08-08T16:23:12.3416356Z [37m  Determining projects to restore...[0m
2021-08-08T16:23:14.0871489Z [37m  Restored /github/workspace/BlazorGrid/BlazorGrid.csproj (in 1.43 sec).[0m
2021-08-08T16:23:16.2027650Z [37m  Restored /github/workspace/BlazorGrid.Demo/BlazorGrid.Demo.csproj (in 3.54 sec).[0m
2021-08-08T16:23:20.9798389Z [37m  BlazorGrid -> /github/workspace/BlazorGrid/bin/Release/net5.0/BlazorGrid.dll[0m
2021-08-08T16:23:21.2871047Z [37m  Successfully created package '/github/workspace/BlazorGrid/bin/Release/Akinzekeel.BlazorGrid.1.0.6.nupkg'.[0m
2021-08-08T16:23:25.7803846Z [37m  BlazorGrid.Demo -> /github/workspace/BlazorGrid.Demo/bin/Release/net5.0/BlazorGrid.Demo.dll[0m
2021-08-08T16:23:25.7823169Z [37m  BlazorGrid.Demo (Blazor output) -> /github/workspace/BlazorGrid.Demo/bin/Release/net5.0/wwwroot[0m
2021-08-08T16:23:37.4284464Z [37m  Optimizing assemblies for size, which may change the behavior of the app. Be sure to test after publishing. See: https://aka.ms/dotnet-illink[0m
2021-08-08T16:23:37.4655858Z [37m  Compressing Blazor WebAssembly publish artifacts. This may take a while...[0m
2021-08-08T16:24:05.8336152Z [37m  BlazorGrid.Demo -> /github/workspace/BlazorGrid.Demo/bin/Release/net5.0/publish/[0m
2021-08-08T16:24:05.8606455Z [37mPreparing output...[0m
2021-08-08T16:24:05.8607708Z [37m[0m
2021-08-08T16:24:05.8608798Z [37mCopying files to destination directory '/bin/staticsites/ss-oryx/app'...[0m
2021-08-08T16:24:06.9536149Z [37mDone in 1 sec(s).[0m
2021-08-08T16:24:06.9556778Z [37m[0m
2021-08-08T16:24:06.9557619Z [37mRemoving existing manifest file[0m
2021-08-08T16:24:06.9573576Z [37mCreating a manifest file...[0m
2021-08-08T16:24:06.9574297Z [37mManifest file created.[0m
2021-08-08T16:24:06.9574764Z [37m[0m
2021-08-08T16:24:06.9575365Z [37mDone in 70 sec(s).[0m
2021-08-08T16:24:07.3457484Z [37m[0m
2021-08-08T16:24:07.3457891Z [37m[0m
2021-08-08T16:24:07.3460850Z [37m---End of Oryx build logs---[0m
2021-08-08T16:24:07.3461501Z [37mFinished building app with Oryx[0m
2021-08-08T16:24:07.3649090Z [37mZipping App Artifacts[0m
2021-08-08T16:24:07.4244016Z [37mDone Zipping App Artifacts[0m
2021-08-08T16:24:07.4252746Z [33mEither no Api directory was specified, or the specified directory was not found. Azure Functions will not be created.[0m
2021-08-08T16:24:07.7904131Z [37mUploading build artifacts.[0m
2021-08-08T16:24:09.5538290Z [32mFinished Upload. Polling on deployment.[0m
2021-08-08T16:24:09.7811374Z [37mStatus: InProgress. Time: 0.2270504(s)[0m
2021-08-08T16:24:24.9944463Z [37mStatus: Succeeded. Time: 15.4400613(s)[0m
2021-08-08T16:24:24.9945327Z [32mDeployment Complete :)[0m
2021-08-08T16:24:24.9946522Z [32mVisit your site at: https://ambitious-stone-04fa5c303.azurestaticapps.net[0m
2021-08-08T16:24:24.9979450Z [37mThanks for using Azure Static Web Apps![0m
2021-08-08T16:24:24.9980262Z [37mExiting[0m
2021-08-08T16:24:26.3603586Z Post job cleanup.
2021-08-08T16:24:26.4619694Z [command]/usr/bin/git version
2021-08-08T16:24:26.4670806Z git version 2.32.0
2021-08-08T16:24:26.4708803Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2021-08-08T16:24:26.4741311Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2021-08-08T16:24:26.4971054Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2021-08-08T16:24:26.4993217Z http.https://github.com/.extraheader
2021-08-08T16:24:26.5004958Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2021-08-08T16:24:26.5039321Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2021-08-08T16:24:26.5359489Z Cleaning up orphan processes

Akinzekeel avatar Aug 08 '21 16:08 Akinzekeel

Might have to do with using Gulp to build. @arroyc can you please take a look?

anthonychu avatar Aug 24 '21 00:08 anthonychu

I'm experiencing this as well and am using Gulp as a step before the static-web-apps-deploy action. My application leverages TailwindCSS which needs NPM and Gulp.

- name: Run Gulp commands
        run: |
          pushd APPLICATION/Client
          npm install
          gulp build
          popd
      - name: Build And Deploy
        id: builddeploy
        uses: Azure/static-web-apps-deploy@v1
        with:
          azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WONDERFUL_WAVE_0C1A4A10F }}
          repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
          action: "upload"
          ###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
          # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
          app_location: "APPLICATION/Client" # App source code path
          #api_location: "Api" # Api source code path - optional
          output_location: "wwwroot" # Built app content directory - optional
          app_build_command: dotnet build -c Release
          ###### End of Repository/Build Configurations ######

DerekChasse avatar Oct 14 '21 20:10 DerekChasse

We're closing this issue due to its age. If this is still impacting you please open a new issue and simply link back to this one.

simonjj avatar Jan 11 '24 01:01 simonjj