microsoft / navcontainerhelper

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

NavSip.dll missing since Tuesday #2865

Closed LeifurPals closed 1 year ago

LeifurPals commented 1 year ago

PLEASE DO NOT INCLUDE ANY PASSWORDS OR TOKENS IN YOUR ISSUE!!!

Describe the issue

Scripts used to create container and cause the issue

New-BcContainer 
     -locale: is 
      -includeTestToolkit: True 
      -containerName: dynamics-nav 
      -includeTestLibrariesOnly: True 
      -credential: System.Management.Automation.PSCredential 
      -useBestContainerOS: True 
      -memoryLimit: 6G 
      -runSandboxAsOnPrem: True 
      -accept_eula: True 
      -artifactUrl: https://bcartifacts.azureedge.net/sandbox/21.3.51409.51727/is
      -installCertificateOnHost: False 
      -useSSL: False -auth: UserPassword 
      -licenseFile: C:\fake\fakeFileName.flf 
      -updateHosts: True 
      -additionalParameters -e ACCEPT_OUTDATED=Y

Full output of scripts

2023-01-19T10:06:03.3179436Z ##[command]"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command ". 'C:\agent\_work\_temp\21de7a84-0cde-4adc-bd9d-95e34be3f5dc.ps1'"
2023-01-19T10:06:03.9900157Z 1/19/2023 10:06:03 AM : HEAD - ----------------------    Build-AL starting   ----------------------
2023-01-19T10:06:04.0001619Z 1/19/2023 10:06:03 AM : INFO - Building AL for Debug
2023-01-19T10:06:04.0262591Z 1/19/2023 10:06:04 AM : INFO - Getting latest cloud artifact
2023-01-19T10:06:04.2195304Z BcContainerHelper version 4.0.10
2023-01-19T10:06:04.5869215Z Setting usePsSession = False
2023-01-19T10:06:04.6115575Z BC.HelperFunctions emits usage statistics telemetry to Microsoft
2023-01-19T10:06:54.7509280Z 1/19/2023 10:06:54 AM : INFO - Found cloud artifact: https://bcartifacts.azureedge.net/sandbox/21.3.51409.52252/is
2023-01-19T10:06:55.8791111Z 1/19/2023 10:06:55 AM : INFO - Using artifactUrl: https://bcartifacts.azureedge.net/sandbox/21.3.51409.51727/is
2023-01-19T10:06:55.9129300Z 1/19/2023 10:06:55 AM : INFO - Building AL on https://bcartifacts.azureedge.net/sandbox/21.3.51409.51727/is with license fin-bc.flf and
2023-01-19T10:06:55.9211924Z 1/19/2023 10:06:55 AM : HEAD - ----------------------    Update-AppBuildNumber starting   ----------------------
2023-01-19T10:06:57.8586842Z 1/19/2023 10:06:57 AM : INFO - Updating C:\agent\_work\344\s\Debug.AL\Debug.APP\app.json version to 22.11.0.35364
2023-01-19T10:06:57.8966141Z 1/19/2023 10:06:57 AM : INFO - Updating C:\agent\_work\344\s\Debug.AL\Debug.Test\app.json version to 22.11.0.35364
2023-01-19T10:06:57.9081099Z 1/19/2023 10:06:57 AM : INFO - Updating C:\agent\_work\344\s\Debug.AL\Debug.Toolbox\app.json version to 1.0.0.35364
2023-01-19T10:06:58.0021553Z 1/19/2023 10:06:57 AM : HEAD - ----------------------    Update-AppBuildNumber done   ----------------------
2023-01-19T10:06:58.0170251Z 1/19/2023 10:06:58 AM : INFO - Create the docker container: dynamics-nav
2023-01-19T10:06:58.0193947Z 1/19/2023 10:06:58 AM : INFO - Running Sandbox as OnPrem
2023-01-19T10:06:59.3624540Z BcContainerHelper is version 4.0.10
2023-01-19T10:06:59.3638619Z BcContainerHelper is running as administrator
2023-01-19T10:07:01.1510014Z Hyper-V is Enabled
2023-01-19T10:07:01.1542954Z UsePsSession is False
2023-01-19T10:07:01.1568784Z Host is Microsoft Windows Server 2019 Datacenter - ltsc2019
2023-01-19T10:07:01.4675522Z Docker Client Version is 20.10.12
2023-01-19T10:07:01.4697483Z Docker Server Version is 20.10.12
2023-01-19T10:07:02.4965219Z Removing entries from hosts
2023-01-19T10:07:02.5314628Z Removing dynamics-nav from container hosts file
2023-01-19T10:07:02.6758307Z Removing dynamics-nav-* from container hosts file
2023-01-19T10:07:02.6816420Z Removing Desktop shortcuts
2023-01-19T10:07:02.7219240Z Removing C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav
2023-01-19T10:07:03.7769314Z Fetching all docker images
2023-01-19T10:07:04.1776854Z Fetching all docker volumes
2023-01-19T10:07:05.0158554Z Using image mcr.microsoft.com/businesscentral:10.0.17763.3887
2023-01-19T10:07:05.7867473Z Creating Container dynamics-nav
2023-01-19T10:07:05.7879279Z Style: onprem
2023-01-19T10:07:05.7894934Z Multitenant: No
2023-01-19T10:07:05.7917431Z Version: 21.3.51409.51727
2023-01-19T10:07:05.7926949Z Platform: 21.0.51393.51624
2023-01-19T10:07:05.7943453Z Generic Tag: 1.0.2.13
2023-01-19T10:07:05.7984129Z Container OS Version: 10.0.17763.3887 (ltsc2019)
2023-01-19T10:07:05.7996170Z Host OS Version: 10.0.17763.3887 (ltsc2019)
2023-01-19T10:07:05.8079017Z Using process isolation
2023-01-19T10:07:05.8129244Z Using locale is
2023-01-19T10:07:05.8168076Z Disabling the standard eventlog dump to container log every 2 seconds (use -dumpEventLog to enable)
2023-01-19T10:07:05.8556304Z Using license file C:\RdN-Licenses\fin-bc.flf
2023-01-19T10:07:05.8822616Z Additional Parameters:
2023-01-19T10:07:05.8864361Z -e ACCEPT_OUTDATED=Y
2023-01-19T10:07:05.8881786Z Files in C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\my:
2023-01-19T10:07:05.8931757Z - AdditionalOutput.ps1
2023-01-19T10:07:05.8946697Z - license.flf
2023-01-19T10:07:05.8961713Z - MainLoop.ps1
2023-01-19T10:07:05.8973021Z - SetupVariables.ps1
2023-01-19T10:07:05.8986807Z - updatehosts.ps1
2023-01-19T10:07:05.8999956Z Creating container dynamics-nav from image mcr.microsoft.com/businesscentral:10.0.17763.3887
2023-01-19T10:07:06.3883665Z 9f7295746268e271dbce6467bfce81ee7f2952994a68c681e3efde12031e6933
2023-01-19T10:07:11.2729776Z Waiting for container dynamics-nav to be ready
2023-01-19T10:07:14.2749218Z Using artifactUrl https://bcartifacts.azureedge.net/sandbox/21.3.51409.51727/is
2023-01-19T10:07:14.2750769Z Using installer from C:\Run\210-new
2023-01-19T10:07:14.2751759Z Installing Business Central
2023-01-19T10:07:14.2752621Z Installing from artifacts
2023-01-19T10:07:17.4667593Z Starting Local SQL Server
2023-01-19T10:07:17.4671224Z Starting Internet Information Server
2023-01-19T10:07:17.4672002Z Copying Service Tier Files
2023-01-19T10:07:21.1258313Z c:\dl\sandbox\21.3.51409.51727\platform\ServiceTier\Program Files
2023-01-19T10:07:22.7148553Z c:\dl\sandbox\21.3.51409.51727\platform\ServiceTier\System64Folder
2023-01-19T10:07:22.7150087Z Copying PowerShell Scripts
2023-01-19T10:07:22.7150960Z c:\dl\sandbox\21.3.51409.51727\platform\WindowsPowerShellScripts\Cloud\NAVAdministration
2023-01-19T10:07:22.7151745Z c:\dl\sandbox\21.3.51409.51727\platform\WindowsPowerShellScripts\WebSearch
2023-01-19T10:07:22.7152357Z Copying Web Client Files
2023-01-19T10:07:27.9281257Z c:\dl\sandbox\21.3.51409.51727\platform\WebClient\Microsoft Dynamics NAV
2023-01-19T10:07:27.9283069Z Copying ModernDev Files
2023-01-19T10:07:27.9291358Z c:\dl\sandbox\21.3.51409.51727\platform
2023-01-19T10:07:29.3754817Z c:\dl\sandbox\21.3.51409.51727\platform\ModernDev\program files\Microsoft Dynamics NAV
2023-01-19T10:07:29.3759154Z Copying additional files
2023-01-19T10:07:29.3760747Z Copying ConfigurationPackages
2023-01-19T10:07:30.8453296Z C:\dl\sandbox\21.3.51409.51727\is\ConfigurationPackages
2023-01-19T10:07:30.8454472Z Copying Test Assemblies
2023-01-19T10:07:30.8457632Z C:\dl\sandbox\21.3.51409.51727\platform\Test Assemblies
2023-01-19T10:07:30.8459238Z Copying Extensions
2023-01-19T10:07:30.8459646Z C:\dl\sandbox\21.3.51409.51727\is\Extensions
2023-01-19T10:07:30.8460369Z Copying Applications
2023-01-19T10:07:32.4323205Z C:\dl\sandbox\21.3.51409.51727\platform\Applications
2023-01-19T10:07:32.4324328Z Copying Applications.IS
2023-01-19T10:07:33.9780350Z C:\dl\sandbox\21.3.51409.51727\is\Applications.IS
2023-01-19T10:07:33.9781729Z Copying dependencies
2023-01-19T10:07:55.2025628Z Copying ReportBuilder
2023-01-19T10:07:56.6858431Z Importing PowerShell Modules
2023-01-19T10:08:05.2539387Z Restoring CRONUS Demo Database
2023-01-19T10:08:06.7273589Z Setting CompatibilityLevel for CRONUS on localhost\SQLEXPRESS
2023-01-19T10:08:06.7275279Z Modifying Business Central Service Tier Config File for Docker
2023-01-19T10:08:06.7276190Z Creating Business Central Service Tier
2023-01-19T10:08:06.7277168Z Installing SIP crypto provider: 'C:\Windows\System32\NavSip.dll'
2023-01-19T10:11:41.8521451Z Starting Business Central Service Tier
2023-01-19T10:11:41.8529047Z Importing license file
2023-01-19T10:11:43.3771024Z Stopping Business Central Service Tier
2023-01-19T10:11:43.3771629Z Installation took 269 seconds
2023-01-19T10:11:43.3771981Z Installation complete
2023-01-19T10:11:43.3772655Z Initializing...
2023-01-19T10:11:43.3773213Z Setting host.docker.internal to 10.0.0.5 in container hosts file (copy from host hosts file)
2023-01-19T10:11:43.3775704Z Setting gateway.docker.internal to 10.0.0.5 in container hosts file (copy from host hosts file)
2023-01-19T10:11:43.3776703Z Setting kubernetes.docker.internal to 127.0.0.1 in container hosts file (copy from host hosts file)
2023-01-19T10:11:43.3777511Z Setting host.containerhelper.internal to 172.20.240.1 in container hosts file
2023-01-19T10:11:43.3778047Z Starting Container
2023-01-19T10:11:43.3778371Z Hostname is dynamics-nav
2023-01-19T10:11:45.0823670Z PublicDnsName is dynamics-nav
2023-01-19T10:11:45.0825401Z Using NavUserPassword Authentication
2023-01-19T10:11:45.0826434Z Creating Self Signed Certificate
2023-01-19T10:11:45.0827407Z Self Signed Certificate Thumbprint THISISFAKEREALONEREMOVEDFORGIT4533D31317
2023-01-19T10:11:45.0828489Z DNS identity dynamics-nav
2023-01-19T10:11:45.0829513Z Modifying Service Tier Config File with Instance Specific Settings
2023-01-19T10:12:16.8488860Z Starting Service Tier
2023-01-19T10:12:16.8490493Z Registering event sources
2023-01-19T10:12:16.8491444Z Creating DotNetCore Web Server Instance
2023-01-19T10:12:16.8492319Z Using application pool name: BC
2023-01-19T10:12:16.8493285Z Using default container name: NavWebApplicationContainer
2023-01-19T10:12:25.8203236Z Copy files to WWW root C:\inetpub\wwwroot\BC
2023-01-19T10:12:32.4593173Z Create the application pool BC
2023-01-19T10:12:35.3615161Z Create website: NavWebApplicationContainer without SSL
2023-01-19T10:12:35.3616593Z Update configuration: navsettings.json
2023-01-19T10:12:35.3617431Z Done Configuring Web Client
2023-01-19T10:12:35.3618134Z Using license file 'c:\run\my\license.flf'
2023-01-19T10:12:35.3618935Z Import License
2023-01-19T10:12:36.7587568Z Creating http download site
2023-01-19T10:12:36.7589243Z Setting SA Password and enabling SA
2023-01-19T10:12:42.6905723Z Creating Admin as SQL User and add to sysadmin
2023-01-19T10:12:42.6907359Z Creating SUPER user
2023-01-19T10:12:42.6910000Z WARNING: The password that you entered does not meet the minimum requirements. 
2023-01-19T10:12:42.6911342Z It should be at least 8 characters long and contain at least one uppercase 
2023-01-19T10:12:53.2368464Z letter, one lowercase letter, and one number.
2023-01-19T10:12:53.2371033Z Container IP Address: 172.20.245.130
2023-01-19T10:12:53.2372096Z Container Hostname  : dynamics-nav
2023-01-19T10:12:53.2373476Z Container Dns Name  : dynamics-nav
2023-01-19T10:12:53.2374803Z Web Client          : http://dynamics-nav/BC/
2023-01-19T10:12:53.2376452Z Dev. Server         : http://dynamics-nav
2023-01-19T10:12:53.2377281Z Dev. ServerInstance : BC
2023-01-19T10:12:53.2378802Z Setting dynamics-nav to 172.20.245.130 in host hosts file
2023-01-19T10:12:53.2379669Z 
2023-01-19T10:12:53.2383667Z Files:
2023-01-19T10:12:53.2385053Z http://dynamics-nav:8080/ALLanguage.vsix
2023-01-19T10:12:53.2385396Z 
2023-01-19T10:12:53.2385795Z Container Total Physical Memory is 8.0Gb
2023-01-19T10:12:53.2386198Z Container Free Physical Memory is 1.5Gb
2023-01-19T10:12:53.2386377Z 
2023-01-19T10:12:53.2386733Z Initialization took 71 seconds
2023-01-19T10:12:53.2389857Z Ready for connections!
2023-01-19T10:12:55.9535983Z Reading CustomSettings.config from dynamics-nav
2023-01-19T10:12:58.1921201Z Creating Desktop Shortcuts for dynamics-nav
2023-01-19T10:13:10.3599181Z Synchronizing Permissions Mock on default
2023-01-19T10:13:12.0663084Z App successfully synchronized
2023-01-19T10:13:14.3075134Z Installing Permissions Mock on default
2023-01-19T10:13:37.8504376Z App successfully installed
2023-01-19T10:13:41.5834691Z Synchronizing Test Runner on default
2023-01-19T10:13:42.6313493Z App successfully synchronized
2023-01-19T10:13:43.9993539Z Installing Test Runner on default
2023-01-19T10:13:45.2582231Z App successfully installed
2023-01-19T10:13:48.6595285Z Synchronizing Any on default
2023-01-19T10:13:49.2031333Z App successfully synchronized
2023-01-19T10:13:50.5518355Z Installing Any on default
2023-01-19T10:13:51.2616526Z App successfully installed
2023-01-19T10:13:54.6253868Z Synchronizing Library Assert on default
2023-01-19T10:13:55.1532855Z App successfully synchronized
2023-01-19T10:13:56.5233238Z Installing Library Assert on default
2023-01-19T10:13:57.2220395Z App successfully installed
2023-01-19T10:13:59.1774159Z Skipping app 'C:\Applications.IS\Microsoft_Permissions Mock_21.3.51409.51727.app' as it is already installed
2023-01-19T10:14:02.5338734Z Synchronizing Library Variable Storage on default
2023-01-19T10:14:03.0784655Z App successfully synchronized
2023-01-19T10:14:04.4402911Z Installing Library Variable Storage on default
2023-01-19T10:14:05.1439620Z App successfully installed
2023-01-19T10:14:17.6402937Z Publishing C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\9f888b15-bff5-43c1-a6a8-6e5c5492b542\Microsoft_System Application Test Library_21.3.51409.51727.app
2023-01-19T10:14:26.3666060Z Synchronizing System Application Test Library on tenant default
2023-01-19T10:14:27.8299378Z Installing System Application Test Library on tenant default
2023-01-19T10:14:31.0345206Z App Microsoft_System Application Test Library_21.3.51409.51727.app successfully published
2023-01-19T10:14:43.6248132Z Publishing C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\9e9edd72-497e-4acc-973a-d852c3bbb99f\Microsoft_Tests-TestLibraries_21.3.51409.51727.app
2023-01-19T10:15:22.4045578Z Synchronizing Tests-TestLibraries on tenant default
2023-01-19T10:15:23.9802301Z Installing Tests-TestLibraries on tenant default
2023-01-19T10:15:30.5781522Z App Microsoft_Tests-TestLibraries_21.3.51409.51727.app successfully published
2023-01-19T10:15:30.9772945Z TestToolkit successfully imported
2023-01-19T10:15:31.3846140Z Container dynamics-nav successfully created
2023-01-19T10:15:32.9270707Z 
2023-01-19T10:15:32.9282671Z Use:
2023-01-19T10:15:32.9302792Z Get-BcContainerEventLog -containerName dynamics-nav to retrieve a snapshot of the event log from the container
2023-01-19T10:15:32.9321106Z Get-BcContainerDebugInfo -containerName dynamics-nav to get debug information about the container
2023-01-19T10:15:32.9340497Z Enter-BcContainer -containerName dynamics-nav to open a PowerShell prompt inside the container
2023-01-19T10:15:32.9358718Z Remove-BcContainer -containerName dynamics-nav to remove the container again
2023-01-19T10:15:32.9376372Z docker logs dynamics-nav to retrieve information about URL's again
2023-01-19T10:15:33.3226936Z 1/19/2023 10:15:33 AM : INFO - Write-ProjectFolderToDocker starting
2023-01-19T10:15:33.3320954Z 1/19/2023 10:15:33 AM : INFO - Copying C:\agent\_work\344\s\Debug.AL to C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL ...
2023-01-19T10:15:33.3454744Z 
2023-01-19T10:15:33.3455623Z 
2023-01-19T10:15:33.3465474Z     Directory: C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory
2023-01-19T10:15:33.3465980Z 
2023-01-19T10:15:33.3467469Z 
2023-01-19T10:15:33.3473642Z Mode                LastWriteTime         Length Name                                                                  
2023-01-19T10:15:33.3474601Z ----                -------------         ------ ----                                                                  
2023-01-19T10:15:33.3482772Z d-----        1/19/2023  10:15 AM                Debug.AL                                                         
2023-01-19T10:15:33.8692543Z 1/19/2023 10:15:33 AM : INFO - Write-ProjectFolderToDocker done
2023-01-19T10:15:40.3512209Z Publishing RDN-NA-BC-Cloud-22.7.0.26992-Debug_AuthApp.app to http://172.20.245.130:7049/BC/dev/apps?SchemaUpdateMode=synchronize&tenant=default
2023-01-19T10:15:45.9721930Z App RDN-NA-BC-Cloud-22.7.0.26992-Debug_AuthApp.app successfully published
2023-01-19T10:15:46.3676246Z 
2023-01-19T10:15:46.3678293Z 
2023-01-19T10:15:46.3679451Z     Directory: C:\agent\_work\344\s\Publish\Release
2023-01-19T10:15:46.3681469Z 
2023-01-19T10:15:46.3682170Z 
2023-01-19T10:15:46.3684562Z Mode                LastWriteTime         Length Name                                                                  
2023-01-19T10:15:46.3687455Z ----                -------------         ------ ----                                                                  
2023-01-19T10:15:46.3696491Z d-----        1/19/2023  10:15 AM                AL                                                                    
2023-01-19T10:15:46.3919890Z 1/19/2023 10:15:46 AM : INFO - Building App package Debug in version 22.11.0.35364 in folder C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.APP
2023-01-19T10:15:49.4912882Z Using Symbols Folder: C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.APP\.alpackages
2023-01-19T10:16:42.5274425Z Downloading symbols: Microsoft_System_21.0.51393.51624.app
2023-01-19T10:16:42.5316131Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=System&versionText=17.0.0.0&tenant=default
2023-01-19T10:16:42.5435942Z Using WebClient
2023-01-19T10:16:45.9190258Z Downloading symbols: Debug_AuthApp_22.7.0.26992.app
2023-01-19T10:16:45.9202727Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Test&appName=AuthApp&versionText=21.4.0.0&tenant=default
2023-01-19T10:16:45.9215166Z Using WebClient
2023-01-19T10:16:48.7611372Z Downloading symbols: Microsoft_Base Application_21.3.51409.51727.app
2023-01-19T10:16:48.7620580Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=Base%20Application&versionText=17.0.0.0&tenant=default
2023-01-19T10:16:48.7638600Z Using WebClient
2023-01-19T10:16:52.1177649Z Downloading symbols: Microsoft_System Application_21.3.51409.51727.app
2023-01-19T10:16:52.1188025Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=System%20Application&versionText=17.0.0.0&tenant=default
2023-01-19T10:16:52.1198394Z Using WebClient
2023-01-19T10:16:56.3934941Z Compiling...
2023-01-19T10:16:56.4250347Z .\alc.exe /project:"C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.APP" /packagecachepath:"C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.APP\.alpackages" /out:"C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.APP\Debug_App_22.11.0.35364.app" /assemblyprobingpaths:"C:\Program Files\Microsoft Dynamics NAV\210\Service","C:\Program Files (x86)\Open XML SDK\V2.5\lib","c:\Windows\Microsoft.NET\Assembly","C:\Test Assemblies\Mock Assemblies"
2023-01-19T10:17:07.8425538Z Microsoft (R) AL Compiler version 10.3.11.10307
2023-01-19T10:17:07.8442627Z Copyright (C) Microsoft Corporation. All rights reserved
2023-01-19T10:17:07.8455191Z 
2023-01-19T10:17:07.8470918Z Compilation started for project 'Debug' containing '147' files at '10:16:57.750'.
2023-01-19T10:17:08.1473160Z 
2023-01-19T10:17:08.1486394Z Compilation ended at '10:17:07.196'.
2023-01-19T10:17:08.1491498Z 
2023-01-19T10:17:08.1677208Z C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.APP\Debug_App_22.11.0.35364.app successfully created in 82 seconds
2023-01-19T10:17:08.1678815Z C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.APP\Debug_App_22.11.0.35364.app
2023-01-19T10:17:15.0713256Z Publishing Debug_App_22.11.0.35364.app to http://172.20.245.130:7049/BC/dev/apps?SchemaUpdateMode=synchronize&tenant=default
2023-01-19T10:17:26.9284039Z App Debug_App_22.11.0.35364.app successfully published
2023-01-19T10:17:27.8925719Z 1/19/2023 10:17:27 AM : INFO - Building App package Debug.Test in version 22.11.0.35364 in folder C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.Test
2023-01-19T10:17:30.7737171Z Using Symbols Folder: C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.Test\.alpackages
2023-01-19T10:17:38.0510152Z Downloading symbols: Microsoft_System_21.0.51393.51624.app
2023-01-19T10:17:38.0519222Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=System&versionText=17.0.0.0&tenant=default
2023-01-19T10:17:38.0530635Z Using WebClient
2023-01-19T10:17:40.8521118Z Downloading symbols: Debug_AuthApp_22.7.0.26992.app
2023-01-19T10:17:40.8532911Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Test&appName=AuthApp&versionText=21.3.0.9194&tenant=default
2023-01-19T10:17:40.8542999Z Using WebClient
2023-01-19T10:17:43.6296237Z Downloading symbols: Debug_App_22.11.0.35364.app
2023-01-19T10:17:43.6310522Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Test&appName=Debug&versionText=1.0.0.0&tenant=default
2023-01-19T10:17:43.6321946Z Using WebClient
2023-01-19T10:17:46.4763448Z Downloading symbols: Microsoft_Base Application_21.3.51409.51727.app
2023-01-19T10:17:46.4781722Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=Base%20Application&versionText=17.0.0.0&tenant=default
2023-01-19T10:17:46.4787572Z Using WebClient
2023-01-19T10:17:49.5582551Z Downloading symbols: Microsoft_System Application_21.3.51409.51727.app
2023-01-19T10:17:49.5594568Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=System%20Application&versionText=17.0.0.0&tenant=default
2023-01-19T10:17:49.5604873Z Using WebClient
2023-01-19T10:17:52.5908103Z Downloading symbols: Microsoft_System Application Test Library_21.3.51409.51727.app
2023-01-19T10:17:52.5926104Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=System%20Application%20Test%20Library&versionText=17.0.0.0&tenant=default
2023-01-19T10:17:52.5954244Z Using WebClient
2023-01-19T10:17:55.5438882Z Downloading symbols: Microsoft_Test Runner_21.3.51409.51727.app
2023-01-19T10:17:55.5453636Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=Test%20Runner&versionText=17.0.0.0&tenant=default
2023-01-19T10:17:55.5464809Z Using WebClient
2023-01-19T10:17:58.4325511Z Downloading symbols: Microsoft_Library Assert_21.3.51409.51727.app
2023-01-19T10:17:58.4337715Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=Library%20Assert&versionText=17.0.0.0&tenant=default
2023-01-19T10:17:58.4349396Z Using WebClient
2023-01-19T10:18:01.2011826Z Downloading symbols: Microsoft_Any_21.3.51409.51727.app
2023-01-19T10:18:01.2022773Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=Any&versionText=17.0.0.0&tenant=default
2023-01-19T10:18:01.2032545Z Using WebClient
2023-01-19T10:18:03.9393889Z Downloading symbols: Microsoft_Tests-TestLibraries_21.3.51409.51727.app
2023-01-19T10:18:03.9405305Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=Tests-TestLibraries&versionText=17.0.0.0&tenant=default
2023-01-19T10:18:03.9415345Z Using WebClient
2023-01-19T10:18:06.7415007Z Adding dependency to Application from Microsoft
2023-01-19T10:18:06.7461792Z Adding dependency to Library Variable Storage from Microsoft
2023-01-19T10:18:06.7469929Z Adding dependency to Permissions Mock from Microsoft
2023-01-19T10:18:06.7582787Z Downloading symbols: Microsoft_Application_21.3.51409.51727.app
2023-01-19T10:18:06.7592825Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=Application&versionText=21.3.0.0&tenant=default
2023-01-19T10:18:06.7606708Z Using WebClient
2023-01-19T10:18:09.5391512Z Downloading symbols: Microsoft_Library Variable Storage_21.3.51409.51727.app
2023-01-19T10:18:09.5408478Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=Library%20Variable%20Storage&versionText=21.3.0.0&tenant=default
2023-01-19T10:18:09.5436164Z Using WebClient
2023-01-19T10:18:12.4093416Z Downloading symbols: Microsoft_Permissions Mock_21.3.51409.51727.app
2023-01-19T10:18:12.4105192Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=Permissions%20Mock&versionText=21.3.0.0&tenant=default
2023-01-19T10:18:12.4115255Z Using WebClient
2023-01-19T10:18:16.6134837Z Compiling...
2023-01-19T10:18:16.6514669Z .\alc.exe /project:"C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.Test" /packagecachepath:"C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.Test\.alpackages" /out:"C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.Test\Default publisher_Debug.Test_22.11.0.35364.app" /assemblyprobingpaths:"C:\Program Files\Microsoft Dynamics NAV\210\Service","C:\Program Files (x86)\Open XML SDK\V2.5\lib","c:\Windows\Microsoft.NET\Assembly","C:\Test Assemblies\Mock Assemblies"
2023-01-19T10:18:22.2178636Z Microsoft (R) AL Compiler version 10.3.11.10307
2023-01-19T10:18:22.2194143Z Copyright (C) Microsoft Corporation. All rights reserved
2023-01-19T10:18:22.2198735Z 
2023-01-19T10:18:22.2213105Z Compilation started for project 'Debug.Test' containing '6' files at '10:18:16.881'.
2023-01-19T10:18:22.2357665Z 
2023-01-19T10:18:22.2370294Z Compilation ended at '10:18:22.034'.
2023-01-19T10:18:22.2375192Z 
2023-01-19T10:18:22.2407249Z C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.Test\Default publisher_Debug.Test_22.11.0.35364.app successfully created in 54 seconds
2023-01-19T10:18:22.2408828Z C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.Test\Default publisher_Debug.Test_22.11.0.35364.app
2023-01-19T10:18:29.3692768Z Publishing Default publisher_Debug.Test_22.11.0.35364.app to http://172.20.245.130:7049/BC/dev/apps?SchemaUpdateMode=synchronize&tenant=default
2023-01-19T10:18:32.3122255Z App Default publisher_Debug.Test_22.11.0.35364.app successfully published
2023-01-19T10:18:32.7160528Z 1/19/2023 10:18:32 AM : HEAD - ----------------------    Test-AlTranslationAreNotValid C:\agent\_work\344\s\Debug.AL\Debug.Test   ----------------------
2023-01-19T10:18:32.7188577Z 1/19/2023 10:18:32 AM : HEAD - ----------------------    Test-AlTranslationAreNotValid - Skipping Verification for Test extension   ----------------------
2023-01-19T10:18:32.7345354Z 1/19/2023 10:18:32 AM : INFO - Building App package Debug Toolbox in version 1.0.0.35364 in folder C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.Toolbox
2023-01-19T10:18:35.5980534Z Using Symbols Folder: C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.Toolbox\.alpackages
2023-01-19T10:18:42.7970922Z Downloading symbols: Microsoft_Application_21.3.51409.51727.app
2023-01-19T10:18:42.7982061Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=Application&versionText=19.0.0.0&tenant=default
2023-01-19T10:18:42.7992592Z Using WebClient
2023-01-19T10:18:45.5206325Z Adding dependency to System Application from Microsoft
2023-01-19T10:18:45.5223287Z Adding dependency to Base Application from Microsoft
2023-01-19T10:18:45.5249553Z Downloading symbols: Microsoft_System_21.0.51393.51624.app
2023-01-19T10:18:45.5261776Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=System&versionText=19.0.0.0&tenant=default
2023-01-19T10:18:45.5271967Z Using WebClient
2023-01-19T10:18:48.2704907Z Downloading symbols: Debug_App_22.11.0.35364.app
2023-01-19T10:18:48.2717747Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Test&appName=Debug&versionText=1.0.0.0&tenant=default
2023-01-19T10:18:48.2727897Z Using WebClient
2023-01-19T10:18:51.0262534Z Adding dependency to AuthApp from Debug
2023-01-19T10:18:51.0295584Z Downloading symbols: Microsoft_System Application_21.3.51409.51727.app
2023-01-19T10:18:51.0305815Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=System%20Application&versionText=21.3.0.0&tenant=default
2023-01-19T10:18:51.0317334Z Using WebClient
2023-01-19T10:18:53.9496466Z Downloading symbols: Microsoft_Base Application_21.3.51409.51727.app
2023-01-19T10:18:53.9513500Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Microsoft&appName=Base%20Application&versionText=21.3.0.0&tenant=default
2023-01-19T10:18:53.9539166Z Using WebClient
2023-01-19T10:18:57.3856936Z Downloading symbols: Debug_AuthApp_22.7.0.26992.app
2023-01-19T10:18:57.3868392Z Url : http://172.20.245.130:7049/BC/dev/packages?publisher=Test&appName=AuthApp&versionText=21.4.0.0&tenant=default
2023-01-19T10:18:57.3879676Z Using WebClient
2023-01-19T10:19:01.7397208Z Compiling...
2023-01-19T10:19:01.7727063Z .\alc.exe /project:"C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.Toolbox" /packagecachepath:"C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.Toolbox\.alpackages" /out:"C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.Toolbox\Debug Toolbox_1.0.0.35364.app" /assemblyprobingpaths:"C:\Program Files\Microsoft Dynamics NAV\210\Service","C:\Program Files (x86)\Open XML SDK\V2.5\lib","c:\Windows\Microsoft.NET\Assembly","C:\Test Assemblies\Mock Assemblies"
2023-01-19T10:19:07.0380463Z Microsoft (R) AL Compiler version 10.3.11.10307
2023-01-19T10:19:07.0395444Z Copyright (C) Microsoft Corporation. All rights reserved
2023-01-19T10:19:07.0400549Z 
2023-01-19T10:19:07.0415301Z Compilation started for project 'Debug Toolbox' containing '6' files at '10:19:02.012'.
2023-01-19T10:19:07.0429505Z 
2023-01-19T10:19:07.0439160Z Compilation ended at '10:19:06.855'.
2023-01-19T10:19:07.0448558Z 
2023-01-19T10:19:07.0472846Z C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.Toolbox\Debug Toolbox_1.0.0.35364.app successfully created in 34 seconds
2023-01-19T10:19:07.0474665Z C:\ProgramData\BcContainerHelper\Extensions\dynamics-nav\My\ProjectDirectory\Debug.AL\Debug.Toolbox\Debug Toolbox_1.0.0.35364.app
2023-01-19T10:19:13.9047494Z Publishing Debug Toolbox_1.0.0.35364.app to http://172.20.245.130:7049/BC/dev/apps?SchemaUpdateMode=synchronize&tenant=default
2023-01-19T10:19:16.5496600Z App Debug Toolbox_1.0.0.35364.app successfully published
2023-01-19T10:19:16.9286460Z 1/19/2023 10:19:16 AM : HEAD - ----------------------    Test-AlTranslationAreNotValid C:\agent\_work\344\s\Debug.AL\Debug.Toolbox   ----------------------
2023-01-19T10:19:16.9343616Z 1/19/2023 10:19:16 AM : HEAD - ----------------------    Test-AlTranslationAreNotValid - Nothing to do - No translation file present. (C:\agent\_work\344\s\Debug.AL\Debug.Toolbox\Translations\Debug Toolbox.g.xlf)   ----------------------
2023-01-19T10:19:16.9874766Z Copy SIP crypto provider from container dynamics-nav
2023-01-19T10:19:17.6884256Z Copy from container dynamics-nav (C:\Windows\System32\NavSip.dll) to C:\Windows\System32\NavSip.dll
2023-01-19T10:19:20.6116200Z Copy from container dynamics-nav (C:\Windows\SysWow64\NavSip.dll) to C:\Windows\SysWow64\NavSip.dll
2023-01-19T10:19:22.7273121Z Cannot find path 'C:\Windows\SysWow64\NavSip.dll' because it does not exist.
2023-01-19T10:19:22.7280495Z 
2023-01-19T10:19:22.8564816Z Container Free Physical Memory: 0.9Gb
2023-01-19T10:19:22.8571554Z 
2023-01-19T10:19:22.8577821Z Services in container dynamics-nav:
2023-01-19T10:19:22.8857200Z - MicrosoftDynamicsNavServer$BC is Running
2023-01-19T10:19:22.9040122Z - MSSQL$SQLEXPRESS is Running
2023-01-19T10:19:22.9064591Z 
2023-01-19T10:19:23.6830565Z Install-NAVSipCryptoProviderFromBcContainer Telemetry Correlation Id: 731c1b7f-a598-479d-bd7e-817fa1855843
2023-01-19T10:19:23.7401218Z Cannot find path 'C:\Windows\SysWow64\NavSip.dll' because it does not exist.
2023-01-19T10:19:23.7402123Z At C:\Program 
2023-01-19T10:19:23.7402793Z Files\WindowsPowerShell\Modules\BcContainerHelper\4.0.10\ContainerHandling\Invoke-ScriptInNavContainer.ps1:278 char:25
2023-01-19T10:19:23.7403481Z +                         throw $errorMessage
2023-01-19T10:19:23.7403842Z +                         ~~~~~~~~~~~~~~~~~~~
2023-01-19T10:19:23.7404384Z     + CategoryInfo          : OperationStopped: (Cannot find pat...does not exist.:String) [], RuntimeException
2023-01-19T10:19:23.7405123Z     + FullyQualifiedErrorId : Cannot find path 'C:\Windows\SysWow64\NavSip.dll' because it does not exist.
2023-01-19T10:19:23.7405679Z  
2023-01-19T10:19:23.9049890Z ##[error]PowerShell exited with code '1'.
2023-01-19T10:19:23.9467860Z ##[section]Finishing: Build ALL
...

Additional context

LeifurPals commented 1 year ago

This is the second time this happens to me in a while

freddydk commented 1 year ago

As of 21.0, the 32 bit DLL is no longer included on the DVD, nor in the containers. The command should have ignored this, but apparently that didn't work.

freddydk commented 1 year ago

Shipped in 4.0.14