Azure / static-web-apps

Azure Static Web Apps. For bugs and feature requests, please create an issue in this repo. For community discussions, latest updates, kindly refer to the Discussions Tab. To know what's new in Static Web Apps, visit https://aka.ms/swa/ThisMonth
https://aka.ms/swa
MIT License
330 stars 56 forks source link

Oryx has failed to build the solution. #302

Open wilberolive opened 3 years ago

wilberolive commented 3 years ago

Yesterday my solution was building just fine. Made about 10 commits yesterday and each built and deployed fine. Now today I have come to continue my testing of Azure Static Web App and found that the solution is no longer building. Instead I get this error.

error

I first noticed the error when creating a pull request just now. I naturally assumed my code in the branch I pull requested from must have had a problem (even though it compiles and runs fine locally in Visual Studio). So I tried making a new branch based on the master branch (that I know compiled fine yesterday), made a small change to the README.md file and created a pull request... but same error.

So then I went to the master branch and just changed the README.md file to force a compile... but oh no, the same error! This code was pushed to the master branch just yesterday and compiled and deployed fine. Now I get this error with no changes made to the code or the Azure Static Web App portal.

What could be going on? What does this cryptic error even mean and where do I look for more information about what has gone wrong?

wilberolive commented 3 years ago

I tried a few more times and it appears as though it fails at this line here.

Downloading and extracting 'dotnet' version '5.0.100' to '/tmp/oryx/platforms/dotnet/5.0.100'...

However, sometimes it will make it past that and compile the Client. But then when it tries to compile the Api, it will fail at this line.

Downloading and extracting 'dotnet' version '3.1.406' to '/tmp/oryx/platforms/dotnet/3.1.406'...

I then tried again just then and it made it all the way through and compiled everything for the first time today. So it seems something is going wrong intermittently with the download of 'dotnet' by Oryx.

Another interesting thing I noticed is that the version of 'dotnet' changes randomly. For example, in the half a dozen attempts I've made today it will randomly bounce between Downloading and extracting 'dotnet' version '5.0.100' and Downloading and extracting 'dotnet' version '5.0.103' for example. Not sure what that is all about?

arroyc commented 3 years ago

Sorry for your trouble .. there are couple of things here I would like to mention .... we (oryx) always try to keep it up to date with the dotnet releases. so if you see today it is trying to download and extract 5.0.100, it can change next day to 5.0.103 .. because we have updated dotnet 5 sdk to point to 5.0.103. Now coming back to the failure, I'm not sure at this moment as there is not much logs seems to be available. But we will work on this to get a solution out as soon as possible

wilberolive commented 3 years ago

@arroyc It appears to be working normally again now. Perhaps I was just trying to compile at the same time it was being updated. Might explain why it was struggling to pick a dotnet version and download it. If you figure out what exactly went wrong though, may I suggest updating the generic error message to something more meaningful. For example, if I had known it was just a temporary issue I would have happily waited rather than jumping on here to post.

arroyc commented 3 years ago

@wilberolive .. thanks for responding .. i believe there were 2 issues here .. one is the sdk version mismatch and another one is oryx build failure .. we will sure take a note on the failure to have more specific error message from now on. but not sure how to resolve the sdk version mismatch issue. But i am happy your app is working now. Feel free to open a new issue related to oryx here https://github.com/microsoft/Oryx/issues.

qianz2 commented 3 years ago

Hello @wilberolive , I think the issue is resolved by the latest release now. Could you try again and if resolved could you close this issue. Thanks!

anthonychu commented 3 years ago

@wilberolive Please let us know if you're still affected by this issue. Thanks!

lbugnion commented 3 years ago

Hi,

I am seeing the same issue yesterday and today. At first I thought it was related to the GitHub outages, but today it's still there.

image

Note how it says .NET 5.0.9 detected, but then it tries to install .NET 5.0.400.

Do we have more logs that what is shown in the window here? Thanks!

arroyc commented 3 years ago

5.0.9 is the runtime and the corresponding compatible sdk is 5.0.400. Can you please retry .. sometimes it happens when we are upgrading patches.

anthonychu commented 3 years ago

@lbugnion Please let us know if you're still getting the error.

mystic001 commented 3 years ago

The issue with deployment to my Azure static web app seems to still be occuring below is the error I got while trying to deploy my application staticjp

anthonychu commented 3 years ago

@mystic001 Looking at your crm repo, your error is not related to the others in this thread. The build logs indicate that React is “Treating warnings as errors”:

> crm@0.1.0 build /github/workspace
> react-scripts build

Creating an optimized production build...

Treating warnings as errors because process.env.CI = true.
Most CI servers set it automatically.

When running a build in a CI service like GitHub Actions, React will treat any warnings as errors and fail the build. There are 2 ways to solve this:

mystic001 commented 3 years ago

@anthonychu thank you for this insightful and detailed explanation I will make the correction.....

sanjeev567 commented 2 years ago
  • Unset the CI variable by updating your build script in package.json to CI= react-scripts build

i'm beginer level developer facing same issue but not satisfied with the answer would you further explain like how to fix warning in the app and unset the CI variable in the package.json @anthonychu Screenshot (208)

calloncampbell commented 2 years ago

I'm getting this error on a .NET 6 Blazor application. Here are the logs. The error that it failed to build the solution is useless if we can't act on it. The application runs just fine locally.

Here is the GitHub Action log:

