microsoft / navcontainerhelper

Official Microsoft repository for BcContainerHelper, a PowerShell module, which makes it easier to work with Business Central Containers on Docker.
MIT License
373 stars 239 forks source link

CI/CD pipeline error: Exception calling "DownloadFile" with "2" argument(s): "Illegal characters in path #3209

Closed LogicLemur closed 10 months ago

LogicLemur commented 10 months ago

After syncing changes from VS Code, the CI/CD pipeline returns an error:

Compiling apps Removing container Run-AlPipeline Telemetry Correlation Id: 2d043feb-6300-4da1-b196-d758d076e4aa AL-Go action ran: RunPipeline Telemetry Correlation Id: c1d7fff7-1e5a-428d-8f52-94628321f89b Get Event Log from container Getting event log for bc6485657002 Error getting event log from container: Cannot overwrite the item D:\a\APIs\TestAPIs\ContainerEventLog.evtx with itself. Error: Unexpected error when running action. Error Message: Exception calling "DownloadFile" with "2" argument(s): "Illegal characters in path.", StackTrace: at Compile-AppInBcContainer, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Compile-AppInNavContainer.ps1: line 486 <- at , C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 779 <- at , C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1894 <- at , C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1441 <- at , C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1434 <- at , C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 904 <- at Run-AlPipeline, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 866 <- at , D:\a_actions\microsoft\AL-Go-Actions\v3.3\RunPipeline\RunPipeline.ps1: line 371 <- at , D:\a_temp\bf6a57cb-2827-486c-8c70-012a0eb570a5.ps1: line 4 <- at , : line 1 Error: Process completed with exit code 1.

This is using latest AL-Go version

image

It happens each time a change is synced. Same issue is happening for a client.

freddydk commented 10 months ago

Could you include the full output from the build step?

freddydk commented 10 months ago

It looks like you have an app name or a publisher name with special characters and something goes wrong when downloading symbols from that. If we can see that actually happens, we can fix the issue, thanks,

LogicLemur commented 10 months ago

Sure and thanks Freddy.

Please see the attached.

On Sat, 14 Oct 2023 at 12:19, Freddy Kristiansen @.***> wrote:

It looks like you have an app name or a publisher name with special characters and something goes wrong when downloading symbols from that. If we can see that actually happens, we can fix the issue, thanks,

— Reply to this email directly, view it on GitHub https://github.com/microsoft/navcontainerhelper/issues/3209#issuecomment-1762822685, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCZ65463PVQDVW6J2EZVENLX7JYNBAVCNFSM6AAAAAA565IVIOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRSHAZDENRYGU . You are receiving this because you authored the thread.Message ID: @.***>

freddydk commented 10 months ago

I don't think you can attach attachments to github issues using email

LogicLemur commented 10 months ago

