INFO : 2022-08-05 14:54:28Z - Acquiring server... INFO : 2022-08-05 14:54:28Z - Server 'winbuildsv1' acquired. INFO : 2022-08-05 14:54:29Z - Variable set. INFO : 2022-08-05 14:54:29Z - Getting source from 'https://gitlab.com/inedo/ProGet.git' on 'thousand' branch... INFO : 2022-08-05 14:54:34Z - Get source complete. INFO : 2022-08-05 14:54:34Z - Variable set. INFO : 2022-08-05 14:54:34Z - Variable set. INFO : 2022-08-05 14:54:35Z - Deleted 5 files and 0 directories. INFO : 2022-08-05 14:54:35Z - Template applied. INFO : 2022-08-05 14:54:35Z - Creating zip file... INFO : 2022-08-05 14:54:35Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E244969\temp\SqlScripts.zip file created. INFO : 2022-08-05 14:54:35Z - Copying files from C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E244969\temp to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E244969\Src\SqlScripts... INFO : 2022-08-05 14:54:37Z - Deleted 847 files and 131 directories. INFO : 2022-08-05 14:54:37Z - Package created. INFO : 2022-08-05 14:54:38Z - Variable set. INFO : 2022-08-05 14:54:38Z - Getting list of extensions... INFO : 2022-08-05 14:54:39Z - Variable set. INFO : 2022-08-05 14:54:39Z - Downloading https://proget.inedo.com/upack/PrereleaseExtensions/download/inedox/InedoCore/2.0.0 to ~\extensions\InedoCore.upack... INFO : 2022-08-05 14:54:39Z - Server responded with status code 200 - OK INFO : 2022-08-05 14:54:39Z - HTTP file download completed. INFO : 2022-08-05 14:54:39Z - Downloading https://proget.inedo.com/upack/PrereleaseExtensions/download/inedox/Azure/2.0.1 to ~\extensions\Azure.upack... INFO : 2022-08-05 14:54:39Z - Server responded with status code 200 - OK INFO : 2022-08-05 14:54:39Z - HTTP file download completed. INFO : 2022-08-05 14:54:39Z - Downloading https://proget.inedo.com/upack/PrereleaseExtensions/download/inedox/AWS/2.0.1 to ~\extensions\AWS.upack... INFO : 2022-08-05 14:54:39Z - Server responded with status code 200 - OK INFO : 2022-08-05 14:54:39Z - HTTP file download completed. INFO : 2022-08-05 14:54:39Z - Package created. INFO : 2022-08-05 14:54:39Z - Setting assembly version attributes to 22.0.4.11... INFO : 2022-08-05 14:54:39Z - Writing assembly versions attributes to C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E244969\Src\Shared\ProGetAssemblyInfo.cs... INFO : 2022-08-05 14:56:13Z - Signing C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E244969\win-x64\Service\ProGet.Service.exe... INFO : 2022-08-05 14:56:14Z - Deleted 3 files and 0 directories. INFO : 2022-08-05 14:56:26Z - Package created. INFO : 2022-08-05 14:57:38Z - Sending build context to Docker daemon 126.8MB INFO : 2022-08-05 14:57:38Z - Step 1/8 : FROM mcr.microsoft.com/dotnet/runtime-deps:6.0 INFO : 2022-08-05 14:57:38Z - ---> 5adf4059e7e8 INFO : 2022-08-05 14:57:38Z - Step 2/8 : ENV ASPNETCORE_URLS=http://*:80 DOTNET_RUNNING_IN_CONTAINER=true PROGET_SQL_CONNECTION_STRING="Data Source=proget-sql; Initial Catalog=ProGet; User Id=sa; Password=;" PROGET_SVC_MODE=both INFO : 2022-08-05 14:57:38Z - ---> Running in 2ecf57122580 INFO : 2022-08-05 14:57:39Z - Removing intermediate container 2ecf57122580 INFO : 2022-08-05 14:57:39Z - ---> 6b6869b7365f INFO : 2022-08-05 14:57:39Z - Step 3/8 : EXPOSE 80 INFO : 2022-08-05 14:57:39Z - ---> Running in 73a62f6cfef4 INFO : 2022-08-05 14:57:39Z - Removing intermediate container 73a62f6cfef4 INFO : 2022-08-05 14:57:39Z - ---> 481c0b630bf1 INFO : 2022-08-05 14:57:39Z - Step 4/8 : COPY proget/ /usr/local/proget/ INFO : 2022-08-05 14:57:40Z - ---> e63297652e7d INFO : 2022-08-05 14:57:40Z - Step 5/8 : VOLUME /var/proget/packages INFO : 2022-08-05 14:57:41Z - ---> Running in 0a70607c4a83 INFO : 2022-08-05 14:57:41Z - Removing intermediate container 0a70607c4a83 INFO : 2022-08-05 14:57:41Z - ---> 037389d79146 INFO : 2022-08-05 14:57:41Z - Step 6/8 : VOLUME /var/proget/extensions INFO : 2022-08-05 14:57:41Z - ---> Running in 03da4d68050b INFO : 2022-08-05 14:57:41Z - Removing intermediate container 03da4d68050b INFO : 2022-08-05 14:57:41Z - ---> d8a86a60b24d INFO : 2022-08-05 14:57:41Z - Step 7/8 : WORKDIR /usr/local/proget/ INFO : 2022-08-05 14:57:41Z - ---> Running in 3f4ae664063a INFO : 2022-08-05 14:57:41Z - Removing intermediate container 3f4ae664063a INFO : 2022-08-05 14:57:41Z - ---> 1c9a679c5a5e INFO : 2022-08-05 14:57:41Z - Step 8/8 : CMD /usr/local/proget/service/ProGet.Service run --mode=$PROGET_SVC_MODE --linuxContainer INFO : 2022-08-05 14:57:41Z - ---> Running in 629442bad4ba INFO : 2022-08-05 14:57:42Z - Removing intermediate container 629442bad4ba INFO : 2022-08-05 14:57:42Z - ---> 81f9178c214d INFO : 2022-08-05 14:57:42Z - Successfully built 81f9178c214d INFO : 2022-08-05 14:57:42Z - Successfully tagged proget.inedo.com/productimages/inedo/proget:22.0.4-ci.11 INFO : 2022-08-05 14:57:48Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E244969\Src\Romp\Installer\upack.json saved. INFO : 2022-08-05 14:57:48Z - Replacement complete. INFO : 2022-08-05 14:57:48Z - Creating zip file... INFO : 2022-08-05 14:57:48Z - C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E244969\ProGet.RompPack.upack file created.