2022-02-02T17:04:08.4335129Z Waiting for a runner to pick up this job...
2022-02-02T17:04:09.1076779Z Job is waiting for a hosted runner to come online.
2022-02-02T17:04:11.9752532Z Job is about to start running on the hosted runner: Hosted Agent (hosted)
2022-02-02T17:04:15.2882318Z Current runner version: '2.287.1'
2022-02-02T17:04:15.2909000Z ##[group]Operating System
2022-02-02T17:04:15.2909525Z Ubuntu
2022-02-02T17:04:15.2909868Z 20.04.3
2022-02-02T17:04:15.2910078Z LTS
2022-02-02T17:04:15.2910346Z ##[endgroup]
2022-02-02T17:04:15.2910600Z ##[group]Virtual Environment
2022-02-02T17:04:15.2910967Z Environment: ubuntu-20.04
2022-02-02T17:04:15.2911301Z Version: 20220123.1
2022-02-02T17:04:15.2911725Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20220123.1/images/linux/Ubuntu2004-Readme.md
2022-02-02T17:04:15.2912321Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20220123.1
2022-02-02T17:04:15.2912741Z ##[endgroup]
2022-02-02T17:04:15.2913022Z ##[group]Virtual Environment Provisioner
2022-02-02T17:04:15.2913381Z 1.0.0.0-main-20220128-1
2022-02-02T17:04:15.2913661Z ##[endgroup]
2022-02-02T17:04:15.2914503Z ##[group]GITHUB_TOKEN Permissions
2022-02-02T17:04:15.2915050Z Actions: write
2022-02-02T17:04:15.2915505Z Checks: write
2022-02-02T17:04:15.2915806Z Contents: write
2022-02-02T17:04:15.2916099Z Deployments: write
2022-02-02T17:04:15.2916399Z Discussions: write
2022-02-02T17:04:15.2916668Z Issues: write
2022-02-02T17:04:15.2916943Z Metadata: read
2022-02-02T17:04:15.2917191Z Packages: write
2022-02-02T17:04:15.2917492Z Pages: write
2022-02-02T17:04:15.2917779Z PullRequests: write
2022-02-02T17:04:15.2918078Z RepositoryProjects: write
2022-02-02T17:04:15.2918404Z SecurityEvents: write
2022-02-02T17:04:15.2918696Z Statuses: write
2022-02-02T17:04:15.2918933Z ##[endgroup]
2022-02-02T17:04:15.2922283Z Secret source: Actions
2022-02-02T17:04:15.2922769Z Prepare workflow directory
2022-02-02T17:04:15.3664808Z Prepare all required actions
2022-02-02T17:04:15.3842414Z Getting action download info
2022-02-02T17:04:15.6038456Z Download action repository 'actions/checkout@v2' (SHA:ec3a7ce113134d7a93b817d10a8272cb61118579)
2022-02-02T17:04:15.8997657Z Download action repository 'Azure/static-web-apps-deploy@v1' (SHA:0407e359a606e89151694428fa2457e4ef646693)
2022-02-02T17:04:16.3377320Z ##[group]Build container for action use: '/home/runner/work/_actions/Azure/static-web-apps-deploy/v1/Dockerfile'.
2022-02-02T17:04:16.3446492Z ##[command]/usr/bin/docker build -t 7db2d7:77eebdf17ca845ab9da941da052019be -f "/home/runner/work/_actions/Azure/static-web-apps-deploy/v1/Dockerfile" "/home/runner/work/_actions/Azure/static-web-apps-deploy/v1"
2022-02-02T17:04:16.4981414Z Sending build context to Docker daemon   21.5kB
2022-02-02T17:04:16.4982568Z 
2022-02-02T17:04:16.5285193Z Step 1/3 : FROM mcr.microsoft.com/appsvc/staticappsclient:stable
2022-02-02T17:04:16.7505981Z stable: Pulling from appsvc/staticappsclient
2022-02-02T17:04:16.7529956Z 1c05d83e138c: Pulling fs layer
2022-02-02T17:04:16.7530918Z 394ee1959bac: Pulling fs layer
2022-02-02T17:04:16.7532511Z 4b5f175d1abb: Pulling fs layer
2022-02-02T17:04:16.7533160Z 7885553ee256: Pulling fs layer
2022-02-02T17:04:16.7533999Z 444120dfcd5e: Pulling fs layer
2022-02-02T17:04:16.7534794Z 2b1c0589c3ea: Pulling fs layer
2022-02-02T17:04:16.7535203Z 0b9e3a08754a: Pulling fs layer
2022-02-02T17:04:16.7535647Z 1baf06fdfae0: Pulling fs layer
2022-02-02T17:04:16.7535911Z 387ff523cf98: Pulling fs layer
2022-02-02T17:04:16.7536282Z 11832b5b29dc: Pulling fs layer
2022-02-02T17:04:16.7536502Z 4cfa31dbd6a3: Pulling fs layer
2022-02-02T17:04:16.7536763Z bcefc228c818: Pulling fs layer
2022-02-02T17:04:16.7537195Z 37dfc825a5aa: Pulling fs layer
2022-02-02T17:04:16.7537422Z 80c61663b646: Pulling fs layer
2022-02-02T17:04:16.7537649Z e5f8c3ac6cda: Pulling fs layer
2022-02-02T17:04:16.7537877Z 686cdf6c9dfc: Pulling fs layer
2022-02-02T17:04:16.7538331Z 7885553ee256: Waiting
2022-02-02T17:04:16.7539148Z 444120dfcd5e: Waiting
2022-02-02T17:04:16.7539573Z 2b1c0589c3ea: Waiting
2022-02-02T17:04:16.7540066Z 0b9e3a08754a: Waiting
2022-02-02T17:04:16.7540581Z 1baf06fdfae0: Waiting
2022-02-02T17:04:16.7541109Z 387ff523cf98: Waiting
2022-02-02T17:04:16.7541525Z 11832b5b29dc: Waiting
2022-02-02T17:04:16.7542139Z 4cfa31dbd6a3: Waiting
2022-02-02T17:04:16.7543001Z bcefc228c818: Waiting
2022-02-02T17:04:16.7543639Z 37dfc825a5aa: Waiting
2022-02-02T17:04:16.7544163Z 80c61663b646: Waiting
2022-02-02T17:04:16.7544709Z e5f8c3ac6cda: Waiting
2022-02-02T17:04:16.7545583Z 686cdf6c9dfc: Waiting
2022-02-02T17:04:16.9670706Z 4b5f175d1abb: Verifying Checksum
2022-02-02T17:04:16.9671643Z 4b5f175d1abb: Download complete
2022-02-02T17:04:16.9703819Z 394ee1959bac: Verifying Checksum
2022-02-02T17:04:16.9705134Z 394ee1959bac: Download complete
2022-02-02T17:04:17.3576722Z 1c05d83e138c: Verifying Checksum
2022-02-02T17:04:17.3577140Z 1c05d83e138c: Download complete
2022-02-02T17:04:17.6133947Z 7885553ee256: Verifying Checksum
2022-02-02T17:04:17.6134248Z 7885553ee256: Download complete
2022-02-02T17:04:17.7035226Z 2b1c0589c3ea: Verifying Checksum
2022-02-02T17:04:17.7035578Z 2b1c0589c3ea: Download complete
2022-02-02T17:04:17.7916060Z 0b9e3a08754a: Verifying Checksum
2022-02-02T17:04:17.7916348Z 0b9e3a08754a: Download complete
2022-02-02T17:04:17.8930309Z 387ff523cf98: Verifying Checksum
2022-02-02T17:04:17.8930731Z 387ff523cf98: Download complete
2022-02-02T17:04:18.0829674Z 11832b5b29dc: Verifying Checksum
2022-02-02T17:04:18.0830131Z 11832b5b29dc: Download complete
2022-02-02T17:04:18.2837686Z 1baf06fdfae0: Download complete
2022-02-02T17:04:18.3136348Z 4cfa31dbd6a3: Verifying Checksum
2022-02-02T17:04:18.3136795Z 4cfa31dbd6a3: Download complete
2022-02-02T17:04:18.4242890Z bcefc228c818: Verifying Checksum
2022-02-02T17:04:18.4263717Z bcefc228c818: Download complete
2022-02-02T17:04:18.9718393Z 444120dfcd5e: Verifying Checksum
2022-02-02T17:04:18.9718702Z 444120dfcd5e: Download complete
2022-02-02T17:04:19.1044464Z 80c61663b646: Verifying Checksum
2022-02-02T17:04:19.1044903Z 80c61663b646: Download complete
2022-02-02T17:04:19.1311830Z e5f8c3ac6cda: Verifying Checksum
2022-02-02T17:04:19.1312114Z e5f8c3ac6cda: Download complete
2022-02-02T17:04:19.6789438Z 686cdf6c9dfc: Verifying Checksum
2022-02-02T17:04:19.6789759Z 686cdf6c9dfc: Download complete
2022-02-02T17:04:20.7673433Z 37dfc825a5aa: Verifying Checksum
2022-02-02T17:04:20.7673749Z 37dfc825a5aa: Download complete
2022-02-02T17:04:21.1813249Z 1c05d83e138c: Pull complete
2022-02-02T17:04:24.0882202Z 394ee1959bac: Pull complete
2022-02-02T17:04:24.2544859Z 4b5f175d1abb: Pull complete
2022-02-02T17:04:26.6048032Z 7885553ee256: Pull complete
2022-02-02T17:04:35.2930704Z 444120dfcd5e: Pull complete
2022-02-02T17:04:35.9802318Z 2b1c0589c3ea: Pull complete
2022-02-02T17:04:36.0717641Z 0b9e3a08754a: Pull complete
2022-02-02T17:04:37.5999545Z 1baf06fdfae0: Pull complete
2022-02-02T17:04:37.6770493Z 387ff523cf98: Pull complete
2022-02-02T17:04:37.7797669Z 11832b5b29dc: Pull complete
2022-02-02T17:04:37.8847205Z 4cfa31dbd6a3: Pull complete
2022-02-02T17:04:37.9788497Z bcefc228c818: Pull complete
2022-02-02T17:04:48.4439224Z 37dfc825a5aa: Pull complete
2022-02-02T17:04:52.3552919Z 80c61663b646: Pull complete
2022-02-02T17:04:52.4381989Z e5f8c3ac6cda: Pull complete
2022-02-02T17:04:53.3197359Z 686cdf6c9dfc: Pull complete
2022-02-02T17:04:53.3237522Z Digest: sha256:8db1b1622f3ef0b51b1ac69e23c0cd27f32e74a6dbc6eddf107ce9b980502371
2022-02-02T17:04:53.3259029Z Status: Downloaded newer image for mcr.microsoft.com/appsvc/staticappsclient:stable
2022-02-02T17:04:53.3292338Z  ---> 1e28ae4619b5
2022-02-02T17:04:53.3295095Z Step 2/3 : COPY entrypoint.sh /entrypoint.sh
2022-02-02T17:04:55.4764149Z  ---> d5e715ced636
2022-02-02T17:04:55.4764480Z Step 3/3 : ENTRYPOINT ["sh", "/entrypoint.sh"]
2022-02-02T17:04:55.4943245Z  ---> Running in 8c77bf68fa36
2022-02-02T17:04:57.5984371Z Removing intermediate container 8c77bf68fa36
2022-02-02T17:04:57.5984662Z  ---> 6e3c31a53b0c
2022-02-02T17:04:57.5987281Z Successfully built 6e3c31a53b0c
2022-02-02T17:04:57.6059435Z Successfully tagged 7db2d7:77eebdf17ca845ab9da941da052019be
2022-02-02T17:04:57.6124309Z ##[endgroup]
2022-02-02T17:04:57.6475936Z ##[group]Run actions/checkout@v2
2022-02-02T17:04:57.6476184Z with:
2022-02-02T17:04:57.6476364Z   submodules: true
2022-02-02T17:04:57.6476698Z   repository: Telmetrics/System-Status
2022-02-02T17:04:57.6477152Z   token: ***
2022-02-02T17:04:57.6477329Z   ssh-strict: true
2022-02-02T17:04:57.6477517Z   persist-credentials: true
2022-02-02T17:04:57.6477710Z   clean: true
2022-02-02T17:04:57.6477877Z   fetch-depth: 1
2022-02-02T17:04:57.6478050Z   lfs: false
2022-02-02T17:04:57.6478275Z ##[endgroup]
2022-02-02T17:04:57.8940577Z Syncing repository: Telmetrics/System-Status
2022-02-02T17:04:57.8942349Z ##[group]Getting Git version info
2022-02-02T17:04:57.8943008Z Working directory is '/home/runner/work/System-Status/System-Status'
2022-02-02T17:04:57.8943995Z [command]/usr/bin/git version
2022-02-02T17:04:57.9058517Z git version 2.34.1
2022-02-02T17:04:57.9059576Z ##[endgroup]
2022-02-02T17:04:57.9061465Z Deleting the contents of '/home/runner/work/System-Status/System-Status'
2022-02-02T17:04:57.9064608Z ##[group]Initializing the repository
2022-02-02T17:04:57.9068139Z [command]/usr/bin/git init /home/runner/work/System-Status/System-Status
2022-02-02T17:04:57.9150132Z hint: Using 'master' as the name for the initial branch. This default branch name
2022-02-02T17:04:57.9150757Z hint: is subject to change. To configure the initial branch name to use in all
2022-02-02T17:04:57.9152046Z hint: of your new repositories, which will suppress this warning, call:
2022-02-02T17:04:57.9152437Z hint: 
2022-02-02T17:04:57.9152892Z hint:  git config --global init.defaultBranch <name>
2022-02-02T17:04:57.9153182Z hint: 
2022-02-02T17:04:57.9153515Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2022-02-02T17:04:57.9153993Z hint: 'development'. The just-created branch can be renamed via this command:
2022-02-02T17:04:57.9154315Z hint: 
2022-02-02T17:04:57.9154545Z hint:  git branch -m <name>
2022-02-02T17:04:57.9160070Z Initialized empty Git repository in /home/runner/work/System-Status/System-Status/.git/
2022-02-02T17:04:57.9169594Z [command]/usr/bin/git remote add origin https://github.com/Telmetrics/System-Status
2022-02-02T17:04:57.9208312Z ##[endgroup]
2022-02-02T17:04:57.9209208Z ##[group]Disabling automatic garbage collection
2022-02-02T17:04:57.9212743Z [command]/usr/bin/git config --local gc.auto 0
2022-02-02T17:04:57.9247082Z ##[endgroup]
2022-02-02T17:04:57.9266989Z ##[group]Setting up auth
2022-02-02T17:04:57.9267694Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2022-02-02T17:04:57.9290389Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2022-02-02T17:04:57.9716595Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2022-02-02T17:04:57.9742138Z [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' || :
2022-02-02T17:04:58.0002825Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2022-02-02T17:04:58.0036263Z ##[endgroup]
2022-02-02T17:04:58.0036794Z ##[group]Fetching the repository
2022-02-02T17:04:58.0045754Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +1f3399496151ea88322c250b2da2106273cde42a:refs/remotes/origin/main
2022-02-02T17:04:58.2831569Z remote: Enumerating objects: 153, done.        
2022-02-02T17:04:58.2832102Z remote: Counting objects:   0% (1/153)        
2022-02-02T17:04:58.2832747Z remote: Counting objects:   1% (2/153)        
2022-02-02T17:04:58.2836420Z remote: Counting objects:   2% (4/153)        
2022-02-02T17:04:58.2836996Z remote: Counting objects:   3% (5/153)        
2022-02-02T17:04:58.2838150Z remote: Counting objects:   4% (7/153)        
2022-02-02T17:04:58.2839092Z remote: Counting objects:   5% (8/153)        
2022-02-02T17:04:58.2839477Z remote: Counting objects:   6% (10/153)        
2022-02-02T17:04:58.2840022Z remote: Counting objects:   7% (11/153)        
2022-02-02T17:04:58.2840841Z remote: Counting objects:   8% (13/153)        
2022-02-02T17:04:58.2865318Z remote: Counting objects:   9% (14/153)        
2022-02-02T17:04:58.2866139Z remote: Counting objects:  10% (16/153)        
2022-02-02T17:04:58.2866773Z remote: Counting objects:  11% (17/153)        
2022-02-02T17:04:58.2867295Z remote: Counting objects:  12% (19/153)        
2022-02-02T17:04:58.2867819Z remote: Counting objects:  13% (20/153)        
2022-02-02T17:04:58.2868315Z remote: Counting objects:  14% (22/153)        
2022-02-02T17:04:58.2868825Z remote: Counting objects:  15% (23/153)        
2022-02-02T17:04:58.2869481Z remote: Counting objects:  16% (25/153)        
2022-02-02T17:04:58.2869990Z remote: Counting objects:  17% (27/153)        
2022-02-02T17:04:58.2870520Z remote: Counting objects:  18% (28/153)        
2022-02-02T17:04:58.2871035Z remote: Counting objects:  19% (30/153)        
2022-02-02T17:04:58.2871541Z remote: Counting objects:  20% (31/153)        
2022-02-02T17:04:58.2872320Z remote: Counting objects:  21% (33/153)        
2022-02-02T17:04:58.2872835Z remote: Counting objects:  22% (34/153)        
2022-02-02T17:04:58.2873342Z remote: Counting objects:  23% (36/153)        
2022-02-02T17:04:58.2873831Z remote: Counting objects:  24% (37/153)        
2022-02-02T17:04:58.2874422Z remote: Counting objects:  25% (39/153)        
2022-02-02T17:04:58.2874936Z remote: Counting objects:  26% (40/153)        
2022-02-02T17:04:58.2875428Z remote: Counting objects:  27% (42/153)        
2022-02-02T17:04:58.2875959Z remote: Counting objects:  28% (43/153)        
2022-02-02T17:04:58.2876215Z remote: Counting objects:  29% (45/153)        
2022-02-02T17:04:58.2876544Z remote: Counting objects:  30% (46/153)        
2022-02-02T17:04:58.2876879Z remote: Counting objects:  31% (48/153)        
2022-02-02T17:04:58.2877190Z remote: Counting objects:  32% (49/153)        
2022-02-02T17:04:58.2877510Z remote: Counting objects:  33% (51/153)        
2022-02-02T17:04:58.2877843Z remote: Counting objects:  34% (53/153)        
2022-02-02T17:04:58.2878556Z remote: Counting objects:  35% (54/153)        
2022-02-02T17:04:58.2878832Z remote: Counting objects:  36% (56/153)        
2022-02-02T17:04:58.2879183Z remote: Counting objects:  37% (57/153)        
2022-02-02T17:04:58.2879520Z remote: Counting objects:  38% (59/153)        
2022-02-02T17:04:58.2879773Z remote: Counting objects:  39% (60/153)        
2022-02-02T17:04:58.2880106Z remote: Counting objects:  40% (62/153)        
2022-02-02T17:04:58.2880438Z remote: Counting objects:  41% (63/153)        
2022-02-02T17:04:58.2880717Z remote: Counting objects:  42% (65/153)        
2022-02-02T17:04:58.2881053Z remote: Counting objects:  43% (66/153)        
2022-02-02T17:04:58.2881386Z remote: Counting objects:  44% (68/153)        
2022-02-02T17:04:58.2881710Z remote: Counting objects:  45% (69/153)        
2022-02-02T17:04:58.2882039Z remote: Counting objects:  46% (71/153)        
2022-02-02T17:04:58.2882376Z remote: Counting objects:  47% (72/153)        
2022-02-02T17:04:58.2882689Z remote: Counting objects:  48% (74/153)        
2022-02-02T17:04:58.2882955Z remote: Counting objects:  49% (75/153)        
2022-02-02T17:04:58.2883288Z remote: Counting objects:  50% (77/153)        
2022-02-02T17:04:58.2883615Z remote: Counting objects:  51% (79/153)        
2022-02-02T17:04:58.2883911Z remote: Counting objects:  52% (80/153)        
2022-02-02T17:04:58.2884241Z remote: Counting objects:  53% (82/153)        
2022-02-02T17:04:58.2884569Z remote: Counting objects:  54% (83/153)        
2022-02-02T17:04:58.2884817Z remote: Counting objects:  55% (85/153)        
2022-02-02T17:04:58.2885145Z remote: Counting objects:  56% (86/153)        
2022-02-02T17:04:58.2885475Z remote: Counting objects:  57% (88/153)        
2022-02-02T17:04:58.2886018Z remote: Counting objects:  58% (89/153)        
2022-02-02T17:04:58.2888983Z remote: Counting objects:  59% (91/153)        
2022-02-02T17:04:58.2889461Z remote: Counting objects:  60% (92/153)        
2022-02-02T17:04:58.2890007Z remote: Counting objects:  61% (94/153)        
2022-02-02T17:04:58.2890325Z remote: Counting objects:  62% (95/153)        
2022-02-02T17:04:58.2890661Z remote: Counting objects:  63% (97/153)        
2022-02-02T17:04:58.2890993Z remote: Counting objects:  64% (98/153)        
2022-02-02T17:04:58.2891304Z remote: Counting objects:  65% (100/153)        
2022-02-02T17:04:58.2891649Z remote: Counting objects:  66% (101/153)        
2022-02-02T17:04:58.2892010Z remote: Counting objects:  67% (103/153)        
2022-02-02T17:04:58.2892334Z remote: Counting objects:  68% (105/153)        
2022-02-02T17:04:58.2892674Z remote: Counting objects:  69% (106/153)        
2022-02-02T17:04:58.2893010Z remote: Counting objects:  70% (108/153)        
2022-02-02T17:04:58.2893333Z remote: Counting objects:  71% (109/153)        
2022-02-02T17:04:58.2893666Z remote: Counting objects:  72% (111/153)        
2022-02-02T17:04:58.2893998Z remote: Counting objects:  73% (112/153)        
2022-02-02T17:04:58.2894370Z remote: Counting objects:  74% (114/153)        
2022-02-02T17:04:58.2894689Z remote: Counting objects:  75% (115/153)        
2022-02-02T17:04:58.2895002Z remote: Counting objects:  76% (117/153)        
2022-02-02T17:04:58.2895348Z remote: Counting objects:  77% (118/153)        
2022-02-02T17:04:58.2895683Z remote: Counting objects:  78% (120/153)        
2022-02-02T17:04:58.2895984Z remote: Counting objects:  79% (121/153)        
2022-02-02T17:04:58.2896319Z remote: Counting objects:  80% (123/153)        
2022-02-02T17:04:58.2896654Z remote: Counting objects:  81% (124/153)        
2022-02-02T17:04:58.2897099Z remote: Counting objects:  82% (126/153)        
2022-02-02T17:04:58.2897440Z remote: Counting objects:  83% (127/153)        
2022-02-02T17:04:58.2897777Z remote: Counting objects:  84% (129/153)        
2022-02-02T17:04:58.2898125Z remote: Counting objects:  85% (131/153)        
2022-02-02T17:04:58.2898509Z remote: Counting objects:  86% (132/153)        
2022-02-02T17:04:58.2898844Z remote: Counting objects:  87% (134/153)        
2022-02-02T17:04:58.2899157Z remote: Counting objects:  88% (135/153)        
2022-02-02T17:04:58.2899499Z remote: Counting objects:  89% (137/153)        
2022-02-02T17:04:58.2899831Z remote: Counting objects:  90% (138/153)        
2022-02-02T17:04:58.2900164Z remote: Counting objects:  91% (140/153)        
2022-02-02T17:04:58.2900459Z remote: Counting objects:  92% (141/153)        
2022-02-02T17:04:58.2900798Z remote: Counting objects:  93% (143/153)        
2022-02-02T17:04:58.2901116Z remote: Counting objects:  94% (144/153)        
2022-02-02T17:04:58.2901434Z remote: Counting objects:  95% (146/153)        
2022-02-02T17:04:58.2901745Z remote: Counting objects:  96% (147/153)        
2022-02-02T17:04:58.2902081Z remote: Counting objects:  97% (149/153)        
2022-02-02T17:04:58.2902406Z remote: Counting objects:  98% (150/153)        
2022-02-02T17:04:58.2902724Z remote: Counting objects:  99% (152/153)        
2022-02-02T17:04:58.2903063Z remote: Counting objects: 100% (153/153)        
2022-02-02T17:04:58.2903374Z remote: Counting objects: 100% (153/153), done.        
2022-02-02T17:04:58.2903652Z remote: Compressing objects:   0% (1/128)        
2022-02-02T17:04:58.2903927Z remote: Compressing objects:   1% (2/128)        
2022-02-02T17:04:58.2904181Z remote: Compressing objects:   2% (3/128)        
2022-02-02T17:04:58.2904448Z remote: Compressing objects:   3% (4/128)        
2022-02-02T17:04:58.2904709Z remote: Compressing objects:   4% (6/128)        
2022-02-02T17:04:58.2904958Z remote: Compressing objects:   5% (7/128)        
2022-02-02T17:04:58.2905226Z remote: Compressing objects:   6% (8/128)        
2022-02-02T17:04:58.2905490Z remote: Compressing objects:   7% (9/128)        
2022-02-02T17:04:58.2905859Z remote: Compressing objects:   8% (11/128)        
2022-02-02T17:04:58.2906140Z remote: Compressing objects:   9% (12/128)        
2022-02-02T17:04:58.2906533Z remote: Compressing objects:  10% (13/128)        
2022-02-02T17:04:58.2906950Z remote: Compressing objects:  11% (15/128)        
2022-02-02T17:04:58.2907296Z remote: Compressing objects:  12% (16/128)        
2022-02-02T17:04:58.2907644Z remote: Compressing objects:  13% (17/128)        
2022-02-02T17:04:58.2907997Z remote: Compressing objects:  14% (18/128)        
2022-02-02T17:04:58.2908326Z remote: Compressing objects:  15% (20/128)        
2022-02-02T17:04:58.2908673Z remote: Compressing objects:  16% (21/128)        
2022-02-02T17:04:58.2909022Z remote: Compressing objects:  17% (22/128)        
2022-02-02T17:04:58.2909355Z remote: Compressing objects:  18% (24/128)        
2022-02-02T17:04:58.2909703Z remote: Compressing objects:  19% (25/128)        
2022-02-02T17:04:58.2910052Z remote: Compressing objects:  20% (26/128)        
2022-02-02T17:04:58.2910389Z remote: Compressing objects:  21% (27/128)        
2022-02-02T17:04:58.2910736Z remote: Compressing objects:  22% (29/128)        
2022-02-02T17:04:58.2911081Z remote: Compressing objects:  23% (30/128)        
2022-02-02T17:04:58.2911417Z remote: Compressing objects:  24% (31/128)        
2022-02-02T17:04:58.2911766Z remote: Compressing objects:  25% (32/128)        
2022-02-02T17:04:58.2912113Z remote: Compressing objects:  26% (34/128)        
2022-02-02T17:04:58.2912459Z remote: Compressing objects:  27% (35/128)        
2022-02-02T17:04:58.2912791Z remote: Compressing objects:  28% (36/128)        
2022-02-02T17:04:58.2913140Z remote: Compressing objects:  29% (38/128)        
2022-02-02T17:04:58.2913488Z remote: Compressing objects:  30% (39/128)        
2022-02-02T17:04:58.2913819Z remote: Compressing objects:  31% (40/128)        
2022-02-02T17:04:58.2914162Z remote: Compressing objects:  32% (41/128)        
2022-02-02T17:04:58.2914508Z remote: Compressing objects:  33% (43/128)        
2022-02-02T17:04:58.2914841Z remote: Compressing objects:  34% (44/128)        
2022-02-02T17:04:58.2915185Z remote: Compressing objects:  35% (45/128)        
2022-02-02T17:04:58.2915534Z remote: Compressing objects:  36% (47/128)        
2022-02-02T17:04:58.2915890Z remote: Compressing objects:  37% (48/128)        
2022-02-02T17:04:58.2916221Z remote: Compressing objects:  38% (49/128)        
2022-02-02T17:04:58.2916563Z remote: Compressing objects:  39% (50/128)        
2022-02-02T17:04:58.2916911Z remote: Compressing objects:  40% (52/128)        
2022-02-02T17:04:58.2917245Z remote: Compressing objects:  41% (53/128)        
2022-02-02T17:04:58.2917590Z remote: Compressing objects:  42% (54/128)        
2022-02-02T17:04:58.2917938Z remote: Compressing objects:  43% (56/128)        
2022-02-02T17:04:58.2918270Z remote: Compressing objects:  44% (57/128)        
2022-02-02T17:04:58.2918621Z remote: Compressing objects:  45% (58/128)        
2022-02-02T17:04:58.2918970Z remote: Compressing objects:  46% (59/128)        
2022-02-02T17:04:58.2919319Z remote: Compressing objects:  47% (61/128)        
2022-02-02T17:04:58.2919653Z remote: Compressing objects:  48% (62/128)        
2022-02-02T17:04:58.2920002Z remote: Compressing objects:  49% (63/128)        
2022-02-02T17:04:58.2920347Z remote: Compressing objects:  50% (64/128)        
2022-02-02T17:04:58.2920681Z remote: Compressing objects:  51% (66/128)        
2022-02-02T17:04:58.2921027Z remote: Compressing objects:  52% (67/128)        
2022-02-02T17:04:58.2921375Z remote: Compressing objects:  53% (68/128)        
2022-02-02T17:04:58.2921705Z remote: Compressing objects:  54% (70/128)        
2022-02-02T17:04:58.2922046Z remote: Compressing objects:  55% (71/128)        
2022-02-02T17:04:58.2922426Z remote: Compressing objects:  56% (72/128)        
2022-02-02T17:04:58.2922778Z remote: Compressing objects:  57% (73/128)        
2022-02-02T17:04:58.2923171Z remote: Compressing objects:  58% (75/128)        
2022-02-02T17:04:58.2923605Z remote: Compressing objects:  59% (76/128)        
2022-02-02T17:04:58.2923967Z remote: Compressing objects:  60% (77/128)        
2022-02-02T17:04:58.2924302Z remote: Compressing objects:  61% (79/128)        
2022-02-02T17:04:58.2924780Z remote: Compressing objects:  62% (80/128)        
2022-02-02T17:04:58.2925127Z remote: Compressing objects:  63% (81/128)        
2022-02-02T17:04:58.2925459Z remote: Compressing objects:  64% (82/128)        
2022-02-02T17:04:58.2925811Z remote: Compressing objects:  65% (84/128)        
2022-02-02T17:04:58.2926195Z remote: Compressing objects:  66% (85/128)        
2022-02-02T17:04:58.2926526Z remote: Compressing objects:  67% (86/128)        
2022-02-02T17:04:58.2926872Z remote: Compressing objects:  68% (88/128)        
2022-02-02T17:04:58.2927218Z remote: Compressing objects:  69% (89/128)        
2022-02-02T17:04:58.2927571Z remote: Compressing objects:  70% (90/128)        
2022-02-02T17:04:58.2928018Z remote: Compressing objects:  71% (91/128)        
2022-02-02T17:04:58.2928372Z remote: Compressing objects:  72% (93/128)        
2022-02-02T17:04:58.2928726Z remote: Compressing objects:  73% (94/128)        
2022-02-02T17:04:58.2929058Z remote: Compressing objects:  74% (95/128)        
2022-02-02T17:04:58.2929405Z remote: Compressing objects:  75% (96/128)        
2022-02-02T17:04:58.2929757Z remote: Compressing objects:  76% (98/128)        
2022-02-02T17:04:58.2930445Z remote: Compressing objects:  77% (99/128)        
2022-02-02T17:04:58.2930853Z remote: Compressing objects:  78% (100/128)        
2022-02-02T17:04:58.2931212Z remote: Compressing objects:  79% (102/128)        
2022-02-02T17:04:58.2931567Z remote: Compressing objects:  80% (103/128)        
2022-02-02T17:04:58.2931906Z remote: Compressing objects:  81% (104/128)        
2022-02-02T17:04:58.2932252Z remote: Compressing objects:  82% (105/128)        
2022-02-02T17:04:58.2932816Z remote: Compressing objects:  83% (107/128)        
2022-02-02T17:04:58.2933363Z remote: Compressing objects:  84% (108/128)        
2022-02-02T17:04:58.2933974Z remote: Compressing objects:  85% (109/128)        
2022-02-02T17:04:58.2934361Z remote: Compressing objects:  86% (111/128)        
2022-02-02T17:04:58.2934826Z remote: Compressing objects:  87% (112/128)        
2022-02-02T17:04:58.2935267Z remote: Compressing objects:  88% (113/128)        
2022-02-02T17:04:58.2935622Z remote: Compressing objects:  89% (114/128)        
2022-02-02T17:04:58.2935973Z remote: Compressing objects:  90% (116/128)        
2022-02-02T17:04:58.2936304Z remote: Compressing objects:  91% (117/128)        
2022-02-02T17:04:58.2936652Z remote: Compressing objects:  92% (118/128)        
2022-02-02T17:04:58.2939323Z remote: Compressing objects:  93% (120/128)        
2022-02-02T17:04:58.2940230Z remote: Compressing objects:  94% (121/128)        
2022-02-02T17:04:58.2940765Z remote: Compressing objects:  95% (122/128)        
2022-02-02T17:04:58.2941305Z remote: Compressing objects:  96% (123/128)        
2022-02-02T17:04:58.2941826Z remote: Compressing objects:  97% (125/128)        
2022-02-02T17:04:58.2942372Z remote: Compressing objects:  98% (126/128)        
2022-02-02T17:04:58.2942938Z remote: Compressing objects:  99% (127/128)        
2022-02-02T17:04:58.2943506Z remote: Compressing objects: 100% (128/128)        
2022-02-02T17:04:58.2944049Z remote: Compressing objects: 100% (128/128), done.        
2022-02-02T17:04:58.2944468Z Receiving objects:   0% (1/153)
2022-02-02T17:04:58.2945043Z Receiving objects:   1% (2/153)
2022-02-02T17:04:58.2945644Z Receiving objects:   2% (4/153)
2022-02-02T17:04:58.2946035Z Receiving objects:   3% (5/153)
2022-02-02T17:04:58.2946916Z Receiving objects:   4% (7/153)
2022-02-02T17:04:58.2947287Z Receiving objects:   5% (8/153)
2022-02-02T17:04:58.2947960Z Receiving objects:   6% (10/153)
2022-02-02T17:04:58.2951758Z Receiving objects:   7% (11/153)
2022-02-02T17:04:58.2954549Z Receiving objects:   8% (13/153)
2022-02-02T17:04:58.2959203Z Receiving objects:   9% (14/153)
2022-02-02T17:04:58.2983001Z Receiving objects:  10% (16/153)
2022-02-02T17:04:58.2983788Z Receiving objects:  11% (17/153)
2022-02-02T17:04:58.2984511Z Receiving objects:  12% (19/153)
2022-02-02T17:04:58.2984956Z Receiving objects:  13% (20/153)
2022-02-02T17:04:58.2985734Z Receiving objects:  14% (22/153)
2022-02-02T17:04:58.2986209Z Receiving objects:  15% (23/153)
2022-02-02T17:04:58.2986844Z Receiving objects:  16% (25/153)
2022-02-02T17:04:58.2987274Z Receiving objects:  17% (27/153)
2022-02-02T17:04:58.2989592Z Receiving objects:  18% (28/153)
2022-02-02T17:04:58.2990040Z Receiving objects:  19% (30/153)
2022-02-02T17:04:58.2990693Z Receiving objects:  20% (31/153)
2022-02-02T17:04:58.2991116Z Receiving objects:  21% (33/153)
2022-02-02T17:04:58.2992067Z Receiving objects:  22% (34/153)
2022-02-02T17:04:58.3020021Z Receiving objects:  23% (36/153)
2022-02-02T17:04:58.3120474Z Receiving objects:  24% (37/153)
2022-02-02T17:04:58.3120854Z Receiving objects:  25% (39/153)
2022-02-02T17:04:58.3121082Z Receiving objects:  26% (40/153)
2022-02-02T17:04:58.3123907Z Receiving objects:  27% (42/153)
2022-02-02T17:04:58.3138284Z Receiving objects:  28% (43/153)
2022-02-02T17:04:58.3144074Z Receiving objects:  29% (45/153)
2022-02-02T17:04:58.3144366Z Receiving objects:  30% (46/153)
2022-02-02T17:04:58.3144882Z Receiving objects:  31% (48/153)
2022-02-02T17:04:58.3145772Z Receiving objects:  32% (49/153)
2022-02-02T17:04:58.3146169Z Receiving objects:  33% (51/153)
2022-02-02T17:04:58.3146838Z Receiving objects:  34% (53/153)
2022-02-02T17:04:58.3147457Z Receiving objects:  35% (54/153)
2022-02-02T17:04:58.3148014Z Receiving objects:  36% (56/153)
2022-02-02T17:04:58.3148645Z Receiving objects:  37% (57/153)
2022-02-02T17:04:58.3149255Z Receiving objects:  38% (59/153)
2022-02-02T17:04:58.3149901Z Receiving objects:  39% (60/153)
2022-02-02T17:04:58.3150531Z Receiving objects:  40% (62/153)
2022-02-02T17:04:58.3151135Z Receiving objects:  41% (63/153)
2022-02-02T17:04:58.3151831Z Receiving objects:  42% (65/153)
2022-02-02T17:04:58.3152452Z Receiving objects:  43% (66/153)
2022-02-02T17:04:58.3153073Z Receiving objects:  44% (68/153)
2022-02-02T17:04:58.3153725Z Receiving objects:  45% (69/153)
2022-02-02T17:04:58.3154233Z Receiving objects:  46% (71/153)
2022-02-02T17:04:58.3154797Z Receiving objects:  47% (72/153)
2022-02-02T17:04:58.3155367Z Receiving objects:  48% (74/153)
2022-02-02T17:04:58.3155854Z Receiving objects:  49% (75/153)
2022-02-02T17:04:58.3156339Z Receiving objects:  50% (77/153)
2022-02-02T17:04:58.3156806Z Receiving objects:  51% (79/153)
2022-02-02T17:04:58.3157291Z Receiving objects:  52% (80/153)
2022-02-02T17:04:58.3157773Z Receiving objects:  53% (82/153)
2022-02-02T17:04:58.3158234Z Receiving objects:  54% (83/153)
2022-02-02T17:04:58.3158716Z Receiving objects:  55% (85/153)
2022-02-02T17:04:58.3159192Z Receiving objects:  56% (86/153)
2022-02-02T17:04:58.3159573Z Receiving objects:  57% (88/153)
2022-02-02T17:04:58.3160137Z Receiving objects:  58% (89/153)
2022-02-02T17:04:58.3160611Z Receiving objects:  59% (91/153)
2022-02-02T17:04:58.3160996Z Receiving objects:  60% (92/153)
2022-02-02T17:04:58.3187050Z Receiving objects:  61% (94/153)
2022-02-02T17:04:58.3187928Z Receiving objects:  62% (95/153)
2022-02-02T17:04:58.3188333Z Receiving objects:  63% (97/153)
2022-02-02T17:04:58.3189714Z Receiving objects:  64% (98/153)
2022-02-02T17:04:58.3190110Z Receiving objects:  65% (100/153)
2022-02-02T17:04:58.3190741Z Receiving objects:  66% (101/153)
2022-02-02T17:04:58.3191064Z Receiving objects:  67% (103/153)
2022-02-02T17:04:58.3191366Z Receiving objects:  68% (105/153)
2022-02-02T17:04:58.3191947Z Receiving objects:  69% (106/153)
2022-02-02T17:04:58.3192267Z Receiving objects:  70% (108/153)
2022-02-02T17:04:58.3192558Z Receiving objects:  71% (109/153)
2022-02-02T17:04:58.3193072Z Receiving objects:  72% (111/153)
2022-02-02T17:04:58.3193781Z remote: Total 153 (delta 34), reused 114 (delta 14), pack-reused 0        
2022-02-02T17:04:58.3194156Z Receiving objects:  73% (112/153)
2022-02-02T17:04:58.3194763Z Receiving objects:  74% (114/153)
2022-02-02T17:04:58.3195708Z Receiving objects:  75% (115/153)
2022-02-02T17:04:58.3198305Z Receiving objects:  76% (117/153)
2022-02-02T17:04:58.3198809Z Receiving objects:  77% (118/153)
2022-02-02T17:04:58.3199574Z Receiving objects:  78% (120/153)
2022-02-02T17:04:58.3200065Z Receiving objects:  79% (121/153)
2022-02-02T17:04:58.3200608Z Receiving objects:  80% (123/153)
2022-02-02T17:04:58.3201073Z Receiving objects:  81% (124/153)
2022-02-02T17:04:58.3201563Z Receiving objects:  82% (126/153)
2022-02-02T17:04:58.3202041Z Receiving objects:  83% (127/153)
2022-02-02T17:04:58.3202883Z Receiving objects:  84% (129/153)
2022-02-02T17:04:58.3203195Z Receiving objects:  85% (131/153)
2022-02-02T17:04:58.3204356Z Receiving objects:  86% (132/153)
2022-02-02T17:04:58.3204660Z Receiving objects:  87% (134/153)
2022-02-02T17:04:58.3205068Z Receiving objects:  88% (135/153)
2022-02-02T17:04:58.3205381Z Receiving objects:  89% (137/153)
2022-02-02T17:04:58.3205762Z Receiving objects:  90% (138/153)
2022-02-02T17:04:58.3206277Z Receiving objects:  91% (140/153)
2022-02-02T17:04:58.3206765Z Receiving objects:  92% (141/153)
2022-02-02T17:04:58.3207145Z Receiving objects:  93% (143/153)
2022-02-02T17:04:58.3207715Z Receiving objects:  94% (144/153)
2022-02-02T17:04:58.3208277Z Receiving objects:  95% (146/153)
2022-02-02T17:04:58.3208661Z Receiving objects:  96% (147/153)
2022-02-02T17:04:58.3209508Z Receiving objects:  97% (149/153)
2022-02-02T17:04:58.3209878Z Receiving objects:  98% (150/153)
2022-02-02T17:04:58.3210776Z Receiving objects:  99% (152/153)
2022-02-02T17:04:58.3211442Z Receiving objects: 100% (153/153)
2022-02-02T17:04:58.3212800Z Receiving objects: 100% (153/153), 225.38 KiB | 8.35 MiB/s, done.
2022-02-02T17:04:58.3213149Z Resolving deltas:   0% (0/34)
2022-02-02T17:04:58.3213810Z Resolving deltas:   2% (1/34)
2022-02-02T17:04:58.3214534Z Resolving deltas:   5% (2/34)
2022-02-02T17:04:58.3215399Z Resolving deltas:   8% (3/34)
2022-02-02T17:04:58.3215786Z Resolving deltas:  11% (4/34)
2022-02-02T17:04:58.3216350Z Resolving deltas:  14% (5/34)
2022-02-02T17:04:58.3216839Z Resolving deltas:  17% (6/34)
2022-02-02T17:04:58.3217667Z Resolving deltas:  20% (7/34)
2022-02-02T17:04:58.3218171Z Resolving deltas:  23% (8/34)
2022-02-02T17:04:58.3218811Z Resolving deltas:  26% (9/34)
2022-02-02T17:04:58.3219437Z Resolving deltas:  29% (10/34)
2022-02-02T17:04:58.3220066Z Resolving deltas:  32% (11/34)
2022-02-02T17:04:58.3220681Z Resolving deltas:  35% (12/34)
2022-02-02T17:04:58.3221365Z Resolving deltas:  38% (13/34)
2022-02-02T17:04:58.3221983Z Resolving deltas:  41% (14/34)
2022-02-02T17:04:58.3222707Z Resolving deltas:  44% (15/34)
2022-02-02T17:04:58.3224200Z Resolving deltas:  47% (16/34)
2022-02-02T17:04:58.3224848Z Resolving deltas:  50% (17/34)
2022-02-02T17:04:58.3225368Z Resolving deltas:  52% (18/34)
2022-02-02T17:04:58.3226178Z Resolving deltas:  55% (19/34)
2022-02-02T17:04:58.3226826Z Resolving deltas:  58% (20/34)
2022-02-02T17:04:58.3227438Z Resolving deltas:  61% (21/34)
2022-02-02T17:04:58.3231604Z Resolving deltas:  64% (22/34)
2022-02-02T17:04:58.3268256Z Resolving deltas:  67% (23/34)
2022-02-02T17:04:58.3268515Z Resolving deltas:  70% (24/34)
2022-02-02T17:04:58.3268733Z Resolving deltas:  73% (25/34)
2022-02-02T17:04:58.3268969Z Resolving deltas:  76% (26/34)
2022-02-02T17:04:58.3269197Z Resolving deltas:  79% (27/34)
2022-02-02T17:04:58.3269410Z Resolving deltas:  82% (28/34)
2022-02-02T17:04:58.3269632Z Resolving deltas:  85% (29/34)
2022-02-02T17:04:58.3269842Z Resolving deltas:  88% (30/34)
2022-02-02T17:04:58.3270068Z Resolving deltas:  91% (31/34)
2022-02-02T17:04:58.3270289Z Resolving deltas:  94% (32/34)
2022-02-02T17:04:58.3270499Z Resolving deltas:  97% (33/34)
2022-02-02T17:04:58.3270718Z Resolving deltas: 100% (34/34)
2022-02-02T17:04:58.3270949Z Resolving deltas: 100% (34/34), done.
2022-02-02T17:04:58.3271472Z From https://github.com/Telmetrics/System-Status
2022-02-02T17:04:58.3272048Z  * [new ref]         1f3399496151ea88322c250b2da2106273cde42a -> origin/main
2022-02-02T17:04:58.3308124Z ##[endgroup]
2022-02-02T17:04:58.3308859Z ##[group]Determining the checkout info
2022-02-02T17:04:58.3309343Z ##[endgroup]
2022-02-02T17:04:58.3309814Z ##[group]Checking out the ref
2022-02-02T17:04:58.3310568Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2022-02-02T17:04:58.3484510Z Switched to a new branch 'main'
2022-02-02T17:04:58.3485314Z Branch 'main' set up to track remote branch 'main' from 'origin'.
2022-02-02T17:04:58.3492089Z ##[endgroup]
2022-02-02T17:04:58.3493612Z ##[group]Setting up auth for fetching submodules
2022-02-02T17:04:58.3511368Z Temporarily overriding HOME='/home/runner/work/_temp/b30bba83-5758-49ff-a3c1-e2a456947190' before making global git config changes
2022-02-02T17:04:58.3516692Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic ***
2022-02-02T17:04:58.3562806Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf
2022-02-02T17:04:58.3597598Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com:
2022-02-02T17:04:58.3634192Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-16660125@github.com:
2022-02-02T17:04:58.3679550Z ##[endgroup]
2022-02-02T17:04:58.3680066Z ##[group]Fetching submodules
2022-02-02T17:04:58.3685466Z [command]/usr/bin/git submodule sync
2022-02-02T17:04:58.3923662Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1
2022-02-02T17:04:58.4173709Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0
2022-02-02T17:04:58.4397691Z ##[endgroup]
2022-02-02T17:04:58.4398647Z ##[group]Persisting credentials for submodules
2022-02-02T17:04:58.4400207Z [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' || :
2022-02-02T17:04:58.4618330Z [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
2022-02-02T17:04:58.4870550Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'
2022-02-02T17:04:58.5117544Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-16660125@github.com:'
2022-02-02T17:04:58.5363315Z ##[endgroup]
2022-02-02T17:04:58.5463272Z [command]/usr/bin/git log -1 --format='%H'
2022-02-02T17:04:58.5491960Z '1f3399496151ea88322c250b2da2106273cde42a'
2022-02-02T17:04:58.5644053Z ##[group]Run Azure/static-web-apps-deploy@v1
2022-02-02T17:04:58.5644505Z with:
2022-02-02T17:04:58.5645175Z   azure_static_web_apps_api_token: ***
2022-02-02T17:04:58.5645576Z   repo_token: ***
2022-02-02T17:04:58.5645849Z   action: upload
2022-02-02T17:04:58.5646201Z   app_location: SystemStatus.BlazorApp
2022-02-02T17:04:58.5646475Z   output_location: wwwroot
2022-02-02T17:04:58.5646753Z ##[endgroup]
2022-02-02T17:04:58.5843573Z ##[command]/usr/bin/docker run --name db2d777eebdf17ca845ab9da941da052019be_0748ce --label 7db2d7 --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_RUN_ATTEMPT -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_REF_NAME -e GITHUB_REF_PROTECTED -e GITHUB_REF_TYPE -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_ARCH -e RUNNER_NAME -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/System-Status/System-Status":"/github/workspace" 7db2d7:77eebdf17ca845ab9da941da052019be
2022-02-02T17:04:59.0369356Z DeploymentId: 95ee667e-9f78-445e-ac9e-c095e7c2c6cf
2022-02-02T17:04:59.0376168Z 
2022-02-02T17:04:59.1434047Z App Directory Location: 'SystemStatus.BlazorApp' was found.
2022-02-02T17:04:59.1434613Z No Api directory specified. Azure Functions will not be created.
2022-02-02T17:04:59.1435031Z Looking for event info
2022-02-02T17:05:00.0726375Z Starting to build app with Oryx
2022-02-02T17:05:00.0731147Z Azure 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
2022-02-02T17:05:00.0732313Z ---Oryx build logs---
2022-02-02T17:05:00.0845287Z 
2022-02-02T17:05:00.0845567Z 
2022-02-02T17:05:00.5393604Z Operation performed by Microsoft Oryx, https://github.com/Microsoft/Oryx
2022-02-02T17:05:00.5398142Z You can report issues at https://github.com/Microsoft/Oryx/issues
2022-02-02T17:05:00.5402219Z 
2022-02-02T17:05:00.5405014Z Oryx Version: 0.2.20211001.1, Commit: f0cbc9b1f0d056493cdb36f92b62f11921c87261, ReleaseTagName: 20211001.1
2022-02-02T17:05:00.5409364Z 
2022-02-02T17:05:00.5415328Z Build Operation ID: |bTDdMf4p6LI=.c95af581_
2022-02-02T17:05:00.5420051Z Repository Commit : 1f3399496151ea88322c250b2da2106273cde42a
2022-02-02T17:05:00.5424056Z 
2022-02-02T17:05:00.5608457Z Detecting platforms...
2022-02-02T17:05:01.2885233Z Detected following platforms:
2022-02-02T17:05:01.2899237Z   dotnet: 6.0.0
2022-02-02T17:05:01.2940057Z Version '6.0.0' of platform 'dotnet' is not installed. Generating script to install it...
2022-02-02T17:05:01.4085298Z 
2022-02-02T17:05:01.4168328Z 
2022-02-02T17:05:01.4184408Z Source directory     : /github/workspace/SystemStatus.BlazorApp
2022-02-02T17:05:01.4191361Z Destination directory: /bin/staticsites/ss-oryx/app
2022-02-02T17:05:01.4196840Z 
2022-02-02T17:05:01.4207205Z 
2022-02-02T17:05:01.4211462Z Downloading and extracting 'dotnet' version '6.0.100' to '/opt/dotnet/6.0.100'...
2022-02-02T17:05:03.7287728Z Downloaded in 2 sec(s).
2022-02-02T17:05:03.7320498Z Verifying checksum...
2022-02-02T17:05:03.7347394Z Extracting contents...
2022-02-02T17:05:07.2075553Z performing sha512 checksum for: dotnet...
2022-02-02T17:05:07.7652137Z Done in 6 sec(s).
2022-02-02T17:05:07.7656451Z 
2022-02-02T17:05:07.7797888Z image detector file exists, platform is dotnet..
2022-02-02T17:05:07.7850419Z image detector file exists, image is jamstack based..
2022-02-02T17:05:07.7850741Z Symlink directory name: jamstack
2022-02-02T17:05:07.7877107Z folder: /opt/dotnet/3.1.412/shared/Microsoft.AspNetCore.App/3.1.18
2022-02-02T17:05:07.7952555Z directory: /opt/dotnet/3.1.412/shared/Microsoft.NETCore.App/3.1.18
2022-02-02T17:05:07.8039334Z folder: /opt/dotnet/3.1.412/host/fxr/3.1.18
2022-02-02T17:05:07.8138523Z /opt/dotnet/3.1.412/sdk/3.1.412 is missing, creating ...
2022-02-02T17:05:07.8165431Z /opt/dotnet/3.1.412/shared/Microsoft.NETCore.App/3.1.18 is missing, creating ...
2022-02-02T17:05:07.8222731Z /opt/dotnet/3.1.412/shared/Microsoft.AspNetCore.App/3.1.18 is missing, creating ...
2022-02-02T17:05:07.8237654Z /opt/dotnet/3.1.412/host/fxr/3.1.18 is missing, creating ...
2022-02-02T17:05:07.8277791Z /opt/dotnet/3.1.412/packs/Microsoft.AspNetCore.App.Ref/3.1.10 is missing, creating ...
2022-02-02T17:05:07.8313622Z /opt/dotnet/3.1.412/packs/NETStandard.Library.Ref/2.1.0 is missing, creating ...
2022-02-02T17:05:07.8352296Z /opt/dotnet/3.1.412/packs/Microsoft.NETCore.App.Ref/3.1.0 is missing, creating ...
2022-02-02T17:05:07.8517412Z /opt/dotnet/3.1.412/packs/Microsoft.NETCore.App.Host.linux-x64/3.1.18 is missing, creating ...
2022-02-02T17:05:07.8560905Z /opt/dotnet/3.1.412/templates/3.1.19 is missing, creating ...
2022-02-02T17:05:07.8616780Z /opt/dotnet/3.1.412/sdk/3.1.412 is missing, creating ...
2022-02-02T17:05:07.8652954Z /opt/dotnet/3.1.412/templates/3.1.19 is missing, creating ...
2022-02-02T17:05:07.8703356Z folder: /opt/dotnet/6.0.100/shared/Microsoft.AspNetCore.App/6.0.0
2022-02-02T17:05:07.8762697Z directory: /opt/dotnet/6.0.100/shared/Microsoft.NETCore.App/6.0.0
2022-02-02T17:05:07.8820397Z folder: /opt/dotnet/6.0.100/host/fxr/6.0.0
2022-02-02T17:05:07.8916314Z /opt/dotnet/6.0.100/sdk/6.0.100 is missing, creating ...
2022-02-02T17:05:07.8981637Z /opt/dotnet/6.0.100/shared/Microsoft.NETCore.App/6.0.0 is missing, creating ...
2022-02-02T17:05:07.9006482Z /opt/dotnet/6.0.100/shared/Microsoft.AspNetCore.App/6.0.0 is missing, creating ...
2022-02-02T17:05:07.9044801Z /opt/dotnet/6.0.100/host/fxr/6.0.0 is missing, creating ...
2022-02-02T17:05:07.9082775Z /opt/dotnet/6.0.100/sdk-manifests/6.0.100 is missing, creating ...
2022-02-02T17:05:07.9123757Z /opt/dotnet/6.0.100/packs/Microsoft.AspNetCore.App.Ref/6.0.0 is missing, creating ...
2022-02-02T17:05:07.9162408Z /opt/dotnet/6.0.100/packs/NETStandard.Library.Ref/2.1.0 is missing, creating ...
2022-02-02T17:05:07.9201885Z /opt/dotnet/6.0.100/packs/Microsoft.NETCore.App.Ref/6.0.0 is missing, creating ...
2022-02-02T17:05:07.9240501Z /opt/dotnet/6.0.100/packs/Microsoft.NETCore.App.Host.linux-x64/6.0.0 is missing, creating ...
2022-02-02T17:05:07.9279939Z /opt/dotnet/6.0.100/templates/6.0.0 is missing, creating ...
2022-02-02T17:05:07.9340772Z /opt/dotnet/6.0.100/sdk/6.0.100 is missing, creating ...
2022-02-02T17:05:07.9380715Z /opt/dotnet/6.0.100/sdk-manifests/6.0.100 is missing, creating ...
2022-02-02T17:05:07.9420799Z /opt/dotnet/6.0.100/templates/6.0.0 is missing, creating ...
2022-02-02T17:05:07.9988404Z 
2022-02-02T17:05:08.0986200Z Using .NET Core SDK Version: 6.0.100
2022-02-02T17:05:08.0986610Z 
2022-02-02T17:05:08.0987378Z Running '/opt/dotnet/6.0.100/dotnet workload install wasm-tools'...
2022-02-02T17:05:08.0987653Z 
2022-02-02T17:05:08.2085868Z 
2022-02-02T17:05:08.2109004Z Welcome to .NET 6.0!
2022-02-02T17:05:08.2109322Z ---------------------
2022-02-02T17:05:08.2110257Z SDK Version: 6.0.100
2022-02-02T17:05:08.2110692Z 
2022-02-02T17:05:08.2110928Z Telemetry
2022-02-02T17:05:08.2113220Z ---------
2022-02-02T17:05:08.2116328Z The .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.
2022-02-02T17:05:08.2116877Z 
2022-02-02T17:05:08.2127317Z Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
2022-02-02T17:05:08.2127676Z 
2022-02-02T17:05:08.2127888Z ----------------
2022-02-02T17:05:08.2128685Z Installed an ASP.NET Core HTTPS development certificate.
2022-02-02T17:05:08.2129120Z To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only).
2022-02-02T17:05:08.2129499Z Learn about HTTPS: https://aka.ms/dotnet-https
2022-02-02T17:05:08.2129774Z ----------------
2022-02-02T17:05:08.2130098Z Write your first app: https://aka.ms/dotnet-hello-world
2022-02-02T17:05:08.2130451Z Find out what's new: https://aka.ms/dotnet-whats-new
2022-02-02T17:05:08.2131046Z Explore documentation: https://aka.ms/dotnet-docs
2022-02-02T17:05:08.2131441Z Report issues and find source on GitHub: https://github.com/dotnet/core
2022-02-02T17:05:08.2131862Z Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
2022-02-02T17:05:08.2132700Z --------------------------------------------------------------------------------------
2022-02-02T17:05:08.3955898Z 
2022-02-02T17:05:08.8344464Z Skip NuGet package signing validation. NuGet signing validation is not available on Linux or macOS https://aka.ms/workloadskippackagevalidation .
2022-02-02T17:05:08.8674593Z Updated advertising manifest microsoft.net.sdk.android.
2022-02-02T17:05:08.8700522Z Updated advertising manifest microsoft.net.sdk.ios.
2022-02-02T17:05:08.8989463Z Updated advertising manifest microsoft.net.sdk.maui.
2022-02-02T17:05:08.9072104Z Updated advertising manifest microsoft.net.sdk.tvos.
2022-02-02T17:05:08.9128384Z Updated advertising manifest microsoft.net.sdk.macos.
2022-02-02T17:05:08.9165414Z Updated advertising manifest microsoft.net.sdk.maccatalyst.
2022-02-02T17:05:08.9237540Z Updated advertising manifest microsoft.net.workload.emscripten.
2022-02-02T17:05:08.9337621Z Updated advertising manifest microsoft.net.workload.mono.toolchain.
2022-02-02T17:05:08.9602681Z Installing workload manifest microsoft.net.sdk.android version 31.0.101-preview.11.117…
2022-02-02T17:05:09.0618578Z Installing workload manifest microsoft.net.sdk.maccatalyst version 15.0.101-preview.11.551…
2022-02-02T17:05:09.1627536Z Installing workload manifest microsoft.net.sdk.macos version 12.0.101-preview.11.551…
2022-02-02T17:05:09.2625118Z Installing workload manifest microsoft.net.sdk.maui version 6.0.101-preview.11.2349…
2022-02-02T17:05:09.3506910Z Installing workload manifest microsoft.net.workload.mono.toolchain version 6.0.1…
2022-02-02T17:05:09.4656763Z Installing workload manifest microsoft.net.sdk.tvos version 15.0.101-preview.11.551…
2022-02-02T17:05:09.5538288Z Installing workload manifest microsoft.net.sdk.ios version 15.0.101-preview.11.551…
2022-02-02T17:05:09.6590508Z Installing pack Microsoft.NET.Runtime.WebAssembly.Sdk version 6.0.1...
2022-02-02T17:05:09.8544013Z Writing workload pack installation record for Microsoft.NET.Runtime.WebAssembly.Sdk version 6.0.1...
2022-02-02T17:05:09.8733147Z Installing pack Microsoft.NETCore.App.Runtime.Mono.browser-wasm version 6.0.1...
2022-02-02T17:05:10.6941171Z Writing workload pack installation record for Microsoft.NETCore.App.Runtime.Mono.browser-wasm version 6.0.1...
2022-02-02T17:05:10.6969145Z Installing pack Microsoft.NETCore.App.Runtime.AOT.Cross.browser-wasm version 6.0.1...
2022-02-02T17:05:11.4570612Z Writing workload pack installation record for Microsoft.NETCore.App.Runtime.AOT.Cross.browser-wasm version 6.0.1...
2022-02-02T17:05:11.4588320Z Installing pack Microsoft.NET.Runtime.MonoAOTCompiler.Task version 6.0.1...
2022-02-02T17:05:11.6285339Z Writing workload pack installation record for Microsoft.NET.Runtime.MonoAOTCompiler.Task version 6.0.1...
2022-02-02T17:05:11.6292609Z Installing pack Microsoft.NET.Runtime.MonoTargets.Sdk version 6.0.1...
2022-02-02T17:05:13.5778662Z Writing workload pack installation record for Microsoft.NET.Runtime.MonoTargets.Sdk version 6.0.1...
2022-02-02T17:05:13.5784747Z Installing pack Microsoft.NET.Runtime.Emscripten.Node version 6.0.0...
2022-02-02T17:05:14.3336079Z Writing workload pack installation record for Microsoft.NET.Runtime.Emscripten.Node version 6.0.0...
2022-02-02T17:05:14.3376034Z Installing pack Microsoft.NET.Runtime.Emscripten.Sdk version 6.0.0...
2022-02-02T17:05:23.5695459Z Writing workload pack installation record for Microsoft.NET.Runtime.Emscripten.Sdk version 6.0.0...
2022-02-02T17:05:23.6712864Z Garbage collecting for SDK feature band(s) 6.0.100...
2022-02-02T17:05:23.6746881Z 
2022-02-02T17:05:23.6771121Z Successfully installed workload(s) wasm-tools.
2022-02-02T17:05:23.6771542Z 
2022-02-02T17:05:24.3434005Z   Determining projects to restore...
2022-02-02T17:05:26.6533129Z   Restored /github/workspace/SystemStatus.BlazorApp/SystemStatus.BlazorApp.csproj (in 2.03 sec).
2022-02-02T17:05:26.6546194Z   Restored /github/workspace/SystemStatus.Shared/SystemStatus.Shared.csproj (in 2.04 sec).
2022-02-02T17:05:26.6745055Z 
2022-02-02T17:05:26.6745430Z Publishing to directory /bin/staticsites/ss-oryx/app...
2022-02-02T17:05:26.6745725Z 
2022-02-02T17:05:26.8212044Z Microsoft (R) Build Engine version 17.0.0+c9eb9dd64 for .NET
2022-02-02T17:05:26.8212580Z Copyright (C) Microsoft Corporation. All rights reserved.
2022-02-02T17:05:26.8212897Z 
2022-02-02T17:05:27.5337884Z   Determining projects to restore...
2022-02-02T17:05:27.8800489Z   All projects are up-to-date for restore.
2022-02-02T17:05:30.1945253Z   SystemStatus.Shared -> /github/workspace/SystemStatus.Shared/bin/Release/net6.0/SystemStatus.Shared.dll
2022-02-02T17:05:32.9919478Z   SystemStatus.BlazorApp -> /github/workspace/SystemStatus.BlazorApp/bin/Release/net6.0/SystemStatus.BlazorApp.dll
2022-02-02T17:05:32.9981527Z   SystemStatus.BlazorApp (Blazor output) -> /github/workspace/SystemStatus.BlazorApp/bin/Release/net6.0/wwwroot
2022-02-02T17:05:56.4119737Z   Optimizing assemblies for size, which may change the behavior of the app. Be sure to test after publishing. See: https://aka.ms/dotnet-illink
2022-02-02T17:05:56.5418932Z   SystemStatus.Shared -> /github/workspace/SystemStatus.Shared/bin/Release/net6.0/SystemStatus.Shared.dll
2022-02-02T17:05:56.8301687Z   Optimizing assemblies for size, which may change the behavior of the app. Be sure to test after publishing. See: https://aka.ms/dotnet-illink
2022-02-02T17:05:57.0364365Z /opt/dotnet/6.0.100/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.1/Sdk/WasmApp.Native.targets(240,5): error MSB4018: The "PInvokeTableGenerator" task failed unexpectedly. [/github/workspace/SystemStatus.BlazorApp/SystemStatus.BlazorApp.csproj]
2022-02-02T17:05:57.0366634Z /opt/dotnet/6.0.100/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.1/Sdk/WasmApp.Native.targets(240,5): error MSB4018: System.BadImageFormatException: This PE image is not a managed executable. [/github/workspace/SystemStatus.BlazorApp/SystemStatus.BlazorApp.csproj]
2022-02-02T17:05:57.0368778Z /opt/dotnet/6.0.100/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.1/Sdk/WasmApp.Native.targets(240,5): error MSB4018:    at System.Reflection.MetadataLoadContext.LoadFromStreamCore(Stream peStream) [/github/workspace/SystemStatus.BlazorApp/SystemStatus.BlazorApp.csproj]
2022-02-02T17:05:57.0370341Z /opt/dotnet/6.0.100/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.1/Sdk/WasmApp.Native.targets(240,5): error MSB4018:    at System.Reflection.MetadataLoadContext.LoadFromAssemblyPath(String assemblyPath) [/github/workspace/SystemStatus.BlazorApp/SystemStatus.BlazorApp.csproj]
2022-02-02T17:05:57.0372334Z /opt/dotnet/6.0.100/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.1/Sdk/WasmApp.Native.targets(240,5): error MSB4018:    at PInvokeTableGenerator.GenPInvokeTable(String[] pinvokeModules, String[] assemblies) [/github/workspace/SystemStatus.BlazorApp/SystemStatus.BlazorApp.csproj]
2022-02-02T17:05:57.0373718Z /opt/dotnet/6.0.100/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.1/Sdk/WasmApp.Native.targets(240,5): error MSB4018:    at PInvokeTableGenerator.Execute() [/github/workspace/SystemStatus.BlazorApp/SystemStatus.BlazorApp.csproj]
2022-02-02T17:05:57.0375679Z /opt/dotnet/6.0.100/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.1/Sdk/WasmApp.Native.targets(240,5): error MSB4018:    at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() [/github/workspace/SystemStatus.BlazorApp/SystemStatus.BlazorApp.csproj]
2022-02-02T17:05:57.0378536Z /opt/dotnet/6.0.100/packs/Microsoft.NET.Runtime.WebAssembly.Sdk/6.0.1/Sdk/WasmApp.Native.targets(240,5): error MSB4018:    at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask) [/github/workspace/SystemStatus.BlazorApp/SystemStatus.BlazorApp.csproj]
2022-02-02T17:05:58.6059006Z 
2022-02-02T17:05:58.6060772Z 
2022-02-02T17:05:58.6061096Z ---End of Oryx build logs---
2022-02-02T17:05:58.6065710Z Oryx has failed to build the solution.
2022-02-02T17:05:58.7058125Z 
2022-02-02T17:05:58.7059196Z For further information, please visit the Azure Static Web Apps documentation at https://docs.microsoft.com/en-us/azure/static-web-apps/
2022-02-02T17:05:58.7060518Z If you believe this behavior is unexpected, please raise a GitHub issue at https://github.com/azure/static-web-apps/issues/
2022-02-02T17:05:58.7061164Z Exiting
2022-02-02T17:05:59.2147157Z Post job cleanup.
2022-02-02T17:05:59.3252316Z [command]/usr/bin/git version
2022-02-02T17:05:59.3308097Z git version 2.34.1
2022-02-02T17:05:59.3341176Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2022-02-02T17:05:59.3379293Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2022-02-02T17:05:59.3609868Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2022-02-02T17:05:59.3639334Z http.https://github.com/.extraheader
2022-02-02T17:05:59.3647798Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2022-02-02T17:05:59.3686020Z [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' || :
2022-02-02T17:05:59.4074332Z Cleaning up orphan processes
juaneangulou commented 2 years ago
  • Unset the CI variable by updating your build script in package.json to CI= react-scripts build

i'm beginer level developer facing same issue but not satisfied with the answer would you further explain like how to fix warning in the app and unset the CI variable in the package.json @anthonychu Screenshot (208)

Hey Bro you are awesome because I just add CI= false and then react-scripts build and works thanks!

trv893 commented 2 years ago

Confirming having same issue today. The fix mentioned works. CI= in build script.

In package.json

"scripts": {
    "start": "react-scripts start",
    "build": "CI= react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build"
  }
Zwiebeln commented 2 years ago

I've configured the process.env.CI to false in the YAML file, so that the pipeline won't break because of a warning.

uses: Azure/static-web-apps-deploy@v1
        env: 
          CI: false

This works fine with Github

Ashoks22 commented 2 years ago

Hi, I am getting below error while trying to build through Azure pipeline.

image

Error Azure static web app.docx

jrmch commented 2 years ago

This is the trouble with everyone becoming so reliant on Microsoft black box tech!

sohailmerchant commented 1 year ago

Solution is as suggested above:

  1. Ensure all the warning are resolved i.e. unused imports, unused variables etc.. (there should be zero warnings)
  2. In the GitHub Action YML file set under CI to false (around line 26)
 id: builddeploy 
        uses: Azure/static-web-apps-deploy@v1
        env:
          CI: false  
gautam958 commented 1 year ago

trigger:

pool: vmImage: ubuntu-latest

steps:

tallman5 commented 1 year ago

I was getting the same error. According to https://learn.microsoft.com/en-us/azure/static-web-apps/publish-gatsby, the following needs to be added to the bottom of the package.json:

"engines": { "node": ">=18.0.0" }

Once done, the pipeline started working. HTH.