2023-10-11T16:57:52.7087295Z Requested labels: windows-latest
2023-10-11T16:57:52.7087754Z Job defined at: LogicLemur/TestAPIs/.github/workflows/_BuildALGoProject.yaml@refs/heads/main
2023-10-11T16:57:52.7089901Z Reusable workflow chain:
2023-10-11T16:57:52.7090140Z LogicLemur/TestAPIs/.github/workflows/CICD.yaml@refs/heads/main (7eea866f86ae3a551b42b6837af97a472169a7d8)
2023-10-11T16:57:52.7090308Z -> LogicLemur/TestAPIs/.github/workflows/_BuildALGoProject.yaml@refs/heads/main (7eea866f86ae3a551b42b6837af97a472169a7d8)
2023-10-11T16:57:52.7090469Z Waiting for a runner to pick up this job...
2023-10-11T16:57:53.3834070Z Job is waiting for a hosted runner to come online.
2023-10-11T16:57:58.6078593Z Job is about to start running on the hosted runner: GitHub Actions 2 (hosted)
2023-10-11T16:58:03.3193608Z Current runner version: '2.309.0'
2023-10-11T16:58:03.3228808Z ##[group]Operating System
2023-10-11T16:58:03.3229367Z Microsoft Windows Server 2022
2023-10-11T16:58:03.3229648Z 10.0.20348
2023-10-11T16:58:03.3229979Z Datacenter
2023-10-11T16:58:03.3230277Z ##[endgroup]
2023-10-11T16:58:03.3230580Z ##[group]Runner Image
2023-10-11T16:58:03.3230853Z Image: windows-2022
2023-10-11T16:58:03.3231170Z Version: 20231002.1.0
2023-10-11T16:58:03.3231685Z Included Software: https://github.com/actions/runner-images/blob/win22/20231002.1/images/win/Windows2022-Readme.md
2023-10-11T16:58:03.3232292Z Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20231002.1
2023-10-11T16:58:03.3232716Z ##[endgroup]
2023-10-11T16:58:03.3233000Z ##[group]Runner Image Provisioner
2023-10-11T16:58:03.3233337Z 2.0.310.1
2023-10-11T16:58:03.3233615Z ##[endgroup]
2023-10-11T16:58:03.3234218Z ##[group]GITHUB_TOKEN Permissions
2023-10-11T16:58:03.3236102Z Actions: read
2023-10-11T16:58:03.3237278Z Contents: read
2023-10-11T16:58:03.3237877Z Metadata: read
2023-10-11T16:58:03.3238192Z ##[endgroup]
2023-10-11T16:58:03.3243246Z Secret source: Actions
2023-10-11T16:58:03.3243779Z Prepare workflow directory
2023-10-11T16:58:03.4830112Z Prepare all required actions
2023-10-11T16:58:03.5110147Z Getting action download info
2023-10-11T16:58:03.7385757Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744)
2023-10-11T16:58:04.2629618Z Download action repository 'microsoft/AL-Go-Actions@v3.3' (SHA:8cc4e54720b1dba5fca86afc6796a19f2599a4bb)
2023-10-11T16:58:04.5995470Z Download action repository 'actions/cache@v3' (SHA:704facf57e6136b1bc63b828d79edcd491f0ee84)
2023-10-11T16:58:05.1248074Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32)
2023-10-11T16:58:05.4826035Z Getting action download info
2023-10-11T16:58:05.5751588Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a)
2023-10-11T16:58:05.8584663Z Uses: LogicLemur/TestAPIs/.github/workflows/_BuildALGoProject.yaml@refs/heads/main (7eea866f86ae3a551b42b6837af97a472169a7d8)
2023-10-11T16:58:05.8589931Z ##[group] Inputs
2023-10-11T16:58:05.8590465Z   shell: powershell
2023-10-11T16:58:05.8590827Z   runsOn: "windows-latest"
2023-10-11T16:58:05.8591276Z   checkoutRef: refs/heads/main
2023-10-11T16:58:05.8591579Z   project: .
2023-10-11T16:58:05.8591929Z   projectName: .
2023-10-11T16:58:05.8592426Z   projectDependenciesJson: {}
2023-10-11T16:58:05.8592735Z   buildMode: Default
2023-10-11T16:58:05.8593746Z   secrets: licenseFileUrl,insiderSasToken,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString
2023-10-11T16:58:05.8596254Z   publishThisBuildArtifacts: false
2023-10-11T16:58:05.8596719Z   publishArtifacts: true
2023-10-11T16:58:05.8597131Z   artifactsNameSuffix: 
2023-10-11T16:58:05.8597454Z   signArtifacts: true
2023-10-11T16:58:05.8598296Z   useArtifactCache: true
2023-10-11T16:58:05.8613296Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937303433343537393036295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033335c6e202037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073312061742037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e33222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a224c6f6769634c656d75722f44756e73746572686f75736541504973222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2236222c2272756e4964223a2236343835363537303032227d2c224576656e744964223a22444f30303931227d
2023-10-11T16:58:05.8627423Z ##[endgroup]
2023-10-11T16:58:05.8628936Z Complete job name: Build . (Default) / . (Default)
2023-10-11T16:58:06.0689133Z ##[group]Run actions/checkout@v3
2023-10-11T16:58:06.0689644Z with:
2023-10-11T16:58:06.0690325Z   ref: refs/heads/main
2023-10-11T16:58:06.0691185Z   lfs: true
2023-10-11T16:58:06.0691560Z   repository: LogicLemur/TestAPIs
2023-10-11T16:58:06.0692216Z   token: ***
2023-10-11T16:58:06.0692602Z   ssh-strict: true
2023-10-11T16:58:06.0693133Z   persist-credentials: true
2023-10-11T16:58:06.0693680Z   clean: true
2023-10-11T16:58:06.0693968Z   sparse-checkout-cone-mode: true
2023-10-11T16:58:06.0694497Z   fetch-depth: 1
2023-10-11T16:58:06.0694803Z   fetch-tags: false
2023-10-11T16:58:06.0695295Z   submodules: false
2023-10-11T16:58:06.0695563Z   set-safe-directory: true
2023-10-11T16:58:06.0695868Z env:
2023-10-11T16:58:06.0696188Z   ALGoOrgSettings: 
2023-10-11T16:58:06.0696628Z   ALGoRepoSettings: 
2023-10-11T16:58:06.0697148Z ##[endgroup]
2023-10-11T16:58:08.3354241Z Syncing repository: LogicLemur/TestAPIs
2023-10-11T16:58:08.3357217Z ##[group]Getting Git version info
2023-10-11T16:58:08.3358149Z Working directory is 'D:\a\TestAPIs\TestAPIs'
2023-10-11T16:58:08.3359198Z [command]"C:\Program Files\Git\bin\git.exe" version
2023-10-11T16:58:08.3359795Z git version 2.42.0.windows.2
2023-10-11T16:58:08.3360960Z [command]"C:\Program Files\Git\bin\git.exe" lfs version
2023-10-11T16:58:13.0354527Z git-lfs/3.4.0 (GitHub; windows amd64; go 1.20.6; git d06d6e9e)
2023-10-11T16:58:13.0424432Z ##[endgroup]
2023-10-11T16:58:13.0463723Z Temporarily overriding HOME='D:\a\_temp\3e38a532-1988-422d-b2f4-1e97986404a4' before making global git config changes
2023-10-11T16:58:13.0486090Z Adding repository directory to the temporary git global config as a safe directory
2023-10-11T16:58:13.0498112Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\TestAPIs\TestAPIs
2023-10-11T16:58:13.1781451Z Deleting the contents of 'D:\a\TestAPIs\TestAPIs'
2023-10-11T16:58:13.1807620Z ##[group]Initializing the repository
2023-10-11T16:58:13.1819688Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\TestAPIs\TestAPIs
2023-10-11T16:58:13.3252057Z Initialized empty Git repository in D:/a/TestAPIs/TestAPIs/.git/
2023-10-11T16:58:13.3313354Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/LogicLemur/TestAPIs
2023-10-11T16:58:13.4010301Z ##[endgroup]
2023-10-11T16:58:13.4011244Z ##[group]Disabling automatic garbage collection
2023-10-11T16:58:13.4021280Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
2023-10-11T16:58:13.4471794Z ##[endgroup]
2023-10-11T16:58:13.4472484Z ##[group]Setting up auth
2023-10-11T16:58:13.4488760Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2023-10-11T16:58:13.4890387Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2023-10-11T16:58:15.7704114Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-10-11T16:58:15.8154509Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2023-10-11T16:58:16.5006863Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2023-10-11T16:58:16.5516172Z ##[endgroup]
2023-10-11T16:58:16.5527696Z [command]"C:\Program Files\Git\bin\git.exe" lfs install --local
2023-10-11T16:58:17.4290614Z Updated Git hooks.
2023-10-11T16:58:17.4291844Z Git LFS initialized.
2023-10-11T16:58:17.4384440Z ##[group]Fetching the repository
2023-10-11T16:58:17.4405895Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2023-10-11T16:58:20.1251862Z remote: Enumerating objects: 43, done.        
2023-10-11T16:58:20.1252799Z remote: Counting objects:   2% (1/43)        
2023-10-11T16:58:20.1255128Z remote: Counting objects:   4% (2/43)        
2023-10-11T16:58:20.1258268Z remote: Counting objects:   6% (3/43)        
2023-10-11T16:58:20.1258753Z remote: Counting objects:   9% (4/43)        
2023-10-11T16:58:20.1259270Z remote: Counting objects:  11% (5/43)        
2023-10-11T16:58:20.1259689Z remote: Counting objects:  13% (6/43)        
2023-10-11T16:58:20.1260348Z remote: Counting objects:  16% (7/43)        
2023-10-11T16:58:20.1262508Z remote: Counting objects:  18% (8/43)        
2023-10-11T16:58:20.1263460Z remote: Counting objects:  20% (9/43)        
2023-10-11T16:58:20.1263869Z remote: Counting objects:  23% (10/43)        
2023-10-11T16:58:20.1264291Z remote: Counting objects:  25% (11/43)        
2023-10-11T16:58:20.1264672Z remote: Counting objects:  27% (12/43)        
2023-10-11T16:58:20.1265120Z remote: Counting objects:  30% (13/43)        
2023-10-11T16:58:20.1265499Z remote: Counting objects:  32% (14/43)        
2023-10-11T16:58:20.1265874Z remote: Counting objects:  34% (15/43)        
2023-10-11T16:58:20.1266199Z remote: Counting objects:  37% (16/43)        
2023-10-11T16:58:20.1266570Z remote: Counting objects:  39% (17/43)        
2023-10-11T16:58:20.1267099Z remote: Counting objects:  41% (18/43)        
2023-10-11T16:58:20.1267469Z remote: Counting objects:  44% (19/43)        
2023-10-11T16:58:20.1267793Z remote: Counting objects:  46% (20/43)        
2023-10-11T16:58:20.1268167Z remote: Counting objects:  48% (21/43)        
2023-10-11T16:58:20.1268554Z remote: Counting objects:  51% (22/43)        
2023-10-11T16:58:20.1268923Z remote: Counting objects:  53% (23/43)        
2023-10-11T16:58:20.1269250Z remote: Counting objects:  55% (24/43)        
2023-10-11T16:58:20.1269643Z remote: Counting objects:  58% (25/43)        
2023-10-11T16:58:20.1270018Z remote: Counting objects:  60% (26/43)        
2023-10-11T16:58:20.1270410Z remote: Counting objects:  62% (27/43)        
2023-10-11T16:58:20.1270728Z remote: Counting objects:  65% (28/43)        
2023-10-11T16:58:20.1271094Z remote: Counting objects:  67% (29/43)        
2023-10-11T16:58:20.1271465Z remote: Counting objects:  69% (30/43)        
2023-10-11T16:58:20.1271853Z remote: Counting objects:  72% (31/43)        
2023-10-11T16:58:20.1272173Z remote: Counting objects:  74% (32/43)        
2023-10-11T16:58:20.1272569Z remote: Counting objects:  76% (33/43)        
2023-10-11T16:58:20.1272943Z remote: Counting objects:  79% (34/43)        
2023-10-11T16:58:20.1273622Z remote: Counting objects:  81% (35/43)        
2023-10-11T16:58:20.1274076Z remote: Counting objects:  83% (36/43)        
2023-10-11T16:58:20.1274786Z remote: Counting objects:  86% (37/43)        
2023-10-11T16:58:20.1275724Z remote: Counting objects:  88% (38/43)        
2023-10-11T16:58:20.1276100Z remote: Counting objects:  90% (39/43)        
2023-10-11T16:58:20.1276673Z remote: Counting objects:  93% (40/43)        
2023-10-11T16:58:20.1277325Z remote: Counting objects:  95% (41/43)        
2023-10-11T16:58:20.1277685Z remote: Counting objects:  97% (42/43)        
2023-10-11T16:58:20.1278039Z remote: Counting objects: 100% (43/43)        
2023-10-11T16:58:20.1278412Z remote: Counting objects: 100% (43/43), done.        
2023-10-11T16:58:20.1278773Z remote: Compressing objects:   2% (1/36)        
2023-10-11T16:58:20.1279159Z remote: Compressing objects:   5% (2/36)        
2023-10-11T16:58:20.1279538Z remote: Compressing objects:   8% (3/36)        
2023-10-11T16:58:20.1279920Z remote: Compressing objects:  11% (4/36)        
2023-10-11T16:58:20.1280246Z remote: Compressing objects:  13% (5/36)        
2023-10-11T16:58:20.1280634Z remote: Compressing objects:  16% (6/36)        
2023-10-11T16:58:20.1283872Z remote: Compressing objects:  19% (7/36)        
2023-10-11T16:58:20.1284447Z remote: Compressing objects:  22% (8/36)        
2023-10-11T16:58:20.1285462Z remote: Compressing objects:  25% (9/36)        
2023-10-11T16:58:20.1286330Z remote: Compressing objects:  27% (10/36)        
2023-10-11T16:58:20.1286733Z remote: Compressing objects:  30% (11/36)        
2023-10-11T16:58:20.1387191Z remote: Compressing objects:  33% (12/36)        
2023-10-11T16:58:20.1387699Z remote: Compressing objects:  36% (13/36)        
2023-10-11T16:58:20.1388072Z remote: Compressing objects:  38% (14/36)        
2023-10-11T16:58:20.1388391Z remote: Compressing objects:  41% (15/36)        
2023-10-11T16:58:20.1388692Z remote: Compressing objects:  44% (16/36)        
2023-10-11T16:58:20.1389012Z remote: Compressing objects:  47% (17/36)        
2023-10-11T16:58:20.1389326Z remote: Compressing objects:  50% (18/36)        
2023-10-11T16:58:20.1389639Z remote: Compressing objects:  52% (19/36)        
2023-10-11T16:58:20.1389968Z remote: Compressing objects:  55% (20/36)        
2023-10-11T16:58:20.1390280Z remote: Compressing objects:  58% (21/36)        
2023-10-11T16:58:20.1390593Z remote: Compressing objects:  61% (22/36)        
2023-10-11T16:58:20.1390902Z remote: Compressing objects:  63% (23/36)        
2023-10-11T16:58:20.1391195Z remote: Compressing objects:  66% (24/36)        
2023-10-11T16:58:20.1391504Z remote: Compressing objects:  69% (25/36)        
2023-10-11T16:58:20.1391812Z remote: Compressing objects:  72% (26/36)        
2023-10-11T16:58:20.1392170Z remote: Compressing objects:  75% (27/36)        
2023-10-11T16:58:20.1392461Z remote: Compressing objects:  77% (28/36)        
2023-10-11T16:58:20.1392773Z remote: Compressing objects:  80% (29/36)        
2023-10-11T16:58:20.1393082Z remote: Compressing objects:  83% (30/36)        
2023-10-11T16:58:20.1393389Z remote: Compressing objects:  86% (31/36)        
2023-10-11T16:58:20.1393685Z remote: Compressing objects:  88% (32/36)        
2023-10-11T16:58:20.1394004Z remote: Compressing objects:  91% (33/36)        
2023-10-11T16:58:20.1394311Z remote: Compressing objects:  94% (34/36)        
2023-10-11T16:58:20.1394621Z remote: Compressing objects:  97% (35/36)        
2023-10-11T16:58:20.1394926Z remote: Compressing objects: 100% (36/36)        
2023-10-11T16:58:20.1395269Z remote: Compressing objects: 100% (36/36), done.        
2023-10-11T16:58:20.9384753Z remote: Total 43 (delta 13), reused 20 (delta 3), pack-reused 0        
2023-10-11T16:58:20.9385364Z From https://github.com/LogicLemur/TestAPIs
2023-10-11T16:58:20.9399705Z  * [new branch]      main       -> origin/main
2023-10-11T16:58:20.9407521Z ##[endgroup]
2023-10-11T16:58:20.9410773Z ##[group]Determining the checkout info
2023-10-11T16:58:20.9411238Z ##[endgroup]
2023-10-11T16:58:20.9411824Z ##[group]Fetching LFS objects
2023-10-11T16:58:20.9415075Z [command]"C:\Program Files\Git\bin\git.exe" lfs fetch origin refs/remotes/origin/main
2023-10-11T16:58:21.0797888Z fetch: Fetching reference refs/remotes/origin/main
2023-10-11T16:58:21.4015821Z ##[endgroup]
2023-10-11T16:58:21.4016507Z ##[group]Checking out the ref
2023-10-11T16:58:21.4029852Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2023-10-11T16:58:21.5478408Z branch 'main' set up to track 'origin/main'.
2023-10-11T16:58:21.5479337Z Switched to a new branch 'main'
2023-10-11T16:58:21.9986655Z ##[endgroup]
2023-10-11T16:58:22.1421692Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H'
2023-10-11T16:58:22.1803192Z '7eea866f86ae3a551b42b6837af97a472169a7d8'
2023-10-11T16:58:22.2382331Z ##[group]Run microsoft/AL-Go-Actions/ReadSettings@v3.3
2023-10-11T16:58:22.2382700Z with:
2023-10-11T16:58:22.2382901Z   shell: powershell
2023-10-11T16:58:22.2383109Z   project: .
2023-10-11T16:58:22.2383454Z   get: useCompilerFolder,keyVaultCodesignCertificateName,doNotSignApps,artifact
2023-10-11T16:58:22.2383807Z env:
2023-10-11T16:58:22.2384028Z   ALGoOrgSettings: 
2023-10-11T16:58:22.2384245Z   ALGoRepoSettings: 
2023-10-11T16:58:22.2384429Z ##[endgroup]
2023-10-11T16:58:22.3204935Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T16:58:22.3205533Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T16:58:22.3205881Z try {
2023-10-11T16:58:22.3206258Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.3\ReadSettings/ReadSettings.ps1 -project $ENV:_project -get $ENV:_get
2023-10-11T16:58:22.3206678Z }
2023-10-11T16:58:22.3206879Z catch {
2023-10-11T16:58:22.3207339Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2023-10-11T16:58:22.3207784Z   exit 1
2023-10-11T16:58:22.3207996Z }
2023-10-11T16:58:22.3274007Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-11T16:58:22.3274349Z env:
2023-10-11T16:58:22.3274556Z   ALGoOrgSettings: 
2023-10-11T16:58:22.3274782Z   ALGoRepoSettings: 
2023-10-11T16:58:22.3274989Z   _project: .
2023-10-11T16:58:22.3275381Z   _get: useCompilerFolder,keyVaultCodesignCertificateName,doNotSignApps,artifact
2023-10-11T16:58:22.3275765Z ##[endgroup]
2023-10-11T16:58:23.0729091Z Applying settings from D:\a\TestAPIs\TestAPIs\.github\AL-Go-Settings.json
2023-10-11T16:58:23.5007035Z Applying settings from D:\a\TestAPIs\TestAPIs\.AL-Go\settings.json
2023-10-11T16:58:27.1000741Z SETTINGS:
2023-10-11T16:58:27.2669211Z {
2023-10-11T16:58:27.2670811Z     "keyVaultCertificateUrlSecretName":  "",
2023-10-11T16:58:27.2673118Z     "microsoftTelemetryConnectionString":  "InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/",
2023-10-11T16:58:27.2695783Z     "type":  "PTE",
2023-10-11T16:58:27.2704840Z     "sendExtendedTelemetryToMicrosoft":  false,
2023-10-11T16:58:27.2724432Z     "appBuild":  6,
2023-10-11T16:58:27.2733769Z     "installTestApps":  [
2023-10-11T16:58:27.2736002Z 
2023-10-11T16:58:27.2761094Z                         ],
2023-10-11T16:58:27.2845823Z     "versioningStrategy":  0,
2023-10-11T16:58:27.2873342Z     "installApps":  [
2023-10-11T16:58:27.2924228Z 
2023-10-11T16:58:27.2927729Z                     ],
2023-10-11T16:58:27.2932124Z     "installTestLibraries":  false,
2023-10-11T16:58:27.2939503Z     "runNumberOffset":  0,
2023-10-11T16:58:27.2942165Z     "codeSignCertificatePasswordSecretName":  "codeSignCertificatePassword",
2023-10-11T16:58:27.2949600Z     "vsixFile":  "",
2023-10-11T16:58:27.2954279Z     "country":  "us",
2023-10-11T16:58:27.3010931Z     "partnerTelemetryConnectionString":  "",
2023-10-11T16:58:27.3038919Z     "insiderSasTokenSecretName":  "insiderSasToken",
2023-10-11T16:58:27.3059646Z     "doNotRunTests":  true,
2023-10-11T16:58:27.3072937Z     "githubRunner":  "windows-latest",
2023-10-11T16:58:27.3086629Z     "generateDependencyArtifact":  false,
2023-10-11T16:58:27.3096173Z     "excludeEnvironments":  [
2023-10-11T16:58:27.3105163Z 
2023-10-11T16:58:27.3106469Z                             ],
2023-10-11T16:58:27.3117489Z     "keyVaultCertificatePasswordSecretName":  "",
2023-10-11T16:58:27.3133947Z     "rulesetFile":  "",
2023-10-11T16:58:27.3141798Z     "licenseFileUrlSecretName":  "licenseFileUrl",
2023-10-11T16:58:27.3158465Z     "memoryLimit":  "",
2023-10-11T16:58:27.3170932Z     "keyVaultClientIdSecretName":  "",
2023-10-11T16:58:27.3252658Z     "testFolders":  [
2023-10-11T16:58:27.3254027Z 
2023-10-11T16:58:27.3254481Z                     ],
2023-10-11T16:58:27.3254895Z     "doNotBuildTests":  false,
2023-10-11T16:58:27.3255385Z     "environments":  [
2023-10-11T16:58:27.3255673Z 
2023-10-11T16:58:27.3256043Z                      ],
2023-10-11T16:58:27.3256449Z     "companyName":  "",
2023-10-11T16:58:27.3256827Z     "assignPremiumPlan":  false,
2023-10-11T16:58:27.3260356Z     "artifact":  "",
2023-10-11T16:58:27.3263375Z     "ghTokenWorkflowSecretName":  "ghTokenWorkflow",
2023-10-11T16:58:27.3266166Z     "enableTaskScheduler":  false,
2023-10-11T16:58:27.3267367Z     "enableCodeCop":  false,
2023-10-11T16:58:27.3269977Z     "repoVersion":  "1.0",
2023-10-11T16:58:27.3272360Z     "doNotPublishApps":  true,
2023-10-11T16:58:27.3273143Z     "doNotSignApps":  true,
2023-10-11T16:58:27.3273769Z     "unusedALGoSystemFiles":  [
2023-10-11T16:58:27.3275578Z 
2023-10-11T16:58:27.3277733Z                               ],
2023-10-11T16:58:27.3278636Z     "githubRunnerShell":  "powershell",
2023-10-11T16:58:27.3280684Z     "runs-on":  "windows-latest",
2023-10-11T16:58:27.3281191Z     "cacheKeepDays":  3,
2023-10-11T16:58:27.3284476Z     "bcptTestFolders":  [
2023-10-11T16:58:27.3285871Z 
2023-10-11T16:58:27.3288931Z                         ],
2023-10-11T16:58:27.3290019Z     "updateDependencies":  false,
2023-10-11T16:58:27.3290565Z     "cacheImageName":  "my",
2023-10-11T16:58:27.3293201Z     "treatTestFailuresAsWarnings":  false,
2023-10-11T16:58:27.3293669Z     "additionalCountries":  [
2023-10-11T16:58:27.3296296Z 
2023-10-11T16:58:27.3296692Z                             ],
2023-10-11T16:58:27.3297126Z     "enableUICop":  false,
2023-10-11T16:58:27.3297523Z     "customCodeCops":  [
2023-10-11T16:58:27.3297842Z 
2023-10-11T16:58:27.3298346Z                        ],
2023-10-11T16:58:27.3298745Z     "appDependencies":  [
2023-10-11T16:58:27.3299048Z 
2023-10-11T16:58:27.3299258Z                         ],
2023-10-11T16:58:27.3300274Z     "doNotRunBcptTests":  false,
2023-10-11T16:58:27.3304013Z     "appDependencyProbingPaths":  [
2023-10-11T16:58:27.3305418Z 
2023-10-11T16:58:27.3305942Z                                   ],
2023-10-11T16:58:27.3306531Z     "useCompilerFolder":  false,
2023-10-11T16:58:27.3307159Z     "installTestFramework":  false,
2023-10-11T16:58:27.3309603Z     "keyVaultCodesignCertificateName":  "",
2023-10-11T16:58:27.3315418Z     "keyVaultName":  "",
2023-10-11T16:58:27.3316027Z     "installOnlyReferencedApps":  true,
2023-10-11T16:58:27.3321383Z     "obsoleteTagMinAllowedMajorMinor":  "",
2023-10-11T16:58:27.3323137Z     "applicationDependency":  "18.0.0.0",
2023-10-11T16:58:27.3323882Z     "applicationInsightsConnectionStringSecretName":  "applicationInsightsConnectionString",
2023-10-11T16:58:27.3324614Z     "shell":  "powershell",
2023-10-11T16:58:27.3325039Z     "defaultNewContainerParameters":  {
2023-10-11T16:58:27.3326455Z                                           "dns":  "hostDNS"
2023-10-11T16:58:27.3326750Z                                       },
2023-10-11T16:58:27.3327082Z     "failOn":  "error",
2023-10-11T16:58:27.3328039Z     "templateUrl":  "https://github.com/microsoft/AL-Go-PTE@main",
2023-10-11T16:58:27.3329582Z     "projects":  [
2023-10-11T16:58:27.3334206Z 
2023-10-11T16:58:27.3335399Z                  ],
2023-10-11T16:58:27.3336368Z     "projectName":  ".",
2023-10-11T16:58:27.3339400Z     "testDependencies":  [
2023-10-11T16:58:27.3340014Z 
2023-10-11T16:58:27.3340291Z                          ],
2023-10-11T16:58:27.3340674Z     "appRevision":  0,
2023-10-11T16:58:27.3341130Z     "codeSignCertificateUrlSecretName":  "codeSignCertificateUrl",
2023-10-11T16:58:27.3341597Z     "configPackages":  [
2023-10-11T16:58:27.3341866Z 
2023-10-11T16:58:27.3342061Z                        ],
2023-10-11T16:58:27.3342443Z     "useProjectDependencies":  false,
2023-10-11T16:58:27.3343997Z     "appSourceCopMandatoryAffixes":  [
2023-10-11T16:58:27.3344398Z 
2023-10-11T16:58:27.3344628Z                                      ],
2023-10-11T16:58:27.3345314Z     "buildModes":  [
2023-10-11T16:58:27.3349770Z 
2023-10-11T16:58:27.3350345Z                    ],
2023-10-11T16:58:27.3350719Z     "templateBranch":  "",
2023-10-11T16:58:27.3352759Z     "installPerformanceToolkit":  false,
2023-10-11T16:58:27.3362862Z     "PullRequestTrigger":  "pull_request_target",
2023-10-11T16:58:27.3363271Z     "appFolders":  [
2023-10-11T16:58:27.3363766Z 
2023-10-11T16:58:27.3366907Z                    ],
2023-10-11T16:58:27.3368665Z     "repoName":  "TestAPIs",
2023-10-11T16:58:27.3369034Z     "fullBuildPatterns":  [
2023-10-11T16:58:27.3370165Z 
2023-10-11T16:58:27.3370605Z                           ],
2023-10-11T16:58:27.3370890Z     "alwaysBuildAllProjects":  false,
2023-10-11T16:58:27.3371164Z     "skipUpgrade":  false,
2023-10-11T16:58:27.3371432Z     "installTestRunner":  false,
2023-10-11T16:58:27.3372026Z     "adminCenterApiCredentialsSecretName":  "adminCenterApiCredentials"
2023-10-11T16:58:27.3374540Z }
2023-10-11T16:58:27.3377327Z GitHubRunnerJson="windows-latest"
2023-10-11T16:58:27.3378606Z GitHubRunnerShell=powershell
2023-10-11T16:58:27.4329314Z ##[group]Run microsoft/AL-Go-Actions/ReadSecrets@v3.3
2023-10-11T16:58:27.4330336Z with:
2023-10-11T16:58:27.4333436Z   shell: powershell
2023-10-11T16:58:27.4334854Z   gitHubSecrets: {
  "github_token": "***",
  "GHTOKENWORKFLOW": "***"
}
2023-10-11T16:58:27.4336189Z   getSecrets: licenseFileUrl,insiderSasToken,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString,appDependencyProbingPathsSecrets
2023-10-11T16:58:27.4338588Z   useGhTokenWorkflowForPush: false
2023-10-11T16:58:27.4339008Z env:
2023-10-11T16:58:27.4339205Z   ALGoOrgSettings: 
2023-10-11T16:58:27.4339582Z   ALGoRepoSettings: 
2023-10-11T16:58:27.4339765Z   artifact: 
2023-10-11T16:58:27.4339994Z   keyVaultCodesignCertificateName: 
2023-10-11T16:58:27.4340248Z   doNotSignApps: True
2023-10-11T16:58:27.4340479Z   useCompilerFolder: False
2023-10-11T16:58:27.4351277Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T16:58:27.4357749Z ##[endgroup]
2023-10-11T16:58:27.4688000Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T16:58:27.4688754Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T16:58:27.4689138Z try {
2023-10-11T16:58:27.4689500Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.3\ReadSecrets/ReadSecrets.ps1 -gitHubSecrets '{
2023-10-11T16:58:27.4690082Z   "github_token": "***",
2023-10-11T16:58:27.4693376Z   "GHTOKENWORKFLOW": "***"
2023-10-11T16:58:27.4693862Z }' -getSecrets $ENV:_getSecrets -useGhTokenWorkflowForPush $ENV:_useGhTokenWorkflowForPush
2023-10-11T16:58:27.4694177Z }
2023-10-11T16:58:27.4694374Z catch {
2023-10-11T16:58:27.4694827Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2023-10-11T16:58:27.4695621Z   exit 1
2023-10-11T16:58:27.4695798Z }
2023-10-11T16:58:27.4791215Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-11T16:58:27.4791551Z env:
2023-10-11T16:58:27.4791733Z   ALGoOrgSettings: 
2023-10-11T16:58:27.4792360Z   ALGoRepoSettings: 
2023-10-11T16:58:27.4793489Z   artifact: 
2023-10-11T16:58:27.4796871Z   keyVaultCodesignCertificateName: 
2023-10-11T16:58:27.4797132Z   doNotSignApps: True
2023-10-11T16:58:27.4798808Z   useCompilerFolder: False
2023-10-11T16:58:27.4804471Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T16:58:27.4819448Z   _getSecrets: licenseFileUrl,insiderSasToken,codeSignCertificateUrl,*codeSignCertificatePassword,keyVaultCertificateUrl,*keyVaultCertificatePassword,keyVaultClientId,gitHubPackagesContext,applicationInsightsConnectionString,appDependencyProbingPathsSecrets
2023-10-11T16:58:27.4822752Z   _useGhTokenWorkflowForPush: false
2023-10-11T16:58:27.4823861Z ##[endgroup]
2023-10-11T16:58:28.7595041Z Trying to get the secret (licenseFileUrl) from the github environment.
2023-10-11T16:58:28.7605503Z Could not find secret licenseFileUrl in Github secrets or Azure Key Vault.
2023-10-11T16:58:28.7628298Z Trying to get the secret (insiderSasToken) from the github environment.
2023-10-11T16:58:28.7652236Z Could not find secret insiderSasToken in Github secrets or Azure Key Vault.
2023-10-11T16:58:28.7673579Z Trying to get the secret (codeSignCertificateUrl) from the github environment.
2023-10-11T16:58:28.7709497Z Could not find secret codeSignCertificateUrl in Github secrets or Azure Key Vault.
2023-10-11T16:58:28.7732258Z Trying to get the secret (codeSignCertificatePassword) from the github environment.
2023-10-11T16:58:28.7736321Z Could not find secret codeSignCertificatePassword in Github secrets or Azure Key Vault.
2023-10-11T16:58:28.7737025Z Trying to get the secret (gitHubPackagesContext) from the github environment.
2023-10-11T16:58:28.7737696Z Could not find secret gitHubPackagesContext in Github secrets or Azure Key Vault.
2023-10-11T16:58:28.7739428Z Trying to get the secret (applicationInsightsConnectionString) from the github environment.
2023-10-11T16:58:28.7742277Z Could not find secret applicationInsightsConnectionString in Github secrets or Azure Key Vault.
2023-10-11T16:58:28.7743277Z The following secrets was not found: licenseFileUrl, insiderSasToken, codeSignCertificateUrl, codeSignCertificatePassword (Secret codeSignCertificatePassword), gitHubPackagesContext, applicationInsightsConnectionString
2023-10-11T16:58:28.8007075Z ##[group]Run microsoft/AL-Go-Actions/DetermineArtifactUrl@v3.3
2023-10-11T16:58:28.8007502Z with:
2023-10-11T16:58:28.8007735Z   shell: powershell
2023-10-11T16:58:28.8020729Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937303433343537393036295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033335c6e202037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073312061742037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e33222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a224c6f6769634c656d75722f44756e73746572686f75736541504973222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2236222c2272756e4964223a2236343835363537303032227d2c224576656e744964223a22444f30303931227d
2023-10-11T16:58:28.8031712Z   project: .
2023-10-11T16:58:28.8031945Z env:
2023-10-11T16:58:28.8032178Z   ALGoOrgSettings: 
2023-10-11T16:58:28.8032440Z   ALGoRepoSettings: 
2023-10-11T16:58:28.8032664Z   artifact: 
2023-10-11T16:58:28.8032942Z   keyVaultCodesignCertificateName: 
2023-10-11T16:58:28.8033246Z   doNotSignApps: True
2023-10-11T16:58:28.8033523Z   useCompilerFolder: False
2023-10-11T16:58:28.8040244Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T16:58:28.8044937Z   Secrets: {"licenseFileUrl":"","insiderSasToken":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-11T16:58:28.8045456Z ##[endgroup]
2023-10-11T16:58:28.8233269Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T16:58:28.8233927Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T16:58:28.8234303Z try {
2023-10-11T16:58:28.8234851Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.3\DetermineArtifactUrl/DetermineArtifactUrl.ps1 -parentTelemetryScopeJson $env:_parentTelemetryScopeJson -project $ENV:_project
2023-10-11T16:58:28.8235369Z }
2023-10-11T16:58:28.8235588Z catch {
2023-10-11T16:58:28.8236125Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2023-10-11T16:58:28.8236672Z   exit 1
2023-10-11T16:58:28.8236891Z }
2023-10-11T16:58:28.8287256Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-11T16:58:28.8287596Z env:
2023-10-11T16:58:28.8287812Z   ALGoOrgSettings: 
2023-10-11T16:58:28.8288051Z   ALGoRepoSettings: 
2023-10-11T16:58:28.8288275Z   artifact: 
2023-10-11T16:58:28.8288515Z   keyVaultCodesignCertificateName: 
2023-10-11T16:58:28.8288828Z   doNotSignApps: True
2023-10-11T16:58:28.8289080Z   useCompilerFolder: False
2023-10-11T16:58:28.8294366Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T16:58:28.8299456Z   Secrets: {"licenseFileUrl":"","insiderSasToken":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-11T16:58:28.8309105Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937303433343537393036295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033335c6e202037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073312061742037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e33222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a224c6f6769634c656d75722f44756e73746572686f75736541504973222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2236222c2272756e4964223a2236343835363537303032227d2c224576656e744964223a22444f30303931227d
2023-10-11T16:58:28.8319868Z   _project: .
2023-10-11T16:58:28.8320067Z ##[endgroup]
2023-10-11T16:58:29.7964807Z Downloading BcContainerHelper latest version from CDN
2023-10-11T16:58:33.0217030Z Import from C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T16:58:34.8345966Z BcContainerHelper version 6.0.0
2023-10-11T16:58:41.3119014Z Setting defaultNewContainerParameters = @{dns=hostDNS}
2023-10-11T16:58:41.3169107Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2023-10-11T16:58:44.8812538Z ##[group]Analyzing repository
2023-10-11T16:58:44.8847304Z Checking type
2023-10-11T16:58:44.9862877Z Checking appFolders, testFolders and bcptTestFolders
2023-10-11T16:58:45.0225470Z Application Dependency 22.0.0.0
2023-10-11T16:58:45.0341257Z Updating app- and test Dependencies
2023-10-11T16:58:45.0506812Z Analyzing Test App Dependencies
2023-10-11T16:58:45.0696560Z ##[endgroup]
2023-10-11T16:58:45.0727910Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2023-10-11T16:58:45.0981674Z Checking artifact setting for project
2023-10-11T16:59:21.2374096Z artifact=https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T16:59:21.2391296Z artifactCacheKey=
2023-10-11T16:59:22.1279741Z ##[group]Run microsoft/AL-Go-Actions/DownloadProjectDependencies@v3.3
2023-10-11T16:59:22.1280554Z with:
2023-10-11T16:59:22.1280785Z   shell: powershell
2023-10-11T16:59:22.1281172Z   project: .
2023-10-11T16:59:22.1281394Z   buildMode: Default
2023-10-11T16:59:22.1281635Z   projectsDependenciesJson: {}
2023-10-11T16:59:22.1281877Z env:
2023-10-11T16:59:22.1282088Z   ALGoOrgSettings: 
2023-10-11T16:59:22.1282302Z   ALGoRepoSettings: 
2023-10-11T16:59:22.1282804Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T16:59:22.1283351Z   keyVaultCodesignCertificateName: 
2023-10-11T16:59:22.1284285Z   doNotSignApps: True
2023-10-11T16:59:22.1284550Z   useCompilerFolder: False
2023-10-11T16:59:22.1289193Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T16:59:22.1294624Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T16:59:22.1295378Z   artifactCacheKey: 
2023-10-11T16:59:22.1295903Z   Secrets: {"licenseFileUrl":"","insiderSasToken":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-11T16:59:22.1296359Z ##[endgroup]
2023-10-11T16:59:22.1470093Z ##[group]Run actions/download-artifact@v3
2023-10-11T16:59:22.1470373Z with:
2023-10-11T16:59:22.1470653Z   path: D:\a\TestAPIs\TestAPIs/.dependencies
2023-10-11T16:59:22.1470950Z env:
2023-10-11T16:59:22.1471165Z   ALGoOrgSettings: 
2023-10-11T16:59:22.1471407Z   ALGoRepoSettings: 
2023-10-11T16:59:22.1473670Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T16:59:22.1474117Z   keyVaultCodesignCertificateName: 
2023-10-11T16:59:22.1474411Z   doNotSignApps: True
2023-10-11T16:59:22.1474668Z   useCompilerFolder: False
2023-10-11T16:59:22.1479531Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T16:59:22.1484593Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T16:59:22.1485364Z   artifactCacheKey: 
2023-10-11T16:59:22.1486251Z   Secrets: {"licenseFileUrl":"","insiderSasToken":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-11T16:59:22.1486926Z ##[endgroup]
2023-10-11T16:59:22.3844565Z No artifact name specified, downloading all artifacts
2023-10-11T16:59:22.3847403Z Creating an extra directory for each artifact that is being downloaded
2023-10-11T16:59:22.3848460Z Unable to find any artifacts for the associated workflow
2023-10-11T16:59:22.3848781Z There were 0 artifacts downloaded
2023-10-11T16:59:22.3849096Z Artifact download has finished successfully
2023-10-11T16:59:22.4063368Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T16:59:22.4064105Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T16:59:22.4065318Z try {
2023-10-11T16:59:22.4067103Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.3\DownloadProjectDependencies/DownloadProjectDependencies.Action.ps1 -project $ENV:_project -buildMode $ENV:_buildMode -projectsDependenciesJson $ENV:_projectsDependenciesJson -baseFolder $ENV:_baseFolder -destinationPath $ENV:_destinationPath -token $ENV:_gitHubToken
2023-10-11T16:59:22.4067847Z }
2023-10-11T16:59:22.4068049Z catch {
2023-10-11T16:59:22.4068538Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))"
2023-10-11T16:59:22.4069004Z   exit 1
2023-10-11T16:59:22.4069185Z }
2023-10-11T16:59:22.4123627Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-11T16:59:22.4123968Z env:
2023-10-11T16:59:22.4124185Z   ALGoOrgSettings: 
2023-10-11T16:59:22.4124398Z   ALGoRepoSettings: 
2023-10-11T16:59:22.4124988Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T16:59:22.4125364Z   keyVaultCodesignCertificateName: 
2023-10-11T16:59:22.4125656Z   doNotSignApps: True
2023-10-11T16:59:22.4125906Z   useCompilerFolder: False
2023-10-11T16:59:22.4129641Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T16:59:22.4134934Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T16:59:22.4135405Z   artifactCacheKey: 
2023-10-11T16:59:22.4136579Z   Secrets: {"licenseFileUrl":"","insiderSasToken":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-11T16:59:22.4137059Z   _project: .
2023-10-11T16:59:22.4137474Z   _buildMode: Default
2023-10-11T16:59:22.4137760Z   _projectsDependenciesJson: {}
2023-10-11T16:59:22.4138054Z   _baseFolder: D:\a\TestAPIs\TestAPIs
2023-10-11T16:59:22.4138444Z   _destinationPath: D:\a\TestAPIs\TestAPIs/.dependencies
2023-10-11T16:59:22.4138967Z   _gitHubToken: ***
2023-10-11T16:59:22.4139191Z ##[endgroup]
2023-10-11T16:59:22.9674642Z Downloading dependencies for project '.'. BuildMode: Default, Base Folder: D:\a\TestAPIs\TestAPIs, Destination Path: D:\a\TestAPIs\TestAPIs/.dependencies
2023-10-11T16:59:22.9683116Z ##[group]Downloading project dependencies from current build
2023-10-11T16:59:23.0074042Z Downloading dependencies for project '.'
2023-10-11T16:59:23.0120889Z Dependency projects: 
2023-10-11T16:59:23.0159156Z ##[endgroup]
2023-10-11T16:59:23.0168503Z ##[group]Downloading project dependencies from probing paths
2023-10-11T16:59:23.1666337Z ##[group]Analyzing repository
2023-10-11T16:59:23.1768467Z Checking type
2023-10-11T16:59:23.2553831Z Checking appFolders, testFolders and bcptTestFolders
2023-10-11T16:59:23.2996391Z Application Dependency 22.0.0.0
2023-10-11T16:59:23.3090800Z Updating app- and test Dependencies
2023-10-11T16:59:23.3252414Z Analyzing Test App Dependencies
2023-10-11T16:59:23.3439573Z ##[endgroup]
2023-10-11T16:59:23.3471938Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2023-10-11T16:59:23.3676064Z Checking appDependencyProbingPaths
2023-10-11T16:59:23.3759666Z ##[endgroup]
2023-10-11T16:59:23.3769351Z Downloaded dependencies: 
2023-10-11T16:59:23.3779655Z Downloaded dependencies apps: 
2023-10-11T16:59:23.3790327Z Downloaded dependencies test apps: 
2023-10-11T16:59:23.4307696Z ##[group]Run microsoft/AL-Go-Actions/RunPipeline@v3.3
2023-10-11T16:59:23.4308067Z with:
2023-10-11T16:59:23.4308281Z   shell: powershell
2023-10-11T16:59:23.4316152Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937303433343537393036295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033335c6e202037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073312061742037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e33222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a224c6f6769634c656d75722f44756e73746572686f75736541504973222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2236222c2272756e4964223a2236343835363537303032227d2c224576656e744964223a22444f30303931227d
2023-10-11T16:59:23.4324136Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T16:59:23.4324410Z   project: .
2023-10-11T16:59:23.4324611Z   buildMode: Default
2023-10-11T16:59:23.4324827Z   installAppsJson: []
2023-10-11T16:59:23.4325059Z   installTestAppsJson: []
2023-10-11T16:59:23.4325399Z   token: ***
2023-10-11T16:59:23.4325559Z env:
2023-10-11T16:59:23.4326448Z   ALGoOrgSettings: 
2023-10-11T16:59:23.4326746Z   ALGoRepoSettings: 
2023-10-11T16:59:23.4327114Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T16:59:23.4327493Z   keyVaultCodesignCertificateName: 
2023-10-11T16:59:23.4327799Z   doNotSignApps: True
2023-10-11T16:59:23.4328075Z   useCompilerFolder: False
2023-10-11T16:59:23.4333839Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T16:59:23.4338041Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T16:59:23.4338396Z   artifactCacheKey: 
2023-10-11T16:59:23.4338856Z   Secrets: {"licenseFileUrl":"","insiderSasToken":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-11T16:59:23.4339265Z   BuildMode: Default
2023-10-11T16:59:23.4339460Z ##[endgroup]
2023-10-11T16:59:23.4520716Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T16:59:23.4521369Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T16:59:23.4521715Z try {
2023-10-11T16:59:23.4522441Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.3\RunPipeline/RunPipeline.ps1 -token $ENV:_token -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson -artifact $ENV:_artifact -project $ENV:_project -buildMode $ENV:_buildMode -installAppsJson $ENV:_installAppsJson -installTestAppsJson $ENV:_installTestAppsJson
2023-10-11T16:59:23.4523178Z }
2023-10-11T16:59:23.4523449Z catch {
2023-10-11T16:59:23.4523980Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2023-10-11T16:59:23.4524505Z   exit 1
2023-10-11T16:59:23.4524719Z }
2023-10-11T16:59:23.4570677Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-11T16:59:23.4571589Z env:
2023-10-11T16:59:23.4572084Z   ALGoOrgSettings: 
2023-10-11T16:59:23.4573530Z   ALGoRepoSettings: 
2023-10-11T16:59:23.4573963Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T16:59:23.4574584Z   keyVaultCodesignCertificateName: 
2023-10-11T16:59:23.4574858Z   doNotSignApps: True
2023-10-11T16:59:23.4575151Z   useCompilerFolder: False
2023-10-11T16:59:23.4581135Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T16:59:23.4584996Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T16:59:23.4585601Z   artifactCacheKey: 
2023-10-11T16:59:23.4586351Z   Secrets: {"licenseFileUrl":"","insiderSasToken":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-11T16:59:23.4587253Z   BuildMode: Default
2023-10-11T16:59:23.4587653Z   _token: ***
2023-10-11T16:59:23.4595337Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937303433343537393036295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033335c6e202037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073312061742037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e33222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a224c6f6769634c656d75722f44756e73746572686f75736541504973222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2236222c2272756e4964223a2236343835363537303032227d2c224576656e744964223a22444f30303931227d
2023-10-11T16:59:23.4603360Z   _artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T16:59:23.4603865Z   _project: .
2023-10-11T16:59:23.4604149Z   _buildMode: Default
2023-10-11T16:59:23.4604447Z   _installAppsJson: []
2023-10-11T16:59:23.4604724Z   _installTestAppsJson: []
2023-10-11T16:59:23.4604940Z ##[endgroup]
2023-10-11T16:59:25.2702448Z Import from C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T16:59:25.2702873Z BcContainerHelper version 6.0.0
2023-10-11T16:59:25.2703216Z Setting defaultNewContainerParameters = @{dns=hostDNS}
2023-10-11T16:59:25.2703595Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2023-10-11T16:59:35.1359791Z use settings and secrets
2023-10-11T16:59:35.2689777Z ##[group]Analyzing repository
2023-10-11T16:59:35.2730461Z Checking type
2023-10-11T16:59:35.4517990Z Checking appFolders, testFolders and bcptTestFolders
2023-10-11T16:59:35.5749355Z Application Dependency 22.0.0.0
2023-10-11T16:59:35.5972461Z Checking artifact setting for project
2023-10-11T16:59:35.6039307Z Downloading artifacts from https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T16:59:35.6800458Z Downloading artifact /sandbox/23.0.12034.13064/us
2023-10-11T16:59:35.7855491Z Downloading C:\Users\runneradmin\AppData\Local\Temp\68a07188-3734-46c6-9da6-29657ebd2196.zip
2023-10-11T16:59:35.8018406Z Downloading using WebClient
2023-10-11T16:59:43.3982787Z Unpacking artifact to tmp folder using 7zip
2023-10-11T17:00:05.6730100Z Downloading platform artifact /sandbox/23.0.12034.13064/platform
2023-10-11T17:00:05.6761131Z Downloading C:\Users\runneradmin\AppData\Local\Temp\37940083-2e74-41ea-b42c-1636d4acb46a.zip
2023-10-11T17:00:05.6772364Z Downloading using WebClient
2023-10-11T17:00:16.8522001Z Unpacking platform artifact to tmp folder using 7zip
2023-10-11T17:04:02.9320483Z Downloading Prerequisite Components
2023-10-11T17:04:03.0599107Z Downloading c:\bcartifacts.cache\sandbox\23.0.12034.13064\platform\Prerequisite Components\IIS URL Rewrite Module\rewrite_2.0_rtw_x64.msi
2023-10-11T17:04:03.0613256Z Downloading using WebClient
2023-10-11T17:04:03.4300714Z Downloading c:\bcartifacts.cache\sandbox\23.0.12034.13064\platform\Prerequisite Components\DotNetCore\DotNetCore.1.0.4_1.1.1-WindowsHosting.exe
2023-10-11T17:04:03.4309552Z Downloading using WebClient
2023-10-11T17:04:17.0209696Z Updating app- and test Dependencies
2023-10-11T17:04:17.1458428Z Analyzing Test App Dependencies
2023-10-11T17:04:17.2169780Z ##[endgroup]
2023-10-11T17:04:17.2185489Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2023-10-11T17:04:18.7888678Z Checking appDependencyProbingPaths
2023-10-11T17:04:18.8761724Z ##[group]Locating previous release
2023-10-11T17:04:18.9218129Z Getting the latest release from https://api.github.com/repos/LogicLemur/TestAPIs/releases/latest - branch main
2023-10-11T17:04:18.9252850Z Analyzing releases https://api.github.com/repos/LogicLemur/TestAPIs/releases
2023-10-11T17:04:21.0696531Z ##[warning]No previous release found
2023-10-11T17:04:21.0711404Z ##[endgroup]
2023-10-11T17:04:21.5607370Z Invoke Run-AlPipeline with buildmode Default
2023-10-11T17:04:28.1427650Z ##[group]Parameters
2023-10-11T17:04:28.1434024Z   _____                               _                
2023-10-11T17:04:28.1434418Z  |  __ \                             | |               
2023-10-11T17:04:28.1436553Z  | |__) |_ _ _ __ __ _ _ __ ___   ___| |_ ___ _ __ ___ 
2023-10-11T17:04:28.7665674Z  |  ___/ _` | '__/ _` | '_ ` _ \ / _ \ __/ _ \ '__/ __|
2023-10-11T17:04:28.7667547Z  | |  | (_| | | | (_| | | | | | |  __/ |_  __/ |  \__ \
2023-10-11T17:04:28.7675216Z  |_|   \__,_|_|  \__,_|_| |_| |_|\___|\__\___|_|  |___/
2023-10-11T17:04:28.7676047Z 
2023-10-11T17:04:28.7681112Z Pipeline name                   CI/CD
2023-10-11T17:04:28.7681696Z Container name                  bc6485657002
2023-10-11T17:04:28.7682831Z Image name                      
2023-10-11T17:04:28.7683949Z ArtifactUrl                     https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T17:04:28.7685046Z SasToken                        Not Specified
2023-10-11T17:04:28.7686094Z BcAuthContext                   Not Specified
2023-10-11T17:04:28.7686788Z Environment                     
2023-10-11T17:04:28.7687193Z ReUseContainer                  False
2023-10-11T17:04:28.7687597Z KeepContainer                   False
2023-10-11T17:04:28.7688006Z useCompilerFolder               False
2023-10-11T17:04:28.7688363Z artifactCachePath               
2023-10-11T17:04:28.7688768Z useDevEndpoint                  False
2023-10-11T17:04:28.7689373Z Auth                            UserPassword
2023-10-11T17:04:31.3429851Z Credential                      admin/Nire4219
2023-10-11T17:05:09.4784767Z CompanyName                     
2023-10-11T17:05:09.4804885Z MemoryLimit                     8G
2023-10-11T17:05:09.4822803Z FailOn                          error
2023-10-11T17:05:09.4843686Z TreatTestFailuresAsWarnings     False
2023-10-11T17:05:09.4864255Z Enable Task Scheduler           False
2023-10-11T17:05:09.4886181Z Assign Premium Plan             False
2023-10-11T17:05:09.4908651Z Install Test Runner             False
2023-10-11T17:05:09.4929447Z Install Test Framework          False
2023-10-11T17:05:09.4949237Z Install Test Libraries          False
2023-10-11T17:05:09.4968758Z Install Perf. Toolkit           False
2023-10-11T17:05:09.4990163Z InstallOnlyReferencedApps       True
2023-10-11T17:05:09.5010770Z generateDependencyArtifact      False
2023-10-11T17:05:09.5030458Z CopySymbolsFromContainer        False
2023-10-11T17:05:09.5056552Z enableCodeCop                   False
2023-10-11T17:05:09.5083160Z enableAppSourceCop              False
2023-10-11T17:05:09.5108363Z enableUICop                     False
2023-10-11T17:05:09.5130726Z enablePerTenantExtensionCop     True
2023-10-11T17:05:09.5149811Z doNotPerformUpgrade             False
2023-10-11T17:05:09.5170405Z doNotPublishApps                True
2023-10-11T17:05:09.5193410Z uninstallRemovedApps            True
2023-10-11T17:05:09.5214297Z escapeFromCops                  False
2023-10-11T17:05:09.5235073Z doNotBuildTests                 False
2023-10-11T17:05:09.5255290Z doNotRunTests                   True
2023-10-11T17:05:09.5276237Z doNotRunBcptTests               True
2023-10-11T17:05:09.5296816Z useDefaultAppSourceRuleSet      False
2023-10-11T17:05:09.5312435Z rulesetFile                     
2023-10-11T17:05:09.5333377Z enableExternalRulesets          False
2023-10-11T17:05:09.5353204Z azureDevOps                     False
2023-10-11T17:05:09.5378628Z gitLab                          False
2023-10-11T17:05:09.5396584Z gitHubActions                   True
2023-10-11T17:05:09.5411295Z vsixFile                        
2023-10-11T17:05:10.3339377Z License file                    Not specified
2023-10-11T17:05:10.3358919Z CodeSignCertPfxFile             Not specified
2023-10-11T17:05:10.3391060Z CodeSignCertPfxPassword         Not specified
2023-10-11T17:05:10.4460642Z CodeSignCertIsSelfSigned        False
2023-10-11T17:05:10.4491961Z KeyVaultCertPfxFile             Not specified
2023-10-11T17:05:10.4519674Z KeyVaultCertPfxPassword         Not specified
2023-10-11T17:05:10.4520385Z KeyVaultClientId                
2023-10-11T17:05:10.4523119Z BuildOutputFile                 D:\a\TestAPIs\TestAPIs\BuildOutput.txt
2023-10-11T17:05:10.4549970Z ContainerEventLogFile           D:\a\TestAPIs\TestAPIs\ContainerEventLog.evtx
2023-10-11T17:05:10.4568736Z TestResultsFile                 D:\a\TestAPIs\TestAPIs\TestResults.xml
2023-10-11T17:05:10.4588816Z BcptTestResultsFile             D:\a\TestAPIs\TestAPIs\bcptTestResults.json
2023-10-11T17:05:10.4615386Z TestResultsFormat               JUnit
2023-10-11T17:05:10.6214957Z AdditionalCountries             
2023-10-11T17:05:10.6229582Z PackagesFolder                  D:\a\TestAPIs\TestAPIs\.packages
2023-10-11T17:05:10.6252219Z OutputFolder                    D:\a\TestAPIs\TestAPIs\.output
2023-10-11T17:05:10.6267804Z BuildArtifactFolder             D:\a\TestAPIs\TestAPIs\.buildartifacts
2023-10-11T17:05:10.6287790Z CreateRuntimePackages           False
2023-10-11T17:05:10.6303838Z AppVersion                      
2023-10-11T17:05:10.6325901Z AppBuild                        6
2023-10-11T17:05:10.6345247Z AppRevision                     0
2023-10-11T17:05:10.6364049Z SourceRepositoryUrl             https://github.com/LogicLemur/TestAPIs
2023-10-11T17:05:10.6382227Z SourceCommit                    7eea866f86ae3a551b42b6837af97a472169a7d8
2023-10-11T17:05:10.6401759Z BuildBy                         AL-Go for GitHub,v3.3
2023-10-11T17:05:10.6423018Z BuildUrl                        https://github.com/LogicLemur/TestAPIs/actions/runs/6485657002
2023-10-11T17:05:10.6431693Z Install Apps
2023-10-11T17:05:10.6444526Z - None
2023-10-11T17:05:10.6454682Z Install Test Apps
2023-10-11T17:05:10.6465893Z - None
2023-10-11T17:05:10.6475635Z Previous Apps
2023-10-11T17:05:10.6485008Z - None
2023-10-11T17:05:10.6495319Z Application folders
2023-10-11T17:05:10.6511305Z - D:\a\TestAPIs\TestAPIs\APIs
2023-10-11T17:05:10.6519336Z Test application folders
2023-10-11T17:05:10.6530472Z - None
2023-10-11T17:05:10.6540252Z BCPT Test application folders
2023-10-11T17:05:10.6549071Z - None
2023-10-11T17:05:10.6557041Z BCPT Test suites
2023-10-11T17:05:10.6567549Z - None
2023-10-11T17:05:10.6575540Z Custom CodeCops
2023-10-11T17:05:10.6584700Z - None
2023-10-11T17:05:10.6675073Z RemoveBcContainer override
2023-10-11T17:05:11.0877038Z 
2023-10-11T17:05:11.0879795Z                 Param([Hashtable]$parameters)
2023-10-11T17:05:11.0881046Z                 Remove-BcContainerSession -containerName $parameters.ContainerName -killPsSessionProcess
2023-10-11T17:05:11.0881922Z                 Remove-BcContainer @parameters
2023-10-11T17:05:11.0882629Z             
2023-10-11T17:05:11.0894893Z ##[endgroup]
2023-10-11T17:05:11.1107078Z ##[group]Creating container
2023-10-11T17:05:11.1109917Z 
2023-10-11T17:05:11.1118082Z    _____                _   _                               _        _                 
2023-10-11T17:05:11.1118819Z   / ____|              | | (_)                             | |      (_)                
2023-10-11T17:05:11.1119601Z  | |     _ __ ___  __ _| |_ _ _ __   __ _    ___ ___  _ __ | |_ __ _ _ _ __   ___ _ __ 
2023-10-11T17:05:11.1120553Z  | |    | '__/ _ \/ _` | __| | '_ \ / _` |  / __/ _ \| '_ \| __/ _` | | '_ \ / _ \ '__|
2023-10-11T17:05:11.1121209Z  | |____| | |  __/ (_| | |_| | | | | (_| | | (__ (_) | | | | |_ (_| | | | | |  __/ |   
2023-10-11T17:05:11.1121826Z   \_____|_|  \___|\__,_|\__|_|_| |_|\__, |  \___\___/|_| |_|\__\__,_|_|_| |_|\___|_|   
2023-10-11T17:05:11.1122430Z                                      __/ |                                             
2023-10-11T17:05:11.1122931Z                                     |___/                                              
2023-10-11T17:05:11.1123683Z 
2023-10-11T17:05:51.1650685Z Creaing docker container
2023-10-11T17:05:56.1154664Z Default parameter dns = hostDNS
2023-10-11T17:06:09.1300043Z BcContainerHelper is version 6.0.0
2023-10-11T17:06:09.1312090Z BcContainerHelper is running as administrator
2023-10-11T17:06:51.0994570Z HyperV is Enabled
2023-10-11T17:06:51.1016386Z UsePsSession is True
2023-10-11T17:06:51.1053142Z Host is Microsoft Windows Server 2022 Datacenter - 10.0.20348.1970
2023-10-11T17:06:52.4610002Z Docker Client Version is 24.0.6
2023-10-11T17:06:52.4629452Z Docker Server Version is 24.0.6
2023-10-11T17:06:55.5137183Z Removing Desktop shortcuts
2023-10-11T17:06:56.2984056Z Fetching all docker images
2023-10-11T17:06:57.3591671Z Fetching all docker volumes
2023-10-11T17:06:58.4324179Z Pulling image mcr.microsoft.com/businesscentral:10.0.20348.1906-filesonly
2023-10-11T17:07:06.4785869Z 10.0.20348.1906-filesonly: Pulling from businesscentral
2023-10-11T17:07:06.6120796Z 7c76e5cf7755: Already exists
2023-10-11T17:07:06.6405853Z 22a441455ace: Pulling fs layer
2023-10-11T17:07:06.6412199Z 158b79dd1f5c: Pulling fs layer
2023-10-11T17:07:06.6489935Z c71edc7a1547: Pulling fs layer
2023-10-11T17:07:06.6490394Z 4cf2245d52a5: Pulling fs layer
2023-10-11T17:07:06.6502352Z bbcd5638df52: Pulling fs layer
2023-10-11T17:07:06.6503283Z 4f37af7a4edd: Pulling fs layer
2023-10-11T17:07:06.6503720Z 56e08222a27c: Pulling fs layer
2023-10-11T17:07:06.6506807Z b8e387574fbc: Pulling fs layer
2023-10-11T17:07:06.6521407Z 52a43dc0fa37: Pulling fs layer
2023-10-11T17:07:06.6533024Z a7911c264203: Pulling fs layer
2023-10-11T17:07:06.6546149Z c290ade20894: Pulling fs layer
2023-10-11T17:07:06.6557364Z 158b79dd1f5c: Download complete
2023-10-11T17:07:06.6567416Z c71edc7a1547: Download complete
2023-10-11T17:07:06.6579093Z b8e387574fbc: Waiting
2023-10-11T17:07:06.6590730Z 52a43dc0fa37: Waiting
2023-10-11T17:07:06.6603082Z a7911c264203: Waiting
2023-10-11T17:07:06.6614538Z c290ade20894: Waiting
2023-10-11T17:07:06.6625732Z 56e08222a27c: Waiting
2023-10-11T17:07:06.7577770Z 4cf2245d52a5: Verifying Checksum
2023-10-11T17:07:06.7645019Z 4cf2245d52a5: Download complete
2023-10-11T17:07:06.7764353Z bbcd5638df52: Verifying Checksum
2023-10-11T17:07:06.7779606Z bbcd5638df52: Download complete
2023-10-11T17:07:06.7836805Z 4f37af7a4edd: Verifying Checksum
2023-10-11T17:07:06.7850510Z 4f37af7a4edd: Download complete
2023-10-11T17:07:06.9268244Z 56e08222a27c: Verifying Checksum
2023-10-11T17:07:06.9282845Z 56e08222a27c: Download complete
2023-10-11T17:07:06.9404648Z b8e387574fbc: Verifying Checksum
2023-10-11T17:07:06.9427471Z b8e387574fbc: Download complete
2023-10-11T17:07:07.0452336Z a7911c264203: Verifying Checksum
2023-10-11T17:07:07.0514003Z a7911c264203: Download complete
2023-10-11T17:07:07.0891994Z c290ade20894: Verifying Checksum
2023-10-11T17:07:07.0910180Z c290ade20894: Download complete
2023-10-11T17:07:09.6280011Z 52a43dc0fa37: Verifying Checksum
2023-10-11T17:07:09.6289240Z 52a43dc0fa37: Download complete
2023-10-11T17:08:11.2825399Z 22a441455ace: Pull complete
2023-10-11T17:08:11.8783331Z 158b79dd1f5c: Pull complete
2023-10-11T17:08:20.1983977Z c71edc7a1547: Pull complete
2023-10-11T17:08:20.7988542Z 4cf2245d52a5: Pull complete
2023-10-11T17:08:21.5187485Z bbcd5638df52: Pull complete
2023-10-11T17:08:22.0326225Z 4f37af7a4edd: Pull complete
2023-10-11T17:08:22.7460322Z 56e08222a27c: Pull complete
2023-10-11T17:08:23.5458051Z b8e387574fbc: Pull complete
2023-10-11T17:08:43.7129653Z 52a43dc0fa37: Pull complete
2023-10-11T17:08:44.1465223Z a7911c264203: Pull complete
2023-10-11T17:08:45.6078257Z c290ade20894: Pull complete
2023-10-11T17:08:45.6106113Z Using image mcr.microsoft.com/businesscentral:10.0.20348.1906-filesonly
2023-10-11T17:08:50.0466464Z Adding DNS Servers from host: 168.63.129.16
2023-10-11T17:08:50.5021567Z Creating Container bc6485657002
2023-10-11T17:08:50.5051942Z Style: sandbox
2023-10-11T17:08:50.6118398Z Multitenant: Yes
2023-10-11T17:08:50.6172674Z Version: 23.0.12034.13064
2023-10-11T17:08:50.6179461Z Platform: 23.0.13032.0
2023-10-11T17:08:50.6180961Z Generic Tag: 1.0.2.14
2023-10-11T17:08:50.6182405Z Container OS Version: 10.0.20348.1906 (ltsc2022)
2023-10-11T17:08:50.6197368Z Host OS Version: 10.0.20348.1970 (ltsc2022)
2023-10-11T17:08:50.6312676Z Using process isolation
2023-10-11T17:08:50.6314906Z Using locale en-US
2023-10-11T17:08:50.6316334Z Disabling the standard eventlog dump to container log every 2 seconds (use -dumpEventLog to enable)
2023-10-11T17:08:50.6920396Z Additional Parameters:
2023-10-11T17:08:50.7065328Z --volume "D:\a\TestAPIs\TestAPIs\:c:\sources"
2023-10-11T17:08:50.7081072Z --env customNavSettings=EnableTaskScheduler=False
2023-10-11T17:08:50.7088631Z Files in C:\ProgramData\BcContainerHelper\Extensions\bc6485657002\my:
2023-10-11T17:08:50.7090005Z - AdditionalOutput.ps1
2023-10-11T17:08:50.7091860Z - MainLoop.ps1
2023-10-11T17:08:50.7092741Z - SetupVariables.ps1
2023-10-11T17:08:50.7093387Z - updatehosts.ps1
2023-10-11T17:08:50.7096933Z Creating container bc6485657002 from image mcr.microsoft.com/businesscentral:10.0.20348.1906-filesonly
2023-10-11T17:08:53.5845659Z cd205c6dd8b22f57a7c518b54e095766d6a04a294dfed3c1d0c3464567403259
2023-10-11T17:10:21.0735547Z Waiting for container bc6485657002 to be ready
2023-10-11T17:10:22.5362456Z Using artifactUrl https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T17:10:22.5486093Z Using installer from C:\Run\210-new
2023-10-11T17:10:22.5486812Z Installing Business Central
2023-10-11T17:10:22.5487520Z Installing from artifacts
2023-10-11T17:10:22.5488087Z Copying Service Tier Files
2023-10-11T17:10:22.5495558Z c:\dl\sandbox\23.0.12034.13064\platform\ServiceTier\Program Files
2023-10-11T17:10:22.5496251Z c:\dl\sandbox\23.0.12034.13064\platform\ServiceTier\System64Folder
2023-10-11T17:10:22.5497003Z Copying PowerShell Scripts
2023-10-11T17:10:22.5497585Z c:\dl\sandbox\23.0.12034.13064\platform\WindowsPowerShellScripts\Cloud\NAVAdministration
2023-10-11T17:10:22.5504283Z c:\dl\sandbox\23.0.12034.13064\platform\WindowsPowerShellScripts\WebSearch
2023-10-11T17:10:22.5507375Z Copying Web Client Files
2023-10-11T17:10:22.5508326Z c:\dl\sandbox\23.0.12034.13064\platform\WebClient\Microsoft Dynamics NAV
2023-10-11T17:10:22.5508842Z Copying ModernDev Files
2023-10-11T17:10:22.5513665Z c:\dl\sandbox\23.0.12034.13064\platform
2023-10-11T17:10:22.5515696Z c:\dl\sandbox\23.0.12034.13064\platform\ModernDev\program files\Microsoft Dynamics NAV
2023-10-11T17:10:22.5517491Z Copying additional files
2023-10-11T17:10:22.5518117Z Copying ConfigurationPackages
2023-10-11T17:10:22.5518560Z C:\dl\sandbox\23.0.12034.13064\us\ConfigurationPackages
2023-10-11T17:10:22.5524304Z Copying Test Assemblies
2023-10-11T17:10:22.5524988Z C:\dl\sandbox\23.0.12034.13064\platform\Test Assemblies
2023-10-11T17:10:22.5525403Z Copying Extensions
2023-10-11T17:10:22.5526084Z C:\dl\sandbox\23.0.12034.13064\us\Extensions
2023-10-11T17:10:22.5536651Z Copying Applications
2023-10-11T17:10:22.5537204Z C:\dl\sandbox\23.0.12034.13064\platform\Applications
2023-10-11T17:10:22.5537635Z Copying Applications.US
2023-10-11T17:10:22.5538048Z C:\dl\sandbox\23.0.12034.13064\us\Applications.US
2023-10-11T17:10:22.5544575Z Copying dependencies
2023-10-11T17:10:22.5545086Z Copying ReportBuilder
2023-10-11T17:10:22.5545577Z Importing PowerShell Modules
2023-10-11T17:10:22.5546009Z Skipping restore of Cronus database
2023-10-11T17:10:22.5546516Z Modifying Business Central Service Tier Config File for Docker
2023-10-11T17:10:22.5556383Z Installing SIP crypto provider: 'C:\Windows\System32\NavSip.dll'
2023-10-11T17:10:22.5557811Z Installation took 36 seconds
2023-10-11T17:10:22.5558262Z Installation complete
2023-10-11T17:10:22.5762736Z Ready for connections!
2023-10-11T17:10:42.3228314Z Reading CustomSettings.config from bc6485657002
2023-10-11T17:10:43.1568874Z Cleanup old dotnet core assemblies
2023-10-11T17:10:44.5400198Z 
2023-10-11T17:10:44.5405343Z Creating container took 333 seconds
2023-10-11T17:10:44.5634215Z ##[endgroup]
2023-10-11T17:10:44.5647354Z ##[group]Resolving dependencies
2023-10-11T17:10:44.5647608Z 
2023-10-11T17:10:44.5647804Z  _____                _       _                   _                           _                 _          
2023-10-11T17:10:44.5648186Z |  __ \              | |     (_)                 | |                         | |               (_)         
2023-10-11T17:10:44.5648573Z | |__) |___ ___  ___ | |_   ___ _ __   __ _    __| | ___ _ __   ___ _ __   __| | ___ _ __   ___ _  ___ ___ 
2023-10-11T17:10:44.5649583Z |  _  // _ \ __|/ _ \| \ \ / / | '_ \ / _` |  / _` |/ _ \ '_ \ / _ \ '_ \ / _` |/ _ \ '_ \ / __| |/ _ \ __|
2023-10-11T17:10:44.5664751Z | | \ \  __\__ \ (_) | |\ V /| | | | | (_| | | (_| |  __/ |_) |  __/ | | | (_| |  __/ | | | (__| |  __\__ \
2023-10-11T17:10:44.5665223Z |_|  \_\___|___/\___/|_| \_/ |_|_| |_|\__, |  \__,_|\___| .__/ \___|_| |_|\__,_|\___|_| |_|\___|_|\___|___/
2023-10-11T17:10:44.5667395Z                                        __/ |            | |                                                
2023-10-11T17:10:44.5667839Z                                       |___/             |_|                                                
2023-10-11T17:10:44.5668050Z 
2023-10-11T17:10:44.9026691Z Sorted App folders
2023-10-11T17:10:44.9047602Z - D:\a\TestAPIs\TestAPIs\APIs
2023-10-11T17:10:44.9058396Z External dependencies
2023-10-11T17:10:44.9071420Z - 7b1da3f7-0331-485a-aaf6-2ebb1ebeb39b:The 365 People_project_Test_general_26.0.0.0.app
2023-10-11T17:10:44.9135795Z - 437dbf0e-84ff-417a-965d-ed2bb9650972:Microsoft_Base Application_22.0.0.0.app
2023-10-11T17:10:44.9146241Z - 63ca2fa4-4f03-4f2b-a480-172fef340d3f:Microsoft_System Application_22.0.0.0.app
2023-10-11T17:10:44.9162248Z Sorted TestApp folders
2023-10-11T17:10:44.9202226Z - None
2023-10-11T17:10:44.9207300Z ##[endgroup]
2023-10-11T17:10:44.9225540Z ##[group]Compiling apps
2023-10-11T17:10:44.9233709Z 
2023-10-11T17:10:44.9234443Z    _____                      _ _ _                                     
2023-10-11T17:10:44.9247664Z   / ____|                    (_) (_)                                    
2023-10-11T17:10:44.9592639Z  | |     ___  _ __ ___  _ __  _| |_ _ __   __ _    __ _ _ __  _ __  ___ 
2023-10-11T17:10:44.9593898Z  | |    / _ \| '_ ` _ \| '_ \| | | | '_ \ / _` |  / _` | '_ \| '_ \/ __|
2023-10-11T17:10:44.9607610Z  | |____ (_) | | | | | | |_) | | | | | | | (_| | | (_| | |_) | |_) \__ \
2023-10-11T17:10:44.9608332Z   \_____\___/|_| |_| |_| .__/|_|_|_|_| |_|\__, |  \__,_| .__/| .__/|___/
2023-10-11T17:10:44.9608723Z                        | |                 __/ |       | |   | |        
2023-10-11T17:10:44.9609085Z                        |_|                |___/        |_|   |_|        
2023-10-11T17:10:44.9609306Z 
2023-10-11T17:10:44.9735760Z Using Version 0.0.6.0
2023-10-11T17:10:45.2486914Z 
2023-10-11T17:10:45.2490550Z Compiling D:\a\TestAPIs\TestAPIs\APIs
2023-10-11T17:10:46.5580776Z Copying DLLs from C:\Program Files\Microsoft Dynamics NAV\230\Service to assemblyProbingPath
2023-10-11T17:10:50.4685572Z Removing dotnet Framework Assemblies
2023-10-11T17:10:51.5901659Z Using Symbols Folder: D:\a\TestAPIs\TestAPIs\.packages
2023-10-11T17:10:51.6770044Z Copying System.app from Container
2023-10-11T17:10:52.6750664Z Copying Microsoft_AMC Banking 365 Fundamentals_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6756415Z Copying Microsoft_Any_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6762768Z Copying Microsoft_API - Cross Environment Intercompany_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6763948Z Copying Microsoft_API Reports - Finance_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6769404Z Copying Microsoft_Application_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6769904Z Copying Microsoft_Audit File Export_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6771396Z Copying Microsoft_Base Application_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6777095Z Copying Microsoft_Business Central Cloud Migration - Previous Release (US)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6778076Z Copying Microsoft_Business Central Cloud Migration - Previous Release_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6778635Z Copying Microsoft_Business Central Cloud Migration API_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6779596Z Copying Microsoft_Business Central Intelligent Cloud_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6780133Z Copying Microsoft_Ceridian Payroll_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6786155Z Copying Microsoft_Company Hub_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6786608Z Copying Microsoft_Contoso Coffee Demo Dataset (US)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6787688Z Copying Microsoft_Contoso Coffee Demo Dataset_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6789708Z Copying Microsoft_Czech language (Czechia)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6795680Z Copying Microsoft_Danish language (Denmark)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6796402Z Copying Microsoft_Data Archive_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6796866Z Copying Microsoft_Data Search_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6798199Z Copying Microsoft_DIOT - Localization for Mexico_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6798752Z Copying Microsoft_Dutch language (Belgium)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6804199Z Copying Microsoft_Dutch language (Netherlands)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6804717Z Copying Microsoft_Dynamics GP Historical Data_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6805664Z Copying Microsoft_Dynamics GP History SmartLists_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6806384Z Copying Microsoft_Dynamics GP Intelligent Cloud - US_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6812001Z Copying Microsoft_Dynamics GP Intelligent Cloud_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6812874Z Copying Microsoft_Email - Current User Connector_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6813514Z Copying Microsoft_Email - Microsoft 365 Connector_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6814634Z Copying Microsoft_Email - Outlook REST API_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6820060Z Copying Microsoft_Email - SMTP API_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6821320Z Copying Microsoft_Email - SMTP Connector_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6821878Z Copying Microsoft_English language (Australia)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6822940Z Copying Microsoft_English language (Canada)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6829290Z Copying Microsoft_English language (New Zealand)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6835158Z Copying Microsoft_English language (United Kingdom)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6835658Z Copying Microsoft_English language (United States)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6836636Z Copying Microsoft_Envestnet Yodlee Bank Feeds_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6837180Z Copying Microsoft_Error Messages with Recommendations_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6843610Z Copying Microsoft_Essential Business Headlines_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6844182Z Copying Microsoft_Finnish language (Finland)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6845039Z Copying Microsoft_French language (Belgium)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6845715Z Copying Microsoft_French language (Canada)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6852135Z Copying Microsoft_French language (France)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6853150Z Copying Microsoft_French language (Switzerland)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6853678Z Copying Microsoft_German language (Austria)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6854582Z Copying Microsoft_German language (Germany)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6855123Z Copying Microsoft_German language (Switzerland)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6860808Z Copying Microsoft_Icelandic language (Iceland)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6861304Z Copying Microsoft_Image Analyzer_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6862338Z Copying Microsoft_Import of QuickBooks Payroll Files_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6863049Z Copying Microsoft_Intelligent Cloud Base_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6869254Z Copying Microsoft_IRS 1096_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6869959Z Copying Microsoft_Italian language (Italy)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6870933Z Copying Microsoft_Italian language (Switzerland)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6871511Z Copying Microsoft_Late Payment Prediction_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6876941Z Copying Microsoft_Library Assert_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6877595Z Copying Microsoft_Library Variable Storage_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6878192Z Copying Microsoft_Microsoft Pay Payments_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6878976Z Copying Microsoft_Migration of QuickBooks Data_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6879480Z Copying Microsoft_Norwegian language (Norway)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6884975Z Copying Microsoft_Payment Links to PayPal_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6885464Z Copying Microsoft_Payment Practices_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6885990Z Copying Microsoft_Performance Toolkit_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6886851Z Copying Microsoft_Permissions Mock_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6891590Z Copying Microsoft_Recommended Apps_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6892691Z Copying Microsoft_Russian language (Russia)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6894311Z Copying Microsoft_Sales and Inventory Forecast_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6894896Z Copying Microsoft_Send remittance advice by email_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6918018Z Copying Microsoft_Send To Email Printer_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6918802Z Copying Microsoft_Shopify Connector_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6919600Z Copying Microsoft_Simplified Bank Statement Import_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6920369Z Copying Microsoft_Spanish language (Mexico)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6927502Z Copying Microsoft_Spanish language (Spain)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6928515Z Copying Microsoft_Statistical Accounts_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6929332Z Copying Microsoft_Swedish language (Sweden)_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6931097Z Copying Microsoft_System Application_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6931853Z Copying Microsoft_Test Runner_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6938775Z Copying Microsoft_Troubleshoot FA Ledger Entries_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6939403Z Copying Microsoft_Universal Print Integration_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6940334Z Copying Microsoft__Exclude_APIV1__23.0.12034.13064.app from Container
2023-10-11T17:10:52.6941001Z Copying Microsoft__Exclude_APIV2__23.0.12034.13064.app from Container
2023-10-11T17:10:52.6950101Z Copying Microsoft__Exclude_Bank Deposits_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6950857Z Copying Microsoft__Exclude_Business_Events__23.0.12034.13064.app from Container
2023-10-11T17:10:52.6952407Z Copying Microsoft__Exclude_ClientAddIns__23.0.12034.13064.app from Container
2023-10-11T17:10:52.6953695Z Copying Microsoft__Exclude_Connectivity Apps_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6957190Z Copying Microsoft__Exclude_Email Logging Using Graph API_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6963383Z Copying Microsoft__Exclude_Master_Data_Management_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6964275Z Copying Microsoft__Exclude_Microsoft Dynamics 365 - SmartList_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6964852Z Copying Microsoft__Exclude_Onboarding Signals_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6965336Z Copying Microsoft__Exclude_PlanConfiguration__23.0.12034.13064.app from Container
2023-10-11T17:10:52.6973120Z Copying Microsoft__Exclude_ReportLayouts_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6973835Z Copying Microsoft__Exclude_Review_General_Ledger_Entries_23.0.12034.13064.app from Container
2023-10-11T17:10:52.6974648Z Copying Microsoft__Exclude_SyncBaseApp__23.0.12034.13064.app from Container
2023-10-11T17:11:08.6228452Z INFO: You have to specify AuthContext and Environment if you are compiling in a filesOnly container in order to download dependencies
2023-10-11T17:11:08.6350451Z Processing dependency Microsoft_Application_22.0.0.0 ()
2023-10-11T17:11:08.6519066Z Dependency App exists
2023-10-11T17:11:08.6659971Z Processing dependency Microsoft_System_22.0.0.0 ()
2023-10-11T17:11:08.6692544Z Dependency App exists
2023-10-11T17:11:08.6709262Z Processing dependency The 365 People_project_Test_general_26.0.0.0 (7b1da3f7-0331-485a-aaf6-2ebb1ebeb39b)
2023-10-11T17:11:08.6805263Z Downloading symbols: The 365 People_project_Test_general_26.0.0.0.app
2023-10-11T17:11:08.6903673Z Url : /dev/packages?appId=7b1da3f7-0331-485a-aaf6-2ebb1ebeb39b&versionText=26.0.0.0&tenant=default
2023-10-11T17:11:08.6950699Z Downloading using WebClient
2023-10-11T17:11:09.8109047Z ERROR Exception calling "DownloadFile" with "2" argument(s): "Illegal characters in path."
2023-10-11T17:11:09.8118817Z Compile-AppInBcContainer Telemetry Correlation Id: efe4e5e7-f616-403a-8fa8-42f0bed938d6
2023-10-11T17:11:09.8120190Z ##[group]Removing container
2023-10-11T17:11:09.8120773Z ##[endgroup]
2023-10-11T17:11:09.8914372Z Run-AlPipeline Telemetry Correlation Id: 2d043feb-6300-4da1-b196-d758d076e4aa
2023-10-11T17:11:10.1570673Z AL-Go action ran: RunPipeline Telemetry Correlation Id: c1d7fff7-1e5a-428d-8f52-94628321f89b
2023-10-11T17:11:10.5364397Z Get Event Log from container
2023-10-11T17:11:10.5431214Z Getting event log for bc6485657002
2023-10-11T17:11:12.5409243Z Error getting event log from container: Cannot overwrite the item D:\a\TestAPIs\TestAPIs\ContainerEventLog.evtx with itself.
2023-10-11T17:11:12.5894919Z ##[error]Unexpected error when running action. Error Message: Exception calling "DownloadFile" with "2" argument(s): "Illegal characters in path.", StackTrace: at Compile-AppInBcContainer, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Compile-AppInNavContainer.ps1: line 486 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 779 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1894 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1441 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1434 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 904 <- at Run-AlPipeline, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 866 <- at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v3.3\RunPipeline\RunPipeline.ps1: line 371 <- at <ScriptBlock>, D:\a\_temp\bf6a57cb-2827-486c-8c70-012a0eb570a5.ps1: line 4 <- at <ScriptBlock>, <No file>: line 1
2023-10-11T17:11:12.9204608Z ##[error]Process completed with exit code 1.
2023-10-11T17:11:13.1958209Z ##[group]Run microsoft/AL-Go-Actions/CalculateArtifactNames@v3.3
2023-10-11T17:11:13.1958703Z with:
2023-10-11T17:11:13.1959130Z   shell: powershell
2023-10-11T17:11:13.1965446Z   project: .
2023-10-11T17:11:13.1965779Z   buildMode: Default
2023-10-11T17:11:13.1966029Z   branchName: main
2023-10-11T17:11:13.1966224Z env:
2023-10-11T17:11:13.1966464Z   ALGoOrgSettings: 
2023-10-11T17:11:13.1971929Z   ALGoRepoSettings: 
2023-10-11T17:11:13.1972312Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T17:11:13.1972661Z   keyVaultCodesignCertificateName: 
2023-10-11T17:11:13.1972989Z   doNotSignApps: True
2023-10-11T17:11:13.1979387Z   useCompilerFolder: False
2023-10-11T17:11:13.1984930Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T17:11:13.1994723Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T17:11:13.1995181Z   artifactCacheKey: 
2023-10-11T17:11:13.1995657Z   containerName: bc6485657002
2023-10-11T17:11:13.1996094Z ##[endgroup]
2023-10-11T17:11:13.2328715Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T17:11:13.2329614Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T17:11:13.2336172Z try {
2023-10-11T17:11:13.2337257Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.3\CalculateArtifactNames/CalculateArtifactNames.ps1 -project $ENV:_project -buildMode $ENV:_buildMode -branchName $ENV:_branchName -suffix $ENV:_suffix
2023-10-11T17:11:13.2340153Z }
2023-10-11T17:11:13.2340464Z catch {
2023-10-11T17:11:13.2341110Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2023-10-11T17:11:13.2349708Z   exit 1
2023-10-11T17:11:13.2350351Z }
2023-10-11T17:11:13.2447493Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-11T17:11:13.2447972Z env:
2023-10-11T17:11:13.2460111Z   ALGoOrgSettings: 
2023-10-11T17:11:13.2460417Z   ALGoRepoSettings: 
2023-10-11T17:11:13.2460810Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T17:11:13.2461335Z   keyVaultCodesignCertificateName: 
2023-10-11T17:11:13.2468468Z   doNotSignApps: True
2023-10-11T17:11:13.2469011Z   useCompilerFolder: False
2023-10-11T17:11:13.2473305Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T17:11:13.2492215Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T17:11:13.2492726Z   artifactCacheKey: 
2023-10-11T17:11:13.2493042Z   containerName: bc6485657002
2023-10-11T17:11:13.2493588Z   _project: .
2023-10-11T17:11:13.2507474Z   _buildMode: Default
2023-10-11T17:11:13.2507820Z   _branchName: main
2023-10-11T17:11:13.2508022Z   _suffix: 
2023-10-11T17:11:13.2508246Z ##[endgroup]
2023-10-11T17:11:14.8739696Z Assigning  to BuildMode
2023-10-11T17:11:15.0027830Z Assigning TestAPIs-main-Apps-1.0.6.0 to AppsArtifactsName
2023-10-11T17:11:15.0070215Z Assigning TestAPIs-main-Dependencies-1.0.6.0 to DependenciesArtifactsName
2023-10-11T17:11:15.0095864Z Assigning TestAPIs-main-TestApps-1.0.6.0 to TestAppsArtifactsName
2023-10-11T17:11:15.0109838Z Assigning TestAPIs-main-TestResults-1.0.6.0 to TestResultsArtifactsName
2023-10-11T17:11:15.0136119Z Assigning TestAPIs-main-BcptTestResults-1.0.6.0 to BcptTestResultsArtifactsName
2023-10-11T17:11:15.0157022Z Assigning TestAPIs-main-BuildOutput-1.0.6.0 to BuildOutputArtifactsName
2023-10-11T17:11:15.0177148Z Assigning TestAPIs-main-ContainerEventLog-1.0.6.0 to ContainerEventLogArtifactsName
2023-10-11T17:11:15.0201245Z Assigning thisbuild-TestAPIs-Apps to ThisBuildAppsArtifactsName
2023-10-11T17:11:15.0224695Z Assigning thisbuild-TestAPIs-TestApps to ThisBuildTestAppsArtifactsName
2023-10-11T17:11:15.8944883Z ##[group]Run actions/upload-artifact@v3
2023-10-11T17:11:15.8945317Z with:
2023-10-11T17:11:15.8945631Z   name: TestAPIs-main-ContainerEventLog-1.0.6.0
2023-10-11T17:11:15.8950625Z   path: ./ContainerEventLog.evtx
2023-10-11T17:11:15.8950961Z   if-no-files-found: ignore
2023-10-11T17:11:15.8951243Z env:
2023-10-11T17:11:15.8951464Z   ALGoOrgSettings: 
2023-10-11T17:11:15.8959103Z   ALGoRepoSettings: 
2023-10-11T17:11:15.8959545Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T17:11:15.8959945Z   keyVaultCodesignCertificateName: 
2023-10-11T17:11:15.8960223Z   doNotSignApps: True
2023-10-11T17:11:15.8960503Z   useCompilerFolder: False
2023-10-11T17:11:15.8969965Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T17:11:15.8982201Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T17:11:15.8982789Z   artifactCacheKey: 
2023-10-11T17:11:15.9004549Z   containerName: bc6485657002
2023-10-11T17:11:15.9004876Z ##[endgroup]
2023-10-11T17:11:16.0671446Z With the provided path, there will be 1 file uploaded
2023-10-11T17:11:16.0673230Z Starting artifact upload
2023-10-11T17:11:16.0674464Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging
2023-10-11T17:11:16.0685795Z Artifact name is valid!
2023-10-11T17:11:16.4446433Z Container for artifact "TestAPIs-main-ContainerEventLog-1.0.6.0" successfully created. Starting upload of file(s)
2023-10-11T17:11:16.4459602Z Total size of all the files uploaded is 8053 bytes
2023-10-11T17:11:16.4461199Z File upload process has finished. Finalizing the artifact upload
2023-10-11T17:11:16.4463719Z Artifact has been finalized. All files have been successfully uploaded!
2023-10-11T17:11:16.4470179Z 
2023-10-11T17:11:16.4470533Z The raw size of all the files that were specified for upload is 69632 bytes
2023-10-11T17:11:16.4471091Z The size of all the files that were uploaded is 8053 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage
2023-10-11T17:11:16.4471424Z 
2023-10-11T17:11:16.4472196Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 
2023-10-11T17:11:16.4472701Z 
2023-10-11T17:11:16.4479677Z Artifact TestAPIs-main-ContainerEventLog-1.0.6.0 has been successfully uploaded!
2023-10-11T17:11:16.8030100Z ##[group]Run microsoft/AL-Go-Actions/AnalyzeTests@v3.3
2023-10-11T17:11:16.8030562Z with:
2023-10-11T17:11:16.8037398Z   shell: powershell
2023-10-11T17:11:16.8047597Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937303433343537393036295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033335c6e202037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073312061742037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e33222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a224c6f6769634c656d75722f44756e73746572686f75736541504973222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2236222c2272756e4964223a2236343835363537303032227d2c224576656e744964223a22444f30303931227d
2023-10-11T17:11:16.8064874Z   project: .
2023-10-11T17:11:16.8065203Z env:
2023-10-11T17:11:16.8065447Z   ALGoOrgSettings: 
2023-10-11T17:11:16.8065721Z   ALGoRepoSettings: 
2023-10-11T17:11:16.8066100Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T17:11:16.8070758Z   keyVaultCodesignCertificateName: 
2023-10-11T17:11:16.8071492Z   doNotSignApps: True
2023-10-11T17:11:16.8071783Z   useCompilerFolder: False
2023-10-11T17:11:16.8078113Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T17:11:16.8086716Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T17:11:16.8087139Z   artifactCacheKey: 
2023-10-11T17:11:16.8087419Z   containerName: bc6485657002
2023-10-11T17:11:16.8092220Z ##[endgroup]
2023-10-11T17:11:16.8385322Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T17:11:16.8391118Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T17:11:16.8391606Z try {
2023-10-11T17:11:16.8392104Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.3\AnalyzeTests/AnalyzeTests.ps1 -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson -project $ENV:_project
2023-10-11T17:11:16.8392579Z }
2023-10-11T17:11:16.8392828Z catch {
2023-10-11T17:11:16.8399778Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2023-10-11T17:11:16.8400697Z   exit 1
2023-10-11T17:11:16.8400908Z }
2023-10-11T17:11:16.8487793Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-11T17:11:16.8492313Z env:
2023-10-11T17:11:16.8492567Z   ALGoOrgSettings: 
2023-10-11T17:11:16.8492841Z   ALGoRepoSettings: 
2023-10-11T17:11:16.8493217Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T17:11:16.8501712Z   keyVaultCodesignCertificateName: 
2023-10-11T17:11:16.8502080Z   doNotSignApps: True
2023-10-11T17:11:16.8502560Z   useCompilerFolder: False
2023-10-11T17:11:16.8508173Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T17:11:16.8519236Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T17:11:16.8519700Z   artifactCacheKey: 
2023-10-11T17:11:16.8519987Z   containerName: bc6485657002
2023-10-11T17:11:16.8535877Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937303433343537393036295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033335c6e202037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073312061742037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e33222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a224c6f6769634c656d75722f44756e73746572686f75736541504973222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2236222c2272756e4964223a2236343835363537303032227d2c224576656e744964223a22444f30303931227d
2023-10-11T17:11:16.8546311Z   _project: .
2023-10-11T17:11:16.8546564Z ##[endgroup]
2023-10-11T17:11:17.8572132Z Import from C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T17:11:19.2004096Z BcContainerHelper version 6.0.0
2023-10-11T17:11:23.3476103Z Setting defaultNewContainerParameters = @{dns=hostDNS}
2023-10-11T17:11:23.3671883Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2023-10-11T17:11:27.8532729Z ##[group]Run microsoft/AL-Go-Actions/PipelineCleanup@v3.3
2023-10-11T17:11:27.8533253Z with:
2023-10-11T17:11:27.8533747Z   shell: powershell
2023-10-11T17:11:27.8545147Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937303433343537393036295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033335c6e202037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073312061742037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e33222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a224c6f6769634c656d75722f44756e73746572686f75736541504973222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2236222c2272756e4964223a2236343835363537303032227d2c224576656e744964223a22444f30303931227d
2023-10-11T17:11:27.8554544Z   project: .
2023-10-11T17:11:27.8554765Z env:
2023-10-11T17:11:27.8555042Z   ALGoOrgSettings: 
2023-10-11T17:11:27.8555365Z   ALGoRepoSettings: 
2023-10-11T17:11:27.8555975Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T17:11:27.8556383Z   keyVaultCodesignCertificateName: 
2023-10-11T17:11:27.8556913Z   doNotSignApps: True
2023-10-11T17:11:27.8557536Z   useCompilerFolder: False
2023-10-11T17:11:27.8563922Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T17:11:27.8580524Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T17:11:27.8581037Z   artifactCacheKey: 
2023-10-11T17:11:27.8581345Z   containerName: bc6485657002
2023-10-11T17:11:27.8581588Z ##[endgroup]
2023-10-11T17:11:27.8862160Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T17:11:27.8863248Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-11T17:11:27.8863907Z try {
2023-10-11T17:11:27.8864816Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.3\PipelineCleanup/PipelineCleanup.ps1 -project $ENV:_project -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson
2023-10-11T17:11:27.8865314Z }
2023-10-11T17:11:27.8872239Z catch {
2023-10-11T17:11:27.8872853Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2023-10-11T17:11:27.8873403Z   exit 1
2023-10-11T17:11:27.8873838Z }
2023-10-11T17:11:27.8949766Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-11T17:11:27.8950103Z env:
2023-10-11T17:11:27.8950339Z   ALGoOrgSettings: 
2023-10-11T17:11:27.8950599Z   ALGoRepoSettings: 
2023-10-11T17:11:27.8955129Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13064/us
2023-10-11T17:11:27.8955827Z   keyVaultCodesignCertificateName: 
2023-10-11T17:11:27.8956131Z   doNotSignApps: True
2023-10-11T17:11:27.8956405Z   useCompilerFolder: False
2023-10-11T17:11:27.8963091Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":6,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-11T17:11:27.8967282Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T17:11:27.8967710Z   artifactCacheKey: 
2023-10-11T17:11:27.8967994Z   containerName: bc6485657002
2023-10-11T17:11:27.8977398Z   _project: .
2023-10-11T17:11:27.8986585Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2265373763623065382d383038642d343432382d383962622d303466633065386637366539222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937303433343537393036295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033335c6e202037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073312061742037656366353134362d363939612d343831622d396237382d3466643133313061613136332e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e33222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a224c6f6769634c656d75722f44756e73746572686f75736541504973222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2236222c2272756e4964223a2236343835363537303032227d2c224576656e744964223a22444f30303931227d
2023-10-11T17:11:27.8995923Z ##[endgroup]
2023-10-11T17:11:29.5499557Z Import from C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-11T17:11:29.5500275Z BcContainerHelper version 6.0.0
2023-10-11T17:11:29.5500699Z Setting defaultNewContainerParameters = @{dns=hostDNS}
2023-10-11T17:11:29.5501354Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2023-10-11T17:11:33.1626390Z Removing Session bc6485657002
2023-10-11T17:11:34.0814871Z Removing container bc6485657002
2023-10-11T17:11:34.2919970Z Removing entries from hosts
2023-10-11T17:11:34.3082434Z Removing bc6485657002 from container hosts file
2023-10-11T17:11:34.4317918Z Removing bc6485657002-* from container hosts file
2023-10-11T17:11:34.4342767Z Removing Desktop shortcuts
2023-10-11T17:11:34.4979001Z Removing C:\ProgramData\BcContainerHelper\Extensions\bc6485657002
2023-10-11T17:11:35.8391392Z Post job cleanup.
2023-10-11T17:11:36.1681212Z [command]"C:\Program Files\Git\bin\git.exe" version
2023-10-11T17:11:36.2932258Z git version 2.42.0.windows.2
2023-10-11T17:11:36.3064778Z Temporarily overriding HOME='D:\a\_temp\7009a648-1969-4022-b2ae-6c0c3ff45c64' before making global git config changes
2023-10-11T17:11:36.3065610Z Adding repository directory to the temporary git global config as a safe directory
2023-10-11T17:11:36.3083025Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\TestAPIs\TestAPIs
2023-10-11T17:11:36.3773165Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand
2023-10-11T17:11:36.4188437Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2023-10-11T17:11:37.3911935Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-10-11T17:11:37.4313677Z http.https://github.com/.extraheader
2023-10-11T17:11:37.4362745Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader
2023-10-11T17:11:37.4769611Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2023-10-11T17:11:38.2002476Z Cleaning up orphan processes
LogicLemur commented 10 months ago

Thanks Freddy :)

freddydk commented 10 months ago

So, it is trying to download the symbols for The 365 People_project_Test_general_26.0.0.0.app from the container - but I cannot see anywhere, that this app was ever installed? It is listed as an external reference. Where should it get this app from?

LogicLemur commented 10 months ago

Thanks Freddy. I've removed the *.app from the gitignore and and used git add to force up the dependency to github .alpackages. Syncing this changes tho am still getting an error on build?

2023-10-14T13:37:46.7645231Z ##[group]Run microsoft/AL-Go-Actions/RunPipeline@v3.3
2023-10-14T13:37:46.7645660Z with:
2023-10-14T13:37:46.7645860Z   shell: powershell
2023-10-14T13:37:46.7656379Z   parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2234663261353464642d326235342d343338332d386665302d666532313232393937656366222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2234663261353464642d326235342d343338332d386665302d666532313232393937656366222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937323930353739313737295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033335c6e202039633865343465612d313734622d343633392d613063382d3263623938633038346430382e7073312061742039633865343465612d313734622d343633392d613063382d3263623938633038346430382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e33222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a224c6f6769634c656d75722f44756e73746572686f75736541504973222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2238222c2272756e4964223a2236353138303034333438227d2c224576656e744964223a22444f30303931227d
2023-10-14T13:37:46.7667441Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/us
2023-10-14T13:37:46.7668017Z   project: .
2023-10-14T13:37:46.7668221Z   buildMode: Default
2023-10-14T13:37:46.7668443Z   installAppsJson: []
2023-10-14T13:37:46.7668686Z   installTestAppsJson: []
2023-10-14T13:37:46.7669109Z   token: ***
2023-10-14T13:37:46.7669299Z env:
2023-10-14T13:37:46.7669478Z   ALGoOrgSettings: 
2023-10-14T13:37:46.7669707Z   ALGoRepoSettings: 
2023-10-14T13:37:46.7670093Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/us
2023-10-14T13:37:46.7670563Z   keyVaultCodesignCertificateName: 
2023-10-14T13:37:46.7670854Z   doNotSignApps: True
2023-10-14T13:37:46.7671095Z   useCompilerFolder: False
2023-10-14T13:37:46.7680927Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":8,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-14T13:37:46.7693300Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-14T13:37:46.7693921Z   artifactCacheKey: 
2023-10-14T13:37:46.7694689Z   Secrets: {"licenseFileUrl":"","insiderSasToken":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-14T13:37:46.7695501Z   BuildMode: Default
2023-10-14T13:37:46.7695723Z ##[endgroup]
2023-10-14T13:37:46.7801392Z ##[group]Run $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-14T13:37:46.7802309Z $errorActionPreference = "Stop"; $ProgressPreference = "SilentlyContinue"; Set-StrictMode -Version 2.0
2023-10-14T13:37:46.7802863Z try {
2023-10-14T13:37:46.7804166Z   D:\a\_actions\microsoft\AL-Go-Actions\v3.3\RunPipeline/RunPipeline.ps1 -token $ENV:_token -parentTelemetryScopeJson $ENV:_parentTelemetryScopeJson -artifact $ENV:_artifact -project $ENV:_project -buildMode $ENV:_buildMode -installAppsJson $ENV:_installAppsJson -installTestAppsJson $ENV:_installTestAppsJson
2023-10-14T13:37:46.7806180Z }
2023-10-14T13:37:46.7806382Z catch {
2023-10-14T13:37:46.7807248Z   Write-Host "::ERROR::Unexpected error when running action. Error Message: $($_.Exception.Message.Replace("`r",'').Replace("`n",' ')), StackTrace: $($_.ScriptStackTrace.Replace("`r",'').Replace("`n",' <- '))";
2023-10-14T13:37:46.7808157Z   exit 1
2023-10-14T13:37:46.7808370Z }
2023-10-14T13:37:46.7836160Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
2023-10-14T13:37:46.7836656Z env:
2023-10-14T13:37:46.7836840Z   ALGoOrgSettings: 
2023-10-14T13:37:46.7837062Z   ALGoRepoSettings: 
2023-10-14T13:37:46.7837466Z   artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/us
2023-10-14T13:37:46.7837951Z   keyVaultCodesignCertificateName: 
2023-10-14T13:37:46.7838245Z   doNotSignApps: True
2023-10-14T13:37:46.7838494Z   useCompilerFolder: False
2023-10-14T13:37:46.7848876Z   Settings: {"keyVaultCertificateUrlSecretName":"","microsoftTelemetryConnectionString":"InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/","type":"PTE","sendExtendedTelemetryToMicrosoft":false,"appBuild":8,"installTestApps":[],"versioningStrategy":0,"installApps":[],"installTestLibraries":false,"runNumberOffset":0,"codeSignCertificatePasswordSecretName":"codeSignCertificatePassword","vsixFile":"","country":"us","partnerTelemetryConnectionString":"","insiderSasTokenSecretName":"insiderSasToken","doNotRunTests":true,"githubRunner":"windows-latest","generateDependencyArtifact":false,"excludeEnvironments":[],"keyVaultCertificatePasswordSecretName":"","rulesetFile":"","licenseFileUrlSecretName":"licenseFileUrl","memoryLimit":"","keyVaultClientIdSecretName":"","testFolders":[],"doNotBuildTests":false,"environments":[],"companyName":"","assignPremiumPlan":false,"artifact":"","ghTokenWorkflowSecretName":"ghTokenWorkflow","enableTaskScheduler":false,"enableCodeCop":false,"repoVersion":"1.0","doNotPublishApps":true,"doNotSignApps":true,"unusedALGoSystemFiles":[],"githubRunnerShell":"powershell","runs-on":"windows-latest","cacheKeepDays":3,"bcptTestFolders":[],"updateDependencies":false,"cacheImageName":"my","treatTestFailuresAsWarnings":false,"additionalCountries":[],"enableUICop":false,"customCodeCops":[],"appDependencies":[],"doNotRunBcptTests":false,"appDependencyProbingPaths":[],"useCompilerFolder":false,"installTestFramework":false,"keyVaultCodesignCertificateName":"","keyVaultName":"","installOnlyReferencedApps":true,"obsoleteTagMinAllowedMajorMinor":"","applicationDependency":"18.0.0.0","applicationInsightsConnectionStringSecretName":"applicationInsightsConnectionString","shell":"powershell","defaultNewContainerParameters":{"dns":"hostDNS"},"failOn":"error","templateUrl":"https://github.com/microsoft/AL-Go-PTE@main","projects":[],"projectName":".","testDependencies":[],"appRevision":0,"codeSignCertificateUrlSecretName":"codeSignCertificateUrl","configPackages":[],"useProjectDependencies":false,"appSourceCopMandatoryAffixes":[],"buildModes":[],"templateBranch":"","installPerformanceToolkit":false,"PullRequestTrigger":"pull_request_target","appFolders":[],"repoName":"TestAPIs","fullBuildPatterns":[],"alwaysBuildAllProjects":false,"skipUpgrade":false,"installTestRunner":false,"adminCenterApiCredentialsSecretName":"adminCenterApiCredentials"}
2023-10-14T13:37:46.7859560Z   BcContainerHelperPath: C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-14T13:37:46.7860137Z   artifactCacheKey: 
2023-10-14T13:37:46.7860884Z   Secrets: {"licenseFileUrl":"","insiderSasToken":"","codeSignCertificateUrl":"","*codeSignCertificatePassword":"","gitHubPackagesContext":"","applicationInsightsConnectionString":""}
2023-10-14T13:37:46.7861791Z   BuildMode: Default
2023-10-14T13:37:46.7862197Z   _token: ***
2023-10-14T13:37:46.7872613Z   _parentTelemetryScopeJson: 7b22506172616d6574657273223a7b7d2c22456d6974746564223a66616c73652c22436f7272656c6174696f6e4964223a2234663261353464642d326235342d343338332d386665302d666532313232393937656366222c22506172656e744964223a22222c22416c6c506172616d6574657273223a7b7d2c22546f704964223a2234663261353464642d326235342d343338332d386665302d666532313232393937656366222c224e616d65223a22414c2d476f20776f726b666c6f772072616e3a2043494344222c22537461727454696d65223a225c2f446174652831363937323930353739313737295c2f222c2250726f70657274696573223a7b226576656e744964223a22444f30303931222c226263436f6e7461696e657248656c70657256657273696f6e223a22362e302e30222c22697341646d696e6973747261746f72223a2254727565222c22737461636b5472616365223a225b5c6e2020496e697454656c656d6574727953636f70652061742054656c656d6574727948656c7065722e7073313a206c696e65203231345c6e202043726561746553636f70652061742054656c656d6574727948656c7065722e70736d313a206c696e652037355c6e2020576f726b666c6f77496e697469616c697a652e70733120617420576f726b666c6f77496e697469616c697a652e7073313a206c696e652033335c6e202039633865343465612d313734622d343633392d613063382d3263623938633038346430382e7073312061742039633865343465612d313734622d343633392d613063382d3263623938633038346430382e7073313a206c696e6520345c6e20205c7530303363536372697074426c6f636b5c7530303365206174205c75303033634e6f2066696c655c75303033655c6e5d222c22414c476f56657273696f6e223a2276332e33222c2274797065223a22505445222c2274656d706c61746555726c223a2268747470733a2f2f6769746875622e636f6d2f6d6963726f736f66742f414c2d476f2d505445406d61696e222c227265706f7369746f7279223a224c6f6769634c656d75722f44756e73746572686f75736541504973222c2272756e417474656d7074223a2231222c2272756e4e756d626572223a2238222c2272756e4964223a2236353138303034333438227d2c224576656e744964223a22444f30303931227d
2023-10-14T13:37:46.7883556Z   _artifact: https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/us
2023-10-14T13:37:46.7883997Z   _project: .
2023-10-14T13:37:46.7884277Z   _buildMode: Default
2023-10-14T13:37:46.7884512Z   _installAppsJson: []
2023-10-14T13:37:46.7884762Z   _installTestAppsJson: []
2023-10-14T13:37:46.7885012Z ##[endgroup]
2023-10-14T13:37:47.1449310Z Import from C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\BcContainerHelper.ps1
2023-10-14T13:37:47.3112378Z BcContainerHelper version 6.0.0
2023-10-14T13:37:47.5180237Z Setting defaultNewContainerParameters = @{dns=hostDNS}
2023-10-14T13:37:47.5194897Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2023-10-14T13:37:53.2024342Z use settings and secrets
2023-10-14T13:37:53.2783283Z ##[group]Analyzing repository
2023-10-14T13:37:53.2808972Z Checking type
2023-10-14T13:37:53.4157801Z Checking appFolders, testFolders and bcptTestFolders
2023-10-14T13:37:53.4647372Z Application Dependency 22.0.0.0
2023-10-14T13:37:53.4786546Z Checking artifact setting for project
2023-10-14T13:37:53.4828673Z Downloading artifacts from https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/us
2023-10-14T13:37:53.5288527Z Downloading artifact /sandbox/23.0.12034.13112/us
2023-10-14T13:37:54.5206220Z Downloading C:\Users\runneradmin\AppData\Local\Temp\fcdde6a8-4e7d-444c-b3b4-cb1159dd3818.zip
2023-10-14T13:37:55.5322209Z Downloading using WebClient
2023-10-14T13:38:37.6136074Z Unpacking artifact to tmp folder using 7zip
2023-10-14T13:39:03.1247811Z Downloading platform artifact /sandbox/23.0.12034.13112/platform
2023-10-14T13:39:03.1273307Z Downloading C:\Users\runneradmin\AppData\Local\Temp\57bcda28-48cd-4c94-8354-47e5cf3d0dd4.zip
2023-10-14T13:39:03.1281944Z Downloading using WebClient
2023-10-14T13:40:10.9220191Z Unpacking platform artifact to tmp folder using 7zip
2023-10-14T13:43:22.4265079Z Downloading Prerequisite Components
2023-10-14T13:43:22.4338300Z Downloading c:\bcartifacts.cache\sandbox\23.0.12034.13112\platform\Prerequisite Components\IIS URL Rewrite Module\rewrite_2.0_rtw_x64.msi
2023-10-14T13:43:22.4348346Z Downloading using WebClient
2023-10-14T13:43:23.5485461Z Downloading c:\bcartifacts.cache\sandbox\23.0.12034.13112\platform\Prerequisite Components\DotNetCore\DotNetCore.1.0.4_1.1.1-WindowsHosting.exe
2023-10-14T13:43:23.5493472Z Downloading using WebClient
2023-10-14T13:43:36.3861361Z Updating app- and test Dependencies
2023-10-14T13:43:36.3977156Z Analyzing Test App Dependencies
2023-10-14T13:43:36.4064195Z ##[endgroup]
2023-10-14T13:43:36.4086287Z No performance test apps found in bcptTestFolders in .AL-Go\settings.json
2023-10-14T13:43:36.4177424Z Checking appDependencyProbingPaths
2023-10-14T13:43:36.4291232Z ##[group]Locating previous release
2023-10-14T13:43:36.4321032Z Getting the latest release from https://api.github.com/repos/LogicLemur/TestAPIs/releases/latest - branch main
2023-10-14T13:43:36.4346509Z Analyzing releases https://api.github.com/repos/LogicLemur/TestAPIs/releases
2023-10-14T13:43:36.6953811Z ##[warning]No previous release found
2023-10-14T13:43:36.6954850Z ##[endgroup]
2023-10-14T13:43:36.7344340Z Invoke Run-AlPipeline with buildmode Default
2023-10-14T13:43:38.3694870Z ##[group]Parameters
2023-10-14T13:43:39.2874370Z   _____                               _                
2023-10-14T13:43:39.2875550Z  |  __ \                             | |               
2023-10-14T13:43:39.2876165Z  | |__) |_ _ _ __ __ _ _ __ ___   ___| |_ ___ _ __ ___ 
2023-10-14T13:43:39.2877080Z  |  ___/ _` | '__/ _` | '_ ` _ \ / _ \ __/ _ \ '__/ __|
2023-10-14T13:43:39.2877545Z  | |  | (_| | | | (_| | | | | | |  __/ |_  __/ |  \__ \
2023-10-14T13:43:39.2878210Z  |_|   \__,_|_|  \__,_|_| |_| |_|\___|\__\___|_|  |___/
2023-10-14T13:43:39.2879259Z 
2023-10-14T13:43:39.2888031Z Pipeline name                   CI/CD
2023-10-14T13:43:39.2905454Z Container name                  bc6518004348
2023-10-14T13:43:39.2914365Z Image name                      
2023-10-14T13:43:39.2928121Z ArtifactUrl                     https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/us
2023-10-14T13:43:39.2939657Z SasToken                        Not Specified
2023-10-14T13:43:39.2953797Z BcAuthContext                   Not Specified
2023-10-14T13:43:39.2965290Z Environment                     
2023-10-14T13:43:39.2981347Z ReUseContainer                  False
2023-10-14T13:43:39.2995455Z KeepContainer                   False
2023-10-14T13:43:39.3006542Z useCompilerFolder               False
2023-10-14T13:43:39.3018314Z artifactCachePath               
2023-10-14T13:43:39.3029850Z useDevEndpoint                  False
2023-10-14T13:43:39.3046268Z Auth                            UserPassword
2023-10-14T13:43:39.9050765Z Credential                      admin/Jojo2536
2023-10-14T13:43:41.0399837Z CompanyName                     
2023-10-14T13:43:41.0415555Z MemoryLimit                     8G
2023-10-14T13:43:41.0427165Z FailOn                          error
2023-10-14T13:43:41.0442267Z TreatTestFailuresAsWarnings     False
2023-10-14T13:43:41.0455688Z Enable Task Scheduler           False
2023-10-14T13:43:41.0474083Z Assign Premium Plan             False
2023-10-14T13:43:41.0490073Z Install Test Runner             False
2023-10-14T13:43:41.0505666Z Install Test Framework          False
2023-10-14T13:43:41.0520098Z Install Test Libraries          False
2023-10-14T13:43:41.0535939Z Install Perf. Toolkit           False
2023-10-14T13:43:41.0551382Z InstallOnlyReferencedApps       True
2023-10-14T13:43:41.0566756Z generateDependencyArtifact      False
2023-10-14T13:43:41.0581894Z CopySymbolsFromContainer        False
2023-10-14T13:43:41.0596967Z enableCodeCop                   False
2023-10-14T13:43:41.0612171Z enableAppSourceCop              False
2023-10-14T13:43:41.0630194Z enableUICop                     False
2023-10-14T13:43:41.0646021Z enablePerTenantExtensionCop     True
2023-10-14T13:43:41.0661550Z doNotPerformUpgrade             False
2023-10-14T13:43:41.0676349Z doNotPublishApps                True
2023-10-14T13:43:41.0691842Z uninstallRemovedApps            True
2023-10-14T13:43:41.0706506Z escapeFromCops                  False
2023-10-14T13:43:41.0721821Z doNotBuildTests                 False
2023-10-14T13:43:41.0737058Z doNotRunTests                   True
2023-10-14T13:43:41.0752120Z doNotRunBcptTests               True
2023-10-14T13:43:41.0767317Z useDefaultAppSourceRuleSet      False
2023-10-14T13:43:41.0778305Z rulesetFile                     
2023-10-14T13:43:41.0793976Z enableExternalRulesets          False
2023-10-14T13:43:41.0809217Z azureDevOps                     False
2023-10-14T13:43:41.0822362Z gitLab                          False
2023-10-14T13:43:41.0836464Z gitHubActions                   True
2023-10-14T13:43:41.0847627Z vsixFile                        
2023-10-14T13:43:41.0863546Z License file                    Not specified
2023-10-14T13:43:41.0873948Z CodeSignCertPfxFile             Not specified
2023-10-14T13:43:41.0893569Z CodeSignCertPfxPassword         Not specified
2023-10-14T13:43:41.0924188Z CodeSignCertIsSelfSigned        False
2023-10-14T13:43:41.0933691Z KeyVaultCertPfxFile             Not specified
2023-10-14T13:43:41.0942634Z KeyVaultCertPfxPassword         Not specified
2023-10-14T13:43:41.0958898Z KeyVaultClientId                
2023-10-14T13:43:41.0959621Z BuildOutputFile                 D:\a\TestAPIs\TestAPIs\BuildOutput.txt
2023-10-14T13:43:41.0968353Z ContainerEventLogFile           D:\a\TestAPIs\TestAPIs\ContainerEventLog.evtx
2023-10-14T13:43:41.0980950Z TestResultsFile                 D:\a\TestAPIs\TestAPIs\TestResults.xml
2023-10-14T13:43:41.0993434Z BcptTestResultsFile             D:\a\TestAPIs\TestAPIs\bcptTestResults.json
2023-10-14T13:43:41.1017527Z TestResultsFormat               JUnit
2023-10-14T13:43:41.1034561Z AdditionalCountries             
2023-10-14T13:43:41.1047847Z PackagesFolder                  D:\a\TestAPIs\TestAPIs\.packages
2023-10-14T13:43:41.1060219Z OutputFolder                    D:\a\TestAPIs\TestAPIs\.output
2023-10-14T13:43:41.1073674Z BuildArtifactFolder             D:\a\TestAPIs\TestAPIs\.buildartifacts
2023-10-14T13:43:41.1080647Z CreateRuntimePackages           False
2023-10-14T13:43:41.1090439Z AppVersion                      
2023-10-14T13:43:41.1103592Z AppBuild                        8
2023-10-14T13:43:41.1116267Z AppRevision                     0
2023-10-14T13:43:41.1126804Z SourceRepositoryUrl             https://github.com/LogicLemur/TestAPIs
2023-10-14T13:43:41.1140038Z SourceCommit                    ff816a36c5096238e3cc605097dc27ab6ea2b8e2
2023-10-14T13:43:41.1153113Z BuildBy                         AL-Go for GitHub,v3.3
2023-10-14T13:43:41.1165464Z BuildUrl                        https://github.com/LogicLemur/TestAPIs/actions/runs/6518004348
2023-10-14T13:43:41.1171160Z Install Apps
2023-10-14T13:43:41.1176878Z - None
2023-10-14T13:43:41.1182287Z Install Test Apps
2023-10-14T13:43:41.1187854Z - None
2023-10-14T13:43:41.1193297Z Previous Apps
2023-10-14T13:43:41.1199021Z - None
2023-10-14T13:43:41.1204485Z Application folders
2023-10-14T13:43:41.1215135Z - D:\a\TestAPIs\TestAPIs\APIs
2023-10-14T13:43:41.1220959Z Test application folders
2023-10-14T13:43:41.1226545Z - None
2023-10-14T13:43:41.1231978Z BCPT Test application folders
2023-10-14T13:43:41.1237678Z - None
2023-10-14T13:43:41.1243831Z BCPT Test suites
2023-10-14T13:43:41.1249616Z - None
2023-10-14T13:43:41.1255015Z Custom CodeCops
2023-10-14T13:43:41.1260664Z - None
2023-10-14T13:43:41.1307286Z RemoveBcContainer override
2023-10-14T13:43:41.1334551Z 
2023-10-14T13:43:41.1334816Z                 Param([Hashtable]$parameters)
2023-10-14T13:43:41.1335810Z                 Remove-BcContainerSession -containerName $parameters.ContainerName -killPsSessionProcess
2023-10-14T13:43:41.1336840Z                 Remove-BcContainer @parameters
2023-10-14T13:43:41.1337511Z             
2023-10-14T13:43:41.1345224Z ##[endgroup]
2023-10-14T13:43:41.1452348Z ##[group]Creating container
2023-10-14T13:43:41.1455937Z 
2023-10-14T13:43:41.1456520Z    _____                _   _                               _        _                 
2023-10-14T13:43:41.1457022Z   / ____|              | | (_)                             | |      (_)                
2023-10-14T13:43:41.1459911Z  | |     _ __ ___  __ _| |_ _ _ __   __ _    ___ ___  _ __ | |_ __ _ _ _ __   ___ _ __ 
2023-10-14T13:43:41.1460958Z  | |    | '__/ _ \/ _` | __| | '_ \ / _` |  / __/ _ \| '_ \| __/ _` | | '_ \ / _ \ '__|
2023-10-14T13:43:41.1461600Z  | |____| | |  __/ (_| | |_| | | | | (_| | | (__ (_) | | | | |_ (_| | | | | |  __/ |   
2023-10-14T13:43:41.1462259Z   \_____|_|  \___|\__,_|\__|_|_| |_|\__, |  \___\___/|_| |_|\__\__,_|_|_| |_|\___|_|   
2023-10-14T13:43:41.1462826Z                                      __/ |                                             
2023-10-14T13:43:41.1463374Z                                     |___/                                              
2023-10-14T13:43:41.1463790Z 
2023-10-14T13:43:42.1661245Z Creaing docker container
2023-10-14T13:43:42.5889108Z Default parameter dns = hostDNS
2023-10-14T13:43:44.4264665Z BcContainerHelper is version 6.0.0
2023-10-14T13:43:44.4273967Z BcContainerHelper is running as administrator
2023-10-14T13:44:04.4932007Z HyperV is Enabled
2023-10-14T13:44:04.4957027Z UsePsSession is True
2023-10-14T13:44:04.4982152Z Host is Microsoft Windows Server 2022 Datacenter - 10.0.20348.1970
2023-10-14T13:44:05.3006216Z Docker Client Version is 24.0.6
2023-10-14T13:44:05.3016117Z Docker Server Version is 24.0.6
2023-10-14T13:44:05.9401170Z Removing Desktop shortcuts
2023-10-14T13:44:06.4649544Z Fetching all docker images
2023-10-14T13:44:06.4952286Z Fetching all docker volumes
2023-10-14T13:44:06.6349712Z Pulling image mcr.microsoft.com/businesscentral:10.0.20348.1906-filesonly
2023-10-14T13:44:07.2320677Z 10.0.20348.1906-filesonly: Pulling from businesscentral
2023-10-14T13:44:07.4520141Z 7c76e5cf7755: Already exists
2023-10-14T13:44:07.5180922Z 22a441455ace: Pulling fs layer
2023-10-14T13:44:07.5188814Z 158b79dd1f5c: Pulling fs layer
2023-10-14T13:44:07.5195414Z c71edc7a1547: Pulling fs layer
2023-10-14T13:44:07.5204198Z 4cf2245d52a5: Pulling fs layer
2023-10-14T13:44:07.5246317Z bbcd5638df52: Pulling fs layer
2023-10-14T13:44:07.5248934Z 4f37af7a4edd: Pulling fs layer
2023-10-14T13:44:07.5249325Z 56e08222a27c: Pulling fs layer
2023-10-14T13:44:07.5249925Z b8e387574fbc: Pulling fs layer
2023-10-14T13:44:07.5250389Z 52a43dc0fa37: Pulling fs layer
2023-10-14T13:44:07.5250864Z a7911c264203: Pulling fs layer
2023-10-14T13:44:07.5251197Z c290ade20894: Pulling fs layer
2023-10-14T13:44:07.5252041Z 158b79dd1f5c: Download complete
2023-10-14T13:44:07.5252717Z c71edc7a1547: Download complete
2023-10-14T13:44:07.5276388Z b8e387574fbc: Waiting
2023-10-14T13:44:07.5278985Z 52a43dc0fa37: Waiting
2023-10-14T13:44:07.5279428Z a7911c264203: Waiting
2023-10-14T13:44:07.5279842Z c290ade20894: Waiting
2023-10-14T13:44:07.5280277Z 56e08222a27c: Waiting
2023-10-14T13:44:07.6124116Z 4cf2245d52a5: Verifying Checksum
2023-10-14T13:44:07.6132811Z 4cf2245d52a5: Download complete
2023-10-14T13:44:07.6190891Z 4f37af7a4edd: Verifying Checksum
2023-10-14T13:44:07.6201403Z 4f37af7a4edd: Download complete
2023-10-14T13:44:07.6253671Z bbcd5638df52: Verifying Checksum
2023-10-14T13:44:07.6261617Z bbcd5638df52: Download complete
2023-10-14T13:44:08.4322440Z 56e08222a27c: Verifying Checksum
2023-10-14T13:44:08.4323185Z 56e08222a27c: Download complete
2023-10-14T13:44:09.4463965Z b8e387574fbc: Verifying Checksum
2023-10-14T13:44:09.4464416Z b8e387574fbc: Download complete
2023-10-14T13:44:09.4464775Z a7911c264203: Verifying Checksum
2023-10-14T13:44:09.4465125Z a7911c264203: Download complete
2023-10-14T13:44:09.4465454Z c290ade20894: Verifying Checksum
2023-10-14T13:44:09.4465752Z c290ade20894: Download complete
2023-10-14T13:44:09.6397386Z 52a43dc0fa37: Verifying Checksum
2023-10-14T13:44:09.6406604Z 52a43dc0fa37: Download complete
2023-10-14T13:46:41.1344237Z 22a441455ace: Pull complete
2023-10-14T13:46:41.7639009Z 158b79dd1f5c: Pull complete
2023-10-14T13:46:51.7149246Z c71edc7a1547: Pull complete
2023-10-14T13:46:53.3023794Z 4cf2245d52a5: Pull complete
2023-10-14T13:46:54.8632112Z bbcd5638df52: Pull complete
2023-10-14T13:46:56.4095085Z 4f37af7a4edd: Pull complete
2023-10-14T13:46:57.2855482Z 56e08222a27c: Pull complete
2023-10-14T13:46:58.1545418Z b8e387574fbc: Pull complete
2023-10-14T13:47:45.2332464Z 52a43dc0fa37: Pull complete
2023-10-14T13:47:55.8292497Z a7911c264203: Pull complete
2023-10-14T13:48:19.5290486Z c290ade20894: Pull complete
2023-10-14T13:48:20.3255633Z Digest: sha256:fbb810ccf609211bbc57545a67260de9eedbc84e273ca572a4186aa9af43661b
2023-10-14T13:48:20.3595153Z Status: Downloaded newer image for mcr.microsoft.com/businesscentral:10.0.20348.1906-filesonly
2023-10-14T13:48:20.3799513Z mcr.microsoft.com/businesscentral:10.0.20348.1906-filesonly
2023-10-14T13:48:20.3915371Z Using image mcr.microsoft.com/businesscentral:10.0.20348.1906-filesonly
2023-10-14T13:48:21.9673317Z Adding DNS Servers from host: 168.63.129.16
2023-10-14T13:48:22.2752275Z Creating Container bc6518004348
2023-10-14T13:48:22.2758817Z Style: sandbox
2023-10-14T13:48:22.2766892Z Multitenant: Yes
2023-10-14T13:48:22.2774751Z Version: 23.0.12034.13112
2023-10-14T13:48:22.2782292Z Platform: 23.0.13032.0
2023-10-14T13:48:22.2833474Z Generic Tag: 1.0.2.14
2023-10-14T13:48:22.2857166Z Container OS Version: 10.0.20348.1906 (ltsc2022)
2023-10-14T13:48:22.2932935Z Host OS Version: 10.0.20348.1970 (ltsc2022)
2023-10-14T13:48:22.2990647Z Using process isolation
2023-10-14T13:48:22.2992026Z Using locale en-US
2023-10-14T13:48:22.3975546Z Disabling the standard eventlog dump to container log every 2 seconds (use -dumpEventLog to enable)
2023-10-14T13:48:23.3513587Z Additional Parameters:
2023-10-14T13:48:23.3526507Z --volume "D:\a\TestAPIs\TestAPIs\:c:\sources"
2023-10-14T13:48:23.3531034Z --env customNavSettings=EnableTaskScheduler=False
2023-10-14T13:48:23.3537745Z Files in C:\ProgramData\BcContainerHelper\Extensions\bc6518004348\my:
2023-10-14T13:48:23.3567880Z - AdditionalOutput.ps1
2023-10-14T13:48:23.3575777Z - MainLoop.ps1
2023-10-14T13:48:23.3584455Z - SetupVariables.ps1
2023-10-14T13:48:23.3592598Z - updatehosts.ps1
2023-10-14T13:48:23.3600722Z Creating container bc6518004348 from image mcr.microsoft.com/businesscentral:10.0.20348.1906-filesonly
2023-10-14T13:48:28.8346417Z 69b331f235eb3648ea74b128ea056224755e97359642aea6c69cdef0befa493f
2023-10-14T13:48:46.1671793Z Waiting for container bc6518004348 to be ready
2023-10-14T13:49:58.7962981Z Using artifactUrl https://bcartifacts.azureedge.net/sandbox/23.0.12034.13112/us
2023-10-14T13:49:58.7964669Z Using installer from C:\Run\210-new
2023-10-14T13:49:58.7968177Z Installing Business Central
2023-10-14T13:49:58.7968641Z Installing from artifacts
2023-10-14T13:49:58.7969456Z Copying Service Tier Files
2023-10-14T13:49:58.7969884Z c:\dl\sandbox\23.0.12034.13112\platform\ServiceTier\Program Files
2023-10-14T13:49:58.7970534Z c:\dl\sandbox\23.0.12034.13112\platform\ServiceTier\System64Folder
2023-10-14T13:49:58.7971041Z Copying PowerShell Scripts
2023-10-14T13:49:58.7971583Z c:\dl\sandbox\23.0.12034.13112\platform\WindowsPowerShellScripts\Cloud\NAVAdministration
2023-10-14T13:49:58.7972280Z c:\dl\sandbox\23.0.12034.13112\platform\WindowsPowerShellScripts\WebSearch
2023-10-14T13:49:58.7972794Z Copying Web Client Files
2023-10-14T13:49:58.7973250Z c:\dl\sandbox\23.0.12034.13112\platform\WebClient\Microsoft Dynamics NAV
2023-10-14T13:49:58.7973743Z Copying ModernDev Files
2023-10-14T13:49:58.7974032Z c:\dl\sandbox\23.0.12034.13112\platform
2023-10-14T13:49:58.7975012Z c:\dl\sandbox\23.0.12034.13112\platform\ModernDev\program files\Microsoft Dynamics NAV
2023-10-14T13:49:58.7975588Z Copying additional files
2023-10-14T13:49:58.7975914Z Copying ConfigurationPackages
2023-10-14T13:49:58.7976294Z C:\dl\sandbox\23.0.12034.13112\us\ConfigurationPackages
2023-10-14T13:49:58.7977403Z Copying Test Assemblies
2023-10-14T13:49:58.7977775Z C:\dl\sandbox\23.0.12034.13112\platform\Test Assemblies
2023-10-14T13:49:58.7978188Z Copying Extensions
2023-10-14T13:49:58.7978477Z C:\dl\sandbox\23.0.12034.13112\us\Extensions
2023-10-14T13:49:58.7978853Z Copying Applications
2023-10-14T13:49:58.7979204Z C:\dl\sandbox\23.0.12034.13112\platform\Applications
2023-10-14T13:49:58.7979583Z Copying Applications.US
2023-10-14T13:49:58.7980211Z C:\dl\sandbox\23.0.12034.13112\us\Applications.US
2023-10-14T13:49:58.7980826Z Copying dependencies
2023-10-14T13:49:58.7981120Z Copying ReportBuilder
2023-10-14T13:49:59.8308755Z Importing PowerShell Modules
2023-10-14T13:49:59.8309859Z Skipping restore of Cronus database
2023-10-14T13:49:59.8310461Z Modifying Business Central Service Tier Config File for Docker
2023-10-14T13:49:59.8311543Z Installing SIP crypto provider: 'C:\Windows\System32\NavSip.dll'
2023-10-14T13:49:59.8313653Z Installation took 16 seconds
2023-10-14T13:49:59.8314135Z Installation complete
2023-10-14T13:49:59.8314711Z Ready for connections!
2023-10-14T13:50:05.4030340Z Reading CustomSettings.config from bc6518004348
2023-10-14T13:50:05.6148194Z Cleanup old dotnet core assemblies
2023-10-14T13:50:09.8238311Z 
2023-10-14T13:50:09.8239165Z Creating container took 389 seconds
2023-10-14T13:50:09.8240413Z ##[endgroup]
2023-10-14T13:50:09.8242779Z ##[group]Resolving dependencies
2023-10-14T13:50:09.8243283Z 
2023-10-14T13:50:09.8243669Z  _____                _       _                   _                           _                 _          
2023-10-14T13:50:09.8274362Z |  __ \              | |     (_)                 | |                         | |               (_)         
2023-10-14T13:50:09.8278991Z | |__) |___ ___  ___ | |_   ___ _ __   __ _    __| | ___ _ __   ___ _ __   __| | ___ _ __   ___ _  ___ ___ 
2023-10-14T13:50:09.8280569Z |  _  // _ \ __|/ _ \| \ \ / / | '_ \ / _` |  / _` |/ _ \ '_ \ / _ \ '_ \ / _` |/ _ \ '_ \ / __| |/ _ \ __|
2023-10-14T13:50:09.8281538Z | | \ \  __\__ \ (_) | |\ V /| | | | | (_| | | (_| |  __/ |_) |  __/ | | | (_| |  __/ | | | (__| |  __\__ \
2023-10-14T13:50:09.8283836Z |_|  \_\___|___/\___/|_| \_/ |_|_| |_|\__, |  \__,_|\___| .__/ \___|_| |_|\__,_|\___|_| |_|\___|_|\___|___/
2023-10-14T13:50:09.8290592Z                                        __/ |            | |                                                
2023-10-14T13:50:09.8291308Z                                       |___/             |_|                                                
2023-10-14T13:50:09.8291771Z 
2023-10-14T13:50:09.8769976Z Sorted App folders
2023-10-14T13:50:09.8771694Z - D:\a\TestAPIs\TestAPIs\APIs
2023-10-14T13:50:09.8773575Z External dependencies
2023-10-14T13:50:09.8775267Z - 7b1da3f7-0331-485a-aaf6-2ebb1ebeb39b:The 365 People_project_Test_general_26.0.0.0.app
2023-10-14T13:50:09.8776822Z - 437dbf0e-84ff-417a-965d-ed2bb9650972:Microsoft_Base Application_22.0.0.0.app
2023-10-14T13:50:09.8780182Z - 63ca2fa4-4f03-4f2b-a480-172fef340d3f:Microsoft_System Application_22.0.0.0.app
2023-10-14T13:50:09.8828010Z Sorted TestApp folders
2023-10-14T13:50:09.8890134Z - None
2023-10-14T13:50:09.8891042Z ##[endgroup]
2023-10-14T13:50:09.8891672Z ##[group]Compiling apps
2023-10-14T13:50:09.8892025Z 
2023-10-14T13:50:09.8892341Z    _____                      _ _ _                                     
2023-10-14T13:50:09.8892956Z   / ____|                    (_) (_)                                    
2023-10-14T13:50:09.8894066Z  | |     ___  _ __ ___  _ __  _| |_ _ __   __ _    __ _ _ __  _ __  ___ 
2023-10-14T13:50:09.8894770Z  | |    / _ \| '_ ` _ \| '_ \| | | | '_ \ / _` |  / _` | '_ \| '_ \/ __|
2023-10-14T13:50:09.8895401Z  | |____ (_) | | | | | | |_) | | | | | | | (_| | | (_| | |_) | |_) \__ \
2023-10-14T13:50:09.8896037Z   \_____\___/|_| |_| |_| .__/|_|_|_|_| |_|\__, |  \__,_| .__/| .__/|___/
2023-10-14T13:50:09.8896651Z                        | |                 __/ |       | |   | |        
2023-10-14T13:50:09.8897445Z                        |_|                |___/        |_|   |_|        
2023-10-14T13:50:09.8897849Z 
2023-10-14T13:50:09.8921408Z Using Version 0.0.8.0
2023-10-14T13:50:10.4092520Z 
2023-10-14T13:50:10.4094967Z Compiling D:\a\TestAPIs\TestAPIs\APIs
2023-10-14T13:50:10.6143396Z Copying DLLs from C:\Program Files\Microsoft Dynamics NAV\230\Service to assemblyProbingPath
2023-10-14T13:50:11.9940101Z Removing dotnet Framework Assemblies
2023-10-14T13:50:17.0524826Z Using Symbols Folder: D:\a\TestAPIs\TestAPIs\.packages
2023-10-14T13:50:17.0928452Z Copying System.app from Container
2023-10-14T13:50:17.1415662Z Copying Microsoft_AMC Banking 365 Fundamentals_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1431208Z Copying Microsoft_Any_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1449392Z Copying Microsoft_API - Cross Environment Intercompany_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1463365Z Copying Microsoft_API Reports - Finance_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1476756Z Copying Microsoft_Application_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1489827Z Copying Microsoft_Audit File Export_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1505457Z Copying Microsoft_Base Application_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1717272Z Copying Microsoft_Business Central Cloud Migration - Previous Release (US)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1729349Z Copying Microsoft_Business Central Cloud Migration - Previous Release_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1743360Z Copying Microsoft_Business Central Cloud Migration API_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1757367Z Copying Microsoft_Business Central Intelligent Cloud_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1770402Z Copying Microsoft_Ceridian Payroll_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1783789Z Copying Microsoft_Company Hub_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1805928Z Copying Microsoft_Contoso Coffee Demo Dataset (US)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1818986Z Copying Microsoft_Contoso Coffee Demo Dataset_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1838438Z Copying Microsoft_Czech language (Czechia)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1883389Z Copying Microsoft_Danish language (Denmark)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1928689Z Copying Microsoft_Data Archive_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1941337Z Copying Microsoft_Data Search_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1956871Z Copying Microsoft_DIOT - Localization for Mexico_23.0.12034.13112.app from Container
2023-10-14T13:50:17.1970007Z Copying Microsoft_Dutch language (Belgium)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2041367Z Copying Microsoft_Dutch language (Netherlands)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2069137Z Copying Microsoft_Dynamics GP Historical Data_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2084385Z Copying Microsoft_Dynamics GP History SmartLists_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2099701Z Copying Microsoft_Dynamics GP Intelligent Cloud - US_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2112105Z Copying Microsoft_Dynamics GP Intelligent Cloud_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2128616Z Copying Microsoft_Email - Current User Connector_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2141736Z Copying Microsoft_Email - Microsoft 365 Connector_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2154051Z Copying Microsoft_Email - Outlook REST API_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2167022Z Copying Microsoft_Email - SMTP API_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2179052Z Copying Microsoft_Email - SMTP Connector_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2303972Z Copying Microsoft_English language (Australia)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2305014Z Copying Microsoft_English language (Canada)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2306039Z Copying Microsoft_English language (New Zealand)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2327201Z Copying Microsoft_English language (United Kingdom)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2364502Z Copying Microsoft_English language (United States)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2403472Z Copying Microsoft_Envestnet Yodlee Bank Feeds_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2418549Z Copying Microsoft_Error Messages with Recommendations_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2431149Z Copying Microsoft_Essential Business Headlines_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2443986Z Copying Microsoft_Finnish language (Finland)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2487794Z Copying Microsoft_French language (Belgium)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2530165Z Copying Microsoft_French language (Canada)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2587426Z Copying Microsoft_French language (France)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2624219Z Copying Microsoft_French language (Switzerland)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2668189Z Copying Microsoft_German language (Austria)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2716497Z Copying Microsoft_German language (Germany)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2760754Z Copying Microsoft_German language (Switzerland)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2808317Z Copying Microsoft_Icelandic language (Iceland)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2858781Z Copying Microsoft_Image Analyzer_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2872563Z Copying Microsoft_Import of QuickBooks Payroll Files_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2896220Z Copying Microsoft_Intelligent Cloud Base_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2908590Z Copying Microsoft_IRS 1096_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2923813Z Copying Microsoft_Italian language (Italy)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.2976983Z Copying Microsoft_Italian language (Switzerland)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3014060Z Copying Microsoft_Late Payment Prediction_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3029221Z Copying Microsoft_Library Assert_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3041903Z Copying Microsoft_Library Variable Storage_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3056220Z Copying Microsoft_Microsoft Pay Payments_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3070220Z Copying Microsoft_Migration of QuickBooks Data_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3086378Z Copying Microsoft_Norwegian language (Norway)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3130144Z Copying Microsoft_Payment Links to PayPal_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3149998Z Copying Microsoft_Payment Practices_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3176435Z Copying Microsoft_Performance Toolkit_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3189804Z Copying Microsoft_Permissions Mock_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3213596Z Copying Microsoft_Recommended Apps_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3223413Z Copying Microsoft_Russian language (Russia)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3285524Z Copying Microsoft_Sales and Inventory Forecast_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3297210Z Copying Microsoft_Send remittance advice by email_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3310898Z Copying Microsoft_Send To Email Printer_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3325270Z Copying Microsoft_Shopify Connector_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3353145Z Copying Microsoft_Simplified Bank Statement Import_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3367563Z Copying Microsoft_Spanish language (Mexico)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3501557Z Copying Microsoft_Spanish language (Spain)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3502450Z Copying Microsoft_Statistical Accounts_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3503315Z Copying Microsoft_Swedish language (Sweden)_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3517879Z Copying Microsoft_System Application_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3567923Z Copying Microsoft_Test Runner_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3581336Z Copying Microsoft_Troubleshoot FA Ledger Entries_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3595493Z Copying Microsoft_Universal Print Integration_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3610017Z Copying Microsoft__Exclude_APIV1__23.0.12034.13112.app from Container
2023-10-14T13:50:17.3625520Z Copying Microsoft__Exclude_APIV2__23.0.12034.13112.app from Container
2023-10-14T13:50:17.3649865Z Copying Microsoft__Exclude_Bank Deposits_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3672820Z Copying Microsoft__Exclude_Business_Events__23.0.12034.13112.app from Container
2023-10-14T13:50:17.3686583Z Copying Microsoft__Exclude_ClientAddIns__23.0.12034.13112.app from Container
2023-10-14T13:50:17.3704329Z Copying Microsoft__Exclude_Connectivity Apps_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3718525Z Copying Microsoft__Exclude_Email Logging Using Graph API_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3733520Z Copying Microsoft__Exclude_Master_Data_Management_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3749559Z Copying Microsoft__Exclude_Microsoft Dynamics 365 - SmartList_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3765749Z Copying Microsoft__Exclude_Onboarding Signals_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3785519Z Copying Microsoft__Exclude_PlanConfiguration__23.0.12034.13112.app from Container
2023-10-14T13:50:17.3793396Z Copying Microsoft__Exclude_ReportLayouts_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3817378Z Copying Microsoft__Exclude_Review_General_Ledger_Entries_23.0.12034.13112.app from Container
2023-10-14T13:50:17.3831680Z Copying Microsoft__Exclude_SyncBaseApp__23.0.12034.13112.app from Container
2023-10-14T13:50:30.1113559Z INFO: You have to specify AuthContext and Environment if you are compiling in a filesOnly container in order to download dependencies
2023-10-14T13:50:30.1114459Z Processing dependency Microsoft_Application_22.0.0.0 ()
2023-10-14T13:50:30.1114907Z Dependency App exists
2023-10-14T13:50:30.1115237Z Processing dependency Microsoft_System_22.0.0.0 ()
2023-10-14T13:50:30.1115650Z Dependency App exists
2023-10-14T13:50:30.1116491Z Processing dependency The 365 People_project_Test_general_26.0.0.0 (7b1da3f7-0331-485a-aaf6-2ebb1ebeb39b)
2023-10-14T13:50:30.1117301Z Downloading symbols: The 365 People_project_Test_general_26.0.0.0.app
2023-10-14T13:50:30.1118112Z Url : /dev/packages?appId=7b1da3f7-0331-485a-aaf6-2ebb1ebeb39b&versionText=26.0.0.0&tenant=default
2023-10-14T13:50:30.1118731Z Downloading using WebClient
2023-10-14T13:50:30.1119263Z ERROR Exception calling "DownloadFile" with "2" argument(s): "Illegal characters in path."
2023-10-14T13:50:31.1275000Z Compile-AppInBcContainer Telemetry Correlation Id: a83767e0-017b-455e-8819-22eee9dfdc3b
2023-10-14T13:50:34.9254103Z ##[group]Removing container
2023-10-14T13:50:34.9282569Z ##[endgroup]
2023-10-14T13:50:35.1486106Z Run-AlPipeline Telemetry Correlation Id: 51a88d1b-34c9-4bd2-8dad-be6d7c1f0b9f
2023-10-14T13:50:35.3674025Z AL-Go action ran: RunPipeline Telemetry Correlation Id: 0ff3f9da-0ab7-4ee5-8818-8b1a9e339dba
2023-10-14T13:50:35.4298951Z Get Event Log from container
2023-10-14T13:50:35.4325766Z Getting event log for bc6518004348
2023-10-14T13:50:39.0926095Z Error getting event log from container: Cannot overwrite the item D:\a\TestAPIs\TestAPIs\ContainerEventLog.evtx with itself.
2023-10-14T13:50:39.0973470Z ##[error]Unexpected error when running action. Error Message: Exception calling "DownloadFile" with "2" argument(s): "Illegal characters in path.", StackTrace: at Compile-AppInBcContainer, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Compile-AppInNavContainer.ps1: line 486 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 779 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1894 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1441 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1434 <- at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 904 <- at Run-AlPipeline, C:\ProgramData\BcContainerHelper\6.0.0\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 866 <- at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v3.3\RunPipeline\RunPipeline.ps1: line 371 <- at <ScriptBlock>, D:\a\_temp\d0545827-17e9-4e07-9d5a-4c55472a3d96.ps1: line 4 <- at <ScriptBlock>, <No file>: line 1
2023-10-14T13:50:39.1646324Z ##[error]Process completed with exit code 1.
freddydk commented 10 months ago

The AL-Go way to do this is to add the app files to a .zip file in folder (maybe called 3rdparty) and then have a setting called installApps with a relative path to this .zip file. I don't think you can/should place dependency .app files manually in the .alpakcages folder in the repo. I still think it is a strange error you are getting, but this is my best bet. If you like, you can also invite me (freddydk) to the repo and I can have a look at what you have done. Thanks

LogicLemur commented 10 months ago

Thanks again Freddy. I have corrected now and process is running without errors! You're help with this has been very much appreciated!