My self hosted (Linux, WSL2 on Windows 10) build fails with `An unknown exception has occurred` and no details.
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
My self hosted (Linux, WSL2 on Windows 10) build fails with `An unknown exception has occurred` and no details.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a Linux(WSL2) self hosted agent according to instructions. (https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/v2-windows?view=azure-devops)
2. Create a Azure Static Web App according to Microsoft offiicial guides (https://docs.microsoft.com/en-us/azure/static-web-apps/publish-devops)
3. Change the pipeline to use the self hosted agent
4. See error
```
2021-08-28T12:56:47.8802155Z ##[debug]Evaluating condition for step: 'AzureStaticWebApp'
2021-08-28T12:56:47.8810638Z ##[debug]Evaluating: SucceededNode()
2021-08-28T12:56:47.8811294Z ##[debug]Evaluating SucceededNode:
2021-08-28T12:56:47.8812416Z ##[debug]=> True
2021-08-28T12:56:47.8817667Z ##[debug]Result: True
2021-08-28T12:56:47.8823194Z ##[section]Starting: AzureStaticWebApp
2021-08-28T12:56:47.8886113Z ==============================================================================
2021-08-28T12:56:47.8886393Z Task : Deploy Azure Static Web App
2021-08-28T12:56:47.8886629Z Description : [PREVIEW] Build and deploy an Azure Static Web App
2021-08-28T12:56:47.8886839Z Version : 0.187.2
2021-08-28T12:56:47.8887015Z Author : Microsoft Corporation
2021-08-28T12:56:47.8887211Z Help : https://aka.ms/swadocs
2021-08-28T12:56:47.8887443Z ==============================================================================
2021-08-28T12:56:47.9103058Z ##[debug]Using node path: /mnt/c/agent-bfm-linux/externals/node/bin/node
2021-08-28T12:56:49.1128151Z ##[debug]agent.TempDirectory=/mnt/c/agent-bfm-linux/_work/_temp
2021-08-28T12:56:49.1168444Z ##[debug]loading inputs and endpoints
2021-08-28T12:56:49.1170299Z ##[debug]loading INPUT_CWD
2021-08-28T12:56:49.1217046Z ##[debug]loading INPUT_APP_LOCATION
2021-08-28T12:56:49.1237117Z ##[debug]loading INPUT_OUTPUT_LOCATION
2021-08-28T12:56:49.1251885Z ##[debug]loading INPUT_API_LOCATION
2021-08-28T12:56:49.1267284Z ##[debug]loading INPUT_AZURE_STATIC_WEB_APPS_API_TOKEN
2021-08-28T12:56:49.1282661Z ##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
2021-08-28T12:56:49.1297325Z ##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
2021-08-28T12:56:49.1312693Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
2021-08-28T12:56:49.1335831Z ##[debug]loading SECRET_DEPLOYMENT_TOKEN
2021-08-28T12:56:49.1350165Z ##[debug]loading SECRET_SYSTEM_ACCESSTOKEN
2021-08-28T12:56:49.1365623Z ##[debug]loaded 10
2021-08-28T12:56:49.1383880Z ##[debug]Agent.ProxyUrl=undefined
2021-08-28T12:56:49.1385170Z ##[debug]Agent.CAInfo=undefined
2021-08-28T12:56:49.1386068Z ##[debug]Agent.ClientCert=undefined
2021-08-28T12:56:49.1386532Z ##[debug]Agent.SkipCertValidation=undefined
2021-08-28T12:56:49.1393707Z ##[debug]check path : /mnt/c/agent-bfm-linux/_work/_tasks/AzureStaticWebApp_18aad896-e191-4720-88d6-8ced4806941a/0.187.2/task.json
2021-08-28T12:56:49.1411610Z ##[debug]adding resource file: /mnt/c/agent-bfm-linux/_work/_tasks/AzureStaticWebApp_18aad896-e191-4720-88d6-8ced4806941a/0.187.2/task.json
2021-08-28T12:56:49.1412274Z ##[debug]system.culture=en-US
2021-08-28T12:56:49.1484628Z ##[debug]which 'bash'
2021-08-28T12:56:49.1488911Z ##[debug]found: '/usr/bin/bash'
2021-08-28T12:56:49.1490236Z ##[debug]which '/usr/bin/bash'
2021-08-28T12:56:49.1490763Z ##[debug]found: '/usr/bin/bash'
2021-08-28T12:56:49.1493710Z ##[debug]testing directory '/mnt/c/agent-bfm-linux/_work/_tasks/AzureStaticWebApp_18aad896-e191-4720-88d6-8ced4806941a/0.187.2'
2021-08-28T12:56:49.1543919Z ##[debug]/usr/bin/bash arg: /mnt/c/agent-bfm-linux/_work/_tasks/AzureStaticWebApp_18aad896-e191-4720-88d6-8ced4806941a/0.187.2/launch-docker.sh
2021-08-28T12:56:49.1545025Z ##[debug]args=undefined
2021-08-28T12:56:49.1564393Z ##[debug]cwd=/mnt/c/agent-bfm-linux/_work/1/s
2021-08-28T12:56:49.1581201Z ##[debug]app_location=/
2021-08-28T12:56:49.1581612Z ##[debug]app_build_command=undefined
2021-08-28T12:56:49.1596184Z ##[debug]output_location=dist
2021-08-28T12:56:49.1610592Z ##[debug]api_location=api
2021-08-28T12:56:49.1611005Z ##[debug]api_build_command=undefined
2021-08-28T12:56:49.1611399Z ##[debug]routes_location=undefined
2021-08-28T12:56:49.1611771Z ##[debug]skip_app_build=undefined
2021-08-28T12:56:49.1629760Z ##[debug]azure_static_web_apps_api_token=***
2021-08-28T12:56:49.1633449Z ##[debug]exec tool: /usr/bin/bash
2021-08-28T12:56:49.1634149Z ##[debug]arguments:
2021-08-28T12:56:49.1634959Z ##[debug] /mnt/c/agent-bfm-linux/_work/_tasks/AzureStaticWebApp_18aad896-e191-4720-88d6-8ced4806941a/0.187.2/launch-docker.sh
2021-08-28T12:56:49.1640896Z [command]/usr/bin/bash /mnt/c/agent-bfm-linux/_work/_tasks/AzureStaticWebApp_18aad896-e191-4720-88d6-8ced4806941a/0.187.2/launch-docker.sh
2021-08-28T12:56:51.1424955Z [37mDeploymentId: 49b4d1d9-7f2d-431a-9904-b7fa5074ada3[0m
2021-08-28T12:56:51.1425587Z [37m[0m
2021-08-28T12:56:51.2383008Z [37mApp Directory Location: '/' was found.[0m
2021-08-28T12:56:51.2391774Z [33m[WARNING] Api Directory Location: 'api' could not be found. Azure Functions will not be created.[0m
2021-08-28T12:56:53.0270015Z [37mStarting to build app with Oryx[0m
2021-08-28T12:56:53.0271297Z [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-28T12:56:53.0271864Z [37m---Oryx build logs---[0m
2021-08-28T12:56:53.0272343Z [37m[0m
2021-08-28T12:56:53.0272623Z [37m[0m
2021-08-28T12:56:53.5702832Z [37mOperation performed by Microsoft Oryx, https://github.com/Microsoft/Oryx[0m
2021-08-28T12:56:53.5703666Z [37mYou can report issues at https://github.com/Microsoft/Oryx/issues[0m
2021-08-28T12:56:53.5704261Z [37m[0m
2021-08-28T12:56:53.5704942Z [37mOryx Version: 0.2.20210410.1, Commit: e73613ae1fd73c809c00f357f8df91eb984e1158, ReleaseTagName: 20210410.1[0m
2021-08-28T12:56:53.5709298Z [37m[0m
2021-08-28T12:56:53.5709835Z [37mBuild Operation ID: |x1uput1j5xg=.b442c047_[0m
2021-08-28T12:56:53.5710462Z [37mRepository Commit : 8b35847d37a19aac9e314f5ea5ce9253d88f2fe2[0m
2021-08-28T12:56:53.5711391Z [37m[0m
2021-08-28T12:56:53.5861856Z [37mDetecting platforms...[0m
2021-08-28T12:56:55.4604095Z [37mDetected following platforms:[0m
2021-08-28T12:56:55.4605475Z [37m nodejs: 14.17.4[0m
2021-08-28T12:56:55.4656434Z [37mVersion '14.17.4' of platform 'nodejs' is not installed. Generating script to install it...[0m
2021-08-28T12:56:55.6222110Z [37m[0m
2021-08-28T12:56:55.6287657Z [37m[0m
2021-08-28T12:56:55.6293451Z [37mSource directory : /working_dir[0m
2021-08-28T12:56:55.6294321Z [37mDestination directory: /ss-oryx/app[0m
2021-08-28T12:56:55.6295751Z [37m[0m
2021-08-28T12:56:55.6296901Z [37m[0m
2021-08-28T12:56:55.6297725Z [37mDownloading and extracting 'nodejs' version '14.17.4' to '/tmp/oryx/platforms/nodejs/14.17.4'...[0m
2021-08-28T12:56:57.7511226Z [37mDownloaded in 2 sec(s).[0m
2021-08-28T12:56:57.7511961Z [37mVerifying checksum...[0m
2021-08-28T12:56:57.8556818Z [37mExtracting contents...[0m
2021-08-28T12:56:58.7084795Z [37mDone in 3 sec(s).[0m
2021-08-28T12:56:58.7085477Z [37m[0m
2021-08-28T12:56:58.7491383Z [37m[0m
2021-08-28T12:56:58.7492087Z [37mUsing Node version:[0m
2021-08-28T12:56:58.7515257Z [37mv14.17.4[0m
2021-08-28T12:56:58.7519333Z [37m[0m
2021-08-28T12:56:58.7520322Z [37mUsing Npm version:[0m
2021-08-28T12:56:58.8781486Z [37m6.14.14[0m
2021-08-28T12:56:58.8835929Z [37m[0m
2021-08-28T12:56:58.8837994Z [37mRunning 'npm install --unsafe-perm'...[0m
2021-08-28T12:56:58.8838760Z [37m[0m
2021-08-28T12:56:59.3096343Z [31mnpm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it![0m
2021-08-28T12:59:42.0036416Z [37m[0m
2021-08-28T12:59:42.0043701Z [37m> yorkie@2.0.0 install /working_dir/node_modules/yorkie[0m
2021-08-28T12:59:42.0046662Z [37m> node bin/install.js[0m
2021-08-28T12:59:42.0047948Z [37m[0m
2021-08-28T12:59:42.1584889Z [37msetting up Git hooks[0m
2021-08-28T12:59:42.4329468Z [37mdone[0m
2021-08-28T12:59:42.4330357Z [37m[0m
2021-08-28T12:59:42.4963735Z [37m[0m
2021-08-28T12:59:42.4964569Z [37m> @fortawesome/fontawesome-common-types@0.2.36 postinstall /working_dir/node_modules/@fortawesome/fontawesome-common-types[0m
2021-08-28T12:59:42.4965902Z [37m> node attribution.js[0m
2021-08-28T12:59:42.4966894Z [37m[0m
2021-08-28T12:59:42.5541573Z [37mFont Awesome Free 0.2.36 by @fontawesome - https://fontawesome.com[0m
2021-08-28T12:59:42.5542778Z [37mLicense - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)[0m
2021-08-28T12:59:42.5548302Z [37m[0m
2021-08-28T12:59:42.6130533Z [37m[0m
2021-08-28T12:59:42.6131224Z [37m> core-js@3.16.3 postinstall /working_dir/node_modules/core-js[0m
2021-08-28T12:59:42.6132422Z [37m> node -e "try{require('./postinstall')}catch(e){}"[0m
2021-08-28T12:59:42.6133439Z [37m[0m
2021-08-28T12:59:42.6743384Z [37m[96mThank you for using core-js ([94m https://github.com/zloirock/core-js [96m) for polyfilling JavaScript standard library![0m[0m
2021-08-28T12:59:42.6744180Z [37m[0m
2021-08-28T12:59:42.6744716Z [37m[96mThe project needs your help! Please consider supporting of core-js:[0m[0m
2021-08-28T12:59:42.6747622Z [37m[96m>[94m https://opencollective.com/core-js [0m[0m
2021-08-28T12:59:42.6749135Z [37m[96m>[94m https://patreon.com/zloirock [0m[0m
2021-08-28T12:59:42.6750086Z [37m[96m>[94m https://paypal.me/zloirock [0m[0m
2021-08-28T12:59:42.6750888Z [37m[96m>[94m bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz [0m[0m
2021-08-28T12:59:42.6751373Z [37m[0m
2021-08-28T12:59:42.6751985Z [37m[96mAlso, the author of core-js ([94m https://github.com/zloirock [96m) is looking for a good job -)[0m[0m
2021-08-28T12:59:42.6757855Z [37m[0m
2021-08-28T12:59:42.6913262Z [37m[0m
2021-08-28T12:59:42.6914512Z [37m> ejs@2.7.4 postinstall /working_dir/node_modules/ejs[0m
2021-08-28T12:59:42.6915666Z [37m> node ./postinstall.js[0m
2021-08-28T12:59:42.6916123Z [37m[0m
2021-08-28T12:59:42.7464997Z [37mThank you for installing [35mEJS[0m: built with the [32mJake[0m JavaScript build tool ([32mhttps://jakejs.com/[0m)[0m
2021-08-28T12:59:42.7465747Z [37m[0m
2021-08-28T12:59:42.9309311Z [37m[0m
2021-08-28T12:59:42.9310111Z [37m> @fortawesome/fontawesome-svg-core@1.2.36 postinstall /working_dir/node_modules/@fortawesome/fontawesome-svg-core[0m
2021-08-28T12:59:42.9311194Z [37m> node attribution.js[0m
2021-08-28T12:59:42.9312082Z [37m[0m
2021-08-28T12:59:42.9873922Z [37mFont Awesome Free 1.2.36 by @fontawesome - https://fontawesome.com[0m
2021-08-28T12:59:42.9875304Z [37mLicense - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)[0m
2021-08-28T12:59:42.9876195Z [37m[0m
2021-08-28T12:59:42.9952676Z [37m[0m
2021-08-28T12:59:42.9953479Z [37m> @fortawesome/free-solid-svg-icons@5.15.4 postinstall /working_dir/node_modules/@fortawesome/free-solid-svg-icons[0m
2021-08-28T12:59:42.9954549Z [37m> node attribution.js[0m
2021-08-28T12:59:42.9955668Z [37m[0m
2021-08-28T12:59:43.0500347Z [37mFont Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com[0m
2021-08-28T12:59:43.0501355Z [37mLicense - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)[0m
2021-08-28T12:59:43.0501839Z [37m[0m
2021-08-28T12:59:44.3668003Z [31mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-dev-server/node_modules/fsevents):[0m
2021-08-28T12:59:44.3669238Z [31mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})[0m
2021-08-28T12:59:44.3743381Z [31mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents):[0m
2021-08-28T12:59:44.3744478Z [31mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})[0m
2021-08-28T12:59:44.3853487Z [31mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):[0m
2021-08-28T12:59:44.3855918Z [31mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})[0m
2021-08-28T12:59:44.3857174Z [31m[0m
2021-08-28T12:59:44.3926232Z [37madded 1461 packages from 726 contributors and audited 1467 packages in 165.145s[0m
2021-08-28T12:59:45.1198247Z [37m[0m
2021-08-28T12:59:45.1199162Z [37m104 packages are looking for funding[0m
2021-08-28T12:59:45.1199968Z [37m run `npm fund` for details[0m
2021-08-28T12:59:45.1200604Z [37m[0m
2021-08-28T12:59:45.1201038Z [37mfound 9 moderate severity vulnerabilities[0m
2021-08-28T12:59:45.1201601Z [37m run `npm audit fix` to fix them, or `npm audit` for details[0m
2021-08-28T12:59:45.1450099Z [37m[0m
2021-08-28T12:59:45.1450716Z [37mRunning 'npm run build'...[0m
2021-08-28T12:59:45.1451416Z [37m[0m
2021-08-28T12:59:45.3579441Z [37m[0m
2021-08-28T12:59:45.3580247Z [37m> llamapoints-website@0.1.0 build /working_dir[0m
2021-08-28T12:59:45.3580784Z [37m> vue-cli-service build[0m
2021-08-28T12:59:45.3581116Z [37m[0m
2021-08-28T12:59:56.5883987Z [37m[0m
2021-08-28T12:59:56.5890326Z [31m- Building for production...[0m
2021-08-28T13:01:56.0396275Z [37m WARNING Compiled with 4 warnings1:01:56 PM[0m
2021-08-28T13:01:56.0399964Z [37m[0m
2021-08-28T13:01:56.0404352Z [37mModule Warning (from ./node_modules/eslint-loader/index.js):[0m
2021-08-28T13:01:56.0405857Z [37m[0m
2021-08-28T13:01:56.0407114Z [37m/working_dir/src/components/Menu.vue[0m
2021-08-28T13:01:56.0408723Z [37m 107:7 warning Unexpected console statement no-console[0m
2021-08-28T13:01:56.0414043Z [37m[0m
2021-08-28T13:01:56.0417123Z [37m✖ 1 problem (0 errors, 1 warning)[0m
2021-08-28T13:01:56.0418352Z [37m[0m
2021-08-28T13:01:56.0419408Z [37m[0m
2021-08-28T13:01:56.0420723Z [37mYou may use special comments to disable some warnings.[0m
2021-08-28T13:01:56.0422980Z [37mUse // eslint-disable-next-line to ignore the next line.[0m
2021-08-28T13:01:56.0424419Z [37mUse /* eslint-disable */ to ignore all warnings in a file.[0m
2021-08-28T13:01:56.0425662Z [37m warning [0m
2021-08-28T13:01:56.0426553Z [37m[0m
2021-08-28T13:01:56.0428006Z [37masset size limit: The following asset(s) exceed the recommended size limit (244 KiB).[0m
2021-08-28T13:01:56.0429732Z [37mThis can impact web performance.[0m
2021-08-28T13:01:56.0431367Z [37mAssets: [0m
2021-08-28T13:01:56.0432416Z [37m css/app.0fc609c7.css (349 KiB)[0m
2021-08-28T13:01:56.0433502Z [37m js/chunk-vendors.c7903fe8.js (268 KiB)[0m
2021-08-28T13:01:56.0434431Z [37m images/contact/contact-bg-1.png (449 KiB)[0m
2021-08-28T13:01:56.0435102Z [37m images/l1/content-img1.svg (394 KiB)[0m
2021-08-28T13:01:56.0435673Z [37m images/l8/video-bg.png (332 KiB)[0m
2021-08-28T13:01:56.0436213Z [37m images/l8/hero-bg.png (485 KiB)[0m
2021-08-28T13:01:56.0436805Z [37m images/blog/blog-details-banner.png (693 KiB)[0m
2021-08-28T13:01:56.0437401Z [37m images/portfolio/portfolio-bg-4.png (794 KiB)[0m
2021-08-28T13:01:56.0437996Z [37m images/contact/contact-bg-2.png (1.27 MiB)[0m
2021-08-28T13:01:56.0438459Z [37m[0m
2021-08-28T13:01:56.0438870Z [37m warning [0m
2021-08-28T13:01:56.0439286Z [37m[0m
2021-08-28T13:01:56.0440186Z [37mentrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.[0m
2021-08-28T13:01:56.0440927Z [37mEntrypoints:[0m
2021-08-28T13:01:56.0442043Z [37m app (810 KiB)[0m
2021-08-28T13:01:56.0442626Z [37m css/chunk-vendors.63c5e34a.css[0m
2021-08-28T13:01:56.0443197Z [37m js/chunk-vendors.c7903fe8.js[0m
2021-08-28T13:01:56.0443766Z [37m css/app.0fc609c7.css[0m
2021-08-28T13:01:56.0444288Z [37m js/app.b16b2f37.js[0m
2021-08-28T13:01:56.0444735Z [37m[0m
2021-08-28T13:01:56.0445160Z [37m[0m
2021-08-28T13:01:56.0445590Z [37m warning [0m
2021-08-28T13:01:56.0446020Z [37m[0m
2021-08-28T13:01:56.0446550Z [37mwebpack performance recommendations: [0m
2021-08-28T13:01:56.0447391Z [37mYou can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.[0m
2021-08-28T13:01:56.0448212Z [37mFor more info visit https://webpack.js.org/guides/code-splitting/[0m
2021-08-28T13:01:56.0448747Z [37m[0m
2021-08-28T13:01:56.2611812Z [37m File Size Gzipped[0m
2021-08-28T13:01:56.2616587Z [37m[0m
2021-08-28T13:01:56.2617805Z [37m dist/js/chunk-vendors.c7903fe8.js 268.31 KiB 82.50 KiB[0m
2021-08-28T13:01:56.2618831Z [37m dist/js/app.b16b2f37.js 33.94 KiB 10.61 KiB[0m
2021-08-28T13:01:56.2619523Z [37m dist/css/app.0fc609c7.css 348.59 KiB 43.86 KiB[0m
2021-08-28T13:01:56.2620107Z [37m dist/css/chunk-vendors.63c5e34a.css 158.70 KiB 23.28 KiB[0m
2021-08-28T13:01:56.2620539Z [37m[0m
2021-08-28T13:01:56.2620964Z [37m Images and other types of assets omitted.[0m
2021-08-28T13:01:56.2621358Z [37m[0m
2021-08-28T13:01:56.2621829Z [37m DONE Build complete. The dist directory is ready to be deployed.[0m
2021-08-28T13:01:56.2622729Z [37m INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html[0m
2021-08-28T13:01:56.2623585Z [37m [0m
2021-08-28T13:01:56.9608095Z [37mPreparing output...[0m
2021-08-28T13:01:56.9608671Z [37m[0m
2021-08-28T13:01:56.9609151Z [37mCopying files to destination directory '/ss-oryx/app'...[0m
2021-08-28T13:04:09.2786118Z [37mDone in 133 sec(s).[0m
2021-08-28T13:04:09.2798624Z [37m[0m
2021-08-28T13:04:09.2802103Z [37mRemoving existing manifest file[0m
2021-08-28T13:04:09.2808361Z [37mCreating a manifest file...[0m
2021-08-28T13:04:09.2811886Z [37mManifest file created.[0m
2021-08-28T13:04:09.2812314Z [37m[0m
2021-08-28T13:04:09.2812701Z [37mDone in 434 sec(s).[0m
2021-08-28T13:04:10.5477502Z [37m[0m
2021-08-28T13:04:10.5478464Z [37m[0m
2021-08-28T13:04:10.5479527Z [37m---End of Oryx build logs---[0m
2021-08-28T13:04:10.5480282Z [37mFinished building app with Oryx[0m
2021-08-28T13:04:20.1612365Z [37mUsing 'staticwebapp.config.json' file for configuration information, 'routes.json' will be ignored.[0m
2021-08-28T13:04:20.1891129Z [37mZipping App Artifacts[0m
2021-08-28T13:04:20.5049176Z [37mDone Zipping App Artifacts[0m
2021-08-28T13:04:20.5054054Z [33mEither no Api directory was specified, or the specified directory was not found. Azure Functions will not be created.[0m
2021-08-28T13:04:21.2655523Z [37mUploading build artifacts.[0m
2021-08-28T13:04:21.2669823Z [31mAn unknown exception has occurred[0m
2021-08-28T13:04:21.2966083Z [37m[0m
2021-08-28T13:04:21.2967004Z [33mFor further information, please visit the Azure Static Web Apps documentation at https://docs.microsoft.com/en-us/azure/static-web-apps/[0m
2021-08-28T13:04:21.2968314Z [33mIf you believe this behavior is unexpected, please raise a GitHub issue at https://github.com/azure/static-web-apps/issues/[0m
2021-08-28T13:04:21.2968856Z [33mExiting[0m
2021-08-28T13:04:21.8161758Z
2021-08-28T13:04:21.8170082Z ##[debug]Exit code 1 received from tool '/usr/bin/bash'
2021-08-28T13:04:21.8175344Z ##[debug]STDIO streams have closed for tool '/usr/bin/bash'
2021-08-28T13:04:21.8442091Z ##[debug]task result: Failed
2021-08-28T13:04:21.8452372Z ##[debug]Processed: ##vso[task.complete result=Failed;]
2021-08-28T13:04:21.8539834Z ##[section]Finishing: AzureStaticWebApp
```
**Expected behavior**
If an Exception is occuring, please provide some relevant information on what happened. Even with diagnostics/debug enabled on the pipeline all I get is "An unknown exception has occurred" without any additional information.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Device info (if applicable):**
- OS: Windows 10 latest as of to date, all updateds as of to date.
- Agent, latest just downloaded , v2.190.0
**Additional context**
Pipeline:
``` yaml
trigger:
- main
pool: IntelNUCLinuxPool
steps:
- checkout: self
submodules: true
- task: AzureStaticWebApp@0
inputs:
app_location: '/'
api_location: 'api'
output_location: 'dist'
azure_static_web_apps_api_token: $(deployment_token)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.